Jump to content
  • 0

vending problem


ejotastig

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/04/16
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

 

 

im using 2012-04-10a and rathena svn 17114

 

 

 We dont use SVN anymore...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/04/16
  • Last Seen:  

 

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...