- Joined
- Jan 27, 2007
- Messages
- 948
Hello!
I made a skill which temprarily multiply your int x2 and after 30 sec the int goes back to normal. The trigger is right there. The question is: Is this MUI/MPI?
Thanks in advance!
I made a skill which temprarily multiply your int x2 and after 30 sec the int goes back to normal. The trigger is right there. The question is: Is this MUI/MPI?
Thanks in advance!
-
Divine Wisdom
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Holy Blast
-
Actions
- Hashtable - Save (Intelligence of (Casting unit) (Exclude bonuses)) as 1 of ID in Hashtable
- Hero - Modify Intelligence of (Casting unit): Add (Load 1 of ID from Hashtable)
- Wait 30.00 game-time seconds
- Hero - Modify Intelligence of (Casting unit): Subtract (Load 1 of ID from Hashtable)
- Hashtable - Clear all child hashtables of child ID in Hashtable
-
Events