Jump to content

Recommended Posts

  • Active Member

Hi.. I tried today add something from pet system to locale_string but i have big problem :/

I change in cmd_general.cpp this:

ch->ChatPacket(CHAT_TYPE_INFO, "You can't evolve your pet.");

to

ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can't evolve your pet."));

I add lines to locale_string.txt:

"You can't evolve your pet.";
"Test Message.";

but in chat is still

You can't evolve your pet.

I found some error in sysser:

SYSERR: May  9 04:18:56 :: locale_find: LOCALE_ERROR: "You can't evolve your pet.";

 

Someone know how to fix it to show right message in chat? Ty :) 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

hace 5 minutos, enzi dijo:

Hi.. I tried today add something from pet system to locale_string but i have big problem :/

I change in cmd_general.cpp this:


ch->ChatPacket(CHAT_TYPE_INFO, "You can't evolve your pet.");

to


ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can't evolve your pet."));

I add lines to locale_string.txt:


"You can't evolve your pet.";
"Test Message.";

but in chat is still


You can't evolve your pet.

I found some error in sysser:


SYSERR: May  9 04:18:56 :: locale_find: LOCALE_ERROR: "You can't evolve your pet.";

 

Someone know how to fix it to show right message in chat? Ty :) 

try without simbols like ' in the first line

Link to comment
Share on other sites

  • 1 year later...

Hi, I know it says solved but trust me it's not. I struggled all night with this and I still didn't fix it. The fact that you place it on a higher line fixes this line but breaks another. Some of the last strings are not working just like @enzi said on the first post. Is there a fix for this? Btw, all my translations have the [SPACE] before the quote close.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.