macro use utana vid if - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: macro use utana vid if (/thread-1332.html) |
macro use utana vid if - mancha250 - 08-08-2011 how i use utana vid if have a orc berserker on screen please? and use gfb if have more of 2 creatures on screen? Re: macro use utana vid if - Hunger - 08-08-2011 In killer>orc berseker add this macro: Code: Self.Mana>400 Self.Say(utana vid) for use gfb: Code: Creatures.OnScreen>2 Target.Shoot(3155) Re: macro use utana vid if - drewindwalker - 08-08-2011 @ Hunger, but then it will cast vid everytime new berserker comes,no? Re: macro use utana vid if - MegaNo0body - 08-08-2011 drewindwalker Wrote:@ Hunger, but then it will cast vid everytime new berserker comes,no? Yep, hunger never tests his macros. The macro should have a status check: Status.Visible or something like that. Re: macro use utana vid if - Noen - 08-08-2011 Mega, Status.Invisible doesn't exist. ;P Re: macro use utana vid if - MegaNo0body - 08-08-2011 Noen Wrote:Mega, Status.Invisible doesn't exist. ;P At least Hunger should add the macro to Killer Start Macro. Re: macro use utana vid if - Noen - 08-08-2011 The problem will persist though. Maybe this should work: Code: 180000 {Utana Vid} Target.NameIn(Orc Berserker)==1 Self.Say(utana vid) Re: macro use utana vid if - Hunger - 08-08-2011 The best option would be to add the feature Self.Visible. |