====== EquipMtrlSetParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | materialId01 | ''s32'' | ''0x0'' | The item required for the material cost. | This field refers to the following params: [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]], [[ac6-refmat:param:EquipParamGoods]], [[ac6-refmat:param:EquipParamAccessory]] | | materialId02 | ''s32'' | ''0x4'' | The item required for the material cost. | This field refers to the following params: [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]], [[ac6-refmat:param:EquipParamGoods]], [[ac6-refmat:param:EquipParamAccessory]] | | materialId03 | ''s32'' | ''0x8'' | The item required for the material cost. | This field refers to the following params: [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]], [[ac6-refmat:param:EquipParamGoods]], [[ac6-refmat:param:EquipParamAccessory]] | | materialId04 | ''s32'' | ''0xc'' | The item required for the material cost. | This field refers to the following params: [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]], [[ac6-refmat:param:EquipParamGoods]], [[ac6-refmat:param:EquipParamAccessory]] | | materialId05 | ''s32'' | ''0x10'' | The item required for the material cost. | This field refers to the following params: [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]], [[ac6-refmat:param:EquipParamGoods]], [[ac6-refmat:param:EquipParamAccessory]] | | materialId06 | ''s32'' | ''0x14'' | The item required for the material cost. | This field refers to the following params: [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]], [[ac6-refmat:param:EquipParamGoods]], [[ac6-refmat:param:EquipParamAccessory]] | | pad_id | ''dummy8'' | ''0x18'' | | This field is padding. | | itemNum01 | ''s8'' | ''0x20'' | The number of the required item needed. | | | itemNum02 | ''s8'' | ''0x21'' | The number of the required item needed. | | | itemNum03 | ''s8'' | ''0x22'' | The number of the required item needed. | | | itemNum04 | ''s8'' | ''0x23'' | The number of the required item needed. | | | itemNum05 | ''s8'' | ''0x24'' | The number of the required item needed. | | | itemNum06 | ''s8'' | ''0x25'' | The number of the required item needed. | | | pad_num | ''dummy8'' | ''0x26'' | | This field is padding. | | materialCate01 | ''u8'' | ''0x28'' | The category the required item belongs to. | This field uses the following enum: GAITEM_CATEGORY | | materialCate02 | ''u8'' | ''0x29'' | The category the required item belongs to. | This field uses the following enum: GAITEM_CATEGORY | | materialCate03 | ''u8'' | ''0x2a'' | The category the required item belongs to. | This field uses the following enum: GAITEM_CATEGORY | | materialCate04 | ''u8'' | ''0x2b'' | The category the required item belongs to. | This field uses the following enum: GAITEM_CATEGORY | | materialCate05 | ''u8'' | ''0x2c'' | The category the required item belongs to. | This field uses the following enum: GAITEM_CATEGORY | | materialCate06 | ''u8'' | ''0x2d'' | The category the required item belongs to. | This field uses the following enum: GAITEM_CATEGORY | | pad_cate | ''dummy8'' | ''0x2e'' | | This field is padding. | | isDisableDispNum01 | ''u8'' | ''0x30 [0]'' | Disable number display (for enhanced shop). | This field is a boolean. | | isDisableDispNum02 | ''u8'' | ''0x30 [1]'' | Disable number display (for enhanced shop). | This field is a boolean. | | isDisableDispNum03 | ''u8'' | ''0x30 [2]'' | Disable number display (for enhanced shop). | This field is a boolean. | | isDisableDispNum04 | ''u8'' | ''0x30 [3]'' | Disable number display (for enhanced shop). | This field is a boolean. | | isDisableDispNum05 | ''u8'' | ''0x30 [4]'' | Disable number display (for enhanced shop). | This field is a boolean. | | isDisableDispNum06 | ''u8'' | ''0x30 [5]'' | Disable number display (for enhanced shop). | This field is a boolean. | | pad | ''dummy8'' | ''0x31'' | | This field is padding. | ===== Enums ===== ==== GAITEM_CATEGORY ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Weapon | | | ''1'' | Equipment | | | ''2'' | Accessory | | | ''4'' | Tool | | | ''5'' | Generator | | | ''6'' | Booster | | | ''7'' | FCS | | | ''8'' | Magic Stone | | | ''15'' | None | |