Looking for a dummy ability for Heroes

Status
Not open for further replies.
Level 13
Joined
Mar 19, 2010
Messages
870
Hi,

i want to give an hero a dummy ability which is 100% hidden, No icon, no buff icon. I just want to ask for GetUnitAbilityLevel == 1 to do somethings... what i can i take. It should not have any effects for the hero!!

Best Reg.
 
What are you trying to achieve from this? If you have a Unit Indexer, then just use
'Set someInteger[CustomValue of Hero] = someLevel' or if it is just for a boolean comparison, just add the Hero to a Unit Group. Instead of GetUnitAbilityLevel(hero, ability) == 1, you use IsUnitInGroup(hero, someGroup).
It makes things easier/more efficient than using an ability.
 
Status
Not open for further replies.
Back
Top