- Joined
- Jul 17, 2006
- Messages
- 145
Alright, i have an ability based off of unholy aura that lowers speed (im using negitives) instead of increasing speed, and a hero ability that increases the movespeed by 10. Now, so that i can have my hero abilitys stack with a boots of speed based item, i do these with tiriggers:
The only problem with this is, when i have the boots of speed based item and the ability with the neg percent speed increase, and i select this spell when i level up instead of increasing my movespeed, it decreases it. any help?
Code:
Ship Sails
Events
Unit - A unit Learns a skill
Conditions
(Learned Hero Skill) Equal to Ship Sails (Endurance)
Actions
Unit - Set (Triggering unit) movement speed to ((Default movement speed of (Triggering unit)) + (10.00 x (Real((Level of Ship Sails (Endurance) for (Triggering unit))))))
The only problem with this is, when i have the boots of speed based item and the ability with the neg percent speed increase, and i select this spell when i level up instead of increasing my movespeed, it decreases it. any help?