ejotastig Posted June 29, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 05/04/16 Last Seen: June 5, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Technoken Posted June 29, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
0 Elsa Mist Posted June 29, 2016 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 387 Reputation: 60 Joined: 10/08/13 Last Seen: July 14, 2022 Share Posted June 29, 2016 im using 2012-04-10a and rathena svn 17114 We dont use SVN anymore... Quote Link to comment Share on other sites More sharing options...
0 Radian Posted June 29, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 ejotastig Posted July 8, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 05/04/16 Last Seen: June 5, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.