NakedWolf Posted October 9, 2018 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Share Posted October 9, 2018 there is warning when using the latest version of this script ,and am also using the latest version of rathena Quote Link to comment Share on other sites More sharing options...
OptimusM Posted November 26, 2018 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 27 Reputation: 22 Joined: 07/05/18 Last Seen: Thursday at 09:54 PM Share Posted November 26, 2018 (edited) it would be great if says what skill killed you, i mean in the anounce, like this: XXXXX Has Killed YYYYY Using "Arms Cannon" or something like that, btw the script works great Edited November 26, 2018 by OptimusM Quote Link to comment Share on other sites More sharing options...
DairyPresto Posted April 22, 2019 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 151 Reputation: 2 Joined: 04/03/17 Last Seen: 5 hours ago Share Posted April 22, 2019 how to change the monthly reward into weekly? Quote Link to comment Share on other sites More sharing options...
Loke Posted May 27, 2019 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 May 27, 2019 I found error Warning : buildin_getmapxy: Invalid type 0 Debug: Source (NPC): Killa_warp (Invisible/not on a map) Quote Link to comment Share on other sites More sharing options...
vulcan1991 Posted May 28, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 03/05/19 Last Seen: March 23, 2020 Share Posted May 28, 2019 19 hours ago, Loke said: I found error Warning : buildin_getmapxy: Invalid type 0 Debug: Source (NPC): Killa_warp (Invisible/not on a map) replace the getmapxy 0 > getmapxy BL_PC Quote Link to comment Share on other sites More sharing options...
Loke Posted June 25, 2019 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 June 25, 2019 On 5/28/2019 at 2:48 PM, vulcan1991 said: replace the getmapxy 0 > getmapxy BL_PC Theres no getmapxy in the script Quote Link to comment Share on other sites More sharing options...
shatowolf Posted July 2, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 259 Reputation: 35 Joined: 11/19/11 Last Seen: 16 hours ago Share Posted July 2, 2019 On 10/9/2018 at 8:17 PM, NakedWolf said: there is warning when using the latest version of this script ,and am also using the latest version of rathena Just edit the line : MF_NIGHTMAREDROP change it to MF_PVP_NIGHTMAREDROP Quote Link to comment Share on other sites More sharing options...
Loke Posted July 18, 2019 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 July 18, 2019 (edited) Another question how to disabled getting points in other pvp maps? I already set the map in scirpt but still the other pvp map still getting pvp points. It can be abuse in other map Edited July 18, 2019 by Loke Quote Link to comment Share on other sites More sharing options...
lovetada Posted August 27, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 03/04/13 Last Seen: January 20 Share Posted August 27, 2019 (edited) On 5/27/2019 at 6:48 PM, Loke said: I found error Warning : buildin_getmapxy: Invalid type 0 Debug: Source (NPC): Killa_warp (Invisible/not on a map) On 6/25/2019 at 7:52 AM, Loke said: Theres no getmapxy in the script same issue here, how do you solve this? thx. nvm, i found other script use getmapxy and solve with this answer On 5/28/2019 at 1:48 PM, vulcan1991 said: replace the getmapxy 0 > getmapxy BL_PC Edited August 27, 2019 by lovetada found the answer Quote Link to comment Share on other sites More sharing options...
Haganezuka Posted October 28, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 4 Joined: 08/14/16 Last Seen: April 2 Share Posted October 28, 2019 @Stolao it seems the no ygg 3rds trans section is not working. my class is only assassin which I believe would be able to enter the room but unfortunately it always says no 3rd class allowed. Hope you fix it soon. best, wakefield Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted December 7, 2019 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted December 7, 2019 For the mapflag issue find: .@size and replace into < getarraysize(.mapflag); Quote Link to comment Share on other sites More sharing options...
Kinkykids Posted February 16, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 05/16/18 Last Seen: June 15, 2020 Share Posted February 16, 2020 How to make it limit recording and giving pvppoints outside of the set/selected maps 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: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted May 3, 2020 (edited) This script is running every map, not only pvp.. Players are getting points in BG, and WoE maps. Duels, and everywhere. How to change this? also @nuke is counting as a kill? why? How to disable getting points in other pvp maps? Edit: (temporal solution to avoid running this in bg_maps & town maps) //================================== OnPCKillEvent: //-- Adding Stats //================================== if( getmapflag( strcharinfo(3),mf_town ) ){ end; } if( getmapflag( strcharinfo(3),mf_battleground ) ){ end; } Edited May 5, 2020 by iraciz solved Quote Link to comment Share on other sites More sharing options...
Eross Posted June 2, 2020 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: 9 hours ago Share Posted June 2, 2020 Hi guys ! is this still working on rodex on 2018 clients ? I tried it but didnt get any rewards ... Thankyou Quote Link to comment Share on other sites More sharing options...
rmon Posted July 14, 2020 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 97 Reputation: 2 Joined: 04/27/16 Last Seen: 22 minutes ago Share Posted July 14, 2020 (edited) @Stolao or to anyone who is willing to help, How can i remove Monthly Rewards i only need #PvPPoints for every player killed on any of the PVP map And PVP option on Enter PVP Map - ( how to remove : Nightmare PVP , PVP no ygg 3rd.... ) Thanks in advance Also, I'm getting the below: [Warning]: map_setmapflag: Unable to set PvP and GvG flags for the same map! Removing PvP flag from pvp_n_1-1. Edited July 14, 2020 by rmon Quote Link to comment Share on other sites More sharing options...
tokenacc001 Posted August 6, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 35 Reputation: 0 Joined: 06/30/20 Last Seen: September 22, 2020 Share Posted August 6, 2020 On 7/12/2013 at 12:16 AM, Stolao said: < Stolao's Pvp Ladder> Features: A Dynamic Pvp Ladder Todo: Suggestions? Optimize? Changelog: 3.00 Overhaul 3.01 Fixed missing "No" for "No Ygg" 3.02 Added Show Map Name Option 3.03 Added Max Players Option 3.04 Optimized and fixed SQL queries [Secret] 3.05 Replaced some queries with addrid(0) 3.06 Updated Rewards to RODEX compatable 3.07 Fixed all rom referancing room [0] player limit 3.08 Made Made .MaxPlayers = 0, mean unlimited 3.09 Removed use of getd 3.0A Cleaned up some code 3.0B Moved Menu Generation to fix Map Count not showing 3.0C Actually Added RoDex Support now 3.0D Fixed Map Menu Generation 3.0E Fixed sql query 3.0F Cleaned Code a bit 3.10 Did more Cleaned Code a bit 3.11 Fixed a logic bug in GM reset 3.12 Added Waiting Room 3.13 Added Dynamic Waiting Room 3.14 Moved and added more At_Commands 3.15 Dynamic Waiting Room (&4096) require Waiting Room (&2048) to work 3.16 Increased Waiting Room Rotation Time 3.17 Fixed Typos in Reset PVP Stats 3.18 Removed unnessisary next, creating hang screens 3.19 Made compatable with new mail command 3.1A Reformatted Rewards in conf to support 5 items Links: Latest Pvp Ladder hello! about the Monthly PVP Ladder option in the script... i'm getting [-1 kills ] and [0 deaths] instead of [0 kills ] and [1 death] how to fix this please. KDA disabled Quote Link to comment Share on other sites More sharing options...
rmon Posted August 19, 2020 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 97 Reputation: 2 Joined: 04/27/16 Last Seen: 22 minutes ago Share Posted August 19, 2020 (edited) @Stolao Paladin getting pvppoint when killed by their own Sacrifice Skill Guys, Any solution ? Edited August 19, 2020 by rmon Quote Link to comment Share on other sites More sharing options...
Kwayzee_Wabbit Posted April 6, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 12/06/17 Last Seen: June 19, 2021 Share Posted April 6, 2021 One of the best PVP ladder scripts I have ever seen. THANK YOU @Stolao! I have a question: Does the monthly ranking automatically resets or a GM has to reset the monthly ladder every end of the month? 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.