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
Hi all. Need macro for msg on trade text XXX every 2 minutes because Trade Helper didn't work. Thanks.
I need a macro that will minimize all backpacks<<<<>>>> the basic funtions minimizer dont work <<<<<
(04-20-2015, 02:15 AM)rodrigomelo Wrote: [ -> ]I need a macro that will minimize all backpacks<<<<>>>> the basic funtions minimizer dont work <<<<<
Hello try minimize your equipment slot first manually, then the basic functions for bps should work. But notice you have to keep your inventory minimized at all times otherwise it wont minimize bps at resets.

Hope this should help you.

With best regards //Zebster
(04-16-2015, 06:40 PM)dom203 Wrote: [ -> ]Hi all. Need macro for msg on trade text XXX every 2 minutes because Trade Helper didn't work. Thanks.

Bump
Hello, i need macro to sound alarm when red server message in Lokal Chat....
I need this macro because a antybotting system in OTS
HELLO, I WANT A MACRO TO RUNE MAKER, WHEN THERE IS A PLAYER ON THE SCREEN MOVE INSIDE, AN IFS NOT GO BACK OUTSIDE
Hei there,
would be fine if u got a macro which takes all emtpy pot's from ground.
Thank's greetings.

Ps.: is it poissible to selfturn my char to the creatures before use exori min?
(05-17-2015, 03:03 PM)[email protected] Wrote: [ -> ]HELLO, I WANT A MACRO TO RUNE MAKER, WHEN THERE IS A PLAYER ON THE SCREEN MOVE INSIDE, AN IFS NOT GO BACK OUTSIDE


Move N if player on screen and ifnot PZ
Quote:1000 {Player on Screen} Status.InPZ()==0 Creatures.PlayersOnScreen()>=2 Self.MoveN() Exit()
Move S if no player on screen and in pz
Quote:1000 {No player on Screen} Status.InPZ()==1 Creatures.PlayersOnScreen()<=1 Self.MoveS() Exit()

(04-16-2015, 06:40 PM)dom203 Wrote: [ -> ]Hi all. Need macro for msg on trade text XXX every 2 minutes because Trade Helper didn't work. Thanks.


Quote:1000 {Player on Screen} Misc.SystemTime.Second()>=180 NPC.Say(XXX)
* MACRO1: I need a macro that cavebot pause, stop, pull 1 orange, wait about 15 seconds, and then continue the cavebot.

"cavebot.stop, drop item on floor (under of me) (ID of item), delay: = 1500, cavebot.start"

Something like that, but not macros are programmed correctly : /


* MACRO2: Macro to send me alert when the server log channel a message containing the words appear: "is exiving you." .

I do not know if will be possible, but I hope you can help me, thanks.
(06-18-2015, 06:31 PM)Nismo Wrote: [ -> ]* MACRO1: I need a macro that cavebot pause, stop, pull 1 orange, wait about 15 seconds, and then continue the cavebot.

"cavebot.stop, drop item on floor (under of me) (ID of item), delay: = 1500, cavebot.start"

Something like that, but not macros are programmed correctly : /


* MACRO2: Macro to send me alert when the server log channel a message containing the words appear: "is exiving you." .

I do not know if will be possible, but I hope you can help me, thanks.

You can add items to drop and cavebot point drop loot.
In looter where you set nr of bp add ground
in cavebot add point ->
drop loot
delay x - 1 = 1 second
(06-18-2015, 11:12 PM)damiansnk Wrote: [ -> ]
(06-18-2015, 06:31 PM)Nismo Wrote: [ -> ]* MACRO1: I need a macro that cavebot pause, stop, pull 1 orange, wait about 15 seconds, and then continue the cavebot.

"cavebot.stop, drop item on floor (under of me) (ID of item), delay: = 1500, cavebot.start"

Something like that, but not macros are programmed correctly : /


* MACRO2: Macro to send me alert when the server log channel a message containing the words appear: "is exiving you." .

I do not know if will be possible, but I hope you can help me, thanks.

You can add items to drop and cavebot point drop loot.
In looter where you set nr of bp add ground
in cavebot add point ->
drop loot
delay x - 1 = 1 second

Thank you, but i need do this with the correct time, and not every time when i was on a specific sqm :/
(06-20-2015, 03:15 PM)Nismo Wrote: [ -> ]
(06-18-2015, 11:12 PM)damiansnk Wrote: [ -> ]
(06-18-2015, 06:31 PM)Nismo Wrote: [ -> ]* MACRO1: I need a macro that cavebot pause, stop, pull 1 orange, wait about 15 seconds, and then continue the cavebot.

"cavebot.stop, drop item on floor (under of me) (ID of item), delay: = 1500, cavebot.start"

Something like that, but not macros are programmed correctly : /


* MACRO2: Macro to send me alert when the server log channel a message containing the words appear: "is exiving you." .

I do not know if will be possible, but I hope you can help me, thanks.

You can add items to drop and cavebot point drop loot.
In looter where you set nr of bp add ground
in cavebot add point ->
drop loot
delay x - 1 = 1 second

Thank you, but i need do this with the correct time, and not every time when i was on a specific sqm :/




can be this?


Quote:1 {Drop item under player} ID:=IDITEM X:=Self.X() Y:=Self.Y() z:=Self.Z() Cavebot.Stop() Map.Thrown(!ID!, 1, !X!, !Y!, !Z!) Macro.Wait(1500) Cavebot.Start()
I need a macro to pull exori min with 2 or 3 monsters but who are in front of me and if possible move my chart for the monsters remain before me is that possible?
need macro stop/start opening corpses
need lure script
example:
lure 3 monsters and use exori or something aoe
(06-26-2015, 06:50 PM)mihelox123 Wrote: [ -> ]need lure script
example:
lure 3 monsters and use exori or something aoe

if Creatures on screen >=4 Cavebot stop if creatures beside >=3 and Player on screen <=1 Health>=60% Mana>=50% say spell
Quote:500 {Spell if >=3 monster Beside} Creatures.OnScreen()>=4 Cavebot.Stop() Creatures.Beside()>=3 Creatures.PlayersOnScreen()<=1 Self.Health%()>=60 Self.Mana%()>=50 Self.Say(Spell)
if Creatures on screen >=4 Cavebot stop if creatures range 3 >=3 and Player on screen <=1 Health>=60% Mana>=50% say spell
Quote:500 {Spell if >=3 monster range 3} Creatures.OnScreen()>=4 Cavebot.Stop() Creatures.ByRange(3)>=3 Creatures.PlayersOnScreen()<=1 Self.Health%()>=60 Self.Mana%()>=50 Self.Say(Spell)
Start Cavebot if creatures on Screen <=1
Quote:500 {Start Cavebot} Creatures.OnScreen()<=1 Cavebot.Start()
(06-26-2015, 10:26 PM)lukasze Wrote: [ -> ]
(06-26-2015, 06:50 PM)mihelox123 Wrote: [ -> ]need lure script
example:
lure 3 monsters and use exori or something aoe

if Creatures on screen >=4 Cavebot stop if creatures beside >=3 and Player on screen <=1 Health>=60% Mana>=50% say spell
Quote:500 {Spell if >=3 monster Beside} Creatures.OnScreen()>=4 Cavebot.Stop() Creatures.Beside()>=3 Creatures.PlayersOnScreen()<=1 Self.Health%()>=60 Self.Mana%()>=50 Self.Say(Spell)
if Creatures on screen >=4 Cavebot stop if creatures range 3 >=3 and Player on screen <=1 Health>=60% Mana>=50% say spell
Quote:500 {Spell if >=3 monster range 3} Creatures.OnScreen()>=4 Cavebot.Stop() Creatures.ByRange(3)>=3 Creatures.PlayersOnScreen()<=1 Self.Health%()>=60 Self.Mana%()>=50 Self.Say(Spell)
Start Cavebot if creatures on Screen <=1
Quote:500 {Start Cavebot} Creatures.OnScreen()<=1 Cavebot.Start()

Thanks thanks thank now i will start do scripts <3
Hello, it would mean the worls to me if someone could make a macro that makes my "Delete" Button become "SD Shoot on target" and "Page Down" Button "Exevo Vis Hur"

Thank you! Smile
hello, i need macro when 4+ ancient scarabs attacking me use UE
hope you help me guys thanks Big Grin
Code:
1000 {Shoot UE} Creatures.ByNameBeside(Ancient Scarab)=>4 Self.Say(exevo gran mas flam)
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