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


RE: MSG here when You need macros - miguelonmtz - 09-23-2014

(07-15-2014, 08:07 AM)mr. Kris Wrote: Basic tools > basic function > fishing



I need a macro, if no food active fishing


RE: MSG here when You need macros - alecolling - 09-26-2014

I need a macro too, if there's 4 minotaurs guard on the screen use Exori, may someone help?


RE: MSG here when You need macros - [email protected] - 09-26-2014

Hi guys i need Energy Ring on Hotkey if someone know how to make it post here or msg me on priv.
Thx anyway


RE: MSG here when You need macros - fabiohs12 - 09-27-2014

Hello,

I need a macro to look N/S/E/W when player is in 'x' sqm.

I need it so I can do 'Levitate' and such things properly.


RE: MSG here when You need macros - Sayan - 09-27-2014

Hi,
I looking for a 100% afk scripts for 37 lvl+ EK with 65/61 skills, but nice EQ.
I dont care about profit i just want to fast lvl up without a death.
Thank you very much for help.

Sayan!


RE: MSG here when You need macros - [email protected] - 09-28-2014

Any macro to attack the monster with the lowest life any idea man?


RE: MSG here when You need macros - [email protected] - 10-01-2014

I need macro follow person and atack comb with person,or only follow and dont stop follow and atack...
Understand?


RE: MSG here when You need macros - gordela - 10-02-2014

I NEED MACRO

if appear x item in bp the bot use right click


RE: MSG here when You need macros - ulises - 10-02-2014

i need macro for Unequip soft boots when im in PZ and equip when i stay in not PZ ;D


RE: MSG here when You need macros - alutor - 10-03-2014

Hello dudes.
I need a macro:
02:48 [Cave bot CHECK]: Please, kill all the monsters around and stop moving for a couple of seconds to prove that you're not AFK (Wait for 'Thanks!' message until you MOVE away).
02:48 [Cave bot CHECK]: 1.
02:48 [Cave bot CHECK]: 2.
02:48 [Cave bot check]: 3.
02:48 [Cave bot check]: 4.
02:48 [Cave bot check]: 5.
02:48 [Cave bot check]: 6.
02:48 [Cave bot check]: 7.
02:48 [Cave bot check]: Thank you for the cooperation, enjoy the fair play!

After first msg bot kill all monster on the screen and wait to this msg "02:48 [Cave bot check]: Thank you for the cooperation, enjoy the fair play!" then keep botting.

Msg is in Server Log.


RE: MSG here when You need macros - ciolam - 10-08-2014

Broke Trophy Stand id=872
Weapon: Magic Sword (Sword of Valor)


macro drop all vials - arcaniusrol - 10-12-2014

Need one Macro Drop All Empty Potions Strong.


RE: MSG here when You need macros - wekoz - 10-12-2014

this macro is good but u need add on variables

MACRO !!

Creatures.ByName("NPCtemple")==1
Bot.Pause()

on variables

## name NPC temple ###
NPCtemple=Azalea

(05-11-2014, 06:09 PM)erleo Wrote:
(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

Check free scripts bro !

(09-27-2014, 12:18 PM)Sayan Wrote: Hi,
I looking for a 100% afk scripts for 37 lvl+ EK with 65/61 skills, but nice EQ.
I dont care about profit i just want to fast lvl up without a death.
Thank you very much for help.

Sayan!

check this http://forums.bmega.net/thread-23063.html

(07-15-2014, 07:50 PM)Pretti Wrote: Need script EK lvl 65
Full equip - non-pvp
Only kill no need to depot

Idk where to up
Ty



Odp: RE: MSG here when You need macros - spodniarz - 10-12-2014

(10-03-2014, 12:16 AM)alutor Wrote: Hello dudes.
I need a macro:
02:48 [Cave bot CHECK]: Please, kill all the monsters around and stop moving for a couple of seconds to prove that you're not AFK (Wait for 'Thanks!' message until you MOVE away).
02:48 [Cave bot CHECK]: 1.
02:48 [Cave bot CHECK]: 2.
02:48 [Cave bot check]: 3.
02:48 [Cave bot check]: 4.
02:48 [Cave bot check]: 5.
02:48 [Cave bot check]: 6.
02:48 [Cave bot check]: 7.
02:48 [Cave bot check]: Thank you for the cooperation, enjoy the fair play!

After first msg bot kill all monster on the screen and wait to this msg "02:48 [Cave bot check]: Thank you for the cooperation, enjoy the fair play!" then keep botting.

Msg is in Server Log.
At this moment im think is not posibble if is random time of msg


RE: MSG here when You need macros - Bladess - 10-13-2014

Hey,

BBot no have option anty luring, maybe make macro - X monster on screen > ignore attack > go to label X and wait X seconds


RE: MSG here when You need macros - wekoz - 10-14-2014

Check this !!

Stealth Ring
500 {stealth ring} ID:=3049 BP:=0 Creatures.ByName(Cyclops)>=3 [cyc1] Self.Equip.Ring(!ID!) Exit() {cyc1} Creatures.ByName(Cyclops Drone)>=2 [cyc2] Self.Equip.Ring(!ID!) Exit() {cyc2} Creatures.ByName(Cyclops Smith)>=2 [cyc3] Self.Equip.Ring(!ID!) Exit()

Stealth ring Down
Creatures.ByName(Cyclops)<=2 [cyc1]
Creatures.OnScreen()<=2
Self.UnEquip.Ring(0)
Exit()
{cyc1}
Creatures.ByName(Cyclops Drone)<=1 [cyc2]
Creatures.OnScreen()<=1
Self.UnEquip.Ring(0)
Exit()
{cyc2}
Creatures.ByName(Cyclops Smith)<=1 [cyc3]
Creatures.OnScreen()<=1
Self.UnEquip.Ring(0)
Exit()

This macro are on me script 40+ RP Cyclops - Yalahar and is good !!

(04-27-2014, 11:29 PM)erleo Wrote:
(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 - budi - 11-14-2014

hello i need good atk killer with exori frigo later exori gran vis later exori max vis beacause now no good working when i make ; / ? help me ?


RE: MSG here when You need macros - sevvasowsky - 11-14-2014

Anyone have macro, when bot don't chase monster who was attacked first, but maintains a distance from the nearest monster?


RE: MSG here when You need macros - damiansnk - 11-14-2014

(11-14-2014, 10:11 AM)budi Wrote: hello i need good atk killer with exori frigo later exori gran vis later exori max vis beacause now no good working when i make ; / ? help me ?
try do it
atack sequences type like that
exori gran vis
wait 2000
exori vis
wait 2000
exori max vis
wait 2000
exori vis
wait 2000

if no try that 1 in mcros
6000 {gran vis} Self.Mana>=60 Self.Attacking==01 Self.Say(exori gran vis)
2000 {gran vis} Self.Mana>=20 Self.Attacking==01 Self.Say(exori vis)
30000 {max vis} Self.Mana>=100 Self.Attacking==01 Self.Say(exori max vis)

(11-14-2014, 05:44 PM)sevvasowsky Wrote: Anyone have macro, when bot don't chase monster who was attacked first, but maintains a distance from the nearest monster?

I guess that1 isn't possible on bbot


RE: MSG here when You need macros - eymar12345 - 11-21-2014

Hi guys !
i need a macro for self wearing protection amulet when it brokes,
my character is farming at amazon camp, and i want it to wear every protection amulet that it drops.

thanks !