darling fajardo Posted April 28, 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 Share Posted April 29, 2021 - script on_mvp_kill_item -1,{ OnNPCKillEvent: getunitdata(killedgid,[email protected]); if(([email protected][UMOB_MODE]&MD_MVP)){ //item id 501 , count 1 , drop item under the mvp location on death makeitem(501,1,mapid2name([email protected][UMOB_MAPID]),[email protected][UMOB_X],[email protected][UMOB_Y]); } end; } Quote Link to comment Share on other sites More sharing options...
I need this script, that when killing an MVP it throws a single item
Link to comment
Share on other sites