jarred788 9 Posted September 15, 2017 What is the best way to detect when an item is going to spawn? Is there a way to track the items spawn time? Thanks!
Dinh 496 Posted September 15, 2017 Wait for DB3 it should have such a feature but DB2 does not have this. One way could be a timer but that is not going to be very accurate
jarred788 9 Author Posted September 15, 2017 thanks for the reply. Ya i tried a timer it wasent that good. Guess i gotta wait:)
ozeki6 32 Posted September 15, 2017 thanks for the reply. Ya i tried a timer it wasent that good. Guess i gotta wait:) A timer should work pretty well . Restart it when you pick the item using the inventory listener . You just have to get the time right , take in consideration that the game works on ticks and a tick has 600 miliseconds . The only time when you'll have a problem is when there will be lag (most of the time) . Gl .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.