08-08-2011, 09:33 AM
how i use utana vid if have a orc berserker on screen please?
and use gfb if have more of 2 creatures on screen?
and use gfb if have more of 2 creatures on screen?
macro use utana vid if
|
08-08-2011, 09:33 AM
how i use utana vid if have a orc berserker on screen please?
and use gfb if have more of 2 creatures on screen?
08-08-2011, 10:38 AM
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)
08-08-2011, 11:25 AM
@ Hunger, but then it will cast vid everytime new berserker comes,no?
08-08-2011, 04:32 PM
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.
08-08-2011, 04:33 PM
Mega, Status.Invisible doesn't exist. ;P
08-08-2011, 04:36 PM
Noen Wrote:Mega, Status.Invisible doesn't exist. ;P At least Hunger should add the macro to Killer Start Macro.
08-08-2011, 04:43 PM
The problem will persist though.
Maybe this should work: Code: 180000 {Utana Vid} Target.NameIn(Orc Berserker)==1 Self.Say(utana vid)
08-08-2011, 04:59 PM
The best option would be to add the feature Self.Visible.
|
« Next Oldest | Next Newest »
|