• 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

Editor: trying to add an armor property

Chevalier83

New member
Hi everyone,

I am currently trying to implement the "Twilight" property on armor from 3.5. This property gives the armor -10% arcane spell failure chance for a bonus of +1. Any idea how to integrate the -10%?

Thanks in advance
 
Take a look at the Mithral material, that has an eval script which decreases arcane spell failure.
 
I tried exactly that, but unfortunately it did not work:

I took the following line:

container.parent.field[arArcFail].value -= 10

and put it as a script, phase pre-level, priroity 2500 index 4 (as it is in mithral) in my magical property. I can add the property to an armor, cost get's calculated correctly, but it does not update the arcane spell failure chance
 
Last edited:
Did you do "Test Now!" after adding the script? I just made a item power with the exact script you listed above at the exact same timing and it worked perfect. So my only guess is you didn't "Test Now!" to have the script get compiled.
 
Back
Top