teralove / gathering-markers

Spawn item markers on gathering nodes and hide undesireable nodes.
6 stars 8 forks source link

What i did to fix mod. NA Client 85.7 - Protocol 352828 #6

Open AntiScrewdriver opened 5 years ago

AntiScrewdriver commented 5 years ago

i changed _mod.hook('SLOGIN', 10, (event) => { to _mod.hook('S_SPAWNNPC', 11, (event) => {

i changed _mod.send('S_SPAWNDROPITEM', 7, { to _mod.send('S_SPAWNDROPITEM', 8, {

PS: if you've got questions, i probably can't answer them. Im not a coder, i don't understand what i did. I got the first line from Teraruler from the issue post before this... and the second change is pure shot in the dark.

but it works so yay.