Alayne Posted June 30, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Share Posted June 30, 2017 View File 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 Submitter Alayne Submitted 06/30/2017 Category PvP, GvG, WoE, Battleground Content Author Quote Link to comment Share on other sites More sharing options...
Haki Posted July 6, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 96 Reputation: 23 Joined: 06/14/16 Last Seen: April 30, 2021 Share Posted July 6, 2017 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? Quote Link to comment Share on other sites More sharing options...
Alayne Posted September 13, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted September 13, 2017 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 :/ Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 14, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted September 14, 2017 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) Quote Link to comment Share on other sites More sharing options...
Alayne Posted September 14, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted September 14, 2017 @Stolao, oh right. Didn't know about this issue on rathena, so basically, this could be the cause, you're right. Quote Link to comment Share on other sites More sharing options...
spinzaku Posted November 22, 2019 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 82 Reputation: 6 Joined: 04/20/16 Last Seen: July 23, 2024 Share Posted November 22, 2019 JUst tried this script with latest rAthena. I have same problem have that 'stone curse' issue. 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.