ejotastig Posted June 29, 2016 Posted June 29, 2016 I'm having problem vending items " Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information." is there any solution for this so players dont need to re-log for the cart to update? im using 2012-04-10a and rathena svn 17114 Thank you! Quote
0 Technoken Posted June 29, 2016 Posted June 29, 2016 I think they need to wait atleast a minute(if i'm not mistaken) for the database to autosave new items transferred to the cart. // Database autosave time // All characters are saved on this time in seconds (example: // autosave of 60 secs with 60 characters online -> one char is saved every // second) autosave_time: 300 // Min database save intervals (in ms) // Prevent saving characters faster than at this rate (prevents char-server // save-load getting too high as character-count increases) minsave_time: 100 // Apart from the autosave_time, players will also get saved when involved // in the following (add as needed): // 1: after every successful trade // 2: after opening vending/every vending transaction // 4: after closing storage/guild storage. // 8: After hatching/returning to egg a pet. // 16: After successfully sending a mail with attachment // 32: After successfully submitting an item for auction // 64: After successfully get/delete/complete a quest // 128: After every bank transaction (deposit/withdraw) // NOTE: These settings decrease the chance of dupes/lost items when there's a // server crash at the expense of increasing the map/char server lag. If your // server rarely crashes, but experiences interserver lag, you may want to set // these off. save_settings: 255 Quote
0 Elsa Mist Posted June 29, 2016 Posted June 29, 2016 im using 2012-04-10a and rathena svn 17114 We dont use SVN anymore... Quote
0 Radian Posted June 29, 2016 Posted June 29, 2016 I'm having problem vending items " Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information." is there any solution for this so players dont need to re-log for the cart to update? im using 2012-04-10a and rathena svn 17114 Thank you! I know a solution for your issue which is here https://github.com/rathena/rathena/pull/1115 Quote
0 ejotastig Posted July 8, 2016 Author Posted July 8, 2016 I'm having problem vending items " Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information." is there any solution for this so players dont need to re-log for the cart to update? im using 2012-04-10a and rathena svn 17114 Thank you! I know a solution for your issue which is here https://github.com/rathena/rathena/pull/1115 apologies for the late response been busy lately, which one in particular should i modify here specifically for my vending problem as there are 39 files changes Thank you! Quote
Question
ejotastig
I'm having problem vending items
" Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information."
is there any solution for this so players dont need to re-log for the cart to update?
im using 2012-04-10a and rathena svn 17114
Thank you!
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.