Search results

  1. Delay on magery spells

    I want to add 1 or 2 segs to some magery spells.. like Heal spell, cuz a mage can overheal in 2 segs and its not killable >-< its like invul D: I dnt know how to put these seconds to spells.. >-<
  2. Block Flying Spell while Polymorph

    I just edited Scripts/Spells/Necromancy/Transformationspell.cs around line 10 i added this: if (this.Body != caster.BodyValue) caster.Flying = false; It works but only with necrospells, i tryed to do with magery too but i dnt know where... I want to stop fly when i use some...
  3. Problem with Stygian Abyss loot.

    Hi community. I have some problems with the loot of the monsters. I don't want the loot to have Stygian Abyss items amongst it. I have tried to edite Loot.cs from lines 19 to 50 and 264 to 274, this means the SA region lanes, but I still have SA loot both in pre SA region and monsters as well as...
Back