BBot - The best bot of the world

Full Version: MSG here when You need macros
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Can someone help me?
Hotkey.Use(762)
Misc.ItemCount(shiver arrow)<=4000
NPC.Say(hi)
NPC.Say(trade)
NPC.Buy(762, 100, 0)
I want you to buy up to 4K and make sure you have that amount
Where did I go wrong?
U want to buy arrows when lower 4k and up to 4k xd? U want bought and using next to npc or as reffil in cavebot?
(06-16-2020, 07:59 PM)Nvp Wrote: [ -> ]U want to buy arrows when lower 4k and up to 4k xd? U want bought and using next to npc or as reffil in cavebot?

Yes, buy up to 4k and how to refill on npc
Try it. Go to variables and add
AR=762
amountAR=4000

and use macro, bot bought to 4k

NPC.Say(Hi)
Macro.Wait(100)
NPC.Say(Trade)
Macro.Wait(100)
NPC.Buy(!AR!, !amountAR!, 0)
(06-16-2020, 09:51 PM)Nvp Wrote: [ -> ]Try it. Go to variables and add
AR=762
amountAR=4000

and use macro, bot bought to 4k

NPC.Say(Hi)
Macro.Wait(100)
NPC.Say(Trade)
Macro.Wait(100)
NPC.Buy(!AR!, !amountAR!, 0)


But can you check if you already have 4K?
Hotkey.Use(762) ??
Hello, can someone help me? I need a macro that uses destroyer field on my feet without stopping. if someone can do it that way they will only use it non-stop if I press such a key is even better, it can be any key. Thanks in advance.

Ps: i used google translate to translate so if i miss some words i'm sorry.
Set under Delete, one click=one using

X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
Tibia.KeyDown(46)==1
target:=Creature.Self()
IDRUNE:=3148
Creature.ShootOn(!target!, !IDRUNE!)
Exit()
Can Someone help me to make a macro that when my player see players in the screen change the diamond arrow and the exevo mas san to exori gran con and a crystaline arrow? thanks!
the bbot manage to buy in the market?
(07-07-2020, 12:51 AM)[email protected] Wrote: [ -> ]the bbot manage to buy in the market?

impossible
(06-25-2020, 11:44 PM)Nvp Wrote: [ -> ]Set under Delete, one click=one using

X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
Tibia.KeyDown(46)==1
target:=Creature.Self()
IDRUNE:=3148
Creature.ShootOn(!target!, !IDRUNE!)
Exit()

Thank you brother, i gave reputation. Would it be possible to do so in a way that when I pressed the key he would be tirelessly trying to use the destructive field?
(04-26-2014, 03:36 PM)mr. Kris Wrote: [ -> ]Hello.

If somebody need macro, please send post here I will try help You.

Best Regards mr. Kris

Hey Mr.Kris

i need your help to find a way to open deposit 1 to pick up items and sell. I'm trying to create this script for days with MapTool and I can't.

Thank you.
Is it possible to put MW in the sqm chosen by the keys?

Example:

NUMPAD KEYS

7 -> TAKE MW NORTH WEST
1 -> TAKE MW SOUTH WEST
8 -> TAKE MW NORTH
2 -> TAKE MW SOUTH
9 -> TAKE MW NORTH EAST
3 -> TAKE MW SOUTH EAST
4 -> TAKE MW WEST
6 -> TAKE MW EAST
sorry msg duplicate
Can someone make a script to equip imbue items like weapon, helmet, ring and collar with a key, then unequip or change for other items?

thanks in advance
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36