Jump to content

Utility: MVP Ladder only on MVP Maps with announcer


pajodex

Recommended Posts


  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

MVP Ladder only on MVP Maps with announcer


Quote

Hi, before anything else. I just want to release a simple npc script I used for a long time since I started here in rAthena. There might be similar scripts available but I just want to give back to the community what I learned from here since then. 

Credit goes to the ppl who helped me to learn how to script! I don't remember who but here is the final result..

 

Yet another simple MVP Kill reward on MVP Maps Only with an announcer and now with a simple MVP Ladder

If player is in a party, the reward will be given randomly to online party members.

You can config the script easily at this part:

OnInit:
	setarray .p_rwd, 607,1;	// Party reward <item>,<amount>
	setarray .s_rwd, 607,1;	// Solo reward <item>,<amount>
	.chance = 50;	// Drop rate chances %
	.gm = 10;  // Prevents gm level and above to trigger the event
	// MVP Map list
	setarray .t_maps$[0],"// <MVP MAPS>

This script will also help other in-game players see if an MVP has been slain. 

I'm open for suggestions, comments, reactions and such for the betterment of this script and my skill.

 

Questions?
 

Q> Why only at MVP Maps? 
A> Because some server puts MVP Rooms which the reward can be abused.

 


  • Submitter
  • Submitted
    01/30/2018
  • Category
  • Video
  • Content Author
    pajodex

 

Edited by pajodex
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

Can you add get free 1pc of YGGberry to all online players via rodex everytime the MVP kill by other player in their respective map except in mvp room and deadbranch room.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

3 hours ago, Loke said:

Can you add get free 1pc of YGGberry to all online players via rodex everytime the MVP kill by other player in their respective map except in mvp room and deadbranch room.

I can but i dont think its ideal to do that. Sending rewards via roDex in script uses sql. Every time it is executed, it will cause server lag depending on how many people are online. ( i think? Learned from my sempais) 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

I see.. I just want the concept of Ragnarok Journey when killing mvp all players online will get rewards. xD Thank btw

Edited by Loke
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  06/14/12
  • Last Seen:  

i want to disable the announce is it possible?

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

10 hours ago, Kringle said:

i want to disable the announce is it possible?

look for anyline start with announce or mapannounce or areaannounce and put // at the start of it

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   1
  • Joined:  07/16/18
  • Last Seen:  

good

Edited by skuray
Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Reset is not working properly, count goes to zero and that's ok so far but .....

why is showing  duplicated names? Names should be cleared too.

Main_Office.jpg.5f11e165be8934775fcfe4a71f2f3bd8.jpg

Link to comment
Share on other sites

  • 3 years later...

  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.03
  • Content Count:  79
  • Reputation:   0
  • Joined:  06/17/20
  • Last Seen:  

@pajodex good day sir, is it possible to put back the drop chance?

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

bug mvp records not working properly 

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
Reply to this topic...

×   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...