First of all, sorry for my bad english, i'm italian, so, if there's someone who can speak italian, it's better
Explain my problem:
I used this tutorial for making a spellbook, and i create it at 90%. I've 3 problems about it.
That's a trigger example of my abilities
Explain my problem:
I used this tutorial for making a spellbook, and i create it at 90%. I've 3 problems about it.
- When I pick an item, this item creates another one spellbook in the ability slot of the hero, with the description that i've wrote for that dummy book.
- There's a way to leveling the ability inside of the spellbook?
- I use this system for a campaign, when I change map the spellbook remain, but not the abilities inside
That's a trigger example of my abilities
-
Add Bufera
-
Events
- Unit - A unit Pick an item
-
Conditions
- (Item-type of (Item being manipulated)) equal to |c008080FFTomo della Bufera|r
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Level of Aggiungi Bufera for (Triggering unit)) equal to 0
-
Then - Actions
- Unit - Add Aggiungi Bufera to (Triggering unit)
-
Else - Actions
- Unit - Set level of Aggiungi Bufera for (Triggering unit) to ((Level of Aggiungi Bufera for (Triggering unit)) + 1)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Last edited: