Gothic Online Forums
Dev 8 item synchronisation - Printable Version

+- Gothic Online Forums (https://archive.gothic-online.com)
+-- Forum: Scripting (English) (https://archive.gothic-online.com/forum-11.html)
+--- Forum: Scripting Help (https://archive.gothic-online.com/forum-12.html)
+--- Thread: Dev 8 item synchronisation (/thread-1968.html)



Dev 8 item synchronisation - HammelGammel - 21.01.2017

Creating items with:

Code:
createItem(item.item, item.amount, item.x, item.y, item.z, item.world);
results in some really weird problems with their synchronisation. The longer one plays on the server, the further off their positions become, until the items just randomly float in the air. Since dev won't be updated and 0.0.5 is really unfinished at this point, is there a way for me to fix this on my own? Is there a way to use createVob to create items for example? Has anybody found a solution/workaround for this?

Thanks in advance.