teralove / party-death-markers

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

not working with lootbeam changes #14

Closed 542673 closed 5 years ago

542673 commented 5 years ago

seems to not work anymore as of patch 80

teralove commented 5 years ago

looking into it

Levi-san commented 5 years ago

Just change the 6 to a 7 on line 44 in index.js. Old: mod.toClient('S_SPAWN_DROPITEM', 6, {

New: mod.toClient('S_SPAWN_DROPITEM', 7, {

542673 commented 5 years ago

I did modify the line, but still, lootbeams do not spawn

Levi-san commented 5 years ago

Did you disable auto-update...?

teralove commented 5 years ago

fixed