Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. auto 1 listas 'Enemy' | if [$enemy.isonscreen && $enemy.isshootable && $enemy.hppc > 0] {if [$target.isshootable == 0 || $target.isonscreen == 0 || $target.isplayer == 0 || $target.warbanner == 1 || $target.isfriend || $target.hppc == 0 || $target.isenemy == 0] attack $enemy.id | if [$enemy.hppc < $target.hppc] attack $enemy.id} | foreach 'shootableplayers' $gg if [$inpz == 0 && $gg.isonscreen && $gg.warbanner != 1 && $gg.isfriend == 0 && $gg.name != $self.name && $gg.hppc > 0 && $enemy.isshootable == 0] {if [$target.isshootable == 0 || $target.isonscreen == 0 || $target.isplayer == 0 || $target.warbanner == 1 || $target.isfriend || $target.hppc == 0] attack $gg.id | isnotattacking attack $gg.id | if [$gg.hppc < $target.hppc] attack $gg.id}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement