This repository was archived by the owner on May 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Event "Item Moved"
oxisto edited this page Sep 14, 2017
·
4 revisions
Event Type: 20
Description: Basically everything which holds items (bank, chests, inventory, equipped items) are regarded as "containers". Each container has a unique UUID. This event is trigged, when contents of the container have been changed by the player, i.e. by moving them.
Note: If you move something from one container to the other, you only see the container changed at the target container.
map[0:335 1:8 2:[122 51 -67 -80 -91 -92 -73 68 -66 -65 -18 99 24 46 -65 117] 3:11 252:20]"
Idx | Name | Comments |
---|---|---|
0 | SpawnID | |
1 | NewPosition | The position within the container |
2 | NewContainerID | The ID of the new container |
3 | MoveCounter | It corresponds to the TargetMoveCounter in the [[Move Item |