BBot - The best bot of the world
Tutorial Request - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Tutorial Request (/thread-3931.html)



Tutorial Request - aniro - 08-20-2012

How do I make a 100% afk Script?

I would like to know to make scripts 100% afk, its kinda hard to learn by myself so i'm here asking for a tutorial to teach me step by step, how to make a 100 % afk script, and I think could be great if more ppl know how to make it, so more scripts for everybody.

Some topics I dont know how to configurate:

How to I check if my potions, cap... are ok?
if not? how do i make him go back deposit?

How do I make him deposit the loot? ( itens)

How do I talk to Npc?

and alot more.

+ rep to the one who helps.

Thanks.


RE: Tutorial Request - Kimoszin - 08-20-2012

Check Items: CaveBot -> FullCheckLabel
Deposit: CaveBot -> Depositer
Talk NPC: CaveBot -> Messages


RE: Tutorial Request - aniro - 08-20-2012

(08-20-2012, 02:41 PM)Kimoszin Wrote: Check Items: CaveBot -> FullCheckLabel
Deposit: CaveBot -> Depositer
Talk NPC: CaveBot -> Messages

I dont know if you are makiing fun of me or trying to help... but... if you are trying to help please give me an exemple like :

CheckLabel - go back to dp when 20 mana potions or 120 cap or 10 great health potion.

this kind of thing... please.

Thanks.


RE: Tutorial Request - Kimoszin - 08-20-2012

Code:
Label (X Y Z:Hunt)
Point
Point
Point
...
FullCheckLabel (X Y Z:Full Bank Else Hunt Code 266<=20;cap<=120;268<=10)
Label (X Y Z:Deposit)
Point
Point
Point
...