[grow [germinate]] as fast as possible as your energy supply starts to run low>
Why can't I live off of mana?
Guess I will need to use [create [water lvl.1]] more but first things first
[
channel [
Grow[germinate]
- [ 1 anz per 3 minutes]
] and
[
channel [create[water lvl.1] - [ 1 anz per 3 minutes]
]
]
Have you seen that little trick, cool ahh, now I don't need to re command the skill every time
That's unintentional but cool, though I don't know why it didn't do a thing in the first 2 levels of the talent [mana control talent]
Ohh well, go figure…
Wait, if I think about it, using skills feels a lot like using a function in programming, which I happen to learn in high school, so let me try this
[Channel [
set[mana regeneration (per anz per minute)]
as [
Var[mana.regn]
]
Then[
Split[
channel [grow[germinate]] - [ var[mana.regn]/4] then ENDALL
]
OtherSplit[
channel [create[water lvl.1]] - [ (var[mana.regn]/2)*4] then ENDALL
]
]
]
What this should do is to store how much [mana regeneration] per minute I have in something like a box called mana.regen, and then I [channel [grow[germinate]]] for one-fourth of my mana.regen
And when it finishes the skill which will be in 90 minutes it will stop the whole program
But in the meantime, I also use the skill [create[water lvl.1]] with a channel but it is equal to two fourth or half of my mana regeneration, until my [grow[germinate]] finishes, then when I end up growing and germinating It will stop use [create[water]]
Are those the same gods that couldn't let me reincarnate back at earth and locked my soul in a tree?
And are does ss level, is greater than the evacuate level?
I think I am going to die.
But anyway [upgrade[mana regeneration lvl.4]*3]
Wow that is fast