Jump to content

Recommended Posts

Name: Simple Item Tracking
Version: 1.0
Author: Mr. Trivel
Created: 2016-06-06
 
About the plugin:
Adds a small window above gold window (or in place of your choice) that shows tracked items and variables.
 
Screenshot:

52c2086f08.png

 

How to use?
Change tracker name and tracked amount colors in plugin manager.
 
To add tracking use the following plugin calls.
For adding items to the tracker use this:
AddTracking [TYPE] [iD]
[TYPE] - item, armor, weapon
[iD] - ID of the item/armor/weapon
 
Example:
AddTracking item 1
AddTracking weapon 3
 
For adding variables to the tracker use this:
AddTracking Variable [VARIABLE_ID] [iCON_ID] [NAME]
[VARIABLE_ID] - ID of the variable to track
[iCON_ID] - Icon to show in the tracker
[NAME] - Name to show in the tracker
 
Example:
AddTracking Variable 5 17 "Bosses"
To remove items or variables from being tracked, use such plugin command:
RemoveTracking [TYPE] [iD]
[TYPE] - item, armor, weapon, variable
[iD] - ID of item/armor/weapon/variable
 
Example:
RemoveTracking variable 5
RemoveTracking armor 7
 
Plugin: <GitHub>
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
 
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.

 

  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
Top ArrowTop Arrow Highlighted