BBot - The best bot of the world

Full Version: macro use utana vid if
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how i use utana vid if have a orc berserker on screen please?
and use gfb if have more of 2 creatures on screen?
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)
@ Hunger, but then it will cast vid everytime new berserker comes,no?
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.
Mega, Status.Invisible doesn't exist. ;P
Noen Wrote:Mega, Status.Invisible doesn't exist. ;P

At least Hunger should add the macro to Killer Start Macro.
The problem will persist though.
Maybe this should work:

Code:
180000 {Utana Vid} Target.NameIn(Orc Berserker)==1 Self.Say(utana vid)
The best option would be to add the feature Self.Visible.