linya wrote:
ah nice....i still dun get it working =.=
did u edit a isro pk2? oO coz this 10 dg 2h sword
Yeah I edited my glaive into 2H, using korean data.pk2. That is what you will need.
Use this thread as reference:
viewtopic.php?f=5&t=87571&start=0Then well, you want garms to change into robes.
Just open up itemdata_5000.txt using Drew Benton's pk2 extractor and look up this path:
ITEM_CH_W_CLOTHES <-- Are your garms. _09 is 9th degree obviously _C is last tier and the _LA / _BA etc etc are which piece of your garms. Anyways,
Code:
HA = Helmet
CA = Crown
BA = Body
FA = Feet
AA = Arms
SA = Shoulders
LA = Legs
So say you want to change chestpiece into robes, search for this line:
Code:
1 1681 ITEM_CH_W_CLOTHES_09_BA_C 폭천 풍뢰 상의 ITEM_CH_M_CLOTHES_09_BA_C SN_ITEM_CH_CLOTHES_09_BA_C SN_ITEM_CH_CLOTHES_09_BA_C_TT_DESC 0 0 3 1 1 3 180000 0 0 1 1 1 255 3 1 1 1 0 0 3473000 4147 6220 0 9000 1215550 1 90 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 item\china\woman_item\clothes_09_ba.bsr item\etc\drop_ch_equip.bsr item\china\woman_item\clothes_09_ba.ddj xxx xxx 1 0 0 0 27 0 74.0 90.0 152.7 162.2 4.8000002 22.0 55.0 0.0 0.0 0.0 0.0 0.0 0.0 325.70001 346.0 10.2 0.0 0.0 0.0 265.0 276.0 566.0 588.0 0 0 0 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx 9 0
And edit the '.bsr' bit into the euro robes .. which would be ( Looking at itemdata_15000.txt )
Code:
item\europe\woman_item\clothes_09_ba.bsr
Once you changed it, it should look like:
Code:
1 1681 ITEM_CH_W_CLOTHES_09_BA_C 폭천 풍뢰 상의 ITEM_CH_M_CLOTHES_09_BA_C SN_ITEM_CH_CLOTHES_09_BA_C SN_ITEM_CH_CLOTHES_09_BA_C_TT_DESC 0 0 3 1 1 3 180000 0 0 1 1 1 255 3 1 1 1 0 0 3473000 4147 6220 0 9000 1215550 1 90 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 item\europe\woman_item\clothes_09_ba.bsr item\etc\drop_ch_equip.bsr item\china\woman_item\clothes_09_ba.ddj xxx xxx 1 0 0 0 27 0 74.0 90.0 152.7 162.2 4.8000002 22.0 55.0 0.0 0.0 0.0 0.0 0.0 0.0 325.70001 346.0 10.2 0.0 0.0 0.0 265.0 276.0 566.0 588.0 0 0 0 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx 9 0
Do that for every piece and save / exit / load game.