Tracks your codestones, removes them with a click on the training page, adds a link to SW for the ones you don't have yet
< 脚本 Neopets: Codestone Tracker 的反馈
Hi! I don't have access to the Ninja Training School. Could you explain what exactly doesn't work? Do you see links in the place of codestone names but they don't do anything, or do the links not show up at all, or do they get a checkmark but don't actually retrieve the codestone from your SDB?
Unlike the mystery island training school, there’s no link showing up in the codestone text. Nothing clickable.
It works just fine in the ninja training school if you fix the logic for this line:
98: const getIdFromIndex = (index) => index < 22208 ? index + 7457 : index + 22197;
98: const getIdFromIndex = (index) => index < 11 ? int + 7457 : int + 22197;
It will always be receiving ints under 20 from the codestone images so it would never generate the ids needed for the red codestones but worked just fine for the ones in the normal training school since it would have always been returning true.
You're right, thank you!
You're welcome! Thanks again for making this! It's so handy I love it!
It doesn’t work at the Ninja Training School.