Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

System.mrs Error

Newbie Spellweaver
Joined
Jul 21, 2010
Messages
19
Reaction score
0
Hello,I need help i get this error :
Thanks in advance.

GUNZ 1,0,0,290 [Runnable By Xiaolin A.K.A Elton 2008]
Log time (07/22/10 15:31:14)
CPU ID = GenuineIntel ( family = 15 , model = 1 , stepping = 2 ) @ 1694 MHz
Display Device = NVIDIA GeForce4 MX 440 with AGP8X ( vendor=10de device=181 subsys=0 revision=a4 )
Display Driver Version = 6.14.0010.9371
Windows = 5.1 Build 2600 , Service Pack 3 (392204KB) : Windows xp..
Cannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Invalid Locale
 
@RaGEZONE IRC
Joined
Aug 4, 2008
Messages
506
Reaction score
283
Is locale.xml in system.mrs

If not or its empty use this

Code:
<?xml version="1.0" encoding="UTF-8"?>
<XML>
	<LOCALE>
 		<COUNTRY>BRZ</COUNTRY>
		<LANGUAGE>BRZ</LANGUAGE>	
		<MAXPLAYERS>10</MAXPLAYERS>
	</LOCALE>
</XML>
 
Last edited:
Upvote 0
Back
Top