Jump to content

Item Harvest Event 1.0.0


1 Screenshot

About This File

Quote
//===== rAthena Script =======================================
//= Item Harvest Event
//=========================  by: =============================
//= pajodex
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena Project (pajodex)
//===== Description: =========================================
/*
Automated event that runs every 30 mins. Players will enter via
'item harvest farmer' NPC in prontera. Plants will be spawn on
the event map. Each plant will give random items.
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
*/
//=============================================================

Config part:

	// set items
	setarray .item_drop,501,502,503,504,505;
	
	// set map
	.map$ = "pvp_n_1-2";
	
	// warp players out when already killed a plant (1 = on || 0 = off)
	.warp_ = 1; 

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.


×
×
  • Create New...