Jump to content

Question

5 answers to this question

Recommended Posts

  • 0
Posted

create a npc with the treasure chest sprite, hide the npc by default, and unhide it when your player killed the mvp which trigger any events to unhide it.

  • 0
Posted

Hi Emistry, how would it be so that it's only true mvp

this example that I have works for all mvp but what I'm looking for is not accurate

 

 

By Technoken

- script mvp_chest -1,{

OnNPCKillEvent:

if ( getmonsterinfo( killedrid, MOB_MVPEXP ) ) {

monster "prontera",0,0,"--ja--",1324,1;

}

end;

}

 

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...