Sort By Newest [MZ/MV]
A downloadable asset pack
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
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of 3.00€ EUR. You will get access to the following files:
Development log
- Item Sort by Newest - Version 2Jul 08, 2021
Comments
Log in with itch.io to leave a comment.
Indeed a great idea! ^^
Amazing stuff! Glad to see this feature now brought in!