Scrolls Duration Issue

09/19/2023 22:44 SuperWizzard#1
Hello everyone,

I'm having a weird issue with my server whenever I use a scroll, speed potion that has a time, it doesn't count when the character is offline and it resets when the character Tpes.

I have checked _AddTimeJob procedure but it seems to be working just fine.

The weird thing here is that I have added some other scrolls and they work just fine with the countdown thing.

I have tried copying the same lines to match each other (Speed Potion, Honor Buff 20% Speed) since the honor buff works fine and the normal speed potion doesn't but nothing happened, the issue still exists.

I have checked every procedure that's related to TimedJob.dbo as well and I couldn't find any solution whatsoever.
09/20/2023 20:08 !Ego#2
wdym by "it resets when the character Tpes."
It only counts while offline when it is a "Time Service" item.
09/20/2023 23:26 Judgelemental#3
Quote:
Originally Posted by !Ego View Post
wdym by "it resets when the character Tpes."
The cooldown refreshes every time the character teleports/relogs. I think he refers to this.
09/26/2023 19:52 SuperWizzard#4
Quote:
Originally Posted by Judgelemental View Post
The cooldown refreshes every time the character teleports/relogs. I think he refers to this.
Yes exactly, I found a solution for this I had to change the params and match it into a time service item.

The way it resets was a misunderstanding, it was just that it wasn't counting while being offline.

Thanks everyone, cheers.