mrlongshen 22 Posted November 5, 2015 Hi all. I want to request a script. My server have normal mvp (dungeon map) and mvp room. I plan to make mvp monster drop a TCG Card after killed. Is that possible to different it ? I want only mvp (dungeon map) drop the TCG Card but not it MVP room ? Quote Share this post Link to post Share on other sites
0 iCORE 33 Posted November 5, 2015 its possible. list the mobs and drops also and list the map Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted November 5, 2015 (edited) just so you know, prontera,155,185,5 script kjdhfdksjf 1_F_MARIA,{ monster "this", -1,-1, "--ja--", PORING, 1, strnpcinfo(0)+"::Onaaa"; end;Onaaa: dispbottom "1"; end;OnNPCKillEvent: dispbottom "2"; end;}the monster with event label cannot trigger OnNPCKillEventit was modify this way to exactly suits your needs monsters with event label (which are usually used for events) cannot run with OnNPCKillEvent (on field/dungeons) so just have your mvp room add monster event label on them then use OnNPCKillEvent on your MVPs and ... there are some MVP already has event labels like thanatos ... etc, which you have to find the script and hijack it Edited November 5, 2015 by AnnieRuru Quote Share this post Link to post Share on other sites
Hi all. I want to request a script. My server have normal mvp (dungeon map) and mvp room.
I plan to make mvp monster drop a TCG Card after killed. Is that possible to different it ?
I want only mvp (dungeon map) drop the TCG Card but not it MVP room ?
Share this post
Link to post
Share on other sites