4 Armor Pieces

● ARCHIVED · READ-ONLY
Started by Killer_Van 9 posts View original ↗
  1. Do you know the 4 armor piecies of minecraft?
    is it possible to change the 2 (head, body) armor pieces that are in Rpg Maker into 4 (head, body, pants, shoes)?
    How can i change the equips array like that (0=weapon, 1=shield, 2=head, 3=body, 4=pants, 5=shoes, 6=accessory)?
    And also in the game?

    Sorry for my english, i'm Italian.
  2. Go try Yanfly Equip Engine script for VXAce.
  3. Yeah, Yanfly's Equip engine allows you to add new equip slots
  4. Thank you very much
    i wrote this in the note
    <equip slots>
    weapon
    shield
    headgear
    dress
    pants
    boots
    necklace
    ring
    </equip slots>
    In the game works!
    But now is the equips array like that: (0=weapon, 1=shield, 2=headgear, 3=dress, 4=pants, 5=boots, 6=necklace, 7=ring)?
  5. Afaik, it follows the ID/index you set in the script. But its been quite a long while since I last used Yanfly's equip engine.
  6. Ok i changed it also, thank you.
    There were an array where you can change the number and the types of equipment.
    And a section where you can change the naming of the equipment
  7. Yup, the top part of Yanfly's scripts is always where the setups are.
  8. One point that you may need to consider, depending on what your doing in your game, is that you can only have 11 slots (at least with yanfly's script). 0-10
  9. Ok,
    Thank you,
    but i need to use only 7 slots.