- Joined
- Aug 3, 2004
- Messages
- 2,909
I have 6 of these triggers that manipulate dummy abilities and provide a "rank" buff - it's purely ascetic.
When I have them disabled I don't get fatal errors, but if they are on I will get one around the second or third battle. I assume it's too much for WC3 to handle.
What's a more efficient way to do it?
When I have them disabled I don't get fatal errors, but if they are on I will get one around the second or third battle. I assume it's too much for WC3 to handle.
What's a more efficient way to do it?
-
Rank Orc Hero
-

Events
-


Unit - A unit Dies
-
-

Conditions
-


(Owner of (Killing unit)) Not equal to (Owner of (Triggering unit))
-
-

Actions
-


Set RankUnit = (Killing unit)
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




(Level of Spell Book (Rank Orc Hero) for RankUnit) Equal to 1
-




(Level of Rank (Orc Hero) for RankUnit) Less than 26
-
-



Then - Actions
-




Unit - Increase level of Rank (Orc Hero) for RankUnit
-
-



Else - Actions
-
-
-






