Jump to content

simplexjay2

Members
  • Content Count

    82
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by simplexjay2


  1. In Rathena in item bonus you can use this bonuses but when i check here in herc i dont see drop bonuses for the item

    bonus2 bDropAddRace,r,x; Adds x% to player's drop rate when killing a monster with race r.

    bonus2 bDropAddClass,c,x; Adds x% to player's drop rate when killing a monster with class c.

     

    example:

    Script: <" bonus2 bExpAddRace, RC_All, 15; bonus2 bDropAddRace,RC_All,15;">

     

    Gettings error Uknown pc_bonus2 that's why im looking for the right one 

     

    15%exp and 15% droprate


  2.  

    I think your request require a source mod.

     

    try this

     

    pc.c

     

    inside the pc_insert_card() function

     

     int csc;//add this declaration

     

     

    find

        // remember the card id to insert    nameid = sd->status.inventory[idx_card].nameid;

    add after

        for(i=0;i<sd->inventory_data[idx_equip]->slot;i++){        if(nameid == sd->status.inventory[idx_equip].card[i])            csc++;    }    if(csc>=2)        return 0

    i got error 

    Error	1	error C2065: 'csc' : undeclared identifier	c:usersadmindesktoprathenasrcmappc.c	3737	1	map-server_sql

  3. 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 


  4. #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
     

  5. 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


  6. 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 

     

×
×
  • Create New...

Important Information

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