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 - mr. Kris - 07-03-2014

Quote:700 {Soft to BOH} Self.Mana%()<=30 [jump] Self.Equip.Boots(6529) Exit() {jump} Self.Mana%()>=55 Self.Equip.Boots(3079) Exit()

changing BOH to Soft and Soft to BOH


RE: MSG here when You need macros - Towalf - 07-03-2014

Thanks Mr.

I'll try it and if working well I'll give reputation Smile

http://prntscr.com/3yzu8e


The bbot doesn't breaks those, only the furniture, how I make it break those too?


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

@Up

Add more Map.UseOn


RE: MSG here when You need macros - Towalf - 07-09-2014

Oh i see and understand the macro now Smile

Just... which are the commands to see the items ID? hehe

Added reputation to you Mr.


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

ALT + F8 (north west monitor corner) - click right mouse button on item and You will se ID


RE: MSG here when You need macros - Vena Lore - 07-09-2014

Hi is there posibility to create macro that after char is withdrawing money to refill then he says balance and transfers the balance he sees?


RE: MSG here when You need macros - kefir - 07-09-2014

Hello, i need macro which will off my targeting(killer) when i've got 2 spears, when higher it will enable killer again.


RE: MSG here when You need macros - siwyelo - 07-09-2014

HELLO IM NEED MACRO TO LOGOUT WHEN MY SD END, CAN U DO IT FOR ME?


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

(07-09-2014, 05:23 PM)kefir Wrote: Hello, i need macro which will off my targeting(killer) when i've got 2 spears, when higher it will enable killer again.

Quote:1000 {Killer start stop} Misc.ItemCountEx(3277)>2 [jump] Killer.Start() Exit() Misc.ItemCountEx(3277)<2 {jump} Killer.Stop() Exit()

(07-09-2014, 09:34 PM)siwyelo Wrote: HELLO IM NEED MACRO TO LOGOUT WHEN MY SD END, CAN U DO IT FOR ME?

Quote:10000 {Logout when low sd} Cavebot.Start() Misc.ItemCountEx(3155)<20 Cavebot.Stop() Status.Battle()==0 Self.Logout()

You must have opened BP.

(07-09-2014, 11:52 AM)Vena Lore Wrote: Hi is there posibility to create macro that after char is withdrawing money to refill then he says balance and transfers the balance he sees?

hmmmm maby try to add Self.Balance() to variables ex:
balance:=Self.Balance()


RE: MSG here when You need macros - theusmesquita - 07-12-2014

Is there possibility to create an macro that logout character when low balance?


RE: MSG here when You need macros - Artur Noronha - 07-12-2014

I need a macro to drop itens when low cap.


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

(07-12-2014, 05:16 AM)theusmesquita Wrote: Is there possibility to create an macro that logout character when low balance?

hmmmm try it:
Quote:500 {logout balance} Self.Balance()<XXXX Self.Logout() Exit()

XXXX - border of money

(07-12-2014, 07:24 AM)Artur Noronha Wrote: I need a macro to drop itens when low cap.

Quote:1000 {Drop Gold} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<150 Map.Thrown(285, 100, !X!, !Y!, !Z!)

Self.Capacity()<150 - throw item when low than 150 cap
Map.Thrown(285, 100, !X!, !Y!, !Z!) - 285 = ID gold coin

You can change what You need Smile


RE: MSG here when You need macros - viveq - 07-12-2014

I need with me as HP falls to 200 to impose my energy and take off the ring will be 700 +


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

(07-12-2014, 11:32 AM)viveq Wrote: I need with me as HP falls to 200 to impose my energy and take off the ring will be 700 +
You want this one?
Quote:500 {Energy Ring} Self.Health()<200 [jump] Self.Equip.Ring(3051) Exit() {jump} Self.Health()>700 Self.UnEquip.Ring(0) Exit()



RE: MSG here when You need macros - viveq - 07-12-2014

so for something like this but something does not work because it imposes and removes all the time


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

Quote:500 {Energy Ring} Self.Health()<200 [jump] Self.Equip.Ring(3051) Exit() Self.Health()>700 {jump} Self.UnEquip.Ring(0) Exit()
now?


RE: MSG here when You need macros - viveq - 07-12-2014

hereinafter the same in autoatic me wondering is the manual but still the same is not already know why


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

I don't know why too :/


RE: MSG here when You need macros - rolo123 - 07-15-2014

i need macro for auto fishing and when have low cap stop and continue when his are normal


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

Basic tools > basic function > fishing