BBot - The best bot of the world
Macro OT Manarune - 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: Macro OT Manarune (/thread-7983.html)



Macro OT Manarune - blasfemio83 - 03-28-2013

Hi people, i want a macro that use every second my manarune on me and how can i get the ID of the rune? Thanks Smile


RE: Macro OT Manarune - Palladynek - 03-28-2013

Please ,
ManaRune OT (auto: 1000ms)
1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(ID)


RE: Macro OT Manarune - blasfemio83 - 03-28-2013

(03-28-2013, 09:10 AM)Palladynek Wrote: Please ,
ManaRune OT (auto: 1000ms)
1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(ID)

It Doesn't works Sad


RE: Macro OT Manarune - oscar - 03-28-2013

1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(ID)


It says (ID) <--



When you are ingame click ALT+F8, in the upper-left corner you will see something like this:

[Image: BjcWxlG.png]

Click on the manarune and the ID will change in the corner, copy the ID and paste into the macro

For example:
1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(3079)

That is for health, do the same thing as I wrote but with this macro:
1000 {ManaRune OT} Self.Mana%<=80 Hotkey.Use(3079)

Kind regards Oscar


RE: Macro OT Manarune - blasfemio83 - 04-05-2013

(03-28-2013, 04:11 PM)oscar Wrote: 1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(ID)


It says (ID) <--



When you are ingame click ALT+F8, in the upper-left corner you will see something like this:

[Image: BjcWxlG.png]

Click on the manarune and the ID will change in the corner, copy the ID and paste into the macro

For example:
1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(3079)

That is for health, do the same thing as I wrote but with this macro:
1000 {ManaRune OT} Self.Mana%<=80 Hotkey.Use(3079)

Kind regards Oscar

Man, a white message appear "You cannot use this objet" I think the macro only use the rune, but you need to use on Yourself the rune, can you help me please?


RE: Macro OT Manarune - Kimoszin - 04-06-2013

[macro]1110 {Rune Shot} ID:=999999 HP:=80 Self.Health%()<=!HP! Target.Self() Target.Shoot(!ID!)[/macro]