Please someone could help me!I make an arena map with a lot of changes during warcraft normal gameplay.One thing I can't do.I want to make any item to have positive and negative effects.Positive is ok,but negative is not.For example one of the items is:Holy Herb...this item makes attack faster and idea for negative effect is to descrease damage of the hero when worn.Well I use Claws of Attack ability to descrease damage of the item, but the value is still integer and I can't write negative numbers...! PLZ HELP ME
wow man im not sure..i looked around and maybe if you used triggers maybe something like ---------------------------------------------------- Event: Unit - A unit Uses an item
Condition: ((Triggering unit) has an item of type Holy Herb) Equal to True
That is the closest to what your looking for that i could find..hope it helps. Also you can change the modification in the action from strength to agility or intelligence, i just used strength as an example.