Search results

  1. DAAT Token problem

    You have to add more than that one line, can you post your basecreature? Add this code on line 5412 if you are using ServUO basecreature.cs. Put it where I placed it, in between those 2 bits of code. for (int i = 0; i < list.Count; ++i) { DamageStore ds = list...
  2. Socket items?

    Comment out line 2030 in BaseArmor.cs and comment out line 4445 in BaseWeapon.cs To make something a comment just put // at the beginning of the line. //XmlSockets.ConfigureRandom(this, 2.0, 0.1, 0.5, 3.0, 15.0, 50.0);
  3. I need a bit of help scripting my pvp server

    I do know one. Line 30 of SlayerGroup.cs puts Medusa and several Renowned Goblins in the Repond slayer group. This is a problem because anything in this slayer group can be "Dryad Allured" in Spellweaving. Dryad Allure is a spell that essentially tames a humanoid creature, so these bosses will...
  4. I need a bit of help scripting my pvp server

    Thanks a lot Norman Lancaster! You are awesome, if you need something let me know.
  5. I need a bit of help scripting my pvp server

    I could use a nudge in the right direction for how to implement these things please. 1. I need a region (updated custom regions in a box system please) that has the rules no flying if race is gargoyle, no mount from all other races. While in the region the players will be orange notoriety to...
  6. Update AlterItem

    Any updates on this project? Transferring stats, item name, etc. onto the altered item?
Back