Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 1 match

by arul
11.08.2016 0:39
Forum: Help
Topic: Python Moving Items
Replies: 3
Views: 4332

Python Moving Items

Hello, I'm experiencing the following problem while trying to move items via Python: for ore in [0x19B7, 0x19B8, 0x19B9, 0x19BA]: MoveItems(Backpack(), ore, -1, 0x4015AC5D, 0, 0, 0, 1000) The problem is that no matter what delay I set via the last argument (tried even 10000), only half of the items ...