pajodex Posted May 3, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: Sunday at 08:46 PM Share Posted May 3, 2018 View File Cursed Knight - Battleground Quote //===== rAthena Script ======================================= //= Cursed Knight //=============== by: ============================= //= pajodex //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project (pajodex) //===== Description: ========================================= /* Cursed Knight My second BG release in rAthena. Here is how it works. Teams have to find the Cursed Knight located at the bottom end of the map. To earn points, they must come close to the cursed knight. Every second near the cursed knight, player will earn points for the team.. however, they will also be cursed, inflict damage, and silenced near the Cursed Knight. More players of a team near Cursed Knight will also earn more points. They must find a strategy to keep enemy away from the cursed knight! Enjoy! */ //=====******** Note ********================================= //= if you find bugs or problem, please do tell DM me at //= Discord (pajodex#1328) or rAthena (pajodex) //= open for suggestions //===== Additional Comments: ================================= /* 1.0 - Initial release */ //============================================================= Here is the settings // ============= // Game Settings // ============= // Minimum players per team to start // default : 5 ( 5v5 ) .minplayer2start = 5; // Event duration in minutes.. // default : 5 mins .duration = 5; // Reward settings setarray .rwd[0], 501, 10, // win team reward 501, 5; // lose team reward By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files.• You are not allowed sell, resell or in any form for money or rewards using my work. • You are not allowed claim my work as yours.• I have the rights to change all the terms above without prior notice. Submitter pajodex Submitted 05/03/2018 Category PvP, GvG, WoE, Battleground Video Content Author pajodex Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted August 31, 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 August 31, 2018 (edited) hello sir @pajodex i was trying to use your script but i am getting a error on my console can you please check on it ,it will be really help full i have added the error pic attached. Please Help thank you. Edited August 31, 2018 by NakedWolf added a clear attachment Quote Link to comment Share on other sites More sharing options...
pajodex Posted September 1, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: Sunday at 08:46 PM Author Share Posted September 1, 2018 @NakedWolf I assume you are using an older server files.. you can fix that by putting the "++" after the variable.. for example from: ++.@i ++.redpoints to: .@i++ .redpoints++ Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted September 3, 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 September 3, 2018 On 9/1/2018 at 5:52 AM, pajodex said: @NakedWolf I assume you are using an older server files.. you can fix that by putting the "++" after the variable.. for example from: ++.@i ++.redpoints to: .@i++ .redpoints++ On 9/1/2018 at 5:52 AM, pajodex said: thank you @pajodex that fixed the error but there is one more issue it not giving reward after win and i get a error in console[Error]: script:bg_get_data: unknown data identifier 1 Quote Link to comment Share on other sites More sharing options...
pajodex Posted September 4, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: Sunday at 08:46 PM Author Share Posted September 4, 2018 On 9/3/2018 at 2:39 PM, NakedWolf said: obviously, you might be using an old emulator or another emulator.. keep your emulator updated.. Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted September 21, 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 September 21, 2018 On 9/4/2018 at 7:48 PM, pajodex said: obviously, you might be using an old emulator or another emulator.. keep your emulator updated.. thank you so much for replaying 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.