N Nameleszx New member Messages 108 Points 0 Aug 3, 2013 #2 Hello, can i request a script that made a mvp boss drop a 1pc TCG every time it's been killed?
Q quesoph New member Messages 562 Points 0 Location Philippines Emulator Aug 3, 2013 #3 Code: OnNPCKillEvent: if(killerid==mvpid) {getitem 501,1; // item id, item amountend;} Last edited by a moderator: Aug 3, 2013
Emistry Support Leaders Messages 526 Points 0 Location Malaysia Github Emistry Emulator Aug 4, 2013 #5 Code: OnNPCKillEvent:if( killedrid == 1002 ){ dispbottom "You killed a Poring .."; getitem 512,1;}end;
Code: OnNPCKillEvent:if( killedrid == 1002 ){ dispbottom "You killed a Poring .."; getitem 512,1;}end;