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.
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.