This add-on uses ImGui to create a window that display the relevant information.
Chat commands are used to customize the tracking, save and load lists and change settings.
The main window will show the list of tracked items, the amount available to the player in all their inventories and the target quantity (if specified). Notifications are displayed in the form of text (e.g. [+1]) and a speech bubble from the friendly pirate (if enabled). Upon reaching the item quota (if specified) the relative item will be marked as complete (green text).
The text displaying the name of the items can also be clicked to open an the relative bg-wiki page to read more about the item details and possible whereabouts in the game.
![]() |
![]() |
|---|---|
| With best pirate fren on | Without pirate fren :( |
When I developed this addon I had pirates stuck in my head thanks to some Spongebob episode.
(for refrence...)
Go over the Releases page, download the latest version and unpack it in the add-on folder in your Ashita installation folder.
No compatibility issues found so far.
/addon load trackmebooty Loads the add-on in Ashita.
/addon unload trackmebooty Unloads the add-on from Ashita.
/tmb track <item> Adds <item> to the tracked list, provided it's a valid item name.
/tmb untrack Removes <item> from the list of tracked items.
/tmb untrack all Clears the list of tracked items.
/tmb save <list> Saves the current list of tracked items on a file with name .
/tmb load <list> Loads a previously saved replacing the currently tracked items.
/tmb list Prints the available lists saved by the player and available for loading.
/tmb pirate Toggles the images of the pirate and speech bubble (he'll be sad if you hide him :<).
/tmb loadlast Toggles the option of automatically loading the last loaded list when the addon is started.
There is no command to delete the files containing the saved lists as I don't feel comfortable to code in system calls to delete files automaticallly.
To delete a saved list, navigate to your folder addon (Ashita\addons\TrackMeBooty) and locate the lists folder.
Delete any list you want to remove directly from that folder.

