BBot - The best bot of the world
MSG here when You need macros - 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: MSG here when You need macros (/thread-20948.html)

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


MSG here when You need macros - mr. Kris - 04-26-2014

Hello.

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

Best Regards mr. Kris


RE: MSG here when You need macros - Qapux - 04-27-2014

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.


RE: MSG here when You need macros - mr. Kris - 04-27-2014

(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 :/


RE: MSG here when You need macros - erleo - 04-27-2014

(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.


RE: MSG here when You need macros - mr. Kris - 04-28-2014

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.


RE: MSG here when You need macros - Pucmistrz - 04-28-2014

I need macro if 3 monsters around he shoot thunder storm


RE: MSG here when You need macros - mr. Kris - 04-28-2014

(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()



RE: MSG here when You need macros - Pucmistrz - 04-29-2014

(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


RE: MSG here when You need macros - damiansnk - 04-29-2014

put waiting time between in sequences

exori vis
wait 1400
exori vis
wait 1400

like that


RE: MSG here when You need macros - Pucmistrz - 04-29-2014

(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


RE: MSG here when You need macros - mr. Kris - 04-29-2014

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


RE: MSG here when You need macros - erleo - 05-10-2014

Macro: if die close tibia, is for recconect


RE: MSG here when You need macros - raphaelignacio - 05-10-2014

(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


RE: MSG here when You need macros - erleo - 05-11-2014

(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


RE: MSG here when You need macros - Kubae - 05-23-2014

Guys i need Exori hur/ico macro cause my bot donr want to use it in killer :/ can you help?


RE: MSG here when You need macros - Beeki - 05-23-2014

i need macro/script/ for attack wyrm with attack follow, can anyone help me?


RE: MSG here when You need macros - raphaelignacio - 05-23-2014

Select Chase on Battle Settings and Disable Auto Chase off ( Options > General > untick Auto Chase Off)


RE: MSG here when You need macros - Beeki - 05-23-2014

I need a macro for when the creature is at 10% health use exori hur

and other to use sword ring


RE: MSG here when You need macros - [email protected] - 05-25-2014

use exura ico if paralize and not are atacking creatures


RE: MSG here when You need macros - raphaelignacio - 05-26-2014

(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)