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 - tairon115 - 12-24-2015

HELO
ILOOK macro on when look player on scren is stop atak on exori , exori gran and use exori ico hur? is posible?


RE: MSG here when You need macros - jacolas - 12-26-2015

Need macro :

using stoneshower rune in front of me (or even on myself) IF lost "X" target for example : hunting lost throwers and if nobody is near when he dissapear (or died) my character is using X rune in front of me (or on myself)


RE: MSG here when You need macros - byko - 12-26-2015

Seems like that thread is dead.


RE: MSG here when You need macros - upsik001 - 12-26-2015

Need macro for used glooth bag in bp


RE: MSG here when You need macros - zurdoxx92 - 12-27-2015

hi i need a macro to heal me from % hp to % hp


RE: MSG here when You need macros - kaiquegabriel - 12-27-2015

(12-27-2015, 04:17 AM)zurdoxx92 Wrote: hi i need a macro to heal me from % hp to % hp

Code:
10 {health 50%-} Self.Health%()=<50 Self.Say(Exura)

When your health is 50% or less, macro say: Exura


RE: MSG here when You need macros - zurdoxx92 - 12-27-2015

how i put this in the macro

(06-27-2015, 11:21 AM)mihelox123 Wrote:
(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 - ozyrixe - 01-08-2016

Hello. I want script to said something after get private or party or default message from X player. If you know how to do this, help me for rep Smile


Macro - zukaaa - 01-09-2016

I need to know how much mana my friend have to pot it if needed, have it in bbot?
something like id.mana%

Thanks.


RE: MSG here when You need macros - Catar - 01-09-2016

@ozyrixe
@zukaaa

both of this macros/scripts above are not possible to make yet


RE: MSG here when You need macros - Lokoloko - 01-27-2016

I need macro of exori hur/ico thxAngel


RE: MSG here when You need macros - kaiquegabriel - 01-27-2016

Ico
Code:
1100 {ExoriIco} Self.Attacking()==1 Self.Mana()>50 Self.Say(exori ico) Exit()

Hur
Code:
1100 {ExoriHur} Self.Attacking()==1 Self.Mana()>50 Self.Say(exori hur) Exit()

Adjust time "1100" for cooldoown of the spells. Thank you


RE: MSG here when You need macros - enmanuel - 01-27-2016

Hello,can anybody make an oramond minos east script? please Big Grin


RE: MSG here when You need macros - Kursed - 02-03-2016

I'm playing archlightonline, they have a manarune their for certain vocatoins.

I've been trying and trying to get one of the macros to work for it.
The thing is you just have to use the rune, not on yourself or anything just say (right click it) and it gains your mana. I was wondering if somebody here could help me out. Everything I have tried has failed and im pretty newbie with the bot itself.

The

09:23 You see a golden rune emblem+2.
It weighs 1.20 oz.
This rune can be equipped in a hotkey slot to heal yourself. It is a more powerful Great Spirit Potion This item must be used through hotkey.

ID: 11632

Thanks in advance

(10-20-2015, 04:32 PM)Wirtuooz Wrote: Hello I need macro to monsters by SD. Please help

Use advanced attack, theirs a few tutorials on here to use it


RE: MSG here when You need macros - Catar - 02-03-2016

(02-03-2016, 05:24 PM)Kursed Wrote: I'm playing archlightonline, they have a manarune their for certain vocatoins.

I've been trying and trying to get one of the macros to work for it.
The thing is you just have to use the rune, not on yourself or anything just say (right click it) and it gains your mana. I was wondering if somebody here could help me out. Everything I have tried has failed and im pretty newbie with the bot itself.

The

09:23 You see a golden rune emblem+2.
It weighs 1.20 oz.
This rune can be equipped in a hotkey slot to heal yourself. It is a more powerful Great Spirit Potion This item must be used through hotkey.

ID: 11632

Put it on hotkey - for example f9

Code:
mana:=Self.Mana%()

!mana!<=60
Tibia.SendKey(120)

There u have list of keys u can use


RE: MSG here when You need macros - Kursed - 02-03-2016

(02-03-2016, 05:52 PM)Catar Wrote:
(02-03-2016, 05:24 PM)Kursed Wrote: I'm playing archlightonline, they have a manarune their for certain vocatoins.

I've been trying and trying to get one of the macros to work for it.
The thing is you just have to use the rune, not on yourself or anything just say (right click it) and it gains your mana. I was wondering if somebody here could help me out. Everything I have tried has failed and im pretty newbie with the bot itself.

The

09:23 You see a golden rune emblem+2.
It weighs 1.20 oz.
This rune can be equipped in a hotkey slot to heal yourself. It is a more powerful Great Spirit Potion This item must be used through hotkey.

ID: 11632

Put it on hotkey - for example f9

Code:
mana:=Self.Mana%()

!mana!<=60
Tibia.SendKey(120)

There u have list of keys u can use


That was extremely helpful thanks

If not busy maybe another use "pickaxe" out of backpack on certain "stone" if "stone" is in the screen


RE: MSG here when You need macros - Catar - 02-03-2016

If u know where thes certain stones spawn, u can do it in caveboot
use map tool


RE: MSG here when You need macros - Kminisz - 02-04-2016

I need a macro that will appear as a player on the screen to get a sd monster and exactly crystal spider only as a player on the screen

Potrzebuję macro że jak pojawi się gracz na ekranie to żeby był sd w potwora a dokładnie w crystal spidera tylko wtedy jak gracz na ekranie


RE: MSG here when You need macros - Kminisz - 02-06-2016

bump")


RE: MSG here when You need macros - Catar - 02-06-2016

instead of what?