This script upgrades the window that shows whether characters can equip the item selected in the shop goods window, and their stat changes from doing so.
This script shows the changes in all seven stats that can change from equipping either a weapon or armor. Also, instead of showing the character names in the normal color or disabled color, this scirpt makes it show that the character's graphic is shown in color if they can equip the item, or black and white if they can't. To use this script, replace the entire Window_ShopStatus class with the one provided, and add the new methods Window_Base#up_color and Window_Base#down_color, unless you already have them added from using my equip window script.
1. Allgemein
Sprache Englisch Maker RPG Maker XP SDK Benötigt kein SDK APD Benötigt kein APD Mex Kein Mex-Code RDoc Documentation
Öffne dein Projekt mit dem Maker. Danach öffne mit F11 den RGSS Editor, scrolle links die Liste bis zum Schluss. Klicke dann rechts auf 'Main' und dann 'Insert'. Nenne das neue Skript Advanced Shop Status Window V1.0 und füge auf der rechten Seite ein: QuellcodeWeiterlesen