- Joined
- Mar 10, 2009
- Messages
- 5,014
EDIT:
Ok this is a spell I made inspired by Huskar's Burning Spear ability of DotA...
What do I need?
1. How to handle "unittype" properly?...NOT SOLVED
2. Is there a function for attack speed or its just the same as SetUnitMoveSpeed?...SOLVED
3. if udg_IC_Counter2==5 then is giving an error but if udg_IC_Counter2 < 6 then has no error, why and how to fix this?...SOLVED
4. Are there any leaks?...MAYBE SOLVED
Ok this is a spell I made inspired by Huskar's Burning Spear ability of DotA...
JASS:
Code Removed
What do I need?
1. How to handle "unittype" properly?...NOT SOLVED
JASS:
local unittype asd = ???????????
2. Is there a function for attack speed or its just the same as SetUnitMoveSpeed?...SOLVED
3. if udg_IC_Counter2==5 then is giving an error but if udg_IC_Counter2 < 6 then has no error, why and how to fix this?...SOLVED
4. Are there any leaks?...MAYBE SOLVED
Last edited: