Jump to content

simplexjay2

Members
  • Content Count

    82
  • Joined

  • Last visited

  • Days Won

    1

Everything 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. yep 1st problem you said is correct 2nd i download the wrong python 3 it should be python 2
  3. Why Every time i Download client on the http://nemo.herc.ws/ and click the file it says missing client name
  4. is this correct ? int pc_insert_card(struct map_session_data* sd, int idx_card, int idx_equip, int csc)
  5. i got error Error 1 error C2065: 'csc' : undeclared identifier c:usersadmindesktoprathenasrcmappc.c 3737 1 map-server_sql
  6. just wondering if someone release like your script but not zeny item will be deposit
  7. Diff use: 2013-06-26bRagexe.xdiff Client use: 2013-06-26bRagexe.exe Diff Patch applied clientinfo Packet.h mmo.h Error I already compiled still same error do the instruction link on the 1st page please help me
  8. 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
  9. T_T still cant shift and right click
  10. Shako How about the crash client 2013-06-05 when pressing shift+rightclick crash
  11. #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
  12. 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
  13. 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
  14. @shako can u help me setup my hercules svn without problem hehehe i will make u gm hahha Peace just hopping
  15. cjie taga makati kalang pla hahaha sa may market market lang ako
  16. Can i know how top change the Renewal ASPD like on Pre renewal ASPD without changing the src config
  17. now i know wer im error [Add] Disable Nagle Algorithm Disables the Nagle Algorithm. The Nagle Algorithm queues packets before they are sent in order to minimize protocol overhead. Disabling the algorithm will slightly increase network traffic, but it will decrease latency as well. See http://en.wikipedia.org/wiki/Nagle%27s_algorithm
×
×
  • Create New...

Important Information

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