Search results

  1. Dustyn

    Annoying bug with item deletion

    I've created an item "dungeon coin". Everytime we leave a dungeon, these coins burn because you can't bring them outside dungeons. So I've had this scripted in DungeonRegion : public override void OnExit( Mobile from ) { if ( from != null && from is PlayerMobile && from.Alive ) {...
  2. Dustyn

    T2A / Virtual Armor

    I have been working on a T2A shard for a very long time, and I'm very advanced, however there's a thing I have never been able to put my finger on, because it's a complete mystery. I've solved the "1 damage" thing when it comes to PvP, but it's when it comes to monsters that I'm having trouble...
Back