03-18-2011, 02:01 PM
Code for items
7E747DXX Character in Slot 1 Weapon Slot Byte 1
7E747E01 Character in Slot 1 Weapon Slot Byte 2
Item Digits
10D Xi Feng Jiu
1F3 Mirage Robe
In other words, you need to use two codes, The first code for the item being modified and the second for the place you are going to modify them in. In other words, Byte 2 last 2 digits; 01, is the first digit of the 3 digits needed, Byte 1's last two digits: XX are the remainder needed for the modification.
Only use a 1 digit code for the Shamisen:
It's kind of confusing
So I will tell you the codes myself:
Xi Feng Jiu:
7E747D0D
7E747E01
Mirage Robe
7E747DF3
7E747E01
Shamisen:
7E747D21
Do not use Byte 2 for the shamisen.
In other words you have to put the byte code forwards and rearrange the modifier digits
For example: 01 F3 in the items becomes F3 01 in the actual code
7E747DXX Character in Slot 1 Weapon Slot Byte 1
7E747E01 Character in Slot 1 Weapon Slot Byte 2
Item Digits
10D Xi Feng Jiu
1F3 Mirage Robe
In other words, you need to use two codes, The first code for the item being modified and the second for the place you are going to modify them in. In other words, Byte 2 last 2 digits; 01, is the first digit of the 3 digits needed, Byte 1's last two digits: XX are the remainder needed for the modification.
Only use a 1 digit code for the Shamisen:
It's kind of confusing
So I will tell you the codes myself:
Xi Feng Jiu:
7E747D0D
7E747E01
Mirage Robe
7E747DF3
7E747E01
Shamisen:
7E747D21
Do not use Byte 2 for the shamisen.
In other words you have to put the byte code forwards and rearrange the modifier digits
For example: 01 F3 in the items becomes F3 01 in the actual code