Several problems with my server

Results 1 to 13 of 13
  1. #1
    Apprentice polomeo is offline
    MemberRank
    Sep 2011 Join Date
    9Posts

    Support Several problems with my server

    Hi everyone!
    I just made my Gunz server and I have some problems with it:

    1) When I create a game, I can't choose the option "Quest", because it ist't there :P (it just don't shows up).

    2) Ingame my name appears like "NicK", but in my DB says my real nickname, the one that I choose to use.

    3) Only the Mansion map shows up to select. I can play it with no problem, but I can't select another map in the "create game" screen.

    4) In the shop, all the prices of the items are "0 bounty".


    Thanks for help. And sorry for my bad english, I am from Argentina.


    Bye!


  2. #2
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Several problems with my server

    For your #1 problem, add your quest id in your channel.xml from your server files.

    What tutorial/version did you use?

  3. #3
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Several problems with my server

    Quote Originally Posted by polomeo View Post
    Hi everyone!
    I just made my Gunz server and I have some problems with it:

    1) When I create a game, I can't choose the option "Quest", because it ist't there :P (it just don't shows up).

    2) Ingame my name appears like "NicK", but in my DB says my real nickname, the one that I choose to use.

    3) Only the Mansion map shows up to select. I can play it with no problem, but I can't select another map in the "create game" screen.

    4) In the shop, all the prices of the items are "0 bounty".


    Thanks for help. And sorry for my bad english, I am from Argentina.


    Bye!
    1) I didn't understand, but somehow you're not using a quest/clanwar matchserver o-o, or maybe channelrule dunno.

    2)I didn't understand.

    3)Channelrule.xml and map.xml

    4)system/zitem.xml/ Find bt_price.

  4. #4
    Apprentice polomeo is offline
    MemberRank
    Sep 2011 Join Date
    9Posts

    Re: Several problems with my server

    Here is my ChannelRule.xml

    Code:
    <?xml version="1.0" ?>
    <!--
    	GAMETYPE_DEATHMATCH_SOLO	= 0
     	GAMETYPE_DEATHMATCH_TEAM	= 1
    	GAMETYPE_GLADIATOR_SOLO		= 2
    	GAMETYPE_GLADIATOR_TEAM		= 3
    	GAMETYPE_ASSASSINATE		= 4
    	GAMETYPE_TRAINING		= 5
    	GAMETYPE_SURVIVAL		= 6
    	GAMETYPE_QUEST			= 7
    	GAMETYPE_BERSERKER		= 8 
    	GAMETYPE_DEATHMATCH_TEAM2	= 9
    	GAMETYPE_DEATHMATCH_DUEL	= 10
    -->
    
    <XML id="channelrule">
    
    	<CHANNELRULE id="0" name="novice">
    	    <GAMETYPE id="0" />			<!-- GAMETYPE_DEATHMATCH_SOLO -->
            <GAMETYPE id="1" />			<!-- GAMETYPE_DEATHMATCH_TEAM -->
    	    <GAMETYPE id="9" />			<!-- GAMETYPE_DEATHMATCH_TEAM2 -->
            <GAMETYPE id="2" />			<!-- GAMETYPE_GLADIATOR_SOLO -->
    	    <GAMETYPE id="3" />			<!-- GAMETYPE_GLADIATOR_TEAM -->
            <GAMETYPE id="4" />			<!-- GAMETYPE_ASSASSINATE -->
    	    <GAMETYPE id="5" />			<!-- GAMETYPE_TRAINING -->
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<!-- <MAP name="Ruin" /> -->
    		<!-- <MAP name="Port" /> -->
    		<!-- <MAP name="Castle" /> -->
    		<!-- <MAP name="Dungeon" /> -->
    		<!-- <MAP name="Lost Shrine" /> -->
    		<!-- <MAP name="Stairway" /> -->
    		<!-- <MAP name="Snow_Town" /> -->
    		<MAP name="Halloween Town" />
    	</CHANNELRULE>
    
    
    	<CHANNELRULE id="3" name="newbie">
    	    <GAMETYPE id="0" />			<!-- GAMETYPE_DEATHMATCH_SOLO -->
            <GAMETYPE id="1" />			<!-- GAMETYPE_DEATHMATCH_TEAM -->
    	    <GAMETYPE id="9" />			<!-- GAMETYPE_DEATHMATCH_TEAM2 -->
            <GAMETYPE id="2" />			<!-- GAMETYPE_GLADIATOR_SOLO -->
    	    <GAMETYPE id="3" />			<!-- GAMETYPE_GLADIATOR_TEAM -->
            <GAMETYPE id="4" />			<!-- GAMETYPE_ASSASSINATE -->
    	    <GAMETYPE id="5" />			<!-- GAMETYPE_TRAINING -->
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<!-- <MAP name="Ruin" /> -->
    		<!-- <MAP name="Port" /> -->
    		<!-- <MAP name="Castle" /> -->
    		<!-- <MAP name="Dungeon" /> -->
    		<!-- <MAP name="Lost Shrine" /> -->
    		<!-- <MAP name="Stairway" /> -->
    		<!-- <MAP name="Snow_Town" /> -->
    		<MAP name="Halloween Town" />
    	</CHANNELRULE>
    
    	<CHANNELRULE id="1" name="rookie">
    	    <GAMETYPE id="0" />			<!-- GAMETYPE_DEATHMATCH_SOLO -->
            <GAMETYPE id="8" />			<!-- GAMETYPE_BERSERKER -->
    	    <GAMETYPE id="1" />			<!-- GAMETYPE_DEATHMATCH_TEAM -->
            <GAMETYPE id="9" />			<!-- GAMETYPE_DEATHMATCH_TEAM2 -->
    	    <GAMETYPE id="10" />		<!-- GAMETYPE_DEATHMATCH_DUEL -->
            <GAMETYPE id="2" />			<!-- GAMETYPE_GLADIATOR_SOLO -->
    	    <GAMETYPE id="3" />			<!-- GAMETYPE_GLADIATOR_TEAM -->
            <GAMETYPE id="4" />			<!-- GAMETYPE_ASSASSINATE -->
    	    <GAMETYPE id="5" />			<!-- GAMETYPE_TRAINING -->
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="Ruin" />
    		<MAP name="Port" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<!-- <MAP name="Castle" /> -->
    		<!-- <MAP name="Dungeon" /> -->
    		<!-- <MAP name="Lost Shrine" /> -->
    		<!-- <MAP name="Stairway" /> -->
    		<!-- <MAP name="Snow_Town" /> -->
    		<MAP name="Halloween Town" />
    
    		<MAP name="Hall" />			<!-- Only DUEL -->
    		<MAP name="Catacomb" />		<!-- Only DUEL -->
    		<MAP name="Jail" />			<!-- Only DUEL -->
    		<MAP name="Shower Room" />	<!-- Only DUEL -->
    	</CHANNELRULE>
    
    
    	<CHANNELRULE id="2" name="mastery">
    	    <GAMETYPE id="0" />			<!-- GAMETYPE_DEATHMATCH_SOLO -->
            <GAMETYPE id="8" />			<!-- GAMETYPE_BERSERKER -->
    	    <GAMETYPE id="1" />			<!-- GAMETYPE_DEATHMATCH_TEAM -->
            <GAMETYPE id="9" />			<!-- GAMETYPE_DEATHMATCH_TEAM2 -->
    	    <GAMETYPE id="10" />		<!-- GAMETYPE_DEATHMATCH_DUEL -->
            <GAMETYPE id="2" />			<!-- GAMETYPE_GLADIATOR_SOLO -->
    	    <GAMETYPE id="3" />			<!-- GAMETYPE_GLADIATOR_TEAM -->
            <GAMETYPE id="4" />			<!-- GAMETYPE_ASSASSINATE -->
    	    <GAMETYPE id="5" />			<!-- GAMETYPE_TRAINING -->
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="Ruin" />
    		<MAP name="Port" />
    		<MAP name="Castle" />
    		<MAP name="Dungeon" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<!-- <MAP name="Lost Shrine" /> -->
    		<!-- <MAP name="Stairway" /> -->
    		<!-- <MAP name="Snow_Town" /> -->
    		<MAP name="Halloween Town" />
    
    		<MAP name="Hall" />			<!-- Only DUEL -->
    		<MAP name="Catacomb" />		<!-- Only DUEL -->
    		<MAP name="Jail" />			<!-- Only DUEL -->
    		<MAP name="Shower Room" />	<!-- Only DUEL -->
    	</CHANNELRULE>
    	
    
    	<CHANNELRULE id="4" name="elite">
    	    <GAMETYPE id="0" />			<!-- GAMETYPE_DEATHMATCH_SOLO -->
            <GAMETYPE id="8" />			<!-- GAMETYPE_BERSERKER -->
    	    <GAMETYPE id="1" />			<!-- GAMETYPE_DEATHMATCH_TEAM -->
            <GAMETYPE id="9" />			<!-- GAMETYPE_DEATHMATCH_TEAM2 -->
    	    <GAMETYPE id="10" />		<!-- GAMETYPE_DEATHMATCH_DUEL -->
            <GAMETYPE id="2" />			<!-- GAMETYPE_GLADIATOR_SOLO -->
    	    <GAMETYPE id="3" />			<!-- GAMETYPE_GLADIATOR_TEAM -->
            <GAMETYPE id="4" />			<!-- GAMETYPE_ASSASSINATE -->
    	    <GAMETYPE id="5" />			<!-- GAMETYPE_TRAINING -->
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="Ruin" />
    		<MAP name="Port" />
    		<MAP name="Castle" />
    		<MAP name="Dungeon" />
    		<MAP name="Lost Shrine" />
    		<MAP name="Stairway" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<!-- <MAP name="Snow_Town" /> -->
    		<MAP name="Halloween Town" />
    
    		<MAP name="Hall" />			<!-- Only DUEL -->
    		<MAP name="Catacomb" />		<!-- Only DUEL -->
    		<MAP name="Jail" />			<!-- Only DUEL -->
    		<MAP name="Shower Room" />	<!-- Only DUEL -->
    	</CHANNELRULE>
    
    	<CHANNELRULE id="5" name="champion">
    	    	<GAMETYPE id="0" />			<!-- GAMETYPE_DEATHMATCH_SOLO -->
    		<GAMETYPE id="8" />			<!-- GAMETYPE_BERSERKER -->
    	    	<GAMETYPE id="1" />			<!-- GAMETYPE_DEATHMATCH_TEAM -->
            	<GAMETYPE id="9" />			<!-- GAMETYPE_DEATHMATCH_TEAM2 -->
    	    	<GAMETYPE id="10" />			<!-- GAMETYPE_DEATHMATCH_DUEL -->
            	<GAMETYPE id="2" />			<!-- GAMETYPE_GLADIATOR_SOLO -->
    	    	<GAMETYPE id="3" />			<!-- GAMETYPE_GLADIATOR_TEAM -->
            	<GAMETYPE id="4" />			<!-- GAMETYPE_ASSASSINATE -->
    	    	<GAMETYPE id="5" />			<!-- GAMETYPE_TRAINING -->
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="Ruin" />
    		<MAP name="Port" />
    		<MAP name="Castle" />
    		<MAP name="Dungeon" />
    		<MAP name="Lost Shrine" />
    		<MAP name="Stairway" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<MAP name="Halloween Town" />
    
    		<MAP name="Hall" />			<!-- Only DUEL -->
    		<MAP name="Catacomb" />			<!-- Only DUEL -->
    		<MAP name="Jail" />			<!-- Only DUEL -->
    		<MAP name="Shower Room" />		<!-- Only DUEL -->	
    	</CHANNELRULE>
    		
    	<CHANNELRULE id="6" name="dueltournament">
    		<GAMETYPE id="11" />		<!-- GAMETYPE_DUELTOURNAMENT -->
    		
    		<MAP name="Hall" />			<!-- Only DUEL -->
    		<MAP name="Catacomb" />			<!-- Only DUEL -->
    		<MAP name="Jail" />			<!-- Only DUEL -->
    		<MAP name="Shower Room" />		<!-- Only DUEL -->
    	</CHANNELRULE>
    	
    </XML>

    Sincerly, I can't remember which files I am using :P. Was very complicated for my to make my server run, and once I made it work I stop downloading server files and clients.

    Here are some pics of the problems:





    Dunno if it's relevant, but when I downloaded the Client (can't remember which either), the file HanAuthForClient.dll was deleted by my Antivirus (NOD32); so I downloaded a copy of it.

    @Jirachi: I don't know what do I have to edit.

    @Vusion: I've seen a tutorial to fix the map stuff, but in my client's system.mrs is not any "map.xml" file.

    Thanks for the help!
    Last edited by Phoenix; 01-10-11 at 05:04 AM. Reason: Use code tags, not quote tags.

  5. #5
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: Several problems with my server

    LOL are you trying to rip stuff at DA*kGUNz?

    "NicK"

  6. #6
    Apprentice polomeo is offline
    MemberRank
    Sep 2011 Join Date
    9Posts

    Re: Several problems with my server

    Quote Originally Posted by randy1234 View Post
    LOL are you trying to rip stuff at DA*kGUNz?

    "NicK"
    what?

    I just want my server to run.

    In the past hour I follow the tutorial from http://forum.ragezone.com/f497/br-ja...client-444565/

    And when I try to connect, the server name shows wrong (with rare characters) and when I try to connect, it says "Cannot connect server".

    I'll try with another server files and see what happens.

  7. #7
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Several problems with my server

    Code:
    <GAMETYPE id="7" />
    Add this in your channelrule.xml after all your:
    Code:
    <GAMETYPE id="5" />
    This will add in your quest. But to be sure, what type of server did you put in the database (ServerType: _)?

  8. #8
    Apprentice polomeo is offline
    MemberRank
    Sep 2011 Join Date
    9Posts

    Re: Several problems with my server

    @Jirachi

    I'll try that. It must be only in Server or also in client?

    ServerType is 4

  9. #9
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Several problems with my server

    Both in your server and system.mrs.

  10. #10
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Several problems with my server

    Post your messages.xml.

  11. #11
    Apprentice polomeo is offline
    MemberRank
    Sep 2011 Join Date
    9Posts

    Re: Several problems with my server

    Ok. I made that @Jirachi. Now Quest option shows up, but when I click on it, automatically changes to Deathmatch mode.

    PS: I tried the same Files with the same client in other computer (testing with a runnable from 2008 repack 3; all IP's setting in 127.0.0.1) and it shows all maps (but the quest doesnt work either).

    ---------- Post added at 04:30 AM ---------- Previous post was at 04:27 AM ----------

    messajes.xml

    Code:
    <?xml version="1.0" ?>
    <XML>
    
    <!-- Client Error Message -->
    <MSG id="500">Announcements</MSG>
    <MSG id="501">Log into the ijji.com GUNZ home page first and Click Play live to launch GunZ.</MSG>
    
    <!-- Client Interface -->
    <MSG id="1000">You must wait 1 minute before reporting again.</MSG>
    <MSG id="1001">Chat details are reported.</MSG>
    <MSG id="1002">^2You have been Silenced.</MSG>
    <MSG id="1003">Enter $1 characters or longer.</MSG>
    <MSG id="1004">Command Syntax Error.</MSG>
    <MSG id="1005">Command Syntax Error.</MSG>
    <MSG id="1006">Can only be implemented in the lobby.</MSG>
    <MSG id="1007">Can only be implemented in the waiting room.</MSG>
    <MSG id="1008">Can only be implemented in the game.</MSG>
    <MSG id="1009">The request has been canceled.</MSG>
    <MSG id="1010">Cannot use this command.</MSG>
    <MSG id="1011">The screen shot has been saved in "My Documents$1".</MSG>
    <MSG id="1012">An attempt to save screenshot has failed.</MSG>
    <MSG id="1013">Recording started.</MSG>
    <MSG id="1014">Recording has been saved in  "My Documents$1".</MSG>
    <MSG id="1015">Saving the recording has failed.</MSG>
    <MSG id="1016">Voting for kicking '%s' has started.</MSG>
    <MSG id="1017">If you want to participate in the voting, press 'Y' for Yes; 'N' for No.</MSG>
    <MSG id="1018">Select the user to be kicked.</MSG>
    <MSG id="1019">[ESC] Cancel</MSG>
    <MSG id="1020">Vote is accepted.</MSG>
    <MSG id="1021">Vote is rejected.</MSG>
    <MSG id="1022">Vote option is not available.</MSG>
    <MSG id="1023">Vote on '$1' has commenced.</MSG>
    <MSG id="1024">Searching for the opposing team $1</MSG>
    <MSG id="1025">The user has left the room.</MSG>
    
    <!-- Clan -->
    <MSG id="1105">$1 is trying to recruit '$3' for clan with $2. Would you like to join? </MSG>
    <MSG id="1106">$1 rejected the offer to join the clan.</MSG>
    <MSG id="1107">Clan created</MSG>
    <MSG id="1108">This clan is disbanded. Please re-login or re-select your character.</MSG>
    <MSG id="1109">Only the Clan Leader can execute this command.</MSG>
    <MSG id="1110">Only the Clan Leader and Clan Administrator can perform this command.</MSG>
    <MSG id="1111">You have already joined a clan.</MSG>
    <MSG id="1112">You are not a member of any clan.</MSG>
    <MSG id="1113">Would you like to join the clan? </MSG>
    <MSG id="1114">Your membership has been rejected.</MSG>
    <MSG id="1115">A new member has joined the clan.</MSG>
    <MSG id="1116">You have left the clan.</MSG>
    <MSG id="1117">Clan Leader cannot leave the clan.</MSG>
    <MSG id="1118">Deletion cannot be done while you are a clan member. You have to quit the clan first.</MSG>
    <MSG id="1119">Permissions has been changed.</MSG>
    <MSG id="1120">The selected member has been removed from the clan.</MSG>
    <MSG id="1121">You have to recruit $1 members to create a clan. </MSG>
    <MSG id="1122">Are you sure that you want to disband the clan?</MSG>
    <MSG id="1123">Are you sure that you want to leave the clan?</MSG>
    <MSG id="1124">Clan Name is different.</MSG>
    <MSG id="1125">Clan Member '$1' has logged in.</MSG>
    
    <!-- Etc -->
    <MSG id="1200">You cannot delete a character that is equipped with a Cash item.  Unequip the item first and try again.</MSG>
    <MSG id="1201">Character is deleted.</MSG>
    <MSG id="1202">You will return to the previous resolution settings in $1 second(s).</MSG>
    <MSG id="1203">You can adjust the quest difficulty depending on what sacrifice items you place onto the two altars in the middle of the screen.</MSG>
    
    <!-- Robby UI -->
    <MSG id="1301">Clan Leader : $1, $2 accessed.</MSG>
    <MSG id="1302">%d waiting.</MSG>
    <MSG id="1303">You have not joined the clan.</MSG>
    <MSG id="1304">Select the free channel if you do not want any level restraint.</MSG>
    <MSG id="1305">You are to fight with all users regardless of the channel in the league game.</MSG>
    <MSG id="1306">$1 is invited to the Chat Room.</MSG>
    <MSG id="1307">$1 has invited you to the Chat Room '$2'.</MSG>
    <MSG id="1308">$2' has entered the Chat Room '$1'.</MSG>
    <MSG id="1309">$2' has exited the Chat Room '$1'.</MSG>
    <MSG id="1310">Will be converted to the Chat Room '$1'.</MSG>
    <!-- <MSG id="1311">.</MSG> -->
    <MSG id="1312">Chat Room($1) $2 : $3</MSG>
    <MSG id="1313">Request being made to open the Chat Room ...</MSG>
    <MSG id="1314">Request being made to join the Chat Room ...</MSG>
    <MSG id="1315">Leave Chat Room.</MSG>
    <MSG id="1316">Selecting Chat Room. </MSG>
    <MSG id="1317">You have entered the channel '$1'.</MSG>
    
    <!-- Invite -->
    <MSG id="1400">Waiting for response.</MSG>
    <MSG id="1401">Please wait until the player agrees.</MSG>
    <MSG id="1402">$1 has invited you to participate in a Clan War. Do you accept the invite?</MSG>
    <MSG id="1403">$1 has rejected your request.</MSG>
    <MSG id="1404">$1 has cancelled the request.</MSG>
    <MSG id="1405">It has been cancelled</MSG>
    <MSG id="1406">Select the right number of people.</MSG>
    
    <MSG id="1420">$1 have invited you to a clan war. Do you accept the invite? </MSG>
    
    <!-- Clan Battle -->
    <MSG id="1510">$1' Clan has defeated '$2' Clan $3 times in a row and is very confident.</MSG>
    <MSG id="1511">$1' Clan defeated '$2' Clan recording $3 wins in a row.</MSG>
    <MSG id="1512">$1' Clan defeated '$2' Clan to record $3 wins in a row with great ease.</MSG>
    <MSG id="1513">$1' Clan defeated '$2' Clan to successfully record $3 wins in a row.</MSG>
    <MSG id="1514">$1' Clan defeated '$2' Clan $3 wins in a row.</MSG>
    <MSG id="1515">$1' Clan defeated '$2' Clan stopping its consecutive winning streak.</MSG>
    
    <!-- Dual -->
    <MSG id="1520">$1' has won $4 Duel Matches in a row in $3 room of '$2' channel.</MSG>
    <MSG id="1521">$2' has stopped '$1' from a winning streak of $3 straight Duel Matches.</MSG>
    
    <!-- Loading Message -->
    <MSG id="1600">'Dash'</MSG>
    <MSG id="1601">You can move faster by Dashing</MSG>
    <MSG id="1602">You can Dash when you are in mid-air. (Melee Weapon Required).</MSG>
    <MSG id="1603">'Perfect defense'</MSG>
    <MSG id="1604">During defense, you can completely block  bullets and melee attacks.</MSG>
    <MSG id="1605">Lower attacks are impossible to defend.</MSG>
    <MSG id="1606">'Special attack'</MSG>
    <MSG id="1607">With a long sword equipped, it knocks your target upward in the air.</MSG>
    <MSG id="1608">With a dagger equipped, it pushes your target suspending him/her with its pushing power.</MSG>
    <MSG id="1609">Break fall'</MSG>
    <MSG id="1610">A successful break fall maneuver reduces the additional damage that you. </MSG>
    <MSG id="1611">might suffer as you cannot move while on the ground.</MSG>
    <MSG id="1612">'Tumbling'</MSG>
    <MSG id="1613">You can avoid an attack by tumbling.</MSG>
    <MSG id="1614">You can also fire a gun while tumbling.</MSG>
    <MSG id="1615"> 'Wall hang'</MSG>
    <MSG id="1616">Click on the right mouse button when jumping in mid-air next to a wall.</MSG>
    <MSG id="1617">This move can only be used with your melee weapon equipped.</MSG>
    <MSG id="1618">'Wall jump'</MSG>
    <MSG id="1619">Press the Jump Key when you are close to any wall.</MSG>
    <MSG id="1620">to perform the wall jump. </MSG>
    <MSG id="1621">'Wall Running'</MSG>
    <MSG id="1622">Press and hold the Jump Key when the character standing diagonal against any wall while moving </MSG>
    <MSG id="1623">forward then the character can automatically run on the wall.</MSG>
    <MSG id="1624">Climb along the wall</MSG>
    <MSG id="1625">You can climb along the wall.</MSG>
    <MSG id="1626">The function only works if you are very close to the wall.</MSG>
    
    <!-- Character Infomation -->
    <MSG id="1700">[Character Information]=============</MSG>
    <MSG id="1701">Name</MSG>
    <MSG id="1702">Clan</MSG>
    <MSG id="1703">Level</MSG>
    <MSG id="1704">Winning Percentage</MSG>
    <MSG id="1705">Win</MSG>
    <MSG id="1706">Lose</MSG>
    <MSG id="1707">Connection Time</MSG>
    <MSG id="1708">day</MSG>
    <MSG id="1709">hour</MSG>
    <MSG id="1710">min</MSG>
    <MSG id="1711">sec</MSG>
    <MSG id="1712">EXP</MSG>
    <MSG id="1713">Bounty</MSG>
    <MSG id="1714">HP</MSG>
    <MSG id="1715">AP</MSG>
    <MSG id="1716">WT</MSG>
    <MSG id="1717">Lv.</MSG>
    <MSG id="1718">Ranking</MSG>
    <MSG id="1719">Kill</MSG>
    <MSG id="1720">Death</MSG>
    <MSG id="1721">Winning</MSG>
    
    <!-- Game Playing Message -->
    <MSG id="2000">$1 has joined the game.</MSG>
    <MSG id="2001">$1 has left the game.</MSG>
    <MSG id="2002">$1 has leveled up.</MSG>
    <MSG id="2003">$1 has leveled down.</MSG>
    <MSG id="2004">Clan War $1 ( $2 vs. $3 )</MSG>
    <MSG id="2005">Fallen into oblivion.</MSG>
    <MSG id="2006">You have committed suicide. </MSG>
    <MSG id="2007">You have committed suicide. </MSG>
    <MSG id="2008">$1 has commited suicide.</MSG>
    <MSG id="2009">You have defeated $1.</MSG>
    <MSG id="2010">$1 has defeated you.</MSG>
    <MSG id="2011">$1 has defeated $2.</MSG>
    <MSG id="2012">Press the Fire key to play!</MSG>
    <MSG id="2013">Wait for $1 second(s)!</MSG>
    <MSG id="2014">You will leave the game in $1 second(s)</MSG>
    
    <!-- Game Etc. -->
    <MSG id="2015">Whispering ($1) : $2</MSG>
    <MSG id="2016">The item has been withdrawn.</MSG>
    <MSG id="2017">The item cannot be withdrawn</MSG>
    <MSG id="2018">You have purchased the item</MSG>
    <MSG id="2019">You cannot purchase the item</MSG>
    <MSG id="2020">Your item has been sold.</MSG>
    <MSG id="2021">There is no character to select. Create a character first.</MSG>
    <MSG id="2022">You cannot sell this item.</MSG>
    <MSG id="2023">You will advance to the next round in $1 second(s).</MSG>
    <MSG id="2024">Quest Team got a(an) $1.</MSG>
    <MSG id="2025">Got $2 $1(s).</MSG>
    <MSG id="2026">The Portal was opened.</MSG>
    <MSG id="2027">Auto Team Balance</MSG>
    <MSG id="2028">Wrong item combination.</MSG>
    
    <!-- Administrator -->
    <MSG id="3000">Administrator: $1</MSG>
    
    <!-- Menu -->
    <MSG id="8000">None</MSG>
    <MSG id="8001">Add a friend</MSG>
    <MSG id="8002">Delete a friend</MSG>
    <MSG id="8003">Check Location</MSG>
    <MSG id="8004">Catch up with</MSG>
    <MSG id="8005">Whisper</MSG>
    <MSG id="8006">Kick</MSG>
    <MSG id="8007">Recruit</MSG>
    <MSG id="8008">Delegate a new Clan Leader</MSG>
    <MSG id="8009">Changing to clan administrator grade.</MSG>
    <MSG id="8010">Changing to clan member grade.</MSG>
    <MSG id="8011">Kick out of the clan</MSG>
    <MSG id="8012">Quit the clan</MSG>
    <MSG id="8013">Move to storage</MSG>
    <MSG id="8014">OK</MSG>
    <MSG id="8015">Cancel</MSG>
    <MSG id="8016">Yes</MSG>
    <MSG id="8017">No</MSG>
    <MSG id="8018">Message</MSG>
    
    <!-- Character Wording -->
    <MSG id="9000"></MSG>
    <MSG id="9001">Clan Leader</MSG>
    <MSG id="9002">Clan Administrator</MSG>
    <MSG id="9003">Clan Member</MSG>
    <MSG id="9004">Administrator</MSG>
    <MSG id="9005">Developer</MSG>
    <MSG id="9006">Commands</MSG>
    <MSG id="9007">Help</MSG>
    <MSG id="9008">Usage</MSG>
    <MSG id="9100">Male</MSG>
    <MSG id="9101">Female</MSG>
    <MSG id="9102">Male</MSG>
    <MSG id="9103">Female</MSG>
    <MSG id="9200">Lobby</MSG>
    <MSG id="9201">Stage</MSG>
    <MSG id="9202">Shop</MSG>
    <MSG id="9203">Equipment</MSG>
    <MSG id="9204">Cash</MSG>
    
    <!-- Game Wording -->
    <MSG id="9302">For Men</MSG>
    <MSG id="9349">For Women</MSG>
    <MSG id="9303">Req. Level</MSG>
    <MSG id="9304">Weight</MSG>
    <MSG id="9305">Attributes:Fire</MSG>
    <MSG id="9306">Attributes:Ice</MSG>
    <MSG id="9307">Attributes:Poison</MSG>
    <MSG id="9308">Attributes:Lightning</MSG>
    <MSG id="9309">Duration</MSG>
    <MSG id="9310">Clip</MSG>
    <MSG id="9311">Damage</MSG>
    <MSG id="9312">Delay</MSG>
    <MSG id="9313">Max Wgt.</MSG>
    <MSG id="9314">Speed</MSG>
    <MSG id="9315">Jump [X]</MSG>
    <MSG id="9316">Dash [X]</MSG>
    <MSG id="9317">Wall climbing [X]</MSG>
    <MSG id="9318">Damage</MSG>
    <MSG id="9319">Quest</MSG>
    <MSG id="9320">Item</MSG>
    <MSG id="9321">Sacrifice</MSG>
    <MSG id="9322">Players</MSG>
    <MSG id="9323">Blue</MSG>
    <MSG id="9324">Red</MSG>
    <MSG id="9325">Quantity</MSG>
    <MSG id="9326">Searching for the counter team</MSG>
    <MSG id="9327">Num of items</MSG>
    <MSG id="9328">Num of NPC</MSG>
    <MSG id="9329">Progression</MSG>
    <MSG id="9330">Remaining Time</MSG>
    <MSG id="9331">V</MSG>
    <MSG id="9332">Rate</MSG>
    <MSG id="9333">Grade</MSG>
    <MSG id="9334">Regular</MSG>
    <MSG id="9335">Legendary</MSG>
    <MSG id="9336">Boss</MSG>
    <MSG id="9337">Elite</MSG>
    <MSG id="9338">Veteran</MSG>
    <MSG id="9339">Very strong</MSG>
    <MSG id="9340">Strong</MSG>
    <MSG id="9341">Average</MSG>
    <MSG id="9342">Weak</MSG>
    <MSG id="9343">Very Weak</MSG>
    <MSG id="9344">Infinite</MSG>
    <MSG id="9345">None</MSG>
    <MSG id="9346">Level gap</MSG>
    <MSG id="9347">Allowed</MSG>
    <MSG id="9348">Prohibited</MSG>
    
    <!-- Game Wording Addition -->
    <MSG id="9363">Objective Kills</MSG>
    <MSG id="9364">Round</MSG>
    <MSG id="9365">Type</MSG>
    <MSG id="9366">Exp</MSG>
    <MSG id="9367">Kill</MSG>
    <MSG id="9368">Death</MSG>
    <MSG id="9369">Ping</MSG>
    <MSG id="9370">&lt; Head &gt;</MSG>
    <MSG id="9371">&lt; Chest &gt;</MSG>
    <MSG id="9372">&lt; Hands &gt;</MSG>
    <MSG id="9373">&lt; Legs &gt;</MSG>
    <MSG id="9374">&lt; Feet &gt;</MSG>
    <MSG id="9375">&lt; Left Finger &gt;</MSG>
    <MSG id="9376">&lt; Right Finger &gt;</MSG>
    <MSG id="9377">&lt; Melee &gt;</MSG>
    <MSG id="9378">&lt; Primary Weapon &gt;</MSG>
    <MSG id="9379">&lt; Secondary Weapon &gt;</MSG>
    <MSG id="9380">&lt; Item 1 &gt;</MSG>
    <MSG id="9381">&lt; Item 2 &gt;</MSG>
    <MSG id="9382">Debug Server</MSG>
    <MSG id="9383">Match Server</MSG>
    <MSG id="9384">Clan Server</MSG>
    <MSG id="9385">Quest Server</MSG>
    <MSG id="9386">Event Server</MSG>
    
    <!-- System Wording -->
    <MSG id="100100">Searching for a counterpart team $1</MSG>
    <MSG id="100200">The vote on '$1' has started.</MSG>
    <MSG id="100300">There is a word '$1' that you cannot use.</MSG>
    
    <!-- Match Type -->
    <MSG id="9350">Deathmatch</MSG>
    <MSG id="9351">Team Deathmatch</MSG>
    <MSG id="9352">Gladiator</MSG>
    <MSG id="9353">Team Gladiator</MSG>
    <MSG id="9354">Assassination</MSG>
    <MSG id="9355">Training</MSG>
    <MSG id="9356">Classic</MSG>
    <MSG id="9357">Team Classic</MSG>
    <MSG id="9358">Survival</MSG>
    <MSG id="9359">Quest</MSG>
    <MSG id="9360">Deathmatch +Berserker</MSG>
    <MSG id="9361">Team Deathmatch +Extream</MSG>
    <MSG id="9362">The Duel match</MSG>
    
    <!-- Etc. -->
    <MSG id="9400">remaining.</MSG>
    <MSG id="9401">You joined stage '$1'.</MSG>
    <MSG id="9402">'$1 ($2 / $3 $4)' joined stage.</MSG>
    <MSG id="9500">ON</MSG>
    <MSG id="9501">OFF</MSG>
    <MSG id="9601">A hacking attempt has been detected.</MSG>
    <MSG id="9701">You have received a '$1' Item</MSG>
    <MSG id="9801">The selected language will be applied after restarting the game. Would you like to restart?</MSG>
    
    <!-- Warning -->
    <MSG id="20000">A hacking attempt has been detected. In accordance with the agreement that members have consented, the GUNZ Operation Team continues to monitor and collect information on the users who hack. Keep in mind that all the responsibility brought about by committing any illegal act in civil or criminal case falls on the shoulders of the user who commits such an illegal act.</MSG>
    <MSG id="20001">The following items have expired:</MSG>
    <MSG id="20002">You can mount or release an equipment by dragging or double clicking an icon. You cannot send a bounty equipment (item) to the Storage.</MSG>
    <MSG id="20003">WARNING: GunZ does not support the $1. You may be unable to view certain fonts or proceed with gameplay. Do you still wish to continue?</MSG>
    <MSG id="20004">GunZ requires DirectX 9.0c to run properly. Would you like to install DirectX 9.0c now?</MSG>
    <MSG id="20005">**This is not decided yet**</MSG>
    <MSG id="20006">Please enter 'YES' if you would like to delete this character.</MSG>
    </XML>

    And messages.xml in client:

    Code:
    <?xml version="1.0" ?>
    <XML>
    
    <MSG id="500">Announcements</MSG>
    <MSG id="501">Log into the ijji.com GUNZ home page first and Click Play live to launch GunZ.</MSG>
    <MSG id="1000">You must wait 1 minute before reporting again.</MSG>
    <MSG id="1001">Chat details are reported.</MSG>
    <MSG id="1002">Please return to the main lobby to recruit clan member.</MSG>
    <MSG id="1003">Enter $1 characters or longer.</MSG>
    <MSG id="1004">Command Syntax Error.</MSG>
    <MSG id="1005">Command Syntax Error.</MSG>
    <MSG id="1006">Can only be implemented in the lobby.</MSG>
    <MSG id="1007">Can only be implemented in the waiting room.</MSG>
    <MSG id="1008">Can only be implemented in the game.</MSG>
    <MSG id="1009">The request has been canceled.</MSG>
    <MSG id="1010">Cannot use this command.</MSG>
    <MSG id="1011">The screen shot has been saved in "My Documents$1".</MSG>
    <MSG id="1012">An attempt to save screenshot has failed.</MSG>
    <MSG id="1013">Recording started.</MSG>
    <MSG id="1014">Recording has been saved in  "My Documents$1".</MSG>
    <MSG id="1015">Saving the recording has failed.</MSG>
    <MSG id="1016">Voting for kicking '%s' has started.</MSG>
    <MSG id="1017">If you want to participate in the voting, press 'Y' for Yes; 'N' for No.</MSG>
    <MSG id="1018">Select the user to be kicked.</MSG>
    <MSG id="1019">[ESC] Cancel</MSG>
    <MSG id="1020">Vote is accepted.</MSG>
    <MSG id="1021">Vote is rejected.</MSG>
    <MSG id="1022">Vote option is not available.</MSG>
    <MSG id="1023">Vote on '$1' has commenced.</MSG>
    <MSG id="1024">Searching for the opposing team $1</MSG>
    <MSG id="1025">The user has left the room.</MSG>
    <MSG id="1105">$1 is trying to recruit '$3' for clan with $2. Would you like to join? </MSG>
    <MSG id="1106">$1 rejected the offer to join the clan.</MSG>
    <MSG id="1107">Clan created</MSG>
    <MSG id="1108">This clan is disbanded. The clan will no longer exist after 48 hours.</MSG>
    <MSG id="1109">Only the Clan Leader can execute this command.</MSG>
    <MSG id="1110">Only the Clan Leader and Clan Administrator can perform this command.</MSG>
    <MSG id="1111">You have already joined a clan.</MSG>
    <MSG id="1112">You are not a member of any clan.</MSG>
    <MSG id="1113">Would you like to join the clan? </MSG>
    <MSG id="1114">Your membership has been rejected.</MSG>
    <MSG id="1115">You have joined the clan.</MSG>
    <MSG id="1116">You have left the clan.</MSG>
    <MSG id="1117">Clan Leader cannot leave the clan.</MSG>
    <MSG id="1118">Deletion cannot be done while you are a clan member. You have to quit the clan first.</MSG>
    <MSG id="1119">Permissions has been changed.</MSG>
    <MSG id="1120">The selected member has been removed from the clan.</MSG>
    <MSG id="1121">You have to recruit $1 members to create a clan. </MSG>
    <MSG id="1122">Are you sure that you want to disband the clan?</MSG>
    <MSG id="1123">Are you sure that you want to leave the clan?</MSG>
    <MSG id="1124">Clan Name is different.</MSG>
    <MSG id="1125">Clan Member '$1' has logged in.</MSG>
    <MSG id="1200">You cannot delete a character that is equipped with a Cash item.  Unequip the item first and try again.</MSG>
    <MSG id="1201">Character is deleted.</MSG>
    <MSG id="1202">You will return to the previous resolution settings in $1 second(s).</MSG>
    <MSG id="1301">Clan Leader : $1, $2 accessed.</MSG>
    <MSG id="1302">%d waiting.</MSG>
    <MSG id="1303">You have not joined the clan.</MSG>
    <MSG id="1304">Select the free channel if you do not want any level restraint.</MSG>
    <MSG id="1305">You are to fight with all users regardless of the channel in the league game.</MSG>
    <MSG id="1306">$1 is invited to the Chat Room.</MSG>
    <MSG id="1307">$1 has invited you to the Chat Room '$2'.</MSG>
    <MSG id="1308">$2' has entered the Chat Room '$1'.</MSG>
    <MSG id="1309">$2' has exited the Chat Room '$1'.</MSG>
    <MSG id="1310">Will be converted to the Chat Room '$1'.</MSG>
    <MSG id="1312">Chat Room($1) $2 : $3</MSG>
    <MSG id="1313">Request being made to open the Chat Room ...</MSG>
    <MSG id="1314">Request being made to join the Chat Room ...</MSG>
    <MSG id="1315">Leave Chat Room.</MSG>
    <MSG id="1316">Selecting Chat Room. </MSG>
    <MSG id="1317">You have entered the channel '$1'.</MSG>
    <MSG id="1400">Waiting for response.</MSG>
    <MSG id="1401">Please wait until the player agrees.</MSG>
    <MSG id="1402">$1 has invited you to participate in a Clan War. Do you accept the invite?</MSG>
    <MSG id="1403">$1 has rejected your request.</MSG>
    <MSG id="1404">$1 has cancelled the request.</MSG>
    <MSG id="1405">It has been cancelled</MSG>
    <MSG id="1406">Select the right number of people.</MSG>
    <MSG id="1420">$1 have invited you to a clan war. Do you accept the invite? </MSG>
    <MSG id="1510">$1' Clan has defeated '$2' Clan $3 times in a row and is very confident.</MSG>
    <MSG id="1511">$1' Clan defeated '$2' Clan recording $3 wins in a row.</MSG>
    <MSG id="1512">$1' Clan defeated '$2' Clan to record $3 wins in a row with great ease.</MSG>
    <MSG id="1513">$1' Clan defeated '$2' Clan to successfully record $3 wins in a row.</MSG>
    <MSG id="1514">$1' Clan defeated '$2' Clan $3 wins in a row.</MSG>
    <MSG id="1515">$1' Clan defeated '$2' Clan stopping its consecutive winning streak.</MSG>
    <MSG id="1520">$1' has won $4 Duel Matches in a row in $3 room of '$2' channel.</MSG>
    <MSG id="1521">$2' has stopped '$1' from a winning streak of $3 straight Duel Matches.</MSG>
    <MSG id="1600">'Dash'</MSG>
    <MSG id="1601">You can move faster by Dashing</MSG>
    <MSG id="1602">You can Dash when you are in mid-air. (Melee Weapon Required).</MSG>
    <MSG id="1603">'Perfect defense'</MSG>
    <MSG id="1604">During defense, you can completely block  bullets and melee attacks.</MSG>
    <MSG id="1605">Lower attacks are impossible to defend.</MSG>
    <MSG id="1606">'Special attack'</MSG>
    <MSG id="1607">With a long sword equipped, it knocks your target upward in the air.</MSG>
    <MSG id="1608">With a dagger equipped, it pushes your target suspending him/her with its pushing power.</MSG>
    <MSG id="1609">Break fall'</MSG>
    <MSG id="1610">A successful break fall maneuver reduces the additional damage that you. </MSG>
    <MSG id="1611">might suffer as you cannot move while on the ground.</MSG>
    <MSG id="1612">'Tumbling'</MSG>
    <MSG id="1613">You can avoid an attack by tumbling.</MSG>
    <MSG id="1614">You can also fire a gun while tumbling.</MSG>
    <MSG id="1615"> 'Wall hang'</MSG>
    <MSG id="1616">Click on the right mouse button when jumping in mid-air next to a wall.</MSG>
    <MSG id="1617">This move can only be used with your melee weapon equipped.</MSG>
    <MSG id="1618">'Wall jump'</MSG>
    <MSG id="1619">Press the Jump Key when you are close to any wall.</MSG>
    <MSG id="1620">to perform the wall jump. </MSG>
    <MSG id="1621">'Wall Running'</MSG>
    <MSG id="1622">Press and hold the Jump Key when the character standing diagonal against any wall while moving </MSG>
    <MSG id="1623">forward then the character can automatically run on the wall.</MSG>
    <MSG id="1624">Climb along the wall</MSG>
    <MSG id="1625">You can climb along the wall.</MSG>
    <MSG id="1626">The function only works if you are very close to the wall.</MSG>
    <MSG id="1700">[Character Information]=============</MSG>
    <MSG id="1701">Name</MSG>
    <MSG id="1702">Clan</MSG>
    <MSG id="1703">Level</MSG>
    <MSG id="1704">Winning Percentage</MSG>
    <MSG id="1705">Win</MSG>
    <MSG id="1706">Lose</MSG>
    <MSG id="1707">Connection Time</MSG>
    <MSG id="1708">day</MSG>
    <MSG id="1709">hour</MSG>
    <MSG id="1710">min</MSG>
    <MSG id="1711">sec</MSG>
    <MSG id="1712">EXP</MSG>
    <MSG id="1713">Bounty</MSG>
    <MSG id="1714">HP</MSG>
    <MSG id="1715">AP</MSG>
    <MSG id="1716">WT</MSG>
    <MSG id="1717">Lv.</MSG>
    <MSG id="2000">$1 has joined the game.</MSG>
    <MSG id="2001">$1 has left the game.</MSG>
    <MSG id="2002">$1 has leveled up.</MSG>
    <MSG id="2003">$1 has leveled down.</MSG>
    <MSG id="2004">Clan War $1 ( $2 vs. $3 )</MSG>
    <MSG id="2005">Fallen into oblivion.</MSG>
    <MSG id="2006">You have committed suicide. </MSG>
    <MSG id="2007">You have committed suicide. </MSG>
    <MSG id="2008">$1 has commited suicide.</MSG>
    <MSG id="2009">You have defeated $1.</MSG>
    <MSG id="2010">$1 has defeated you.</MSG>
    <MSG id="2011">$1 has defeated $2.</MSG>
    <MSG id="2012">Press the Fire key to play!</MSG>
    <MSG id="2013">Wait for $1 second(s)!</MSG>
    <MSG id="2014">You will leave the game in $1 second(s)</MSG>
    <MSG id="2015">Whispering ($1) : $2</MSG>
    <MSG id="2016">The item has been withdrawn.</MSG>
    <MSG id="2017">The item cannot be withdrawn</MSG>
    <MSG id="2018">You have purchased the item</MSG>
    <MSG id="2019">You cannot purchase the item</MSG>
    <MSG id="2020">Your item has been sold.</MSG>
    <MSG id="2021">There is no character to select. Create a character first.</MSG>
    <MSG id="2022">You cannot sell this item.</MSG>
    <MSG id="2023">You will advance to the next round in $1 second(s).</MSG>
    <MSG id="2024">Quest Team got a(an) $1.</MSG>
    <MSG id="2025">Got $2 $1(s).</MSG>
    <MSG id="2026">The Portal was opened.</MSG>
    <MSG id="2027">Auto Team Balance</MSG>
    <MSG id="2028">Wrong item combination.</MSG>
    <MSG id="3000">Administrator: $1</MSG>
    <MSG id="8000">None</MSG>
    <MSG id="8001">Add a friend</MSG>
    <MSG id="8002">Delete a friend</MSG>
    <MSG id="8003">Check Location</MSG>
    <MSG id="8004">Catch up with</MSG>
    <MSG id="8005">Whisper</MSG>
    <MSG id="8006">Kick</MSG>
    <MSG id="8007">Recruit</MSG>
    <MSG id="8008">Delegate a new Clan Leader</MSG>
    <MSG id="8009">Changing to clan administrator grade.</MSG>
    <MSG id="8010">Changing to clan member grade.</MSG>
    <MSG id="8011">Kick out of the clan</MSG>
    <MSG id="8012">Quit the clan</MSG>
    <MSG id="8013"></MSG>
    <MSG id="8014">OK</MSG>
    <MSG id="8015">Cancel</MSG>
    <MSG id="8016">Yes</MSG>
    <MSG id="8017">No</MSG>
    <MSG id="8018">Message</MSG>
    <MSG id="9000"></MSG>
    <MSG id="9001">Clan Leader</MSG>
    <MSG id="9002">Clan Administrator</MSG>
    <MSG id="9003">Clan Member</MSG>
    <MSG id="9004">Administrator</MSG>
    <MSG id="9005">Developer</MSG>
    <MSG id="9006">Commands</MSG>
    <MSG id="9007">Help</MSG>
    <MSG id="9008">Usage</MSG>
    <MSG id="9100">Male</MSG>
    <MSG id="9101">Female</MSG>
    <MSG id="9102">Male</MSG>
    <MSG id="9103">Female</MSG>
    <MSG id="9200">Lobby</MSG>
    <MSG id="9201">Stage</MSG>
    <MSG id="9202">Shop</MSG>
    <MSG id="9203">Equipment</MSG>
    <MSG id="9204">Cash</MSG>
    <MSG id="9302">For Men</MSG>
    <MSG id="9349">For Women</MSG>
    <MSG id="9303">Req. Level</MSG>
    <MSG id="9304">Weight</MSG>
    <MSG id="9305">Attributes:Fire</MSG>
    <MSG id="9306">Attributes:Ice</MSG>
    <MSG id="9307">Attributes:Poison</MSG>
    <MSG id="9308">Attributes:Lightning</MSG>
    <MSG id="9309">Duration</MSG>
    <MSG id="9310">Clip</MSG>
    <MSG id="9311">Damage</MSG>
    <MSG id="9312">Delay</MSG>
    <MSG id="9313">Max Wgt.</MSG>
    <MSG id="9314">Speed</MSG>
    <MSG id="9315">Jump [X]</MSG>
    <MSG id="9316">Dash [X]</MSG>
    <MSG id="9317">Wall climbing [X]</MSG>
    <MSG id="9318">Damage</MSG>
    <MSG id="9319">Quest</MSG>
    <MSG id="9320">Item</MSG>
    <MSG id="9321">Sacrifice</MSG>
    <MSG id="9322">Players</MSG>
    <MSG id="9323">Blue</MSG>
    <MSG id="9324">Red</MSG>
    <MSG id="9325">Quantity</MSG>
    <MSG id="9326">Searching for the counter team</MSG>
    <MSG id="9327">Num of items</MSG>
    <MSG id="9328">Num of NPC</MSG>
    <MSG id="9329">Progression</MSG>
    <MSG id="9330">Remaining Time</MSG>
    <MSG id="9331">V</MSG>
    <MSG id="9363">Objective Kills</MSG>
    <MSG id="9364">Round</MSG>
    <MSG id="9332">Rate</MSG>
    <MSG id="9333">Grade</MSG>
    <MSG id="9334">Regular</MSG>
    <MSG id="9335">Legendary</MSG>
    <MSG id="9336">Boss</MSG>
    <MSG id="9337">Elite</MSG>
    <MSG id="9338">Veteran</MSG>
    <MSG id="9339">Very strong</MSG>
    <MSG id="9340">Strong</MSG>
    <MSG id="9341">Average</MSG>
    <MSG id="9342">Weak</MSG>
    <MSG id="9343">Very Weak</MSG>
    <MSG id="9344">Infinite</MSG>
    <MSG id="9345">None</MSG>
    <MSG id="9346">Level gap</MSG>
    <MSG id="9347">Allowed</MSG>
    <MSG id="9348">Prohibited</MSG>
    <MSG id="9365">Type</MSG>
    <MSG id="9366">Exp</MSG>
    <MSG id="9367">Kill</MSG>
    <MSG id="9368">Death</MSG>
    <MSG id="9369">Ping</MSG>
    <MSG id="9370">&lt; Head &gt;</MSG>
    <MSG id="9371">&lt; Chest &gt;</MSG>
    <MSG id="9372">&lt; Hands &gt;</MSG>
    <MSG id="9373">&lt; Legs &gt;</MSG>
    <MSG id="9374">&lt; Feet &gt;</MSG>
    <MSG id="9375">&lt; Left Finger &gt;</MSG>
    <MSG id="9376">&lt; Right Finger &gt;</MSG>
    <MSG id="9377">&lt; Melee &gt;</MSG>
    <MSG id="9378">&lt; Primary Weapon &gt;</MSG>
    <MSG id="9379">&lt; Secondary Weapon &gt;</MSG>
    <MSG id="9380">&lt; Item 1 &gt;</MSG>
    <MSG id="9381">&lt; Item 2 &gt;</MSG>
    <MSG id="9382">Debug Server</MSG>
    <MSG id="9383">Match Server</MSG>
    <MSG id="9384">Clan Server</MSG>
    <MSG id="9385">Quest Server</MSG>
    <MSG id="9386">Event Server</MSG>
    <MSG id="100100">Searching for a counterpart team $1</MSG>
    <MSG id="100200">The vote on '$1' has started.</MSG>
    <MSG id="100300">There is a word '$1' that you cannot use.</MSG>
    <MSG id="9350">Deathmatch</MSG>
    <MSG id="9351">Team Deathmatch</MSG>
    <MSG id="9352">Gladiator</MSG>
    <MSG id="9353">Team Gladiator</MSG>
    <MSG id="9354">Assassination</MSG>
    <MSG id="9355">Training</MSG>
    <MSG id="9356">Classic</MSG>
    <MSG id="9357">Team Classic</MSG>
    <MSG id="9358">Survival</MSG>
    <MSG id="9359">Quest</MSG>
    <MSG id="9360">Deathmatch +Berserker</MSG>
    <MSG id="9361">Team Deathmatch +Extream</MSG>
    <MSG id="9362">The Duel match</MSG>
    <MSG id="9400">remaining.</MSG>
    <MSG id="9401">You joined stage '$1'.</MSG>
    <MSG id="9402">$1' joined stage '$2'.</MSG>
    <MSG id="9500">ON</MSG>
    <MSG id="9501">OFF</MSG>
    <MSG id="9601">A hacking attempt has been detected.</MSG>
    <MSG id="20000">A hacking attempt has been detected. In accordance with the agreement that members have consented, the GUNZ Operation Team continues to monitor and collect information on the users who hack. Keep in mind that all the responsibility brought about by committing any illegal act in civil or criminal case falls on the shoulders of the user who commits such an illegal act.</MSG>
    <MSG id="20001">The following items have expired:</MSG>
    <MSG id="20002">You can mount or release an equipment by dragging or double clicking an icon. You cannot send a bounty equipment (item) to the Storage.</MSG>
    <MSG id="20003">WARNING: GunZ does not support the $1. You may be unable to view certain fonts or proceed with gameplay. Do you still wish to continue?</MSG>
    <MSG id="20004">GunZ requires DirectX 9.0c to run properly. Would you like to install DirectX 9.0c now?</MSG>
    <MSG id="20005">**This is not decided yet**</MSG>
    <MSG id="20006">Please enter 'YES' if you would like to delete this character.</MSG>
    
    </XML>

  12. #12
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Several problems with my server

    All your XML files should be the same in the client and server. You shouldn't have different ones on either sides.
    Use your server's messages.xml for your client as well.

    Anyways, about that "NicK" thing, it's pretty obvious that you're using DarkGunZ's files. Your messages.xml doesn't have "Administrator" or "Developer" changed to "NicK" anywhere.

    I suggest you get fresh client and server files and start over again.

  13. #13
    Apprentice polomeo is offline
    MemberRank
    Sep 2011 Join Date
    9Posts

    Re: Several problems with my server

    Quote Originally Posted by Phoenix View Post
    All your XML files should be the same in the client and server. You shouldn't have different ones on either sides.
    Use your server's messages.xml for your client as well.

    Anyways, about that "NicK" thing, it's pretty obvious that you're using DarkGunZ's files. Your messages.xml doesn't have "Administrator" or "Developer" changed to "NicK" anywhere.

    I suggest you get fresh client and server files and start over again.
    Thanks for the help! I use the system.mrs that I used in the other PC (which was for testing in localhost), and it works. The only problem that is unsolved is the Quest mode. But I'll try the Original Ijji Quest & Lastet Update and see if it solves.

    Thanks for everyone!

    ---------- Post added at 01:55 PM ---------- Previous post was at 12:36 PM ----------

    Solved! Used the Quest + Clan Server (Updated & Fixed) by Phoenix. Thanks a lot!



Advertisement