View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old December 11th, 2015, 04:27 AM
Quote:
Originally Posted by Sevisin View Post
Since there is no real API available to me (as far as I know), I don't know what code to use to replace the attack.

hero.cAttack = hero.cAttack.good? No, that didn't work.

-S
These tags aren't on the hero, they are on the class. Look at the tags on the class. To look at tags (and fields) for various things, look for "Floating Info Windows" in the Develop menu of the portfolio.

The code to replace a tag is actually quite commonly used throughout the community set. Here is an example, but please understand this example assumes you are running the script on the class itself:

Code:
perform delete[cAttack.Good]
perform assign[cAttack.Poor]
This removes the "Good" progression and assigns the "Poor" progression to the class.
Sendric is offline   #4 Reply With Quote