Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script Sample -1,{
- OnClock0000:
- OnClock1200:
- monster "rachel",0,0,"--ja--",1002,2000,strnpcinfo(0)+"::OnKilled1";
- monster "rachel",0,0,"--ja--",1002,200,strnpcinfo(0)+"::OnKilled2";
- end;
- OnKilled1: end;
- OnKilled2:
- getitem 969,1;
- if( mobcount( "rachel",strnpcinfo(0)+"::OnKilled2" ) < 1 )
- killmonster "rachel","All";
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment