Seeking Help With Figuring Out How To Order Skills...

● ARCHIVED · READ-ONLY
Started by DragonRose35 3 posts View original ↗
  1. ...without having to rearrange them completely in the skill database?

    And what I mean by this is...

    Having skills-
    upload_2018-10-18_15-46-21.png

    -show up in a completely custom order that isn't at all the order set in the database.
    upload_2018-10-18_15-46-33.png

    Any ideas?

    ~ Dragon
  2. And what's the difference between arranging the order in database and arrangingthe order via plugin?
    Anyway, the key lies in the method responsible for making items to draw. It's called makeItemList and it's located in Window_SkillList in rpg_windows.js
  3. Considering everything references the order in the database, you'd be better off just biting the bullet and reordering them. One suggestion though is to leave some gaps here and there so you have less to reorder later on (for example, I put a gap of 4 - 9 skills between skill types, in case some new skills got added late game).