Critica Posted May 10, 2013 Posted May 10, 2013 Hi.!I just wana ask, is there a script or any easy way to add a custom item drop to a monster other than adding it manually 1 by 1?i'd like to add some custom drop items on some mvp's Quote
Jaburak Posted May 10, 2013 Posted May 10, 2013 OnInit: setarray .mvpid[0],1115,1150; // Add more if you want. Just add the mobID. end; OnNPCKillEvent: for( set @i,0; @i<getarraysize(.mvpid); set @i,@i+1 ) { if(killedried == .mvpid[.@i]) getitem 512,1; end; // Edit the ItemID for the drop. } Quote
Critica Posted May 10, 2013 Author Posted May 10, 2013 thanks for the reply, i kinda have the same script. except need it per MvP, not all of themfor ex.Kiel has 3% drop of item 501Tao Gunka 3% drop of item 502Orc Lord 3% drop of item 503else10% drop 504,505,506 item to other monsters Quote
Question
Critica
Hi.!
I just wana ask, is there a script or any easy way to add a custom item drop to a monster other than adding it manually 1 by 1?
i'd like to add some custom drop items on some mvp's
2 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.