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 - Pretti - 07-15-2014

Need script EK lvl 65
Full equip - non-pvp
Only kill no need to depot

Idk where to up
Ty


RE: MSG here when You need macros - Avanrel - 07-16-2014

Ey Kris is it possible to make macro to use exana pox when poision deals more than X dmg? Smile.


RE: MSG here when You need macros - mr. Kris - 07-16-2014

I'm thinking about use ReUser.Pause(Cure Poison) but BBot dont have function reading HP lost :/
Only what I'm think about keep mana is use "exana pox" when no monsters on screen Creatures.OnScreen<=1

Quote:1000 {Poison} Status.Poison==1 Creatures.OnScreen<=1 Self.Say(exana pox) Exit()



RE: MSG here when You need macros - Avanrel - 07-16-2014

Hah, It didnt help me but anyway Thank u Smile. Rep+


RE: MSG here when You need macros - fede95 - 07-16-2014

hi
i want a macro using energy ring below 55% of life and take out with 80%
i need it for war plx


RE: MSG here when You need macros - mietek232 - 07-16-2014

i am looking for macro for training skill that bot will take small stones to 50 when he has 5


RE: MSG here when You need macros - mr. Kris - 07-17-2014

(07-16-2014, 03:26 PM)fede95 Wrote: hi
i want a macro using energy ring below 55% of life and take out with 80%
i need it for war plx

Try it:
Quote: 500 {Energy Ring} Self.Health%()<55 [jump] Self.Equip.Ring(3051) Exit() {jump} Self.Health%()<80 [jump2] Exit() {jump2} Self.UnEquip.Ring(0) Exit()



RE: MSG here when You need macros - Navinter - 07-19-2014

Hello can anyone help me?
I want a macro to use exori con and exori gran con with my paladin. thx in advance Smile


RE: MSG here when You need macros - mr. Kris - 07-19-2014

(07-19-2014, 11:47 AM)Navinter Wrote: Hello can anyone help me?
I want a macro to use exori con and exori gran con with my paladin. thx in advance Smile

I see in other thread You did it. Take care Smile


RE: MSG here when You need macros - empah96 - 07-20-2014

hey i need so bbot use E-ring on 70% and more hp and 70% take off plz


RE: MSG here when You need macros - Raging_Mage - 07-20-2014

I need macro for mana train. I want my nub char to pot my main so i can gain mana faster


RE: MSG here when You need macros - mr. Kris - 07-20-2014

(07-20-2014, 02:21 PM)empah96 Wrote: hey i need so bbot use E-ring on 70% and more hp and 70% take off plz

You want this?
Code:
300 {Energy Ring} Self.Health%()<70 [jump] Self.Equip.Ring(3051) Exit() {jump} Self.Health%()>70 Self.UnEquip.Ring(0) Exit()

(07-20-2014, 09:27 PM)Raging_Mage Wrote: I need macro for mana train. I want my nub char to pot my main so i can gain mana faster

Hmmmmm
Code:
300 {Manasing} target:=Creature.Attacking() X:=Creature.X(!target!) Y:=Creature.Y(!target!) Z:=Creature.Z(!target!) Map.UseOn(MANA ID, !target!, !X!, !Y!, !Z!, 1)
Add ID mana potion and click attack on Your main char.


RE: MSG here when You need macros - Raging_Mage - 07-20-2014

is there a way i can do it without having to atk him? cause im in a house that has trainers and there is 1sqm i can stand to atk trainers and my other char is in the house buts its pz..


RE: MSG here when You need macros - mr. Kris - 07-21-2014

hmmm i think Yes, but You must add x, y, z where Your main standing and add player ID

Code:
300 {Manasing} Map.UseOn(MANA ID, PLAYER ID, X, Y, Z, 1)
X, Y, Z - You found in cavebot


RE: MSG here when You need macros - Raging_Mage - 07-21-2014

and player ID is just the player name right?


RE: MSG here when You need macros - mr. Kris - 07-21-2014

press ALT+F8 it's ID check - north-west corner beside FPS
click use on player and You will get ID player


RE: MSG here when You need macros - Raging_Mage - 07-21-2014

went to cavebot and map tools and got it workinh. thx for tryin, gave you rep


RE: MSG here when You need macros - mr. Kris - 07-21-2014

omg I forgot... Healer > friend manas Big Grin


RE: MSG here when You need macros - Synth - 07-21-2014

something like this...

if no spear, royal spear, enchanted spear, or any other kind of spear
put fire sword on right hand
and if i loot one or more spear
put x spear on right hand

hoping that i made it clear
thanks


RE: MSG here when You need macros - mr. Kris - 07-21-2014

(07-21-2014, 02:04 PM)Synth Wrote: something like this...

if no spear, royal spear, enchanted spear, or any other kind of spear
put fire sword on right hand
and if i loot one or more spear
put x spear on right hand

hoping that i made it clear
thanks

I don't have BBot on this computer so You add IDs sword and other spears (You can find IDs in looter).
SPEAR1 = spear
SPEAR2 = hunting spear
SPEAR3 = royal spear
SPEAR4 = enchanted spear
SWORD = fire sword

1st macro:
Code:
2000 {spear check and fire sword} Misc.ItemCountEx(SPEAR1 ID)>=1 [jump1] Exit() {jump1} Misc.ItemCountEx(SPEAR2 ID)>=1 [jump2] Exit() {jump2} Misc.ItemCountEx(SPEAR3 ID)>=1 [jump3] Exit() {jump3} Misc.ItemCountEx(SPEAR4 ID)>=1 [jump4] Exit() {jump4} Self.Equip.RightHand(SWORD ID)

2nd macro:
Code:
2000 {spear check} Misc.ItemCountEx(SPEAR1 ID)>=1 [jump1] Self.Equip.RightHand(SPEAR1 ID) Exit() {jump1} Misc.ItemCountEx(SPEAR2 ID)>=1 [jump2] Self.Equip.RightHand(SPEAR2 ID) Exit() {jump2} Misc.ItemCountEx(SPEAR3 ID)>=1 [jump3] Self.Equip.RightHand(SPEAR3 ID) Exit() {jump3} Misc.ItemCountEx(SPEAR4 ID)>=1 [jump4] Self.Equip.RightHand(SPEAR4 ID) Exit() {jump4} Exit()

You must have opened BP with spears and sword