Cydh Posted July 11, 2013 Posted July 11, 2013 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. Quote
Capuche Posted July 12, 2013 Posted July 12, 2013 Update french translate to 17408 http://pastebin.com/pbTCRamh Criticisms are welcome Misc: I made a ugly python file to check the missing/extra message number for each lang file vs main file. Put it in the same msg_conf folder, the diff is saved in a diff file http://pastebin.com/xurp6VdT I use it, if it can help 4 Quote
Jarek Posted July 20, 2013 Posted July 20, 2013 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 freeinstead of//695-899 free 1 Quote
saleh Posted August 3, 2013 Posted August 3, 2013 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? Quote
Euphy Posted August 12, 2013 Author Posted August 12, 2013 From now on, please submit pull requests on GIT to submit translation updates. Thank you! Quote
Euphy Posted August 31, 2013 Author Posted August 31, 2013 Updated FRN and RUS with the two latest files posted in f6f1bca. Quote
Sere Posted September 2, 2013 Posted September 2, 2013 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. Quote
Euphy Posted September 2, 2013 Author Posted September 2, 2013 It is stored as #langtype, as you can see here: pc_setaccountreg(sd, "#langtype", lang); //For login/charIt's an account variable, so you can directly call it (no need to use an SQL query). Quote
Sere Posted September 3, 2013 Posted September 3, 2013 (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 September 2, 2013 by Sere Quote
Helly Posted April 18, 2016 Posted April 18, 2016 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.