Jump to content

Stolao's Pvp Ladder [v3.1A]


Recommended Posts

  • 2 months later...

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   2
  • Joined:  03/21/17
  • Last Seen:  

there is warning when using the latest version of this script ,and am also using the latest version of rathena
1243869026_stalospvpladder.jpg.6781116f4e2c099dce55f1d462e91db8.jpg

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   21
  • Joined:  07/05/18
  • Last Seen:  

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 by OptimusM
Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   1
  • Joined:  04/03/17
  • Last Seen:  

how to change the monthly reward into weekly?

Link to comment
Share on other sites

  • 1 month later...

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

I found error 

Warning buildin_getmapxy: Invalid type 0

Debug: Source (NPC): Killa_warp (Invisible/not on a map)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  03/05/19
  • Last Seen:  

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

Link to comment
Share on other sites

  • 4 weeks later...

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

On 5/28/2019 at 2:48 PM, vulcan1991 said:

replace the getmapxy 0 > getmapxy BL_PC

Theres no getmapxy in the script

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  248
  • Reputation:   34
  • Joined:  11/19/11
  • Last Seen:  

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
1243869026_stalospvpladder.jpg.6781116f4e2c099dce55f1d462e91db8.jpg

Just edit the line : MF_NIGHTMAREDROP   change it to MF_PVP_NIGHTMAREDROP

Link to comment
Share on other sites

  • 3 weeks later...

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

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 by Loke
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  03/04/13
  • Last Seen:  

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 by lovetada
found the answer
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  115
  • Reputation:   4
  • Joined:  08/14/16
  • Last Seen:  

@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

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   23
  • Joined:  01/06/13
  • Last Seen:  

For the mapflag issue find: .@size and replace into < getarraysize(.mapflag);

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  05/16/18
  • Last Seen:  

How to make it limit recording and giving pvppoints outside of the set/selected maps

Link to comment
Share on other sites

  • 2 months later...

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

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 by iraciz
solved
Link to comment
Share on other sites

  • 5 weeks later...

  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

Hi guys ! is this still working on rodex on 2018 clients ? I tried it but didnt get any rewards ... Thankyou

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  79
  • Reputation:   2
  • Joined:  04/27/16
  • Last Seen:  

@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 by rmon
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  35
  • Reputation:   0
  • Joined:  06/30/20
  • Last Seen:  

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:

 

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

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  79
  • Reputation:   2
  • Joined:  04/27/16
  • Last Seen:  

@Stolao

Paladin getting pvppoint when killed by their own Sacrifice Skill

 

Guys,

 

Any solution ?

Edited by rmon
Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  12/06/17
  • Last Seen:  

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?

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