Jump to content

Goddess Blessing 2.0


4 Screenshots

About This File

Quote
//===== rAthena Script =======================================
//= Goddess Offering
//=====  by: =============================
//= pajodex
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena Project (pajodex)
//===== Description: =========================================
/*
Goddess Offering
 
 Goddess Patron collects a certain item from players which
will serve as an offering. Once the goal is reached, Goddess
Blessing will activate for a certain time which gives off buff
to every players who clicks the Goddess Patron.
 This script is mainly for fun or quest. All Players will farm
for this certain item for offering to enable the goddess's blessing.
 
 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 Table:

function	goddessblessing	{
	// ----- Add your desired SCs below! -----
		sc_start SC_FOOD_STR_CASH,8640000,10;
		sc_start SC_FOOD_AGI_CASH,8640000,10;
		sc_start SC_FOOD_DEX_CASH,8640000,10;
		sc_start SC_FOOD_LUK_CASH,8640000,10;
		sc_start SC_FOOD_INT_CASH,8640000,10;
		sc_start SC_FOOD_VIT_CASH,8640000,10;
		sc_start SC_ITEMBOOST,8640000,50;
		sc_start SC_EXPBOOST,8640000,50;
	// -------- end of adding SC ---------
	return;
}
	
OnInit:
	// ---- Configuration starts ------
	.goal = 100000;					// Goal to reach
	.delay_tick = 60 * 60 * 4; 		// Blessing time active : 4hrs (seconds * mins * hours)
	.item_offering = 501; 			// Item to offer
	//----- Configuration ends-----

Special Credits for the Pseudocode by @Secrets

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.3   See changelog

Released

Changelogs (v1.1):

  • Fixed bug report by @maken06
  • Limit players to get buffed only once per activation
  • Optimization

Changelogs (v1.2):

  • Added @goddessreset command in-case your npc gets broken. Serves as a hotfix

Changelogs (v1.2.1):

  • fixed @goddessreset command only usable by gm lvl 60 and above

Changelogs (v1.3):

  • fixed getting negative value when spamming command @goddessreset (bug report by: @Cyro)
  • Love 2

×
×
  • Create New...