Critica Posted May 10, 2013 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted May 10, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: Sunday at 01:45 AM Share 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 Link to comment Share on other sites More sharing options...
Critica Posted May 10, 2013 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.