• 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

Item Power Activation

Frodie

Well-known member
Hey, I am trying to get an Item Power to have an activated power.
But the activation box will not show up. Any ideas?

Thank you,

Kev

Pre-att 10000


if (field[actUser].value > 0) then
hero.child[ArmorClass].field[BonSacred].value += hero.child[aCHA].field[aModBonus].value
endif
 
I also added this, but still no show

First 100

If (container.parent.tagis[gType.Armor] <> 0) Then
perform assign[User.Activation]
perform delete[Hide.Activation]
Endif
 
I got this to work

First 1000

perform container.parent.delete[Hide.Activation]
perform container.parent.assign[User.Activation]
perform container.parent.assign[Helper.ShowSpec]
 
Frodie, I've added this as a bug report. I just tested the Bolstering item power, which should have an activation, and it doesn't work. You shouldn't need a script to accomplish this.
 
Back
Top