pachupappy Posted September 12, 2016 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 145 Reputation: 14 Joined: 04/28/12 Last Seen: June 25, 2023 Share Posted September 12, 2016 (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/0647b159a8c6e96024deb72e63b1ce9e9a23320aanyone knows how to fix this? TIA Edited September 12, 2016 by pachupappy Quote Link to comment Share on other sites More sharing options...
0 Cydh Posted September 12, 2016 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted September 12, 2016 "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" 1 Quote Link to comment Share on other sites More sharing options...
0 pachupappy Posted September 12, 2016 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 145 Reputation: 14 Joined: 04/28/12 Last Seen: June 25, 2023 Author Share Posted September 12, 2016 "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 Quote Link to comment Share on other sites More sharing options...
Question
pachupappy
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
Edited by pachupappyanyone knows how to fix this? TIA
Link to comment
Share on other sites
2 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.