Jump to content
  • 0

07-08-2013 ragexe langtype


blast1he

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/20/13
  • Last Seen:  

hello rathena

 

 

i tried to make my langtype 19 on client 07-08-2013 ragexe but it didn't work

 

is there anyway to make this work ?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   3
  • Joined:  03/15/13
  • Last Seen:  

try with 10? ^^

Edited by tinko
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

Blast send me your clientinfo.xml please.

 

And here the langtype table.

Your choosen langtype is number 19 that means it is "SERVICETYPE_UAE" (uae <- what ist that for a language!?), numer 10 is "SERVICETYPE_GERMANY" (german) is this what you want?

Oh and don't forget to change the langtype in your clientinfo.xml

+-----+------------------------+-------------------+
| int | enum SERVICETYPE       | "servicetype" tag |
+-----+------------------------+-------------------+
| 0   | SERVICETYPE_KOREA      | korea             |
| 1   | SERVICETYPE_AMERICA    | america           |
| 2   | SERVICETYPE_JAPAN      | japan             |
| 3   | SERVICETYPE_CHINA      | china             |
| 4   | SERVICETYPE_TAIWAN     | taiwan            |
| 5   | SERVICETYPE_THAI       | thai              |
| 6   | SERVICETYPE_INDONESIA  | indonesia         |
| 7   | SERVICETYPE_PHILIPPINE | philippine        |
| 8   | SERVICETYPE_MALAYSIA   | malaysia          |
| 9   | SERVICETYPE_SINGAPORE  | singapore         |
| 10  | SERVICETYPE_GERMANY    | germany           |
| 11  | SERVICETYPE_INDIA      | india             |
| 12  | SERVICETYPE_BRAZIL     | brazil            |
| 13  | SERVICETYPE_AUSTRALIA  | australia         |
| 14  | SERVICETYPE_RUSSIA     | russia            |
| 15  | SERVICETYPE_VIETNAM    | vietnam           |
| 17  | SERVICETYPE_CHILE      | chile             |
| 18  | SERVICETYPE_FRANCE     | france            |
| 19  | SERVICETYPE_UAE        | uae               |
+-----+------------------------+-------------------+
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/20/13
  • Last Seen:  

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

	<servicetype>uae</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>English</display>
		<desc>None</desc>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>30</version>
		<langtype>45</langtype>
		<aid>
		  <admin>2000001</admin>
		  <admin>2000002</admin>
		  <admin>2000003</admin>
		  <admin>2000004</admin>
		  <admin>2000005</admin>
		  <admin>2000007</admin>
		  <admin>2000770</admin>
		  <admin>2000767</admin>
		  <admin>2000813</admin>
		</aid>
	</connection>
	<connection>
		<display>Arabic</display>
		<desc>None</desc>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>30</version>
		<langtype>45</langtype>
		<aid> 
		  <admin>2000001</admin>
		  <admin>2000002</admin>
		  <admin>2000003</admin>
		  <admin>2000004</admin>
		  <admin>2000005</admin>
		  <admin>2000007</admin>
		  <admin>2000770</admin>
		  <admin>2000767</admin>
		  <admin>2000813</admin>
		</aid>
	</connection>
</clientinfo>

alot of my players are arabs thats why i want langtype 19

im currently using 10-04-2012 ragexe and its supporting langtype 19

any help ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

I see that you use 2 Servertypes ..

 

One Arabic and the other one English, isn't it?

 

I would you recommend to try this one:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<servicetype>uae</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>English</display>
		<desc>None</desc>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>30</version> //The Version you can determine trough the date of your client and your packet_db
		<langtype>1</langtype> //Langtype 1 because 1 stays for american or english. If you want to make it uae just type in 19
		<aid>
		  <admin>2000001</admin>
		  <admin>2000002</admin>
		  <admin>2000003</admin>
		  <admin>2000004</admin>
		  <admin>2000005</admin>
		  <admin>2000007</admin>
		  <admin>2000770</admin>
		  <admin>2000767</admin>
		  <admin>2000813</admin>
		</aid>
	</connection>
	<connection>
		<display>Arabic</display>
		<desc>None</desc>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>30</version> //The Version you can determine trough the date of your client and your packet_db
		<langtype>19</langtype> //Langtype 19 because 19 stays for uae
		<aid> 
		  <admin>2000001</admin>
		  <admin>2000002</admin>
		  <admin>2000003</admin>
		  <admin>2000004</admin>
		  <admin>2000005</admin>
		  <admin>2000007</admin>
		  <admin>2000770</admin>
		  <admin>2000767</admin>
		  <admin>2000813</admin>
		</aid>
	</connection>
</clientinfo>

Please remove the // and the text behind the // .

 

I hope that it will work. :)

Edited by Xano
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...