• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Please Finish my Hotkey!!

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?
 
Last edited:
Back
Top