Jump to content
  • 0

R: char_name_option separation


Psyche

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   6
  • Joined:  03/12/13
  • Last Seen:  

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   6
  • Joined:  03/12/13
  • Last Seen:  

wow ! super thank yyouu dude !
i'll test it tho, and confirm if working without problem,

 

ty !

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   6
  • Joined:  03/12/13
  • Last Seen:  

 

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

 

 

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   6
  • Joined:  03/12/13
  • Last Seen:  

 

 

 

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

can you make patch and post it to here or to pm with all of your changes?

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...