View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old September 16th, 2011, 02:39 PM
Quote:
Originally Posted by DrunkZombie View Post
Copied from another thread.

I think I found a bug in the skillwire script:

~record 2x rating on the hero's activesoft limit
perform herofield[acActSLim].modify[+,2 * field[grRating].value,""]
~and the rating as the max for any one activesoft
perform herofield[acActSMax].modify[+,2 * field[grRating].value,""]

Notice that the active soft limit is *2 as it should be, but the max for one activesoft is also *2.
Fixed in the next update, thanks for the report.
Mathias is offline   #64 Reply With Quote