-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orders are added to the database but none appear in game #16
Comments
The objects in the database seem to be missing Order created by this mod:
Order created by a player:
|
Ok this is because the config file is missing |
Nope, even with buyAmount/sellAmount set it's still not working. I've added some debugging and it appears to insert the orders with the correct values but they're still somehow ending up with loads of missing properties |
Changing the update to wrap with
This looks like it might be a lokijs vs mongodb compatibility issue. Is lokijs a subset of mongo or are they completely different? I would hope that mods wouldn't have to deal with differences in storage backends. |
This mod appears to be adding orders but none of them show up in the game. Is there something else that needs to be done? Any tips on how to debug this?
Also, I'm a bit confused about whether this mod is needed or not. There's a builtin recreateNpcOrders cron job which runs and also creates orders, but without this mod the credits indicator never shows in the client and the market pages are not accessible?
The text was updated successfully, but these errors were encountered: