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?
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 @_@