Jump to content
  • 1

RagexeRe & rathena?


Balfear

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  182
  • Reputation:   32
  • Joined:  10/26/12
  • Last Seen:  

Open \src\char\char_clif.c

go to line 307

change

#if false && PACKETVER >= 20151001

to

#if true && PACKETVER >= 20151001

  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/src/char/char_clif.c#L307

Change

#if false && PACKETVER >= 20151001

to

#if PACKETVER >= 20151001

 

  • Upvote 3
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

thanks, I'll try it.

:)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   10
  • Joined:  07/17/14
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...