- Joined
- Jan 22, 2010
- Messages
- 2,583
I've seen numerous threads with this, searching for over 2 hours, and yet I still haven't found anything. I need a Floating Text to appear, which shows the damage taken by a unit.
I use this event:
Also, I need help with Spellbooks. I have placed a total of 4 spells, made the minimum spells 0, the max 4 (Will Increase with skills made), and the skills are activated by triggers. Like:
I use this event:
-
Unit - A unit is attacked
-
Set DamageTaken = String(Integer(Damage Taken))
-
Floating Text - Create a floating... with the message DamageTaken...
Also, I need help with Spellbooks. I have placed a total of 4 spells, made the minimum spells 0, the max 4 (Will Increase with skills made), and the skills are activated by triggers. Like:
-
Levels
-
Events
-
Unit - A unit gains a level
-
-
Conditions
-
Actions
-
If (Conditions) are true, Then do (Actions), Else (Actions)
-
If - Conditions
-
(Leveling Hero) Equal to P1Hero
-
(Level of (Leveling Hero)) Equal to 2
-
-
Then - Actions
-
Player - Enable (Ability) for (Player)
-
-
Else - Actions
-
-
-