Jump to content

Recommended Posts

  • 1 month later...
Posted (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 by OptimusM
  • 4 months later...
  • 1 month later...
Posted
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

  • 4 weeks later...
Posted
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

  • 3 weeks later...
Posted (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 by Loke
  • 1 month later...
Posted (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 by lovetada
found the answer
  • 2 months later...
Posted

@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

  • 1 month later...
  • 2 months later...
  • 2 months later...
Posted (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 by iraciz
solved
  • 5 weeks later...
  • 1 month later...
Posted (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 by rmon
  • 4 weeks later...
Posted
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

  • 2 weeks later...
  • 7 months later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...