Jump to content
  • 0

MvP Card announcer


eboni001

Question


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

Hello guys can somebody please make an npc that announces everytime a player drop a mvp card? i mean something like what can be do on drops.conf but the mvp card drops in mi server is a 3% but theres more items below that drop rate, so, i dont want those items get announced i only want the mvp and mini-boss card get announced.

 

thank you in advace guys :D

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

I already did something better, i customized some mvp's drop and set the drops.conf to announce only those mvp's thank you for the reply guys, somebody can close this topic please.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

I search this on the Forum

 

-	script	Test	-1,{
OnNPCKillEvent: 
	if ( getmonsterinfo( killedrid,21 )&0x0020 && getgmlevel() > 0 )
		announce "[ GM ] "+strcharinfo(0)+" has killed MVP Monster named [ "+getmonsterinfo(killedrid,0)+" ] which located at the map of [ "+strcharinfo(3)+" ]",0;
	end;
}

didn't test it but if somethings wrong, please reply on this post

 

http://rathena.org/board/topic/83862-mvp-announcer/
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

I search this on the Forum

 

-	script	Test	-1,{
OnNPCKillEvent: 
	if ( getmonsterinfo( killedrid,21 )&0x0020 && getgmlevel() > 0 )
		announce "[ GM ] "+strcharinfo(0)+" has killed MVP Monster named [ "+getmonsterinfo(killedrid,0)+" ] which located at the map of [ "+strcharinfo(3)+" ]",0;
	end;
}

didn't test it but if somethings wrong, please reply on this post

 

http://rathena.org/board/topic/83862-mvp-announcer/

Thank you for reply, but this is different on what im looking for, this will announce when a gm kill an mvp and the map where the gm killed that mvp, what i want is a script that announce when somebody drop a mvp or mini boss card only,

i know in drops.conf i can do this but it will announce  items below that rate too, i want only the mvp/mini-boss cards get announced.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

I think src modification will do.. I don't know if a script will work on this kind of request. Someone correct me if am wrong. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...