Please Analysis again: https://github.com/otland/forgottenserver/issues/2303
@ranisalt is correct after time shared exp disable.
But if player use healing spell this not disable
Healing is not dealing damage, so how it is holding the shared active?
AFAIK shared is only active when every member is dealing damage to monsters.
Correct me if I'm wrong.
you make a test ?
make a test and "Correct me if I'm wrong".
Yes, it happens, but it is not a bug.
Wrong, if that was true then healers wouldn't share exp. You keep on sharing if you heal party members, including yourself, but if you don't heal anyone who is actively fighting then your idle time keeps ticking.
it would be an issue only if a player not actively fighting keeps sharing after healing himself only for over 45s.
@ranisalt this don't disabled for xtime if player healing himself he can up hours and hours
This movie have 4 minutes
https://youtu.be/MgkJy3-QJOE
and
https://youtu.be/_53_L9hoDIU
Still with characters logged in after 10 min i think
https://youtu.be/jJsnnCzq4Fc
Possible duplicate of #1540 which was confirmed by 2 others.
You may fix it replacing this line: https://github.com/otland/forgottenserver/blob/master/src/player.cpp#L3464 with this line of code
if (isPartner(tmpPlayer) && (tmpPlayer != this)) {
@HeavenIsLost i have replaced this line, but isn't work =/
@DSpeichert This issue was fixed with #2471
Fixed in #2472