幻想西游记吧 关注:3,893贴子:41,238
  • 2回复贴,共1

I think there is no 1023th box...

取消只看楼主收藏回复

I found the data of box in FlyingSB.exe.
So, I edited these data.
Here is screen shots.
Before the editing...

After the editing, I change the location of box and item.

When I open it, the item was changed.

Each data of box was 10Bytes, but total data of boxes were 10220Bytes.
It means the number of total boxes is 1022, not 1023.
What do you think about this result?
If I was right, there is no the 1023th box.



1楼2012-01-11 16:00回复

    I make the Last box.
    BOX: 1023/1023


    5楼2012-01-11 23:37
    回复
      It is the data of boxes of Chinese ver.
      In case of Korean ver, the address is different.
      Anyway, I will explain the data structure.
      Each data is 10Bytes.

      You can see the 10Byte length data is screen shot.
      0A 00 06 18 00 00 C8 00 01 01
      Map code : 2Bytes (0A 00)
      X coordinate : 1Byte (06)
      Y coordinate : 1Byte (18)
      Z coordinate : 1Byte (00)
      Separator : 1Byte(Always 00)
      Item code : 2Bytes (C8 00)
      # of items : 1Byte (01)
      Graphic of box : 1Byte (01)
      (00 : Normal box - light blue, 01 : Normal box - black,
      02 : Box in sewer, 03 : Glass in 龜江)

      Last data is FF 7F FF FF FF 00 FF FF 01 00.
      So we can't find 1023th box!
      Because there is no map, code 7F FF.
      At 5楼's screen shot, I edited this data, FF 7F FF FF FF 00 FF FF 01 00.
      So I got the last box.


      9楼2012-01-13 12:51
      收起回复