Search results

  1. Fraz

    Runuo info

    I don't think I've seen this link posted yet, but for anyone interested in the contents of RunUO.com forums... https://web.archive.org/web/20160527065306/http://www.runuo.com/community/
  2. Fraz

    ServUO16

    btw.. Shard project turns 15 years old this October 31st! :cool:
  3. Fraz

    ServUO16

    I don't think that would be much help for them.. its pre-RunUO, written in C++, and closed source.. From what was stated, I think they are doing a ServUO project which would be completely different.
  4. Fraz

    Time of Legends

    I'm guessing they are 'instanced' so to speak in the circular area's behind the main area..
  5. Fraz

    Time of Legends

    Where would be the fun in that? :P A winner medal to the first person who finds and posts it!!
  6. Fraz

    Time of Legends

  7. Fraz

    Issue with BaseCreature on Death

    So the merc is being handled as a dead bonded pet? If so in the Res spell, else if (m.Alive) { this.Caster.SendLocalizedMessage(501041); // Target is not dead. } replace with something like.. else if (m.Alive && (!m.IsDeadBondedPet && (!(m is Mercenary)))) {...
  8. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    None of my checks seem to be in a dungeon region when I spawn.. lets try this.. (under map is a good place though) Would you mind trying it this way instead? Maybe we aren't looking far enough back.. maybe Region hasn't been set yet? I'd have to look more.. but its a good guess :) if...
  9. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    its like so? (where you return false I mean) if (bc.Region.IsPartOf(typeof(DungeonRegion))) { } else { return false; }
  10. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    sorry bc.Region I copied and pasted it from here that time..
  11. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    then just do if (Region.IsPartOf(typeof(DungeonRegion)) { } else { }
  12. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    CheckConvert is called from public override void OnBeforeSpawn(Point3D location, Map m) in BaseCreature.cs..
  13. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    I have nothing set up to test spawns in dungeons, just for curiosity sake.. try instead if (!bc.Region.IsPartOf(typeof(DungeonRegion))) if that doesn't help another guess that could be something to check could be the fame calc?
  14. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    if (!(bc.Region is DungeonRegion)) return false; should work
  15. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    It can't be done from there Tas, public static Map[] Maps = new Map[] This is just building an array of maps, named Maps, and Ilshenar is being placed in it.. You will need to make a new check like Ravenwolfe suggested in a different location. Try in CheckConvert
  16. Fraz

    T2A Xml Spawn file

    More info in PM
  17. Fraz

    T2A Xml Spawn file

    You can give this a look, it was a work in progress which I haven't looked at in quite some time.. just give me a shout back and let me know how it was please.. p.s. It may require some name adjustments as it wasn't made for stock servUO..
  18. Fraz

    Pre AOS with SOME AOS attributes. Help please! :)

    For the status bar, in Packet.cs at else { type = Core.AOS ? 4 : 3; EnsureCapacity(88); } if the Core.AOS type is set to a value of 4. below that if (type >= 4) { m_Stream.Write((short)m.FireResistance); // Fire...
  19. Fraz

    A big Thank You to all the folks who have encouraged me to enjoy the summer! I think I'll do...

    A big Thank You to all the folks who have encouraged me to enjoy the summer! I think I'll do just that. Cya.

Active Shards

Donations

Total amount
$5.00
Goal
$500.00
Back