unimporta
04-08-2012, 05:39
I needed an utura caster to hunt on draggys. So I made what seems the most useful option as Im not used to or know how to set the conditionals really good.
Open Conditionals:
On Condition: thing1: put $mymana$, on operator put #number>=#, on thing2: put 60, on Delay action time(ms) put 60000, I normally put 12000 on non-dangerous monsters.
And finally on action write down utura.
What this does it will check every 300-to-700 ms if your mana is more than 60. If it does it will say utura, if not, then nothing.
It slows down the overall bot, because it constantly checks for the conditional, and it normally cannot make utura, as it has the cooldown. So the rest of time it's making puff clouds, but nevertheless I find it extremely useful when hunting for profit.
So again: this is how it should look:
thing1 operator thing2 delay action
$mymana$ #number>=# 60 60000 utura
Open Conditionals:
On Condition: thing1: put $mymana$, on operator put #number>=#, on thing2: put 60, on Delay action time(ms) put 60000, I normally put 12000 on non-dangerous monsters.
And finally on action write down utura.
What this does it will check every 300-to-700 ms if your mana is more than 60. If it does it will say utura, if not, then nothing.
It slows down the overall bot, because it constantly checks for the conditional, and it normally cannot make utura, as it has the cooldown. So the rest of time it's making puff clouds, but nevertheless I find it extremely useful when hunting for profit.
So again: this is how it should look:
thing1 operator thing2 delay action
$mymana$ #number>=# 60 60000 utura