BBot - The best bot of the world

Full Version: Macro gmp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Hi, Target are deprecated, see the wiki
http://wiki.bmega.net/doku.php?id=macros..._creatures
(09-23-2013, 07:03 AM)Kimoszin Wrote: [ -> ]Hi, Target are deprecated, see the wiki
http://wiki.bmega.net/doku.php?id=macros..._creatures

I already saw that on macro editor but there isn't any to do what i want.
No?
[macro]1200 {Friend User Item} itemId:=238 target:=Creature.ByName(KIMOSZIN) Creature.ShootOn(!target!, !itemId!)[/macro]
(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
Thanks!
Thanks kimoszin, im not really pro making macros, rep for you Smile