Jump to content
  • 0

Cart removed after relog


pachupappy

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   14
  • Joined:  04/28/12
  • Last Seen:  

Good day guys,

So I'm having problem the same as this : https://github.com/rathena/rathena/issues/1391

 

cart was removed after relogging, you can't Alt+W, but you can vend and use cart revolution.


I don't know my rA version but I downloaded it last june.


I'm using 2012-04-10 Client.

I research all over rathena and github but no luck.

 

Cydh made a fix on git but I cant apply it, anyone knows how to? : https://github.com/rathena/rathena/commit/0647b159a8c6e96024deb72e63b1ce9e9a23320a

anyone knows how to fix this? TIA

Edited by pachupappy
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

"manual" apply this diff https://github.com/rathena/rathena/commit/0647b159a8c6e96024deb72e63b1ce9e9a23320a.diff

 

This the file

diff --git a/src/map/clif.c b/src/map/clif.c

 

@@ -5822,10 +5822,17 @@ void clif_cooking_list(struct map_session_data *sd, int trigger, uint16 skill_id

the changes are around that line,

if you can't found the exact line, try find the codes inside this function.

 

- lines mean "line removed"
+ lines mean "line added"
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   14
  • Joined:  04/28/12
  • Last Seen:  

 

"manual" apply this diff https://github.com/rathena/rathena/commit/0647b159a8c6e96024deb72e63b1ce9e9a23320a.diff

 

This the file

diff --git a/src/map/clif.c b/src/map/clif.c
@@ -5822,10 +5822,17 @@ void clif_cooking_list(struct map_session_data *sd, int trigger, uint16 skill_id

the changes are around that line,

if you can't found the exact line, try find the codes inside this function.

 

- lines mean "line removed"
+ lines mean "line added"

 

Thanks Cydh already figured that out.

your solution helped me after 16 hours of finding out a solution lol

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...