Jump to content
  • 0

R: char_name_option separation


Question

Posted

Hi,

 

i was looking for char_name_option separation between character nickname, and guild name.

so for example i want character nickname does not allow special chars like • , ™ , ☼

but i want guild name allow special character.

 

Ty

6 answers to this question

Recommended Posts

  • 0
Posted (edited)

Hi,

 

i was looking for char_name_option separation between character nickname, and guild name.

so for example i want character nickname does not allow special chars like • , ™ , ☼

but i want guild name allow special character.

 

Ty

 

But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only."

Maybe need to use extra dininput.dll with config, i dunno...

 

Here is link: MEGA

Edited by Anacondaqq
  • Upvote 1
  • 0
Posted (edited)

 

Hi,

 

i was looking for char_name_option separation between character nickname, and guild name.

so for example i want character nickname does not allow special chars like • , ™ , ☼

but i want guild name allow special character.

 

Ty

 

But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only."

Maybe need to use extra dininput.dll with config, i dunno...

 

Here is link: MEGA or Paste.ee

 

 

hi Anacondaqq,

i was testing your diff. and i have been modify your patch.

your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0)

so i got a problem, i created a guild, it will not consume Emperium.

can u help me please? :D

Edited by Psyche
  • 0
Posted

 

 

Hi,

 

i was looking for char_name_option separation between character nickname, and guild name.

so for example i want character nickname does not allow special chars like • , ™ , ☼

but i want guild name allow special character.

 

Ty

 

But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only."

Maybe need to use extra dininput.dll with config, i dunno...

 

Here is link: MEGA or Paste.ee

 

 

hi Anacondaqq,

i was testing your diff. and i have been modify your patch.

your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0)

so i got a problem, i created a guild, it will not consume Emperium.

can u help me please? :D

 

 

my changes NOT affect item (emperium) consumption.

Looks like you have NOT latest rAthena emulator.

Your problem can be solved by this changes: COMMIT with fix

 

Btw, please check guild.conf for:

// When making a guild, an Emperium is consumed? (Note 1)
guild_emperium_check: yes
  • 0
Posted (edited)

 

 

 

Hi,

 

i was looking for char_name_option separation between character nickname, and guild name.

so for example i want character nickname does not allow special chars like • , ™ , ☼

but i want guild name allow special character.

 

Ty

 

But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only."

Maybe need to use extra dininput.dll with config, i dunno...

 

Here is link: MEGA or Paste.ee

 

 

hi Anacondaqq,

i was testing your diff. and i have been modify your patch.

your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0)

so i got a problem, i created a guild, it will not consume Emperium.

can u help me please? :D

 

 

my changes NOT affect item (emperium) consumption.

Looks like you have NOT latest rAthena emulator.

Your problem can be solved by this changes: COMMIT with fix

 

Btw, please check guild.conf for:

// When making a guild, an Emperium is consumed? (Note 1)
guild_emperium_check: yes

 

no no no.

Your changes is fine

I got that errors when i modify your changes.

 

first, i had changed:

+guild_name_letters: abc™☼d

to

+guild_name_option: 0

and then

if (charserv_config.char_config.char_name_option == 1) { // only letters/symbols in guild_name_letters are authorised

to

if (charserv_config.char_config.guild_name_option == 1) { // only letters/symbols in guild_name_letters are authorised

char.c and char.h, i do follow char_name_option line, and edit to guild_name_option

 

maybe u can help me @_@

Edited by Psyche

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...