Jump to content
  • 0

Question

Posted

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

Posted


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.

}

Posted

thanks for the reply, i kinda have the same script. 

except need it per MvP, not all of them

for ex.

Kiel has 3% drop of item 501
Tao Gunka 3% drop of item 502
Orc Lord 3% drop of item 503

else

10% drop 504,505,506 item to other monsters

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...