pachupappy Posted September 12, 2016 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
0 Cydh Posted September 12, 2016 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
0 pachupappy Posted September 12, 2016 Author 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
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
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.