Jump to content

PVP, WoE, GVG: Cursed Knight - Battleground


Recommended Posts


  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

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. 

 


 

Link to comment
Share on other sites

  • 3 months later...

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

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.

 

cursedKnight Error.png

Edited by NakedWolf
added a clear attachment
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

@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++

 

 

Link to comment
Share on other sites


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

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

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 3 weeks later...

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

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

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