• 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

vanity items

Frodie

Well-known member
I am trying to double the cost of all vanity items. My script is

final 30000

foreach thing in Vanity
eachthing.field[vanPrCost].value *2
nexteach

But can't get it to work, any ideas?

Thank you
 
You mean the cost people pay for them? I don't think you can. You can only affect things on the character. Not sure if there is a purchase multiplier herofield or something.

Also it would be *= or you wouldn't actually be storing the value.
 
Back
Top