• 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 buyer Elfbot?

mike070

New Member
Joined
Mar 25, 2010
Messages
215
Reaction score
2
Hey guys, i am wondering how i can make a Auto MP Buyer for my char to train his ml during the night?
I also want to use my MC to train his ml during the night, that it like uses his pots on my MC.

Any help would be greatly appreciated!
 
Alright guys, i've found a Auto MP buyer on a random Polish site.. And it was quite hard for me to understand it properly, and it works. The only issue is, that it wont stop buying potions xd

Would u guys be able to help me make the script work properly?

This is like how i've done it;

1.Walk WPT (Labelled 'First')
2.Stand WPT
3.Action WPT (countitems 266 | if [$ count> 1] gotolabel refill)
4.Stand WPT
5.Action WPT (Labelled 'Refill'),

say 'hi'
wait 1000
npcsay 'trade'
wait 1000
countitems 266
wait 500
buyitems 266 100
1000 wait
buyitems 266 100
wait 1 000
266 100 buyitems
countitems 266 | if [$ count <200] gotolabel first

But it just wont stop buying until my cap reaches 0?

I'd like to make it do this or something;
'Goto label Refill, when cap above 800.. And goto label First when cap under 400'

I tried this, but fail xd
if [$cap >500] gotolabel refill


Anyone!? been trying for the last 2 hours now haha ...
 
6n8OI.png

the script in the first action waypoint is if [$itemcount.'great mana potion' <= 200] gotolabel refill
S22A9.png
and paste that countitems ID buyitemsupto~ abit more there
 
This won't work for me.
Im at tibia client 8.6 and would really want a script that works!

Thankful for all answers!

- - - Updated - - -

bump
 
Simple version.

Stand next to the npc, say hi, trade.
Make waypoints as you wish.

In hotkeys -> "auto 200 caphigher 500 buyitems 238 100"
If your cap is higher than 500 it will buy great mana pots.

Sometimes the trade closes, so just say hi again. I think it's happened to me once?
So in Persistant, Edit, put

auto 100000 say 'hi' wait 1000 npcsay 'trade'

Then for sure, you will keep mana training for as long as you like.

Enjoy.
 
Back
Top