Akbare Posted January 13, 2012 Posted January 13, 2012 (edited) thanks to read my thread I want to ask how to create a script that dropped all the monsters [ex :Poring coin] using OnNPCKillEvent: when using OnNPCKillEvent: do not make errors? draft - script DropItem -1,{ OnNPCKillEvent: getitem 7539,1; end; } thanks to reply Edited January 13, 2012 by Akbare Quote
kadze Posted January 13, 2012 Posted January 13, 2012 (edited) getitem 7539,1; Edited January 13, 2012 by kadze Quote
Akbare Posted January 13, 2012 Author Posted January 13, 2012 getitem 7539,1; ok thanks whether to use the function OnNPCKillEvent: no problem? continuously? Quote
Emistry Posted January 13, 2012 Posted January 13, 2012 Every NPC script...you can only have alot Label..but......you cant have Label with Same Name ... Quote
Akbare Posted January 13, 2012 Author Posted January 13, 2012 Every NPC script...you can only have alot Label..but......you cant have Label with Same Name ... thanks for advance Quote
Question
Akbare
thanks to read my thread
I want to ask
how to create a script that dropped all the monsters [ex :Poring coin]
using OnNPCKillEvent:
when using OnNPCKillEvent: do not make errors?
draft
thanks to reply
Edited by Akbare4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.