Jump to content

Recommended Posts

Posted

map_conf updated at r17408

Index: trunk/conf/msg_conf/map_msg.conf
===================================================================
--- a/trunk/conf/msg_conf/map_msg.conf
+++ b/trunk/conf/msg_conf/map_msg.conf
@@ -400,5 +400,7 @@
 381: Skill Failed. [%s] requires %dx %s.
 382: You're too close to a stone or emperium to use this skill.
-//383-389 free
+383: You cannot create a savepoint in an instance.
+384: You cannot create a memo in an instance.
+//385-389 free
 //NoAsk
 390: Autorejecting is activated.
  • 2 weeks later...
Posted

Update russian translate to last revision

http://pastebin.com/93BVpFRE

+removed some extra empty lines for easily comparing with eng version (for future)

P.S.: There is a little typo in map_msg.conf at line 670

 

//681-899 free
instead of
//695-899 free
  • Upvote 1
  • 2 weeks later...
Posted

can anyone help me i need an arabic language for my server i've been searched too hard but i didnt found anything cuz when i try to write with the command kamib or broadcast it give me a strage language can anyone help me please?

  • 2 weeks later...
  • 3 weeks later...
Posted

Hey guys,

I've a question.

 

At the first post was wrote:

This setting is stored as the #langtype variable in `global_reg_value`.

I can't find in global_reg_value anything with langtype.

Can you help me please?

 

I would combine #langtype with a npc like "If (#langtype == eng)".

I know that it is selected by sql table, it is only an example.

Posted

It is stored as #langtype, as you can see here:

pc_setaccountreg(sd, "#langtype", lang); //For login/char
It's an account variable, so you can directly call it (no need to use an SQL query).
Posted (edited)

Thanks for your fast answer.

 

Here is my test script:

yesenia,137,135,5	script	Test	60,{

	if(#langtype == eng) {
	mes "The text is in english.";
	close;
	}

	if(#langtype == grm) {
	mes "Der Text ist auf deutsch.";
	close;
	}
	
	mes "Keiner der beiden Sprachen.";
	close;
}

 

The message in english works, but not this for german.



Oh lol, works now.

I have changed eng/grm to a number. 

But thanks for your help.^^



Have sending a pull request on GIT for map_msg_grm.conf.

It is only translated at line 85. I will keep it updated.

Edited by Sere
  • 2 years later...
Posted

how increase the max msg? for example for my custom mod into source i have to 1822 msg for map_msg

but this show error in emulator. how is possible increase the limit of message?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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