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.

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

Best Regards mr. Kris
Hello, i need a macro for wearing a stealth ring when more then 3 monsters but only cyclop, cyclop smith and cyclop drone.

I use normal stealth ring macro but when my char goes to depo (more then 3 people in depo) it wears stealth ring which is a waste Smile thats why i need a macro for only cyclops - ...


Thanks.
(04-27-2014, 08:14 PM)Qapux Wrote: [ -> ]Hello, i need a macro for wearing a stealth ring when more then 3 monsters but only cyclop, cyclop smith and cyclop drone.

I use normal stealth ring macro but when my char goes to depo (more then 3 people in depo) it wears stealth ring which is a waste Smile thats why i need a macro for only cyclops - ...


Thanks.

What i know, not possible :/
(04-27-2014, 08:14 PM)Qapux Wrote: [ -> ]Hello, i need a macro for wearing a stealth ring when more then 3 monsters but only cyclop, cyclop smith and cyclop drone.

I use normal stealth ring macro but when my char goes to depo (more then 3 people in depo) it wears stealth ring which is a waste Smile thats why i need a macro for only cyclops - ...


Thanks.

Show the macro.
He using my macro:
Code:
500 {Stealth Ring} Creatures.OnScreen()>=4 [jump] Self.Equip.Ring(3049) Exit() Creatures.OnScreen()<4 {jump} Self.UnEquip.Ring(0) Exit()

I try change for cyclops but doesnt work like he want.
I need macro if 3 monsters around he shoot thunder storm
(04-28-2014, 04:22 PM)Pucmistrz Wrote: [ -> ]I need macro if 3 monsters around he shoot thunder storm


Code:
500 {ThunderStorm Shooter} target:=Creature.Target() IDRUNE:=3203 Creatures.Beside()>3 Creature.ShootOn(!target!, !IDRUNE!) Exit()

Code:
target:=Creature.Target()
IDRUNE:=3203
Creatures.Beside()>3
Creature.ShootOn(!target!, !IDRUNE!)
Exit()
(04-28-2014, 05:42 PM)mr. Kris Wrote: [ -> ]
(04-28-2014, 04:22 PM)Pucmistrz Wrote: [ -> ]I need macro if 3 monsters around he shoot thunder storm


Code:
500 {ThunderStorm Shooter} target:=Creature.Target() IDRUNE:=3203 Creatures.Beside()>3 Creature.ShootOn(!target!, !IDRUNE!) Exit()

Code:
target:=Creature.Target()
IDRUNE:=3203
Creatures.Beside()>3
Creature.ShootOn(!target!, !IDRUNE!)
Exit()

when i attack mobs with my other sequence example. exori vis , it cant throw thunderstorm coz its exhausted , can u make something like he will stop attacking with exori vis and only throw runes until mobs < 3


ok NVM it works now
put waiting time between in sequences

exori vis
wait 1400
exori vis
wait 1400

like that
(04-29-2014, 01:54 PM)damiansnk Wrote: [ -> ]put waiting time between in sequences

exori vis
wait 1400
exori vis
wait 1400

like that

ok , but this macro also use thunderstorm even if players are beside me example. 1 monster and 2 players and bot thinks that players are monsters so use rune
I forgot about players Tongue

Code:
500 {ThunderStorm Shooter} target:=Creature.Target() IDRUNE:=3203  Creatures.Beside()>3 Creatures.PlayersOnScreen==01 Creature.ShootOn(!target!, !IDRUNE!) Exit()

Try this
Macro: if die close tibia, is for recconect
(05-10-2014, 12:24 AM)erleo Wrote: [ -> ]Macro: if die close tibia, is for recconect

Code:
500 {Exit} Creatures.ByName(TEMPLE NPC) Tibia.Close()


Dont be rude nb
(05-10-2014, 05:52 PM)raphaelignacio Wrote: [ -> ]
(05-10-2014, 12:24 AM)erleo Wrote: [ -> ]Macro: if die close tibia, is for recconect

Code:
500 {Exit} Creatures.ByName(TEMPLE NPC) Tibia.Close()


Dont be rude nb

I have it since yesterday, i make 1 macro, nb Smile
Dont go of clever
Guys i need Exori hur/ico macro cause my bot donr want to use it in killer :/ can you help?
i need macro/script/ for attack wyrm with attack follow, can anyone help me?
Select Chase on Battle Settings and Disable Auto Chase off ( Options > General > untick Auto Chase Off)
I need a macro for when the creature is at 10% health use exori hur

and other to use sword ring
use exura ico if paralize and not are atacking creatures
(05-25-2014, 11:57 PM)[email protected] Wrote: [ -> ]use exura ico if paralize and not are atacking creatures

Code:
1000 {Paralyze} Creatures.Beside()<1 Status.Paralysis()==1 Self.Mana()>39 Self.Say(exura ico)
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