Issue with some skill status not detected while still active

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Issue with some skill status not detected while still active

#1 Post by Dark Airnel »

I dunno if this is a known issue or a bug but when I set my bot to cast Reject Sword Lv 5 which is suppose to last until it is triggered 3x by a monster hit, Kore only detects it for a while or a few seconds after it was cast and then will detect that the character no longer has the status:

Code: Select all

s
----------------------- Status -------------------------
XXXXXXXXXXX                      HP:  69425/69425 (100%)
Shadow Chaser Boy                SP:     1142/1273 (89%)
Base: 160
Job : 50
Zeny: 66,103,453             Weight:   2797/5030 (55.6%)
Statuses: Increase Agility, Berserk Potion, Preserve, Blessing, Impositio
Manus, Hwergelmir's Tonic
Spirits/Coins/Amulets: 0
--------------------------------------------------------
Total Damage:              0 Dmg/sec: 0.00
Total Time spent (sec):      0.00
Last Monster took (sec):     0.00
--------------------------------------------------------
ss 390 5
You are now: Action Delay (Duration: 0.147s)
You are now: Reject Sword (Duration: 9.999s)
You use Reject Sword on yourself (Lv: 5)
You are no longer: Action Delay
You are no longer: Reject Sword
s
----------------------- Status -------------------------
XXXXXXXXXXX                      HP:  69425/69425 (100%)
Shadow Chaser Boy                SP:     1112/1273 (87%)
Base: 160
Job : 50
Zeny: 66,103,453             Weight:   2797/5030 (55.6%)
Statuses: Increase Agility, Berserk Potion, Preserve, Blessing, Impositio
Manus, Hwergelmir's Tonic
Spirits/Coins/Amulets: 0
--------------------------------------------------------
Total Damage:              0 Dmg/sec: 0.00
Total Time spent (sec):      0.00
Last Monster took (sec):     0.00
--------------------------------------------------------
That whole sequence happened in approximately 11 seconds. When in Xkore 1 mode, the status icon for Reject Sword is still active but Kore does not detect it to be active anymore. As a result, if the config block is set to cast Reject Sword if it is no longer active, Kore will cast it approximately every 10 seconds even when the skill is still active. If you use timeout, the skill might have been triggered already and Kore will not cast it again if it was triggered before the timeout is due.

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: Issue with some skill status not detected while still active

#2 Post by Kaspy »

This is a bug, Kore can only recognize the end of buff's when the timeout.

For example, Mystical Amplification also has a problem like this.
Image

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: Issue with some skill status not detected while still active

#3 Post by Dark Airnel »

Does that mean we will not be getting a resolution for this for quite some time? :(

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: Issue with some skill status not detected while still active

#4 Post by Kaspy »

Dark Airnel wrote:Does that mean we will not be getting a resolution for this for quite some time? :(
It depends on the goodwill of developers and other users who want to help the project
Image

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: Issue with some skill status not detected while still active

#5 Post by Dark Airnel »

I'm sorry. Maybe what I am really trying to ask is if this is something that should be adjusted server-side or something to be improved on Kore.

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: Issue with some skill status not detected while still active

#6 Post by Kaspy »

Dark Airnel wrote:should be adjusted server-side or something to be improved on Kore.
I believe it is the client side, because, so remember, the server does not send any package warning that the buff is over. You can check using a sniff or seeing the source of an open source emulator (rAthena, brAthena, for example).
Image

Locked