I'm working on an orpg, as some people know from my other posts. my current problem is that i can't increase (or set) the level of an ability in a spellbook (that is "hidden").
the hidden spellbook is that thing some people know (you get 2 spellbooks with the same order and hide one of them with the player - disable spell action) the abilities are made with respectively, 7, 8 and 8 levels, so its not abilities problem. something with triggers. thnx in advance
quick edit: if there is any solution, i can try using a not-hidden spellbook but it will give me a lot of work to do. there is only one spell that actually works, its the silence of the shadows. the others don't work.
-
Spellbook Levelup
-
Events
-
Unit - A unit Gains a level
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Greater than or equal to 10
-
(Hero level of (Triggering unit)) Less than 20
-
-
Then - Actions
-
Player - Enable Rogue: Shuriken for (Owner of (Triggering unit))
-
Unit - Set level of Rogue: Silence of the Shadows for (Triggering unit) to 2
-
Unit - Set level of Rogue: Wind Walk for (Triggering unit) to 2
-
Unit - Set level of Rogue (Passive): Agile for (Triggering unit) to 2
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Greater than or equal to 20
-
(Hero level of (Triggering unit)) Less than 30
-
-
Then - Actions
-
Unit - Set level of Rogue: Silence of the Shadows for (Triggering unit) to 3
-
Unit - Set level of Rogue: Shuriken for (Triggering unit) to 2
-
Unit - Set level of Rogue: Wind Walk for (Triggering unit) to 3
-
Unit - Set level of Rogue (Passive): Agile for (Triggering unit) to 3
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Greater than or equal to 30
-
(Hero level of (Triggering unit)) Less than 40
-
-
Then - Actions
-
Unit - Set level of Rogue: Silence of the Shadows for (Triggering unit) to 4
-
Unit - Set level of Rogue: Shuriken for (Triggering unit) to 3
-
Unit - Set level of Rogue: Wind Walk for (Triggering unit) to 4
-
Unit - Set level of Rogue (Passive): Agile for (Triggering unit) to 4
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Greater than or equal to 40
-
(Hero level of (Triggering unit)) Less than 50
-
-
Then - Actions
-
Unit - Set level of Rogue: Silence of the Shadows for (Triggering unit) to 5
-
Unit - Set level of Rogue: Shuriken for (Triggering unit) to 4
-
Unit - Set level of Rogue: Wind Walk for (Triggering unit) to 5
-
Unit - Set level of Rogue (Passive): Agile for (Triggering unit) to 5
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Greater than or equal to 50
-
(Hero level of (Triggering unit)) Less than 60
-
-
Then - Actions
-
Unit - Set level of Rogue: Silence of the Shadows for (Triggering unit) to 6
-
Unit - Set level of Rogue: Shuriken for (Triggering unit) to 5
-
Unit - Set level of Rogue: Wind Walk for (Triggering unit) to 6
-
Unit - Set level of Rogue (Passive): Agile for (Triggering unit) to 6
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Greater than or equal to 60
-
(Hero level of (Triggering unit)) Less than 70
-
-
Then - Actions
-
Unit - Set level of Rogue: Silence of the Shadows for (Triggering unit) to 7
-
Unit - Set level of Rogue: Shuriken for (Triggering unit) to 6
-
Unit - Set level of Rogue: Wind Walk for (Triggering unit) to 7
-
Unit - Set level of Rogue (Passive): Agile for (Triggering unit) to 7
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Equal to 80
-
-
Then - Actions
-
Unit - Set level of Rogue: Silence of the Shadows for (Triggering unit) to 8
-
Unit - Set level of Rogue: Shuriken for (Triggering unit) to 7
-
Unit - Set level of Rogue: Wind Walk for (Triggering unit) to 8
-
Unit - Set level of Rogue (Passive): Agile for (Triggering unit) to 8
-
-
Else - Actions
-
-
-
quick edit: if there is any solution, i can try using a not-hidden spellbook but it will give me a lot of work to do. there is only one spell that actually works, its the silence of the shadows. the others don't work.
Last edited: