pajodex Posted February 1, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: 20 hours ago Share 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 Link to comment Share on other sites More sharing options...
Loke Posted April 20, 2018 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 6 Joined: 12/20/11 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
pajodex Posted April 20, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: 20 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
Loke Posted April 20, 2018 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 6 Joined: 12/20/11 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
Kringle Posted July 12, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 06/14/12 Last Seen: May 3, 2020 Share Posted July 12, 2018 i want to disable the announce is it possible? Quote Link to comment Share on other sites More sharing options...
sader1992 Posted July 12, 2018 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1689 Reputation: 715 Joined: 12/21/14 Last Seen: Sunday at 03:12 AM Share 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 Link to comment Share on other sites More sharing options...
skuray Posted November 14, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/16/18 Last Seen: February 25, 2022 Share Posted November 14, 2018 (edited) good Edited November 14, 2018 by skuray Quote Link to comment Share on other sites More sharing options...
iraciz Posted May 3, 2020 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 110 Joined: 10/05/12 Last Seen: February 12, 2024 Share 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 Link to comment Share on other sites More sharing options...
BabaVoss Posted May 17, 2023 Group: Members Topic Count: 37 Topics Per Day: 0.02 Content Count: 79 Reputation: 0 Joined: 06/17/20 Last Seen: February 7, 2024 Share Posted May 17, 2023 @pajodex good day sir, is it possible to put back the drop chance? Quote Link to comment Share on other sites More sharing options...
jimboy092032 Posted June 20, 2023 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 96 Reputation: 0 Joined: 08/21/12 Last Seen: 4 hours ago Share Posted June 20, 2023 bug mvp records not working properly Quote Link to comment Share on other sites More sharing options...
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.