Codestone Tracker
What it does
- Remembers which codestones you have in your SDB
- Tracks your quick stock and Codestones SDB category to update its codestone memory
- Adds links to the training school(s)
- Adds a link to the Shop Wizard if you don't have a codestone needed to pay for a course
- Adds a link you can click on to instantly retrieve that codestone from your SDB (needs PIN). Takes 1-2 seconds
- Adds a link to search your SDB for that codestone if you turn the above links off
- Highlights pets who need codestones you don't own
- Adds a link to the Codestones page of your SDB to the top of the training school page
Note: I can't test it in the Ninja Training School. I'm just guessing it might work?
Configuration
- PIN autofillers don't work with the PIN input I added. So, if you have a PIN set to the SDB, you have to choose between saving it in
const pin
or setting iWantToRemoveCodestonesFromMySDBWithAClick
to false.
iWantToRemoveCodestonesFromMySDBWithAClick
: true
adds a link to each codestone you own that allows you to retrieve it from your SDB without leaving the Training School status page. false
adds another link in its place, to search for that codestone in your SDB in a new tab.
pin
: Your PIN, or set it to ''
if you don't have a PIN in the SDB. If you don't want to use your PIN at all, see the configuration above.
locale
: The language you play Neopets in. Only makes a difference in the Quick Sort and SDB pages, which is why Chinese (simplified/traditional), Japanese, and Korean aren't options. As far as I can tell, Quick Sort and the SDB are completely broken for these languages. Possible values are english
, nederlands
, portugues
, portugues_ok
, deutsch
, francais
, italiano
, espanol
, and espanol_ok
. For Portuguese and Spanish, if the letter í is displayed as í, use the _ok
variant; if it's displayed as �, use the default variant.