Giant Whisper Posted January 9, 2018 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: Yesterday at 10:43 AM Share 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 Link to comment Share on other sites More sharing options...
0 Cyro Posted January 9, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted January 9, 2018 like this one? Quote Link to comment Share on other sites More sharing options...
0 Giant Whisper Posted January 9, 2018 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: Yesterday at 10:43 AM Author Share Posted January 9, 2018 it can be in the same way as Faceworm's Nest ? Quote Link to comment Share on other sites More sharing options...
0 Giant Whisper Posted January 9, 2018 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: Yesterday at 10:43 AM Author Share Posted January 9, 2018 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 10, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
0 Giant Whisper Posted January 10, 2018 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: Yesterday at 10:43 AM Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.