Jump to content
  • 0

Cart removed after relog


Question

Posted (edited)

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

2 answers to this question

Recommended Posts

  • 0
Posted

"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
  • 0
Posted

 

"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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...