teralove / party-death-markers

Spawns large visible markers on top of dead party members.
14 stars 16 forks source link

after awake2 patch doesn't show markers in half cases #13

Open Owyn opened 5 years ago

Owyn commented 5 years ago

tera_screenshot_20181019_210406_proc and ppl in party just die, nothing unusual like relogging or smth

Owyn commented 5 years ago

just tested your version @FichteFoll , it's nice to see how markers follow falling dead bodies but... the issue above is there too for some reason, on last boss of Grotto of Lost Souls (Dragon), marker doesn't always appear

FichteFoll commented 5 years ago

See https://github.com/FichteFoll/tera-proxy-modules/issues/2 for some more details.

Glad to see that my idea of spawning the beacon visibly seems to work, though. I didn't test it thorougly.

Owyn commented 5 years ago

doesn't seem to be the case, I added 99999 to all marker IDs and still same result

dispatch.toClient('S_SPAWN_DROPITEM', 6, {
            // just use playerId as item's gameId; unlikely to have conflicts and easy to track
            gameId: member.playerId+999999,