soo basically the Excel is filled with Item_name, Dword values, Length of String item_ID
This Excel is used for item swap, and no pointer is used
lets say you wanted a Terem Ball
We find the Terem ITEM ID by using String Item ID and use the String ID to located Item ID
Using Query, you'll need
Length (len) = 10;
Divider = 0;
String ID = Q 'ball_terem'
Group Size (vary, mine 20) = :20
Search: 10D;0D; Q 'ball_terem':20
Type: Any
and Using DWORD, you'll need
Length (len) = 10;
Divider(always there) = 0;
Dword 1st 4 = 1,819,042,146;
Dword 2nd 4 (if available) = 1,919,251,551;
Dword 3rd 4 (if available) = 28,005;
Dword 4th 4 (if available) = N/A
Group Size (vary, mine 20) = :20
Search: 10;0;1,819,042,146;1,919,251,551;28,005:20
TYPE: DWORD
and you'll find the item's string ID, and use the Length as reference point to find the Item ID which most the time located 3 address above Length. Here i attach a video for you, Droplist Item Swap wood to Terem and Terem to Mysterious Map
sorry for low bitrate, i use 1mb bitrate for recording
gudie.mp4