Jump to content

Recommended Posts

Posted

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. ?

 


 

  • Love 1
Posted

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

Posted (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 by Mabuhay
Posted
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

Posted (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 by Mabuhay
  • Upvote 1
Posted
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.

Posted
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.

Posted
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.

Posted
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

  • Upvote 1
  • 1 year later...
Posted (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 by mhielo12
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...