Jump to content

Cursed Knight - Battleground 1.0.0


1 Screenshot

About This File

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. 

 


What's New in Version 1.0.0   See changelog

Released

No changelog available for this version.


×
×
  • Create New...