HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Mana Add

05-01-2004, 12:00 AM#1
RED-Death
all i want to do, is when a unit kills another unit to add one mana to its mana pool.

I have it set up like so

Unit dies

killing unit is ground unit = true

set mana of killing unit to 0+1.


now i thought by making it 0 +1 it would add a single mana for each kill, but it doesnt. Anyone know how i can get it to add a single mana each kill?
05-01-2004, 12:03 AM#2
Vexorian
Set mana of killing unit to ( Get Mana of killing unit ) + 1

0 +1 is 1 ...
05-01-2004, 12:08 AM#3
RED-Death
thanks alot


ummm, well i still have the same problem.

i think i set it up right, tell me what i should change.

The event and condition is the same

action
unit-set mana of killing unit to mana of triggering unit +1
05-01-2004, 12:17 AM#4
RED-Death
Quote:
Originally Posted by RED-Death
thanks alot


ummm, well i still have the same problem.

i think i set it up right, tell me what i should change.

The event and condition is the same

action
unit-set mana of killing unit to mana of triggering unit +1
never ind, forgot to change triggering units mana to killing unit.