Drag something with your mouse like a bunch of gold coins without shift or ctrl modifiers and don't press enter, thus this will lock your cursor in dragging mode. Then switch to Cheatn Engine and search for something other than 0. Switch back to Tibia and release the item and search for 0. (Tibia API has an enum for such values)

Repeat this process until you find the desired address.

After you got the address, you usually will simulate drag movement like follows:


  • LBUTTONDOWN in the source position
  • write the value of "Cursor Dragging" to the cursor address
  • LBUTTONUP in the destination position