daemitus / SomethingNeedDoing

87 stars 64 forks source link

Running the /recipe command without no wait time sometimes causes the game to crash. #103

Open chorus0508 opened 2 years ago

chorus0508 commented 2 years ago

The game crashed when the following settings were made. The medicine is set in OEM_7. /send OEM_7 /recipe "第四次復興用の特注アストロスコープ"

If /wait is included, it no longer crashes. /send OEM_7 /wait 0.5 /recipe "第四次復興用の特注アストロスコープ"

chorus0508 commented 2 years ago

Even with /wait, it crashed.

ViktorLindgren95 commented 2 years ago

I use a 5 second wait between food and recepie in my Lua scripts. It might have something to do with race conditions i would suggest adding a longer wait and try again