pajodex Posted February 21, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: April 14 Share Posted February 21, 2018 View File Goddess Blessing 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. Submitter pajodex Submitted 02/20/2018 Category Utilities Video Content Author pajodex 3 1 Quote Link to comment Share on other sites More sharing options...
maken06 Posted February 22, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted February 22, 2018 Hi! At the end of the 4 hours, I compiled, turned on and off the emulator and it stayed that way. Quote Link to comment Share on other sites More sharing options...
pajodex Posted February 23, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: April 14 Author Share Posted February 23, 2018 (edited) On 2/23/2018 at 4:34 AM, maken06 said: Hi! At the end of the 4 hours, I compiled, turned on and off the emulator and it stayed that way. i will check it later, i think i missed something at OnInit part. Thanks for reporting! edit: im not at home right now UPDATE! : Link is available below while waiting for approval from moderator Here is a new version and fix for the said bug by @maken06 Added Limit players to get buffed only once per activation Goddess_Blessing_v1.1 : https://pastebin.com/7435vtNB Updated to v1.2 Added @goddessreset command for hot-fix like the bug above. Avoid changing ".delay_tick" once goddess blessing is activated. Goddess_Blessing_v1.2 : https://pastebin.com/Q2ARQBb5 Disregard the previous links and use this : https://pastebin.com/RCCCaL5X 1st link (no hotfix) 2nd link (all players can use @goddessreset command) Edited February 24, 2018 by pajodex updated to version 1.3 1 Quote Link to comment Share on other sites More sharing options...
pajodex Posted February 24, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: April 14 Author Share Posted February 24, 2018 (edited) Update (Bug fix): Fix getting negative value when spamming at command (bug report by: @Cyro Goddess_Blessing_v1_3: https://pastebin.com/qVzKDDF4 Added to my GitHub: https://github.com/pajodex/ScriptCollections/ Edited February 24, 2018 by pajodex Quote Link to comment Share on other sites More sharing options...
PsyOps Posted April 22, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 150 Reputation: 12 Joined: 12/03/18 Last Seen: 8 hours ago Share Posted April 22, 2019 Dear Pajodex, I want to know how can it manually reset itself after activated for 4 hours? Quote Link to comment Share on other sites More sharing options...
hendra814 Posted May 5, 2023 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 9 hours ago Share Posted May 5, 2023 (edited) can you modify into zeny donation instead of item donation nevermind, already create my own script using zeny donaton. Edited May 22, 2023 by hendra814 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.