pajodex Posted February 1, 2018 Posted February 1, 2018 (edited) View File 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 pajodex Submitted 01/30/2018 Category Utilities Video Content Author pajodex Edited March 3, 2023 by pajodex Quote
Loke Posted April 20, 2018 Posted April 20, 2018 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. Quote
pajodex Posted April 20, 2018 Author Posted April 20, 2018 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) Quote
Loke Posted April 20, 2018 Posted April 20, 2018 (edited) I see.. I just want the concept of Ragnarok Journey when killing mvp all players online will get rewards. xD Thank btw Edited April 20, 2018 by Loke Quote
Kringle Posted July 12, 2018 Posted July 12, 2018 i want to disable the announce is it possible? Quote
sader1992 Posted July 12, 2018 Posted July 12, 2018 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 Quote
skuray Posted November 14, 2018 Posted November 14, 2018 (edited) good Edited November 14, 2018 by skuray Quote
iraciz Posted May 3, 2020 Posted May 3, 2020 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. Quote
BabaVoss Posted May 17, 2023 Posted May 17, 2023 @pajodex good day sir, is it possible to put back the drop chance? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.