<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HopZones Community - [Share]KeyboardMovement]]></title>
	<link rel="self" href="http://www.hopzones.net/forum/feed/atom/topic/170/"/>
	<updated>2010-05-06T19:25:43Z</updated>
	<generator>PunBB</generator>
	<id>http://hopzones.net/forum/topic/170/</id>
		<entry>
			<title type="html"><![CDATA[[Share]KeyboardMovement]]></title>
			<link rel="alternate" href="http://hopzones.net/forum/post/257/#p257"/>
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Index: config/options.properties<br />===================================================================</p><p>@@ -126,2 +126,5 @@<br /> # Ban the player if he is definitely using a client emulator (L2W, L2Divine, L2NET, etc)<br /> AutoBanClientEmulators = true<br />+<br />+# Allow keyboard movement? (Cursor and W,A,S,D Keys)<br />+AllowKeyboardMovement = true</p><p>Index: java\net\sf\l2j\gameserver\clientpackets\MoveBackwardToLocation.java<br />===================================================================</p><p>@@ -96,5 +96,5 @@<br /> &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />- &nbsp; &nbsp; &nbsp; &nbsp; if (_moveMovement == 0 &amp;&amp; Config.GEODATA &lt; 1) // cursor movement without geodata is disabled<br />+&nbsp; &nbsp; &nbsp; &nbsp; if (_moveMovement == 0 &amp;&amp; !Config.ALLOW_KEYBOARD_MOVEMENT)<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; activeChar.sendPacket(new ActionFailed());<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p><p>Index: java\net\sf\l2j\Config.java<br />===================================================================</p><p>@@ -1340,4 +1340,5 @@<br /> &nbsp; &nbsp; public static boolean&nbsp; &nbsp; &nbsp; &nbsp;BAN_CLIENT_EMULATORS;<br /> &nbsp; &nbsp; public static String&nbsp; &nbsp; &nbsp; &nbsp; HTM_ENCODING;<br />+&nbsp; &nbsp; public static boolean&nbsp; &nbsp; &nbsp; &nbsp; ALLOW_KEYBOARD_MOVEMENT;</p><p> &nbsp; &nbsp; //************************************************************************************************<br />@@ -1374,4 +1375,5 @@<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BAN_CLIENT_EMULATORS = Boolean.parseBoolean(optionsSettings.getProperty(&quot;AutoBanClientEmulators&quot;, &quot;false&quot;));<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HTM_ENCODING = optionsSettings.getProperty(&quot;HtmEncoding&quot;, &quot;UTF-8&quot;);<br />+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ALLOW_KEYBOARD_MOVEMENT = Boolean.parseBoolean(optionsSettings.getProperty(&quot;AllowKeyboardMovement&quot;, &quot;false&quot;));<br /> &nbsp; &nbsp; &nbsp; &nbsp; }<br /> &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Admin-Hz]]></name>
				<uri>http://hopzones.net/forum/user/5/</uri>
			</author>
			<updated>2010-05-06T19:25:43Z</updated>
			<id>http://hopzones.net/forum/post/257/#p257</id>
		</entry>
</feed>

