teralove / gathering-markers

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

Solution To Make It Work for v115.2 #8

Open Michael-M3 opened 2 years ago

Michael-M3 commented 2 years ago

RIP I did not want to to fork, so here it is... 1] First of all go to module.json and change "disableAutoUpdate": false, to true // if you use Tera Toolbox, then just disable it there.

2] Go to config.json From Item_ID = 98260 to Item_ID =98993

3] Change these values in index.js:

a] 'S_LOGIN', 10, to 'S_LOGIN', 15,

b] 'S_SPAWN_DROPITEM', 6, to 'S_SPAWN_DROPITEM', 9,

c] expiry: 300000 to 3000

Done. ps. I recommend turning on alerts, so you do not have to pay attention to anything around you until you get a notification.

prove