how did you manage to get the slot codes?Quote:
Try to experiment this one.
search the code of vacant slot of your bag.
here what I found.
Example: item1 code = 12 34 56 78 (4bytes) 1 slot = 4byes
***item1 code in slot 2***
00 00 00 00 12 34 56 78
00 00 00 00 00 00 00 00
***item1 code when I move my item to slot 4***
00 00 00 00 00 00 00 00
00 00 00 00 12 34 56 78
***item code when I move my item to slot 1***
12 34 56 78 00 00 00 00
00 00 00 00 00 00 00 00
***i have another item on slot 4 item2 = aa aa aa aa
12 34 56 78 00 00 00 00
00 00 00 00 aa aa aa aa
*** item2 move to slot 1 ( change place with item1)
aa aa aa aa 00 00 00 00
00 00 00 00 12 34 56 78
i mean, i found the thing im looking for when i scanned but i cant seem to see the slot codes.
can someone please help me out here?