Special Character Problem

Virtue

New member
Messages
259
Points
0
Hi All,

I am having trouble with the special characters in game. I've checked everything I can on my end. tried 2 different clients and still no luck.

The thing is, it has no problems on my local ( windows ) server. On our test ( hosted/linux ) server it doesn't show.

When I use the • and ™ whole character name shows up as blank.

6qdyfn.png

char_server.conf

// Character name configuration
name: {
// Name used for unknown characters
unknown_char_name: "Unknown"

// Allow or not identical name for characters but with a different case (upper/lower):
// example: Test-test-TEST-TesT; Value: 0 not allowed (default), 1 allowed
name_ignoring_case: false

// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
// NOTE: Applies to character, party and guild names.
// 0: no restriction (default)
// 1: only letters/symbols in 'name_letters' option.
// 2: Letters/symbols in 'name_letters' option are forbidden. All others are possibles.
name_option: 0

// Set the letters/symbols that you want use with the 'char_name_option' option.
// Note: Don't add spaces unless you mean to add 'space' to the list.
name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890~!@#$%^&*()_+`-=[]\{}|;':<>?,./•™"
}

Tried the following clientinfo.xml settings

First

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Client Information</desc>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>Server</display>
<address></address>
<port>6900</port>
<version>20</version>
<langtype>1</langtype>
<registrationweb></registrationweb>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
<admin>2000003</admin>
<admin>2000004</admin>
<admin>2000005</admin>
<admin>2000006</admin>
<admin>2000007</admin>
<admin>2000008</admin>
<admin>2000009</admin>
<admin>2000010</admin>
</aid>
</connection>
</clientinfo>

Second

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Client Information</desc>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
<connection>
<display>Server</display>
<address></address>
<port>6900</port>
<version>20</version>
<langtype>0</langtype>
<registrationweb></registrationweb>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
<admin>2000003</admin>
<admin>2000004</admin>
<admin>2000005</admin>
<admin>2000006</admin>
<admin>2000007</admin>
<admin>2000008</admin>
<admin>2000009</admin>
<admin>2000010</admin>
</aid>
</connection>
</clientinfo>

Sorry, wrong section, if a mod comes by please move to correct section

 
Try changing 

// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
            // NOTE: Applies to character, party and guild names.
            // 0: no restriction (default)
            // 1: only letters/symbols in 'name_letters' option.
            // 2: Letters/symbols in 'name_letters' option are forbidden. All others are possibles.
            name_option: 1

 
Last edited by a moderator:
Try changing 

// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:

            // NOTE: Applies to character, party and guild names.

            // 0: no restriction (default)

            // 1: only letters/symbols in 'name_letters' option.

            // 2: Letters/symbols in 'name_letters' option are forbidden. All others are possibles.

            name_option: 1
did that too still nothing.

 
well, I'm not too sure about that since it's been ages since i've last tested on rAthena. but in any case, I still can't find any solution.

 
Back
Top