View Single Post
Dirtydeedz
Junior Member
 
Join Date: Sep 2013
Posts: 20

Old April 30th, 2017, 10:16 AM
I need to create a Breastplate of Dispel Magic 1/day & +1 spell DC (Dispelling Breastplate of Spell Focus). Any help would be much appreciated.

Just need a script to up the DC of my spells by one. Seems a little more complicated than boot strapping Feat Spell Focus. This armor effects any spell from any school that has a saving throw.
Code:
      if (field[gIsEquip].value <> 0) then
          hero.child[dcKingCont].field[Bonus].value += 1
        endif
Attached Files
File Type: email Disp_BP_SF.user (2.0 KB, 5 views)

Last edited by Dirtydeedz; May 1st, 2017 at 11:15 AM. Reason: Uploaded the *.user file; script not working
Dirtydeedz is offline   #6 Reply With Quote