Jump to content
  • 0
Sign in to follow this  
mrlongshen

Normal MVP & MVP room ?

Question

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

2 answers to this question

Recommended Posts

  • 0

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 OnNPCKillEvent

it 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 by AnnieRuru

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.