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
[macro]1000 {haste}
Creatures.ByName(Ancient Scarab)==0 [s]
ReUser.UnPause(Strong Haste)
exit()
{s}
ReUser.Pause(Strong Haste)
exit()[/macro]

Rep

Remember to check strong haste ON in reusers
I need my pally to use "exevo mas san" when he has 2 or more monsters right next to me. I'm hunting at Yalahar Cult so some of the monsters have spawns.

Can it be done? I only need it to use the spell when the spawns or monsters are right next to me.

I would appreciate your help.
Code:
1300 {Exevo mas san} Self.Attacking()==1 Creatures.Beside()>=2 Self.Say(exevo mas san)

Code:
Self.Attacking()==1
Creatures.Beside()>=2
Self.Say(exevo mas san)

This macro only work if you are attacking 1 monster.
(03-07-2016, 10:09 PM)kaiquegabriel Wrote: [ -> ]
Code:
1300 {Exevo mas san} Self.Attacking()==1 Creatures.Beside()>=2 Self.Say(exevo mas san)

Code:
Self.Attacking()==1
Creatures.Beside()>=2
Self.Say(exevo mas san)

This macro only work if you are attacking 1 monster.

Thank you man! It works perfectly.
If you playing on non pvp, sure
(03-08-2016, 05:54 AM)Catar Wrote: [ -> ]If you playing on non pvp, sure

on PvP too, only on hardcore or retro isn't good to use.
Haya! I need a script for following monster, cuz when monster is on low hp he runing away and my character doing nothing , cheers!
Just setup auto follow and Unmark Auto Chase Off in general options in tibia

Also u can put 'Keep Distance 1 sqm" in killer on that monster
Hello I need macro to use shovel around me in desert
HI I REALLY NEED MACRO TO USE STEALTH RING WHEN ATTACK 2 OR MORE WATER BUFFALO TO BOT SAFE IN SWAMP TROLL VENORE (ANTI LURE)
I need a macro to throw the energywall rune 2 sqm against the chart
could you help me ?
i need macro to use avalanche if no player on screen (morta serv)
when i am trapped by ghost bot use ava
Hello there, I'm trying to get a macro that allow me to stop looting gold coins when my cap us lower than 150 and start looting again when cap > 400

I hope you can help me with that
U can set up in looter but below 150 dont loot above 150 start loot again.

Macro u can use only drop gold if cap below
I need a Macro, that Disables the reconnect manager and logout my Character if i died please.
Hi Guys.
I want a macro for use a rune on myself
for example the rune id 3151 and i want use the rune on myself to kill a monster like a avalanche
need macro when i am trapped by ghosts and no players on screen use ava/gfb/thunderstorm rune please help for rep
(04-06-2016, 12:45 PM)grzeszczur Wrote: [ -> ]need macro when i am trapped by ghosts and no players on screen use ava/gfb/thunderstorm rune please help for rep

Maybe try using search first....

tons of macros like that were already posted
hey I am playing on an ot server and I need a macro to use mana rune. is this possible?
(04-07-2016, 07:44 AM)dbords Wrote: [ -> ]hey I am playing on an ot server and I need a macro to use mana rune. is this possible?

use:
Quote:Hotkey.Use(ID)
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