Jump to content
Shakto

2013 Ragexe and Diff (Up to date 2013-08-07)

Recommended Posts

The same error happens me after i hit enter.

I unchecked:

 

Remove Gravity Ads
Remove Gravity Logo

Remove Hourly Annonce

Remove Serial Display

 

and it works.

Share this post


Link to post
Share on other sites

how to fix this on linux

 

 

 

bj_sql/clif.o: In function `packetdb_loaddb':/root/Desktop/trunk/src/map/packets.h:2125: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2129: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2133: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2137: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2141: undefined reference to `packetKeys'collect2: ld returned 1 exit statusmake[1]: *** [map-server] Error 1make[1]: Leaving directory `/root/Desktop/trunk/src/map'make: *** [map_sql] Error 2 

 

Share this post


Link to post
Share on other sites

 

how to fix this on linux

 

 

 

bj_sql/clif.o: In function `packetdb_loaddb':/root/Desktop/trunk/src/map/packets.h:2125: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2129: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2133: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2137: undefined reference to `packetKeys'/root/Desktop/trunk/src/map/packets.h:2141: undefined reference to `packetKeys'collect2: ld returned 1 exit statusmake[1]: *** [map-server] Error 1make[1]: Leaving directory `/root/Desktop/trunk/src/map'make: *** [map_sql] Error 2 

 

 

I think you should put the necessary packetkeys in packets.h

Share this post


Link to post
Share on other sites
if PACKETVER >= 20130618	packetKeys(0x434115DE,0x34A10FE9,0x6791428E); /* Thanks to Shakto */	packet(0x0889,7,clif->pActionRequest,2,6);	packet(0x0951,10,clif->pUseSkillToId,2,4,6);	packet(0x088E,5,clif->pWalkToXY,2);	packet(0x0930,6,clif->pTickSend,2);	packet(0x08A6,5,clif->pChangeDir,2,4);	packet(0x0962,6,clif->pTakeItem,2);	packet(0x0917,6,clif->pDropItem,2,4);	packet(0x0885,8,clif->pMoveToKafra,2,4);	packet(0x0936,8,clif->pMoveFromKafra,2,4);	packet(0x096A,10,clif->pUseSkillToPos,2,4,6,8);	packet(0x094F,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);	packet(0x0944,6,clif->pGetCharNameRequest,2);	packet(0x0945,6,clif->pSolveCharName,2);	packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10);	packet(0x0363,2,clif->pSearchStoreInfoNextPage,0);	packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);	packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12);	packet(0x0862,6,clif->pReqClickBuyingStore,2);	packet(0x085A,2,clif->pReqCloseBuyingStore,0);	packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);	packet(0x08A7,41,clif->pPartyBookingRegisterReq,2,4);	// packet(0x087A,8); // CZ_JOIN_BATTLE_FIELD	packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8);	packet(0x095B,19,clif->pWantToConnection,2,6,10,14,18);	packet(0x0887,26,clif->pPartyInvite2,2);	// packet(0x0878,4); // CZ_GANGSI_RANK	packet(0x0953,26,clif->pFriendsListAdd,2);	packet(0x02C4,5,clif->pHomMenu,2,4);	packet(0x0864,36,clif->pStoragePassword,0);

THis is what i used on asurahosting packet

Share this post


Link to post
Share on other sites
#if PACKETVER >= 20130618
    packetKeys(0x434115DE,0x34A10FE9,0x6791428E); /* Thanks to Shakto */
packet(0x0889,7,clif->pActionRequest,2,6);
packet(0x0951,10,clif->pUseSkillToId,2,4,6);
packet(0x088E,5,clif->pWalkToXY,2);
packet(0x0930,6,clif->pTickSend,2);
packet(0x08A6,5,clif->pChangeDir,2,4);
packet(0x0962,6,clif->pTakeItem,2);
packet(0x0917,6,clif->pDropItem,2,4);
packet(0x0885,8,clif->pMoveToKafra,2,4);
packet(0x0936,8,clif->pMoveFromKafra,2,4);
packet(0x096A,10,clif->pUseSkillToPos,2,4,6,8);
packet(0x094F,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
packet(0x0944,6,clif->pGetCharNameRequest,2);
packet(0x0945,6,clif->pSolveCharName,2);
packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10);
packet(0x0363,2,clif->pSearchStoreInfoNextPage,0);
packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12);
packet(0x0862,6,clif->pReqClickBuyingStore,2);
packet(0x085A,2,clif->pReqCloseBuyingStore,0);
packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
packet(0x08A7,41,clif->pPartyBookingRegisterReq,2,4);
// packet(0x087A,8); // CZ_JOIN_BATTLE_FIELD
packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8);
packet(0x095B,19,clif->pWantToConnection,2,6,10,14,18);
packet(0x0887,26,clif->pPartyInvite2,2);
// packet(0x0878,4); // CZ_GANGSI_RANK
packet(0x0953,26,clif->pFriendsListAdd,2);
packet(0x02C4,5,clif->pHomMenu,2,4);
packet(0x0864,36,clif->pStoragePassword,0);
#endif
 

Share this post


Link to post
Share on other sites

Huhuhuhu I Cant Diff working client still..... please help me have an client... always have error encountered

 

packet(0x088C,19,clif->pWantToConnection,2,6,10,14,18);
 
i use packet and save to packet.h still encountered error

Share this post


Link to post
Share on other sites

Diff use: 2013-06-26bRagexe.xdiff

Client use: 2013-06-26bRagexe.exe

 

Diff Patch applied

 

<?xml version="1.0"?>
  <Name>Last Patches</Name>
  <Entries>
    <DiffProfileEntry>
      <PatchID>2</PatchID>
      <PatchName>Allow Chat Flood (? lines)</PatchName>
      <Inputs>
        <DiffProfileInput>
          <name>allowChatFlood</name>
          <value>3</value>
        </DiffProfileInput>
      </Inputs>
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>88</PatchID>
      <PatchName>Allow space in guild name</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>7</PatchID>
      <PatchName>Change Gravity Error Handler</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>52</PatchID>
      <PatchName>GM Chat Color</PatchName>
      <Inputs>
        <DiffProfileInput>
          <name>gmChatColor</name>
          <value>FF0000</value>
        </DiffProfileInput>
      </Inputs>
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>8</PatchID>
      <PatchName>Custom Window Title</PatchName>
      <Inputs>
        <DiffProfileInput>
          <name>customWindowTitle</name>
          <value>ExtremeGraveRo</value>
        </DiffProfileInput>
      </Inputs>
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>13</PatchID>
      <PatchName>Disable Ragexe Filename Check</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>14</PatchID>
      <PatchName>Disable Hallucination Wavy Screen</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>15</PatchID>
      <PatchName>Disable HShield</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>61</PatchID>
      <PatchName>Disable Packet Encryption</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>16</PatchID>
      <PatchName>Disable Swear Filter</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>68</PatchID>
      <PatchName>Enable 64k Hairstyle</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>77</PatchID>
      <PatchName>Enable Custom 3D Bones</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>90</PatchID>
      <PatchName>EnableDNSSupport</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>49</PatchID>
      <PatchName>Enable Multiple GRFs</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>17</PatchID>
      <PatchName>Enable Official Custom Fonts</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>19</PatchID>
      <PatchName>Enable Title Bar Menu</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>76</PatchID>
      <PatchName>Enforce Official Login Background</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>20</PatchID>
      <PatchName>Extended Chat Box</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>21</PatchID>
      <PatchName>Extended Chat Room Box</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>69</PatchID>
      <PatchName>ExtendNpcBox</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>22</PatchID>
      <PatchName>Extended PM Box</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>24</PatchID>
      <PatchName>Fix Camera Angles</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>64</PatchID>
      <PatchName>@ Bug Fix (Recommended)</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>71</PatchID>
      <PatchName>Ignore Missing File Error</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>72</PatchID>
      <PatchName>Ignore Missing Palette Error</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>28</PatchID>
      <PatchName>Increase Headgear ViewID to 5000</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>30</PatchID>
      <PatchName>Increase Zoom Out 50%</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>65</PatchID>
      <PatchName>Load ItemInfo.lua before lub</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>33</PatchID>
      <PatchName>KOREA ServiceType XML Fix</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>86</PatchID>
      <PatchName>Only First Login Background</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>67</PatchID>
      <PatchName>Disable Quake skill effect</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>35</PatchID>
      <PatchName>Read Data Folder First</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>36</PatchID>
      <PatchName>Read msgstringtable.txt</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>37</PatchID>
      <PatchName>Read questid2display.txt</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>39</PatchID>
      <PatchName>Remove Gravity Logo</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>73</PatchID>
      <PatchName>Remove Hourly Annonce</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>84</PatchID>
      <PatchName>Remove Serial Display</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>41</PatchID>
      <PatchName>Disable Nagle Algorithm</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>50</PatchID>
      <PatchName>Skip License Screen</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>42</PatchID>
      <PatchName>Skip Resurrection Buttons</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>95</PatchID>
      <PatchName>Use SSO Login Packet</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>44</PatchID>
      <PatchName>Translate Client In English</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>51</PatchID>
      <PatchName>Ascii & Arial on All Langtypes</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>45</PatchID>
      <PatchName>Use Custom Aura Sprites</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>46</PatchID>
      <PatchName>Use Normal Guild Brackets</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>48</PatchID>
      <PatchName>Use Plain Text Descriptions</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>47</PatchID>
      <PatchName>Use Ragnarok Icon</PatchName>
      <Inputs />
    </DiffProfileEntry>
  </Entries>
</DiffProfile>

 

clientinfo

 

 <?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
   <connection>
      <display>Ragnarok</display>
      <balloon>the balloon</balloon>
      <desc>description</desc>
      <address>142.4.45.237</address>
      <port>6900</port>
      <version>36</version>
      <langtype>0</langtype>
      <registrationweb>flux.domain.com</registrationweb>
        <aid>
            <admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
        </aid>
        <loading>
            <image>loadingscreen01.jpg</image>
        </loading>
   </connection>
</clientinfo>

 


 

Packet.h 

 

#if PACKETVER >= 20130626
packet(0x0369,7,clif->pActionRequest,2,6);
packet(0x083C,10,clif->pUseSkillToId,2,4,6);
packet(0x0437,5,clif->pWalkToXY,2);
packet(0x035F,6,clif->pTickSend,2);
packet(0x094D,5,clif->pChangeDir,2,4);
packet(0x088B,6,clif->pTakeItem,2);
packet(0x0952,6,clif->pDropItem,2,4);
packet(0x0921,8,clif->pMoveToKafra,2,4);
packet(0x0817,8,clif->pMoveFromKafra,2,4);
packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8);
packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
packet(0x096A,6,clif->pGetCharNameRequest,2);
packet(0x0368,6,clif->pSolveCharName,2);
packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10);
packet(0x0835,2,clif->pSearchStoreInfoNextPage,0);
packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12);
packet(0x0360,6,clif->pReqClickBuyingStore,2);
packet(0x0365,2,clif->pReqCloseBuyingStore,0);
packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
packet(0x0894,41,clif->pPartyBookingRegisterReq,2,4);
// packet(0x0860,8); // CZ_JOIN_BATTLE_FIELD
packet(0x08A5,-1,clif->pItemListWindowSelected,2,4,8);
packet(0x088C,19,clif->pWantToConnection,2,6,10,14,18);
packet(0x0895,26,clif->pPartyInvite2,2);
// packet(0x088F,4); // CZ_GANGSI_RANK
packet(0x08AB,26,clif->pFriendsListAdd,2);
packet(0x0960,5,clif->pHomMenu,2,4);
packet(0x0930,36,clif->pStoragePassword,0);
#endif
 

 

mmo.h

 

 
 
#ifndef PACKETVER
#define PACKETVER 20130626
#endif
 
// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
// #define PACKETVER_RE
 
// Client support for experimental RagexeRE UI present in 2012-04-10 and 2012-04-18
#ifdef PACKETVER_RE
#if (PACKETVER == 20120410) || (PACKETVER == 20120418)
#define PARTY_RECRUIT
#endif

 

Error

 

 [Warning]: clif_parse: Received unsupported packet (packet 0x088c, 19 bytes received_, disconnecting session #7

 

I already compiled still same error

do the instruction link on the 1st page

please help me 

Share this post


Link to post
Share on other sites

lnow one answer wew

 

are u using windows or linux ? 

if windows please change the date with ur client date.

if linux try this..

 

compile server
./configure --disable-64bit --with-pcre --enable-packetver=20130626
 
if u are using 64bit, change the disable to enable

Share this post


Link to post
Share on other sites

thank you @mrlongshen  :)

 

my client was blocked from server.

 

server : " [info]: Loading Char Data (2000004) " and nothing. 

client :" failed to connect to server " after entering server's name.

Share this post


Link to post
Share on other sites

how to solve this:

 

[Warning]: clif_parse: Received unsupported packet (packet 0x0153, 1430 bytes received), disconnecting session #3.

 

this error occur when i'm putting my guilds emblem

 

btw, im using 20130605 ragexe.exe client

Edited by unknown

Share this post


Link to post
Share on other sites

why oh why.. I can't make it run..

 

nO error.. the client is not showing up..

 

tested but failed:

Diff 2013-05-22 v8   (28/06/13)  - 2013-05-22Ragexe

Diff 2013-05-29 v6   (28/06/13)  - 2013-15-29Ragexe
Diff 2013-06-05 v3   (28/06/13)  - 2013-06-05Ragexe

Diff 2013-06-26 v1   (28/06/13) - 2013-06-26Ragexe

 

 

 

Diff 2013-05-29 v6   (28/06/13)  - 2013-15-29Ragexe:
<?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype><servertype>primary</servertype>  <connection>  <desc>Mhalicor Ragnarok Online</desc>    <display>Mhalicot RO</display>    <balloon>Mhalicot RO</balloon>    <address>127.0.0.1</address>    <port>6900</port>    <version>37</version>    <langtype>0</langtype>    <registrationweb>http://www.google.com</registrationweb>	<aid>	<admin>2000002</admin>	<admin></admin>	<admin></admin>	</aid>	<yellow>	<admin>2000002</admin>	<admin></admin>	<admin></admin>	</yellow>	<loading>	<image>loading00.jpg</image>	</loading>  </connection></clientinfo>

mmo.h

#ifndef PACKETVER	//#define PACKETVER 20130605	//#define PACKETVER 20120410	//#define PACKETVER 20130320	//#define PACKETVER 20111116	#define PACKETVER 20130529#endif

 

I'd use both Rolex and Loki's exe but no good..

 

 what should I do? I think its in the CLient side

 

pLease Check my diff

 

<?xml version="1.0"?><DiffProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  <Name>Last Patches</Name>  <Entries>    <DiffProfileEntry>      <PatchID>2</PatchID>      <PatchName>Allow Chat Flood (? lines)</PatchName>      <Inputs>        <DiffProfileInput>          <name>allowChatFlood</name>          <value>3</value>        </DiffProfileInput>      </Inputs>    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>88</PatchID>      <PatchName>Allow space in guild name</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>52</PatchID>      <PatchName>GM Chat Color</PatchName>      <Inputs>        <DiffProfileInput>          <name>gmChatColor</name>          <value>FFFF00</value>        </DiffProfileInput>      </Inputs>    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>8</PatchID>      <PatchName>Custom Window Title</PatchName>      <Inputs>        <DiffProfileInput>          <name>customWindowTitle</name>          <value>Mhalicot RO</value>        </DiffProfileInput>      </Inputs>    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>10</PatchID>      <PatchName>Disable 4 Letter UserCharacter Limit</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>13</PatchID>      <PatchName>Disable Ragexe Filename Check</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>15</PatchID>      <PatchName>Disable HShield</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>68</PatchID>      <PatchName>Enable 64k Hairstyle</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>49</PatchID>      <PatchName>Enable Multiple GRFs</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>64</PatchID>      <PatchName>@ Bug Fix (Recommended)</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>71</PatchID>      <PatchName>Ignore Missing File Error</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>72</PatchID>      <PatchName>Ignore Missing Palette Error</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>28</PatchID>      <PatchName>Increase Headgear ViewID to 5000</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>65</PatchID>      <PatchName>Load ItemInfo.lua before lub</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>35</PatchID>      <PatchName>Read Data Folder First</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>36</PatchID>      <PatchName>Read msgstringtable.txt</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>37</PatchID>      <PatchName>Read questid2display.txt</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>96</PatchID>      <PatchName>Remove GM Sprites</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>38</PatchID>      <PatchName>Remove Gravity Ads</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>39</PatchID>      <PatchName>Remove Gravity Logo</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>50</PatchID>      <PatchName>Skip License Screen</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>42</PatchID>      <PatchName>Skip Resurrection Buttons</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>44</PatchID>      <PatchName>Translate Client In English</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>46</PatchID>      <PatchName>Use Normal Guild Brackets</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>47</PatchID>      <PatchName>Use Ragnarok Icon</PatchName>      <Inputs />    </DiffProfileEntry>  </Entries></DiffProfile>

 

Working on 2012-04-10:

 

All my Files is Updated.. 

I'd already diff read Lua befor lub but same out put thats why I want to try 2013 Client :(

the problem is the Language and the Unknown Item Like Poring King hat

2mzk5j4.jpg

 

my rag-lite and renewal-lite is update

2j5mdxd.jpg

Edited by sevenzz23

Share this post


Link to post
Share on other sites

why oh why.. I can't make it run..

 

nO error.. the client is not showing up..

 

tested but failed:

Diff 2013-05-22 v8   (28/06/13)  - 2013-05-22Ragexe

Diff 2013-05-29 v6   (28/06/13)  - 2013-15-29Ragexe

Diff 2013-06-05 v3   (28/06/13)  - 2013-06-05Ragexe

Diff 2013-06-26 v1   (28/06/13) - 2013-06-26Ragexe

 

 

 

Diff 2013-05-29 v6   (28/06/13)  - 2013-15-29Ragexe:
<?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype><servertype>primary</servertype>  <connection>  <desc>Mhalicor Ragnarok Online</desc>    <display>Mhalicot RO</display>    <balloon>Mhalicot RO</balloon>    <address>127.0.0.1</address>    <port>6900</port>    <version>37</version>    <langtype>0</langtype>    <registrationweb>http://www.google.com</registrationweb>	<aid>	<admin>2000002</admin>	<admin></admin>	<admin></admin>	</aid>	<yellow>	<admin>2000002</admin>	<admin></admin>	<admin></admin>	</yellow>	<loading>	<image>loading00.jpg</image>	</loading>  </connection></clientinfo>

mmo.h

#ifndef PACKETVER	//#define PACKETVER 20130605	//#define PACKETVER 20120410	//#define PACKETVER 20130320	//#define PACKETVER 20111116	#define PACKETVER 20130529#endif

 

I'd use both Rolex and Loki's exe but no good..

 

 what should I do? I think its in the CLient side

 

pLease Check my diff

 

<?xml version="1.0"?><DiffProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  <Name>Last Patches</Name>  <Entries>    <DiffProfileEntry>      <PatchID>2</PatchID>      <PatchName>Allow Chat Flood (? lines)</PatchName>      <Inputs>        <DiffProfileInput>          <name>allowChatFlood</name>          <value>3</value>        </DiffProfileInput>      </Inputs>    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>88</PatchID>      <PatchName>Allow space in guild name</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>52</PatchID>      <PatchName>GM Chat Color</PatchName>      <Inputs>        <DiffProfileInput>          <name>gmChatColor</name>          <value>FFFF00</value>        </DiffProfileInput>      </Inputs>    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>8</PatchID>      <PatchName>Custom Window Title</PatchName>      <Inputs>        <DiffProfileInput>          <name>customWindowTitle</name>          <value>Mhalicot RO</value>        </DiffProfileInput>      </Inputs>    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>10</PatchID>      <PatchName>Disable 4 Letter UserCharacter Limit</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>13</PatchID>      <PatchName>Disable Ragexe Filename Check</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>15</PatchID>      <PatchName>Disable HShield</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>68</PatchID>      <PatchName>Enable 64k Hairstyle</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>49</PatchID>      <PatchName>Enable Multiple GRFs</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>64</PatchID>      <PatchName>@ Bug Fix (Recommended)</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>71</PatchID>      <PatchName>Ignore Missing File Error</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>72</PatchID>      <PatchName>Ignore Missing Palette Error</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>28</PatchID>      <PatchName>Increase Headgear ViewID to 5000</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>65</PatchID>      <PatchName>Load ItemInfo.lua before lub</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>35</PatchID>      <PatchName>Read Data Folder First</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>36</PatchID>      <PatchName>Read msgstringtable.txt</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>37</PatchID>      <PatchName>Read questid2display.txt</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>96</PatchID>      <PatchName>Remove GM Sprites</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>38</PatchID>      <PatchName>Remove Gravity Ads</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>39</PatchID>      <PatchName>Remove Gravity Logo</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>50</PatchID>      <PatchName>Skip License Screen</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>42</PatchID>      <PatchName>Skip Resurrection Buttons</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>44</PatchID>      <PatchName>Translate Client In English</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>46</PatchID>      <PatchName>Use Normal Guild Brackets</PatchName>      <Inputs />    </DiffProfileEntry>    <DiffProfileEntry>      <PatchID>47</PatchID>      <PatchName>Use Ragnarok Icon</PatchName>      <Inputs />    </DiffProfileEntry>  </Entries></DiffProfile>

 

Working on 2012-04-10:

 

All my Files is Updated.. 

I'd already diff read Lua befor lub but same out put thats why I want to try 2013 Client :(

the problem is the Language and the Unknown Item Like Poring King hat

2mzk5j4.jpg

 

my rag-lite and renewal-lite is update

2j5mdxd.jpg

use the latest lua https://subversion.assembla.com/svn/client-side-translation/ delete your old luafiles514 before putting this version

Share this post


Link to post
Share on other sites

Yea I already done that.. I am using what shakto recommended to use..

 

just like I said I'd download all the updated files that shakto recommend to download..

 

This is the output using Alexandra's data v4

 

-Fixed-

poki#3 tutorial helps aLot :3

 

Now my probLem is I can't run 2013 Client..

Edited by sevenzz23

Share this post


Link to post
Share on other sites

CHeck your LUA files, download LUA files provided by Shakto. Check the first post

Share this post


Link to post
Share on other sites

haven't you read my post? or just viewing the screenshot.. have I told that I already download all the latest patch.. and all the link that provided by shakto.. 

 

All i want is to make 2013 client to use my RO.

thanks for reply.

 

-------edit-------

 

I am using Windows 7 Home Premium

 

System---

Manufacturer:                       Sony Electronics Inc.

Model:                                   VAIO® Computer

Rating:                                   4.7 Windows Experience Index

Processor:                              Intel® Core i3 CPU     M 380 @ 253GHz

Installed Memory (RAM):          4.00 GB (3.67 GB usable)

System Type:                          64-bit Operating System

 

Windows is Activated:              Genuine

 

---------comment-------

 

do you think I need to change my OS?

my Antivirus and Firewall is alway turned off

Edited by sevenzz23

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.