Jump to content

Quests, Games: Poring Catcher - Yet another version


Recommended Posts


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

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 !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   2
  • Joined:  11/24/18
  • Last Seen:  

Hello, I'm having a problem, the event winner is not receiving the prizes!
Is anyone else having this problem?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   2
  • Joined:  11/24/18
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   2
  • Joined:  11/24/18
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   2
  • Joined:  11/24/18
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  211
  • Reputation:   17
  • Joined:  12/23/11
  • Last Seen:  

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

}

 

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

how would i stop the event from auto starting when using @reloadscript?

Link to comment
Share on other sites

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.

×
×
  • Create New...