ONRRRO ? in screenshot

Habilis

New member
Messages
225
Points
0
Age
36
Location
Montreal, Canada
IRC Nickname
Habilis
Emulator
Im having this writing appearing next to the date

I have no idea what possibly could cause that...

Yvx4Ikh.jpg


 
Check for "ONRRRO" (with ALT + F search) in your msgstring.txt (data/msgstring.txt) and if it is there, delete it.

 
Last edited by a moderator:
I think that's char id with simple encryption

O = 1

N = 5

R = 0

Your char id must be 150001

 
Check for "ONRRRO" (with ALT + F search) in your msgstring.txt (data/msgstring.txt) and if it is there, delete it.
Well thankyou, but there is no ONRRO in that  file.

I have searched it, after googling this issue and finding post about it on rAthena...

And BTW, the hotkey is CTRL+F 
default_tongue.png


I think that's char id with simple encryption

O = 1

N = 5

R = 0

Your char id must be 150001
Sounds more like it. Is there a diff that I accidentally activated? before, I didn't have that...

That might be the case, im working on the client this time.

Well you know the jazz, getting together GRFs, patching/diffing .exe

 
Last edited by a moderator:
Nope, there's no diff for that, that's kro normal feature.

For new clients, they are numbers

For old clients (<2014) , they are having letters..

It can be possible that some langtype(in clientinfo.xml) might not have those character codes

 
well from what i see in the client it will be present only if your langtype is 0

The full encryption =>

0 = R

1 = O

2 = H

3 = U

4 = T

5 = N

6 = A

7 = S

8 = E

9 = W

 
Last edited by a moderator:
Check for "ONRRRO" (with ALT + F search) in your msgstring.txt (data/msgstring.txt) and if it is there, delete it.
Well thankyou, but there is no ONRRO in that  file.I have searched it, after googling this issue and finding post about it on rAthena...

And BTW, the hotkey is CTRL+F 
default_tongue.png
Whoops, sorry for this mistake x.x

 
well from what i see in the client it will be present only if your langtype is 0

The full encryption =>

0 = R

1 = O

2 = H

3 = U

4 = T

5 = N

6 = A

7 = S

8 = E

9 = W
Well, that's a curious result and good future reference.

 
For newer clients:

1->8

2->6

3->7

4->0

5->1

6->2

7->4

8->9

9->5

0->3

 
@Dastgir hmm so they are still doing the encryption eh.
And they are using it in RODEX, need to input CCODE instead of character name

 
Back
Top