Balfear Posted December 7, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: March 24 Share Posted December 7, 2016 Does any one know how to fix this error when use RagexeRe client on rathena. Please chek total character numbers. (RequirePage 87557 / RequestPage3) When I test RagexeRe client on herc all working fine. I want to use client feature "signboardlist.lub". Ragexe don't support it... Quote Link to comment Share on other sites More sharing options...
0 mrmagic Posted December 7, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 182 Reputation: 32 Joined: 10/26/12 Last Seen: January 23, 2021 Share Posted December 7, 2016 Open \src\char\char_clif.c go to line 307 change #if false && PACKETVER >= 20151001 to #if true && PACKETVER >= 20151001 2 Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted December 7, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: Wednesday at 03:00 PM Share Posted December 7, 2016 https://github.com/rathena/rathena/blob/master/src/char/char_clif.c#L307 Change #if false && PACKETVER >= 20151001 to #if PACKETVER >= 20151001 3 Quote Link to comment Share on other sites More sharing options...
0 Balfear Posted December 7, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: March 24 Author Share Posted December 7, 2016 thanks, I'll try it. Quote Link to comment Share on other sites More sharing options...
0 systemD2540 Posted July 9, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 70 Reputation: 10 Joined: 07/17/14 Last Seen: May 1, 2021 Share Posted July 9, 2017 On 7/12/2559 at 6:40 PM, Secrets said: https://github.com/rathena/rathena/blob/master/src/char/char_clif.c#L307 Change #if false && PACKETVER >= 20151001 to #if PACKETVER >= 20151001 it work Quote Link to comment Share on other sites More sharing options...
Question
Balfear
Does any one know how to fix this error when use RagexeRe client on rathena.
Please chek total character numbers.
(RequirePage 87557 / RequestPage3)
When I test RagexeRe client on herc all working fine.
I want to use client feature "signboardlist.lub".
Ragexe don't support it...
Link to comment
Share on other sites
4 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.