Last Updated: July 17, 2013
Download Link
Introduction
The default scene_item is just an unorganized boring list of items. The Ace Item Menu offers more item categorization control and a better layout that simulatenously provides information regarding the items to the player, while keeping a good amount of the item list visible on screen at once. The script can also be customized to rearrange commands and categories.
History Versions
01.06.2013 (v1.00)
– Finished Script
01.17.2013 (v1.01)
– Human Error, I forgot to add the Game_Temp for some reason?
01.23.2013 (v1.03)
– Improved Coding
– Fixed compatibility issues with other ACE Menu Scripts
04.15.2013 (v1.21)
– Improved Coding
– Added Item Rarities (Now can tell which item is rare by color)
– Added the ability for customizable sub-categories
Instructions
Notetags – These notetags go in the item/weapon/armor name box in the database after the name.
\category[string]
Places this object into the item category for “string”. Whenever the selected category is highlighted in the Item Menu command window, this object will be included and shown in the item window.
Compatibility
Requires the script ‘Scene_Base‘ v1.5 or higher
Requires the script ‘Scene_MenuBase‘ v1.00 or higher
Requires the script ‘Module RPG::BaseItem‘ 1.2 or higher
Pingback: ACE Item System [RMXP] « Bigace World
Item 909 NoMethodError
undefined method ‘item_index’ for #
code:
if !$game_temp.item_index.nil?
@category_window.select($game_temp.item_index)
@category_window.oy = $game_temp.item_oy
end
$game_temp.item_index = nil
$game_temp.item_oy = nil
@category_window.activate
update_help
end
v1.01 (Jan. 17, 2013)
● Human Error, I forgot to add the Game_Temp somehow?
Pingback: On-Map Item Menu [RMXP] « Bigace World
v1.03 (01.23.2013)
● Improved Coding
● Fixed compatibility issues with other ACE Menu Scripts
Pingback: ACE Skill System [RMXP] « Bigace World
Is there a way to create my own categories and remove the default?
I want to have only custom ID categories. Can you help me?
I REALLY want to use your script!
Thank you in advance, and compliments for your awesome script!
Sorry not yet, I was having an issue with that so I took it out until future updates. Sorry for the inconvenience. Hopefully I can get that feature in before the end of the month.
i’m waiting for you, mate 😀
I’ll start working on when I finish the second shop system, which should be this week.
04.15.2013 (v1.21)
– Improved Coding
– Added Item Rarities (Now can tell which item is rare by color)
– Added the ability for customizable sub-categories
Pingback: Battle Arena [RMXP] | Bigace World
v1.22 (Apr. 16, 2013)
– Fixed 2 bugs I caused in the last update
Pingback: ACE Item System Add-on: Perishable Items [RMXP] | Bigace World
05.25.2013 (v1.23) –
Compatibility with Scene_MenuBase to reduce lines and increase compatibility with other ACMS scripts
Pingback: I back and Scene_MenuBase [RMXP] | Bigace World
line 939: ArgumentError occurred.
wrong number of arguments(0 for 1)
code:
show_target_window
unless item.for_all?
if $game_party.last_target_index < @target_window.item_max
@target_window.index = $game_party.last_target_index
else @target_window.select(0)
end
else @target_window.select(99)
end
else use_item_nontarget
end
end
This error pops up in the latest version of the script whenever I try to use an item on a character from the menu in-game.
This looks like an awesome script I’d really like to use.
I get a 404 error message when trying to download the script. How can I get a copy of the script?