In my game I'm using a custom iconset, and it has the (insert stat) Up and Down icons in different places than the default Ace iconset. How do I change what icons are used in battle?
Here's the iconset I'm using: http://img407.imageshack.us/img407/3741/iconsetl.png
Thanks in advance.
How do I change the icon for ATK Up, DEF Up, etc?
● ARCHIVED · READ-ONLY
-
-
Icons can be specified in the database (F9) for skills, states, items, etc. Find the specific skills / state that has the wrong icon and then click on the icon graphic to change it.
-
I tried that, but for some reason there's no state for when your stats go up, like there were in VX.
-
You can always make a state with the desired effect and then add the icon you want to it. Then just apply that state to the item / weapon / skill and it should show the state icon when executed.
-
Thanks, I'll try that.
-
Which Battle system are you using?
-
Buffs are different from states.
The buffs icons are, by default, the ones from icon 64 to 95. Just replace them with the ones you want. -
Ah, I hadn't really delved into buffs yet so I didn't know that. I also found this thread that is related: http://www.rpgmakervxace.net/topic/3599-buff-debuff-icons/
-
Like Victor said, by default, the buffs are the 16 icons starting at icon 64 and the debuffs are 16 icons starting at icon 80. You can actually change this by modifying lines 46 and 47 of "Game_BattlerBase". The icons still have to go in a specific order, though.