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
hello!
macro for using prepared bucket in elf village please!
yo
i need macro for using exori ico if 3 or more scarabs attack me, i have one but it using exori ico when 1 scarabs and 2 larvas at me ... i wanna only if scarabs attack
thx
hi,
I need macro on retro pvp to use thunderstorms when no player on screen and if player on screen e-vis/e-gran-vis
scarab guy:
500 {Macro Sample} Creatures.ByNameBeside(scarab)>=3 Self.Attacking()==1 Self.Say(exori ico)

zarize:
500 {Macro Sample} Creatures.PlayersOnScreen()==0 [2] Self.Attacking()==1 Self.Say(exori gran vis) Self.Say(exori vis) Exit {2} Self.Attacking()==1 target:=Creature.Attacking() Creature.ShootOn(!target!, 3202)
hello could someone help me with macro if 4 water elementals or more do exevo gran mas vis
i play on retro pvp so only ue when no players on screen
will be rep;d
Code:
500 {ShootUE} Creatures.ByNameBeside(Water Elemental)>=4 Self.Mana()>=600 PlayersOnScreen<=1 Self.Say(exevo gran mas vis)
hi, i need help for repair this script he stoped when refil bolt and dont move!!!! :S http://forums.bmega.net/thread-23813.html
please
Hello I need macro to use rust remover on rusty armors and throw away shit like chain armors, scale armors etc
Hello!
Can anyone help me?
My macro doesn't works.(Character is using shovel to swamp place;leech quest)
X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
Map.UseOn(3457, 17950, !X!, !Y!, !Z!, 1)
When i use on cavebot, this macro is doing literally nothing.
I tested the same macro to use shovel on field, grass etc., but when i use on swamp place(ID 17950) it doesnt works.
Hello can someone help me?
I need macro or idea how to drop items on the ground when got 30CAP. of course items from Monster like Steel helmet, battle hammer etc. but drop on the ground JUST when got 50 cap. THX GUYS
Use this macro:
Code:
10000 {DropGPs} ITEMID:=3031 AMOUNT:=1 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=40 Map.Thrown(!ITEMID!, !AMOUNT!, !X!, !Y!, !Z!)

This macro work with gold coin (ID 3031) you must edit only ID, amount and name of macro. Works good here.

If works for you, please rep me.

Thanks a lot, cya!
(02-22-2016, 10:22 PM)kaiquegabriel Wrote: [ -> ]Use this macro:
Code:
10000 {DropGPs} ITEMID:=3031 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=40 Map.Thrown(!ITEMID!, 100, !X!, !Y!, !Z!)

This macro work with gold coin (ID 3031) you must edit only ID and name of macro. Works good here.

If works for you, please rep me.

Thanks a lot, cya!

And amount in Map.Thrown command...




here I had my macro on serpents spawns, to throw on ground Crown armor If too little cap to pickup Merc sword,
or to throw Merc sword if not enough cap to pickup noble axe
Maybe it will give u some ideas, how to make macro that you need on your own

[macro]0 {drop loot}
Xa:=Self.X()
Ya:=Self.Y()
Za:=Self.Z()
merc:=Misc.ItemCountEx(7386)
crown:=Misc.ItemCountEx(3381)
icap:=Self.Capacity()

!icap!>38 [else1]
!icap!<68
!crown!<>0 [else2]
Map.Thrown(3381, 1, !Xa!, !Ya!, !Za!)
exit()
{else2}
!merc!<>0
Map.Thrown(7386, 1, !Xa!, !Ya!, !Za!)
exit()
{else1}
!icap!<38
!crown!<>0 [else3]
Map.Thrown(3381, 1, !Xa!, !Ya!, !Za!)
exit()
{else3}
!merc!<>0
Map.Thrown(7386, 1, !Xa!, !Ya!, !Za!)
exit()
Exit()
[/macro]

I used it as manual, because I did it in kind of extraordinary way.
But u can make it Auto ,
(02-22-2016, 11:53 PM)Catar Wrote: [ -> ]And amount in Map.Thrown command...

Yea, thank you. Edited.
Hellow

I didnt saw in the bbot feathure a feathure wich loot everything from certain monster.
Because some spot have rare spawn and maybe they can drop somthing unknow that I don't want to miss AFK.

Plixor Help me x))

Yours Heli~~

=> http://forums.bmega.net/showthread.php?tid=26866

Thx Bro's

More precis from Gloon Wolf and Ghost Wolf.
In tibia wiki they've been killed only 273 and 274 times (LoL)

I'm in a cave of them (for exemple demon have been killed 71114 in loot static)
So if any fanpage didnt recofnize loot. And tibia.com didnt show looter. So how mega can add unknow item ? In my opinion thoose monsters are for antibot in new witches spaw and wild creature mini world change cave. They got big damage and dont give good exp and loot. Xd

If u wanna all creature items so do all id list and share I guess mega can do it in looter tick loot creatures xd
I guess you did use tibiaauto previously

And if stucked get label not by 1st waypoint just by nearest one
(02-25-2016, 05:53 PM)damiansnk Wrote: [ -> ]So if any fanpage didnt recofnize loot. And tibia.com didnt show looter. So how mega can add unknow item ? In my opinion thoose monsters are for antibot in new witches spaw and wild creature mini world change cave. They got big damage and dont give good exp and loot. Xd

If u wanna all creature items so do all id list and share I guess mega can do it in looter tick loot creatures xd
I guess you did use tibiaauto previously

And if stucked get label not by 1st waypoint just by nearest one


Newbie have to learn

x)

Be the strength with us
hiho, i need macro for reconect after server save
I have got a question.

What comannd do i have to write in macro to make logout on label called "logout"?

Thanks ^_^
Self.logout macro set as manual add in cavebot wherever u want
its possible to do macro
cast strong haste if no ancient scarabs on screen?
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