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 - dom203 - 04-16-2015

Hi all. Need macro for msg on trade text XXX every 2 minutes because Trade Helper didn't work. Thanks.


RE: MSG here when You need macros - rodrigomelo - 04-20-2015

I need a macro that will minimize all backpacks<<<<>>>> the basic funtions minimizer dont work <<<<<


RE: MSG here when You need macros - zebster - 04-20-2015

(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


RE: MSG here when You need macros - dom203 - 04-20-2015

(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


RE: MSG here when You need macros - achmeda - 04-21-2015

Hello, i need macro to sound alarm when red server message in Lokal Chat....
I need this macro because a antybotting system in OTS


RE: MSG here when You need macros - [email protected] - 05-17-2015

HELLO, I WANT A MACRO TO RUNE MAKER, WHEN THERE IS A PLAYER ON THE SCREEN MOVE INSIDE, AN IFS NOT GO BACK OUTSIDE


RE: MSG here when You need macros - RoyalKnight - 06-12-2015

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?


RE: MSG here when You need macros - lukasze - 06-18-2015

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



RE: MSG here when You need macros - Nismo - 06-18-2015

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


RE: MSG here when You need macros - damiansnk - 06-18-2015

(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


RE: MSG here when You need macros - Nismo - 06-20-2015

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


RE: MSG here when You need macros - lukasze - 06-20-2015

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



RE: MSG here when You need macros - efsego98 - 06-22-2015

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?


RE: MSG here when You need macros - jasiol - 06-26-2015

need macro stop/start opening corpses


RE: MSG here when You need macros - mihelox123 - 06-26-2015

need lure script
example:
lure 3 monsters and use exori or something aoe


RE: MSG here when You need macros - lukasze - 06-26-2015

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



RE: MSG here when You need macros - mihelox123 - 06-27-2015

(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


RE: MSG here when You need macros - offya - 06-29-2015

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


RE: MSG here when You need macros - [email protected] - 07-30-2015

hello, i need macro when 4+ ancient scarabs attacking me use UE
hope you help me guys thanks Big Grin


RE: MSG here when You need macros - kaiquegabriel - 07-30-2015

Code:
1000 {Shoot UE} Creatures.ByNameBeside(Ancient Scarab)=>4 Self.Say(exevo gran mas flam)