HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

stat trigger

10-09-2004, 01:18 AM#1
luckyownz92
hey i was wondering how do u add stats when u kill units like it does in dbz ultra v6
10-09-2004, 01:34 AM#2
Gandalf2349
Something like this:

Code:
Events
 -A Unit Dies
Conditions
 -Killing Unit is a (Hero) = true
Actions
 -Hero - Set (Strength) of (Killing Unit) = ((Strength) of (Killing Unit) + 1)

That's just an idea though.
10-09-2004, 01:35 AM#3
thedevil
Quote:
Originally Posted by luckyownz92
hey i was wondering how do u add stats when u kill units like it does in dbz ultra v6
Event:A unit die
Condition:Killing unit is a hero equal to true
Action:Hero-modify atribute of killing unit add X strength/inteligent/agility
10-09-2004, 01:43 AM#4
Gandalf2349
Even better.

I wasn't sure if they had add/subtract or not.
10-09-2004, 02:15 AM#5
luckyownz92
thx a bunch u two