A downloadable asset pack

Download NowName your own price

This plugin makes Scene_Item automatically sort items, weapons and armors in order of acquisition. 

Special thanks to JDSherbert for giving me the idea.

As you can see in the screenshots, first we get a Potion, which is item ID 7 by default in the RPG Maker database. Then We get an HP Increase, which is ID 23. By default, the Potion would have been listed first as it follows database order, this does not make much sense and you might want your players to get their items sorted by order of acquisition. Note that, when we get another Potion, they are listed first again.

This plugin saves a time-stamp at the time of acquiring the item, so they can be sorted as you get them instead of the default.

 Version 2.0.0 - 08/07/2021

By special request from CattleDog, a series of functions have been added:

$gameParty.latestItemId() returns the ID of the latest obtained Item

$gameParty.latestItem() returns the latest obtained Item

$gameParty.latestWeaponId() returns the ID of the latest obtained Weapon

$gameParty.latestWeapon() returns the latest obtained Weapon

$gameParty.latestArmorId() returns the ID of the latest obtained Armor

$gameParty.latestArmor() returns the latest obtained Armor

$gameParty.latestOfAll() returns the latest obtained Item/Weapon/Armor

$gameParty.latestOfAllId() returns the ID of latest obtained Item/Weapon/Armor



StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(4 total ratings)
AuthorinVictor
Tagsmv, mz, RPG Maker

Download

Download NowName your own price

Click download now to get access to the following files:

INV_SortByNewest.js 5 kB

Development log

Comments

Log in with itch.io to leave a comment.

Indeed a great idea! ^^

Amazing stuff! Glad to see this feature now brought in!