BBot - The best bot of the world
Macro gmp - 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 gmp (/thread-11937.html)



Macro gmp - wanahduu - 09-23-2013

Hello, can someone help me with a macro to use great mana potion with mc to my other character like use on target, i tried with Target.Shoot(238) but didnt work.


RE: Macro gmp - Kimoszin - 09-23-2013

Hi, Target are deprecated, see the wiki
http://wiki.bmega.net/doku.php?id=macros_commands#working_with_creatures


RE: Macro gmp - wanahduu - 09-23-2013

(09-23-2013, 07:03 AM)Kimoszin Wrote: Hi, Target are deprecated, see the wiki
http://wiki.bmega.net/doku.php?id=macros_commands#working_with_creatures

I already saw that on macro editor but there isn't any to do what i want.


RE: Macro gmp - Kimoszin - 09-23-2013

No?
[macro]1200 {Friend User Item} itemId:=238 target:=Creature.ByName(KIMOSZIN) Creature.ShootOn(!target!, !itemId!)[/macro]


RE: Macro gmp - howcraft - 09-23-2013

(09-23-2013, 08:58 AM)Kimoszin Wrote: No?
[macro]1200 {Friend User Item} itemId:=238 target:=Creature.ByName(KIMOSZIN) Creature.ShootOn(!target!, !itemId!)[/macro]

you lost "t" in variable :p


RE: Macro gmp - Kimoszin - 09-23-2013

Thanks!


RE: Macro gmp - wanahduu - 09-24-2013

Thanks kimoszin, im not really pro making macros, rep for you Smile