| 12-27-2003, 11:29 PM | #1 |
Ok... how to level up a triggered spell cause in case the event is : Exemple : A unit cast (thunder exemple)... so thunder lv1 or lv 3 the same name... if i want to make different effect to each how im supose to do sry for my bad english thx :bgrun: |
| 12-28-2003, 12:40 AM | #2 |
When a hero levels up... You have to set a variable to YourVariable = YourVariable + 1 Event: A unit owned by Player X learns a skill Conditions: (Skill Learned) equal to YourSkillHere Actions: Set YourVariable = YourVariable + 1 YourVariable is an integer variable. Now set your spell effects accordingly to what YourVariable's number is. Regards Dead-Inside |
| 12-28-2003, 07:59 PM | #3 |
thx but another question how to make a triggered spell hit JUST enemy... cause if you make a spell who say all unit in a radius of 500 it will hit allies emote_sweat |
| 12-28-2003, 09:37 PM | #4 |
Remove all your units or allied from the selected unit group. |
