Balfear Posted December 7, 2016 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
0 mrmagic Posted December 7, 2016 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
0 Secrets Posted December 7, 2016 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
0 systemD2540 Posted July 9, 2017 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
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...
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.