Giant Whisper Posted January 9, 2018 Posted January 9, 2018 Hi, I would like to know how to get a Treasure Chest out when killing a mvp, as susede in Instance Faceworm's Nest Quote
0 Giant Whisper Posted January 9, 2018 Author Posted January 9, 2018 it can be in the same way as Faceworm's Nest ? Quote
0 Emistry Posted January 10, 2018 Posted January 10, 2018 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. Quote
0 Giant Whisper Posted January 10, 2018 Author Posted January 10, 2018 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; } Quote
Question
Giant Whisper
Hi, I would like to know how to get a Treasure Chest out when killing a mvp, as susede in Instance Faceworm's Nest
5 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.