darling fajardo Posted April 28, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 11/21/19 Last Seen: May 27, 2021 Share Posted April 28, 2021 I need this script, that when killing an MVP it throws a single item Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted April 29, 2021 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 12 hours ago Share Posted April 29, 2021 - script on_mvp_kill_item -1,{ OnNPCKillEvent: getunitdata(killedgid,.@info); if((.@info[UMOB_MODE]&MD_MVP)){ //item id 501 , count 1 , drop item under the mvp location on death makeitem(501,1,mapid2name(.@info[UMOB_MAPID]),.@info[UMOB_X],.@info[UMOB_Y]); } end; } Quote Link to comment Share on other sites More sharing options...
Question
darling fajardo
I need this script, that when killing an MVP it throws a single item
Link to comment
Share on other sites
1 answer 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.