Jump to content

PVP, WoE, GVG: Battle Royal


Recommended Posts


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

Battle Royal


Warning: This add-on was developped for Hercules. But it may totally work on rAthena. If needing some help, feel free to contact me

 

A PvP Addon where players may fight until the end of the delay configured to earn as much points as possible.

The highest points rate will be rewarded, others will too but in a lowest range.

Enables first player to configure the game duration at will (5, 10 or 15 minutes), and diffuse announce for players attraction.

Configuration enabled: Price to enter, number of player to start the game, duration enabled

Command: allowing use of @brboard, to get a score board for each player in game

 

Credits: Do not claim my work as yours.

Feel free to use it, even modify it, but leave the credit on file header

 


 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   23
  • Joined:  06/14/16
  • Last Seen:  

Hello, I'm using this script but when the player died inside the arena he will be stone cursed and can't enter anymore. how to fix this?

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

Sorry I didn't saw your message...

Nowhere in this script I added a stone curse status appliance. So it must be done in another script you're using somewhere :/

 

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

On 7/6/2017 at 0:46 AM, Eyzii said:

Hello, I'm using this script but when the player died inside the arena he will be stone cursed and can't enter anymore. how to fix this?

Whats your git hash? because the only thing in the code that would possibly cause stone curse is
 

	if(.buffs == 1)
	{
		specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;
		specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
	}

 

and that's only if your using a seriously outdated rAthena or at least outdated constants, its caused when once of the SC_ fails to return a value so it returns value 0 (which is stone curse)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

@Stolao, oh right. Didn't know about this issue on rathena, so basically, this could be the cause, you're right.

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  79
  • Reputation:   6
  • Joined:  04/20/16
  • Last Seen:  

JUst tried this script with latest rAthena. I have same problem have that 'stone curse' issue.

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