Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Simple Item Tracking
- Original author: Mr. Trivel
- Original date: June 6, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/simple-item-tracking.63109/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Name: Simple Item Tracking Version: 1.0 Author: Mr. Trivel Created: 2016-06-06
Archived First Post
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:
[IMG]http://puu.sh/piK6u/52c2086f08.png[/IMG]
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: Protected download
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.
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:
[IMG]http://puu.sh/piK6u/52c2086f08.png[/IMG]
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: Protected download
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.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...