• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

HL - Scripting - Warpriest Sacred Weapon per Day

Darkhail

New member
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

Code:
doneif (field[gIsEquip].value = 0)

if (#levelcount[Warpriest] <> 0) then
  #trkmax[cWaPSacWep] += 1
  endif

Thank you for any advice
 
Back
Top