
Originally Posted by
-r2d2-
why are you updating the jar wtf you only need to update the packets.xml so that it works for the newest realm version
Thanks, when someone posted Java code I figured it went in the jar. They just exported it wrong. Here is the latest Packets.xml that should work, but doesn't. Remote server disconnection, however, which is a step up from local disconnection.
Code:
<?xml version="1.0"?>
<!-- Generated using Jnoob's Packets File parser. -->
<Packets>
<Packet id="FAILURE" type="0"/>
<Packet id="CREATE_SUCCESS" type="27"/>
<Packet id="CREATE" type="17"/>
<Packet id="PLAYERSHOOT" type="58"/>
<Packet id="MOVE" type="7"/>
<Packet id="PLAYERTEXT" type="6"/>
<Packet id="TEXT" type="55"/>
<Packet id="SHOOT2" type="76"/>
<Packet id="DAMAGE" type="44"/>
<Packet id="UPDATE" type="23"/>
<Packet id="UPDATEACK" type="92"/>
<Packet id="NOTIFICATION" type="42"/>
<Packet id="NEW_TICK" type="88"/>
<Packet id="INVSWAP" type="13"/>
<Packet id="USEITEM" type="1"/>
<Packet id="SHOW_EFFECT" type="53"/>
<Packet id="HELLO" type="84"/>
<Packet id="GOTO" type="41"/>
<Packet id="INVDROP" type="34"/>
<Packet id="INVRESULT" type="60"/>
<Packet id="RECONNECT" type="59"/>
<Packet id="PING" type="18"/>
<Packet id="PONG" type="97"/>
<Packet id="MAPINFO" type="78"/>
<Packet id="LOAD" type="75"/>
<Packet id="PIC" type="28"/>
<Packet id="SETCONDITION" type="79"/>
<Packet id="TELEPORT" type="81"/>
<Packet id="USEPORTAL" type="85"/>
<Packet id="DEATH" type="35"/>
<Packet id="BUY" type="4"/>
<Packet id="BUYRESULT" type="16"/>
<Packet id="AOE" type="12"/>
<Packet id="GROUNDDAMAGE" type="91"/>
<Packet id="PLAYERHIT" type="31"/>
<Packet id="ENEMYHIT" type="37"/>
<Packet id="AOEACK" type="66"/>
<Packet id="SHOOTACK" type="48"/>
<Packet id="OTHERHIT" type="74"/>
<Packet id="SQUAREHIT" type="67"/>
<Packet id="GOTOACK" type="50"/>
<Packet id="EDITACCOUNTLIST" type="96"/>
<Packet id="ACCOUNTLIST" type="65"/>
<Packet id="QUESTOBJID" type="57"/>
<Packet id="CHOOSENAME" type="3"/>
<Packet id="NAMERESULT" type="77"/>
<Packet id="CREATEGUILD" type="33"/>
<Packet id="CREATEGUILDRESULT" type="63"/>
<Packet id="GUILDREMOVE" type="52"/>
<Packet id="GUILDINVITE" type="80"/>
<Packet id="ALLYSHOOT" type="19"/>
<Packet id="SHOOT" type="69"/>
<Packet id="REQUESTTRADE" type="11"/>
<Packet id="TRADEREQUESTED" type="10"/>
<Packet id="TRADESTART" type="47"/>
<Packet id="CHANGETRADE" type="95"/>
<Packet id="TRADECHANGED" type="45"/>
<Packet id="ACCEPTTRADE" type="49"/>
<Packet id="CANCELTRADE" type="56"/>
<Packet id="TRADEDONE" type="64"/>
<Packet id="TRADEACCEPTED" type="61"/>
<Packet id="CLIENTSTAT" type="20"/>
<Packet id="CHECKCREDITS" type="39"/>
<Packet id="ESCAPE" type="22"/>
<Packet id="FILE" type="38"/>
<Packet id="INVITEDTOGUILD" type="51"/>
<Packet id="JOINGUILD" type="15"/>
<Packet id="CHANGEGUILDRANK" type="26"/>
<Packet id="PLAYSOUND" type="5"/>
<Packet id="GLOBAL_NOTIFICATION" type="68"/>
<Packet id="RESKIN" type="14"/>
<Packet id="_-1qZ" type="40"/>
<Packet id="_-0OD" type="87"/>
<Packet id="_-0J7" type="8"/>
<Packet id="_-HJ" type="46"/>
<Packet id="_-Iq" type="36"/>
<Packet id="_-0y1" type="98"/>
<Packet id="_-16p" type="83"/>
<Packet id="_-vg" type="82"/>
<Packet id="ENTER_ARENA" type="30"/>
<Packet id="_-19d" type="25"/>
<Packet id="_-0Gs" type="86"/>
<Packet id="_-Kl" type="94"/>
<Packet id="_-0eF" type="9"/>
<Packet id="_-Vf" type="24"/>
<Packet id="_-Et" type="21"/>
<Packet id="_-13Y" type="93"/>
<Packet id="_-xw" type="62"/>
<Packet id="_-08J" type="90"/>
<Packet id="_-C6" type="89"/>
</Packets>