RPG Maker XP
ACE Item System
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 simultaneously 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.
Screenshots
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Frequently Asked Questions
Instructions
Scroll down in the script and edit the module as you see fitting for your game.
Author Notes
Enjoy!
Compatibility
Version History
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) – Fixed compatibility issues with other ACE Menu Scripts
Credits & Thanks
Bigace360, for the script
Terms & Conditions
Comments (9)
Leave a Reply
You must be logged in to post a comment.
Myiko
Where can I download this? I dont see download >-<
Bigace360
facepalm: go here for now
http://bigaceworld.wordpress.com/rgss/custom-menu-scripts/ace-item-system-rmxp/
SilverCrow
Hi! 😀
This is an amazing script, i love it, but I get an error :C.
Error Says:
Script 'ACE Item System' line 300: NoMethodError ocurred.
undefined method `required_script' for ACE::MESSAGE:Module
#=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# ▼ Import to Global Hash ▼ #
($ace_script ||= {})[:ace_item_menu] = 1.23
ACE::MESSAGE.required_script(:ace_item_menu, :scene_base, 1.5, :above)
ACE::MESSAGE.required_script(:ace_item_menu, :scene_menu_base, 1.00, :above)
#=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
phionabrie
Make sure you have both of the required scripts downloaded from ACE's site, and check to make sure they're in the right order. He has the order priority listed here: http://bigaceworld.wordpress.com/tutorials/script-order/
See if that fixes it.
SilverCrow
I have both required scripts and in the right order :C
SilverCrow
Still having the same problem, i can't solve it :C i have them in the right order:
Module RPG: Base Item
Scene Base
Ace Item System
Ace Skill System
:C
Bigace360
Did you try applying Scene_MenuBase as well?
Izyees Fariz
How do you make the scrolling background ?
Bigace360
Magic
.
.
.
.
.
.
.
.
Jk, the scrolling background is done in the main item scene