Chris Rock
New Member
- Joined
- Feb 20, 2012
- Messages
- 1
- Reaction score
- 0
SORRY BAD ENGLISH!!
I need help with my hotkey.. im not a SHOWMAN on scripts or hotkeys, but i stoped at this point:
auto 200 listas 'ATACAR MAGE LEVEL 180 +' | foreach 'shootableplayers' $bt {if [$bt.isenemy && $bt.ismage && $bt.level => 180] {attack $bt.name | sd $bt.name}
OK.. This is working.. But this is attacking players\enemies on PZ zone (temples e DPs).. and i dont want attack player on PZ (Temple e PZs) .. I try :/
auto 200 listas 'ATACAR MAGE LEVEL 180 +' | foreach 'shootableplayers' $bt {if [$bt.isenemy && $bt.ismage && $bt.level => 180 && $bt.inpz == 0] {attack $bt.name}
Nothing!
HELP?
I need help with my hotkey.. im not a SHOWMAN on scripts or hotkeys, but i stoped at this point:
auto 200 listas 'ATACAR MAGE LEVEL 180 +' | foreach 'shootableplayers' $bt {if [$bt.isenemy && $bt.ismage && $bt.level => 180] {attack $bt.name | sd $bt.name}
OK.. This is working.. But this is attacking players\enemies on PZ zone (temples e DPs).. and i dont want attack player on PZ (Temple e PZs) .. I try :/
auto 200 listas 'ATACAR MAGE LEVEL 180 +' | foreach 'shootableplayers' $bt {if [$bt.isenemy && $bt.ismage && $bt.level => 180 && $bt.inpz == 0] {attack $bt.name}
Nothing!
HELP?
Last edited: