Normal MVP & MVP room ?

mrlongshen

Noobies
Messages
1,126
Points
0
Age
36
Location
localhost 127.0.0.1
Emulator
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 ?

 
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

 
Last edited by a moderator:
Back
Top