Kill slave script

Play Now

Rawwwr

Dedicated Member
Dedicated Member
Feb 27, 2010
198
1
45
[@main]
#SAY
etc...\
<Kill pet/@killslave>\

[@killslave]
#IF
CHECKMONRECALL
#ACT
KILL SLAVE
BREAK

I don't know why, but this script doesn't kill any pets >.<
Where's the error?
 

nicofortune

LOMCN Veteran
Veteran
Aug 13, 2009
340
1
45
[@main]
#SAY
etc...\
<Kill pet/@killslave>\

[@killslave]
#IF
CHECKMONRECALL
#ACT
KILL SLAVE
BREAK

I don't know why, but this script doesn't kill any pets >.<
Where's the error?

you was close but this is the script u want as u had a space in the kill slave command so it wasnt working just tested this on my kings and it works

[@main]
#SAY
etc...\
<Kill pet/@killslave>\

[@killslave]
#IF
CHECKMONRECALL
#ACT
KILLSLAVE
BREAK
 
Upvote 0

nicofortune

LOMCN Veteran
Veteran
Aug 13, 2009
340
1
45
np to be honest im new to scripting i only noticed that error as i got a script editor that shows me the mistakes :)
 
Upvote 0