• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

auto mp heal elfbot

willdu

Active Member
Joined
Mar 11, 2017
Messages
91
Reaction score
25
I'm trying to make a hotkey to MP Heal

With mana percent and changing the potion when player get lvl up (mp,smp,gmp), so i can mana heal with the same hotkey on all my mages

But it is not heal at all

What do i doing wrong?

Code:
auto 100 listas 'Auto MP Heal' | if [$mppc <= '50' && $level < 50 && $itemcount.itemid.268 >= 1] useoncreature 268 | if [$mppc <= '50' && $level >= 50 && $level < 80 && $itemcount.itemid.237 >= 1] useoncreature 237 | if [$mppc <= '50' && $level >= 80 && $itemcount.itemid.238 >= 1] useoncreature 238
 
Back
Top