| 12-21-2003, 10:10 AM | #1 |
Is there anyone else other than me that has been trying to remove the this ability "Anei". It's the ability that shows the change user icon in all shops which was an addon in tft, beleve it was hidden in the editor it wasn't in the abilitydata.slk, I found it in neutralabilityfunc.txt and If you remove this ability from a unit with shop sharing/select Hero/select Unit, the ability will work as it did in roc with out the icon that is. You must remove it with triggers. Here is an example of how it could be done Code:
Unit Group - Pick every unit in (Units in Moonlight A <gen>) and do (Actions)
Loop - Actions
Custom script: call UnitRemoveAbilityBJ( 'Anei', GetEnumUnit() ) |
| 12-21-2003, 02:43 PM | #2 |
Funny, as that trigger would crash WCIII because theres no wait... add a short wait (0.80 seconds or something) |
| 12-21-2003, 03:42 PM | #3 |
No the wait would be superflous at minimal. |
