
Originally Posted by
Ema Leto
@mauka, can u make a decrypt and edit itemsetoption.bmd?
new format :P
ItemSetOption.rar
base is same as here:
http://forum.ragezone.com/f197/delph...ooltip-808496/
@Data\Local\Eng\ItemSetOption_Eng.bmd
struct array, block size:
Code:
const
ITEMSETOPTIONS_SIZE = $40;
ITEMSETOPTIONS_BLOCK_SIZE = $6E;
Code:
TBlock = array [0 .. ITEMSETOPTIONS_BLOCK_SIZE -1] of Byte;
PBlock = ^TBlock;
TBlockArray = array [0 .. ITEMSETOPTIONS_SIZE -1] of TBlock;
PBlockArray = ^TBlockArray;
dec data:
Code:
177984C8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
177984D8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
177984E8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
177984F8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
17798508 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙
17798518 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙
17798528 FF FF FF FF FF FF FF FF FF FF FF FF FF FF 57 61 ˙˙˙˙˙˙˙˙˙˙˙˙˙˙Wa
17798538 72 72 69 6F 72 27 73 00 00 00 00 00 00 00 00 00 rrior's.........
17798548 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
17798558 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
17798568 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF ...............˙
17798578 13 FF 0D FF 0E FF 0A FF 01 FF 0A FF 0A FF 14 FF ˙.˙˙.˙˙.˙.˙˙
17798588 05 FF 14 FF 0A FF FF FF FF FF 08 0F 11 00 FF FF ˙˙.˙˙˙˙˙.˙˙
17798598 05 05 19 FF FF 00 00 00 00 00 00 00 41 6E 6F 6E ˙˙.......Anon
177985A8 79 6D 6F 75 73 27 73 00 00 00 00 00 00 00 00 00 ymous's.........
177985B8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
177985C8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
177985D8 00 00 00 00 00 00 00 00 00 00 00 00 0B FF 01 FF ............˙˙
177985E8 16 FF FF FF FF FF FF FF 32 FF 32 FF 19 FF FF FF ˙˙˙˙˙˙˙2˙2˙˙˙˙
177985F8 FF FF FF FF FF FF FF FF 05 08 FF FF FF FF 1E FF ˙˙˙˙˙˙˙˙˙˙˙˙˙
17798608 FF FF FF 00 00 00 00 00 00 00 48 79 70 65 72 69 ˙˙˙.......Hyperi
The rest is same..
Ps. about "EDIT" Im layze if u know struct i can do editor easy, but without it.. im layze :troll_face:
PSS. looking into dec data dumb i can see its related to new sets (dont remeber names of it) :))) the ones wich u cant trade etc.. sets have options like ancient items ;))
#Reversed from current GMO client (S6 ep2 r ep3)