Search results

  1. Fraz

    Time of Legends

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

    Time of Legends

  3. 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)))) {...
  4. 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...
  5. 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; }
  6. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

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

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    then just do if (Region.IsPartOf(typeof(DungeonRegion)) { } else { }
  8. 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..
  9. 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?
  10. Fraz

    Want to make it so Paragons only spawn in Ilshenar Dungeons

    if (!(bc.Region is DungeonRegion)) return false; should work
  11. 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
  12. Fraz

    T2A Xml Spawn file

    More info in PM
  13. 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..
  14. 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...
  15. 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.
  16. Fraz

    Will ServUO support EC?

    That is interesting Regnak! I didn't even hear of ServUO at the time but here is Dragon Slayer almost a year before the ServUO EC repo on my emulator and posting pictures of it on Facebook playing EC.. (see attachment at bottom) These can still be seen on his Facebook right now.. Feb 2014, My...
  17. Fraz

    Will ServUO support EC?

    Anyways I thought we already moved on from this over a month ago.. I was fairly certain I proved beyond any doubt the truth of the matter. For someone who doesn't want drama.. I find it amazing its the same person that keeps bringing it back up.. Sorry Milva, your comment was awesome, I just...
  18. Fraz

    Will ServUO support EC?

    You can do whatever you like. as will I , how does that sound?
  19. Fraz

    Will ServUO support EC?

    As I said, for every time you say it, I'll be right there to set you straight.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back