Mabuhay Posted November 11, 2019 Posted November 11, 2019 View File Poring Catcher - Yet another version UPDATE: version 1 = I removed all my modifications on this script version 2 = Has timers and will most likely be in-conflict with other event scripts i made. Same old same old. I made revision on old poring catcher event by sandbox. It works similarly with the Dice Event V2 I recently posted. Nothing more is modified on the script. Feel free to edit and adjust as you wish. This will have conflict with dice event because i made this ran hourly too. I may or may not be making an Event Manager but who knows. Compatibility is your Responsibility. PS : if there are any broken event scripts ( due to old versions ), just DM me the link and I might be interested in updating it. PPS: I will only FIX it and not modify it at all. Submitter Mabuhay Submitted 11/08/2019 Category Games, Events, Quests Video Content Author Sandbox, Mabuhay 1 Quote
Takuyakii Posted November 13, 2019 Posted November 13, 2019 i think there was a bug on this script, after the event or if no one participate no one win, the timer stop . it always say, that next schdule Start in. then after many hours the event won't start Quote
Mabuhay Posted November 13, 2019 Author Posted November 13, 2019 (edited) 21 hours ago, Takuyakii said: i think there was a bug on this script, after the event or if no one participate no one win, the timer stop . it always say, that next schdule Start in. then after many hours the event won't start try this then give me feed back asap so i can make some updates right away. Quite busy right now so i can't give it a test. find : .@sec = gettime(DT_SECOND)+1; replace with: .@sec = gettime(DT_SECOND)-1; Atm, download is not available because i submitted an update. use this link first. poring_catcher_v2.txt Edited November 14, 2019 by Mabuhay Quote
Takuyakii Posted November 13, 2019 Posted November 13, 2019 On 11/13/2019 at 2:43 PM, Mabuhay said: try this then give me feed back asap so i can make some updates right away. Quite busy right now so i can't give it a test. find : .@sec = gettime(DT_SECOND)+1; replace with: .@sec = gettime(DT_SECOND)-1; Atm, download is not available because i submitted an update. use this link first. poring_catcher_v2.txt 5.36 kB · 0 downloads will try it now and give feedback (Y) Poring are now auto starting the problem is the next schedule after the event, the timer will not shown Quote
Mabuhay Posted November 14, 2019 Author Posted November 14, 2019 (edited) On 11/13/2019 at 10:11 PM, Takuyakii said: Poring are now auto starting the problem is the next schedule after the event, the timer will not shown edit .event_time = .@timer + .event_cd - 1; // deduct 1 sec from current time to .event_time = .@time + .event_cd - 1; // deduct 1 sec from current time poring_catcher_v2.txt Edited November 14, 2019 by Mabuhay 1 Quote
Takuyakii Posted November 14, 2019 Posted November 14, 2019 7 hours ago, Mabuhay said: edit .event_time = .@timer + .event_cd - 1; // deduct 1 sec from current time to .event_time = .@time + .event_cd - 1; // deduct 1 sec from current time poring_catcher_v2.txt 5.36 kB · 3 downloads on this new version , the event are not auto starting. Quote
Mabuhay Posted November 15, 2019 Author Posted November 15, 2019 15 hours ago, Takuyakii said: on this new version , the event are not auto starting. Err this should be the fix for that : Tested and working. poring_catcher_v2.txt 1 Quote
Takuyakii Posted November 16, 2019 Posted November 16, 2019 23 hours ago, Mabuhay said: Err this should be the fix for that : Tested and working. poring_catcher_v2.txt 5.42 kB · 2 downloads perfect ! Quote
MatheusRDS Posted November 20, 2019 Posted November 20, 2019 Hello, I'm having a problem, the event winner is not receiving the prizes!Is anyone else having this problem? Quote
Mabuhay Posted November 21, 2019 Author Posted November 21, 2019 14 hours ago, MatheusRDS said: Hello, I'm having a problem, the event winner is not receiving the prizes!Is anyone else having this problem? Check mapserver for error so I can assist you better. I cant produce this problem myself. Quote
MatheusRDS Posted November 21, 2019 Posted November 21, 2019 Strange, is not generating any error in map-server, my rathena is a bit outdated, it was downloaded in 2018, does it have anything to do? Quote
Mabuhay Posted November 21, 2019 Author Posted November 21, 2019 28 minutes ago, MatheusRDS said: Strange, is not generating any error in map-server, my rathena is a bit outdated, it was downloaded in 2018, does it have anything to do? Im not sure, maybe or maybe not.. When killing the correct poring, this should trigger : announce strcharinfo(0)+" won the Poring Catcher Event!",bc_all,0xFF7F50; if it doesnt trigger, there might be a problem with your rathena files. Quote
MatheusRDS Posted November 21, 2019 Posted November 21, 2019 8 hours ago, Mabuhay said: Im not sure, maybe or maybe not.. When killing the correct poring, this should trigger : announce strcharinfo(0)+" won the Poring Catcher Event!",bc_all,0xFF7F50; if it doesnt trigger, there might be a problem with your rathena files. Yes, the winner's announcement is made, but the prize is not delivered!Strange that. Quote
Mabuhay Posted November 21, 2019 Author Posted November 21, 2019 18 minutes ago, MatheusRDS said: Yes, the winner's announcement is made, but the prize is not delivered!Strange that. Ohh i see the problem again. My bad. This is because I made a lot of changes and forgot to properly check xD Find : announce strcharinfo(0)+" won the Poring Catcher Event!",bc_all,0xFF7F50; add below: .@amt = getarraysize(.item); poring_catcher_v2.txt 1 Quote
MatheusRDS Posted November 21, 2019 Posted November 21, 2019 Just now, Mabuhay said: Ohh i see the problem again. My bad. This is because I made a lot of changes and forgot to properly check xD Find : announce strcharinfo(0)+" won the Poring Catcher Event!",bc_all,0xFF7F50; add below: .@amt = getarraysize(.item); poring_catcher_v2.txt 5.45 kB · 0 downloads It is now working perfectly.Thank you! Quote
mhielo12 Posted January 26, 2021 Posted January 26, 2021 (edited) how to make every 2hrs instead of every hour.. and will not be conflict with other event.. cause i also installed NVZ.. both 1hr that is why i want poring cathcer start every 2hrs Edited January 26, 2021 by mhielo12 Quote
botka4aet Posted January 26, 2021 Posted January 26, 2021 OnMinute00: // runs hourly if (gettime(DT_HOUR)%2 = 1){ <= 1,3,5,7,9,11 hours if (gettime(DT_HOUR)%2 = 0){ <= 0,2,4,6,8,10 hours -eventscript } Quote
kalabasa Posted March 3, 2023 Posted March 3, 2023 how would i stop the event from auto starting when using @reloadscript? Quote
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.