Forgottenserver: Experience shared

Created on 28 Aug 2017  路  10Comments  路  Source: otland/forgottenserver

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

needs-triage

All 10 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EPuncker picture EPuncker  路  4Comments

Olrios picture Olrios  路  4Comments

souzajunior picture souzajunior  路  4Comments

mishimalisa picture mishimalisa  路  5Comments

EPuncker picture EPuncker  路  3Comments