Hi I am trying to create a custom warpriest item for my players. We are playing the Wrath of the Righteous campaign and they want to reforge Soulshear.
As a part of it getting changed, I want it to increase my player's uses of Sacred Weapon per day but every time I try and write the script it doesn't seem to take. I have tested this with the Warpriest Fervor ability and that responds fine to my script
Thank you for any advice
As a part of it getting changed, I want it to increase my player's uses of Sacred Weapon per day but every time I try and write the script it doesn't seem to take. I have tested this with the Warpriest Fervor ability and that responds fine to my script
Code:
doneif (field[gIsEquip].value = 0)
if (#levelcount[Warpriest] <> 0) then
#trkmax[cWaPSacWep] += 1
endif
Thank you for any advice