Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. Go to src\config\packet.h #ifndef PACKETVER #define PACKETVER 20140305 #endif #ifndef PACKETVER_RE /// From this point on only kRO RE clients are supported #if PACKETVER > 20151104 #define PACKETVER_RE #endif #endif #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption //#define PACKET_OBFUSCATION_WARN #endif using new rathena, it's doesn't use version at clientinfo.xml, so just skip it for packet, rathena already support for 2014 client you can found it at src\map\clif_packetdb.h of src\map\clif_shuffle.h
  2. i'm already make git issue, here the link https://github.com/rathena/rathena/issues/2328 if they are solve this problem i will notice it in this thread Edit: team already make some changes, but still not solve the problem Latest update; i'm already solved the script, here for check vip status. prontera,140,226,6 script VIP System 109,{ if (vip_status(1)){ set .@Timer, vip_status(VIP_STATUS_EXPIRE); mes "[ VIP NPC ]"; mes "Welcome "+strcharinfo(0)+","; mes "^FF0000Your VIP Status will Expire at:^000000"; mes gettimestr("%Y-%m/%d %H:%M:%S",21,vip_status(VIP_STATUS_EXPIRE)); mes "^FF0000Time left: ^000000" + callfunc("Time2Str",.@Timer); } end; }
  3. Thanks a lot.
  4. sorry, i'm doing wrong type, i mean 2016-12-07
  5. Hi, i'm looking for client 2016-12-07eRagexeRE already tried search to this forum, but not found it. Please share it to me if you have it. Thanks
  6. try use this and this is the lastest third custome update http://herc.ws/board/topic/11531-dress-pack dont forget to make costume not disapear after reloging setting at conf\battle\client.conf save_body_style: yes
  7. @dikapramantya i already tried it too, but not using item, but by gm command direct to player, same with you, the character still in game even the VIP status already expire.
  8. try with 5214,Moonlight_Flower_Hat,Moonlight Flower Hat,4,0,,200,,3,,0,0xFFFFFFFF,63,2,768,,1,1,268,{ bonus bDex,2; bonus3 bAutoSpell,"AL_INCAGI",1,50;autobonus "{ bonus3 bAutoSpell,\"NPC_EARTHQUAKE\",1,200; }",8,5000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; active_transform 1550,5000; }"; },{},{}
  9. @ itemdb.txt example item W King Tiger Doll Hat [0] 18856 { bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",3*.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript "Traaaansformation-!! Eddga form!!"; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript "Traaaansformation-!! Eddga form!!"; }"; },{},{}
  10. I'm reply at another your post about map crash. because some reply not related in this topic.
  11. Please give the screen shoot error when you got crash, and error at the console.
  12. Are you used ghost palace from here if not, try use this, i'm already tried and it's work .
  13. Can you post the ss error in game let me see it. By the way, are your already using lasted KRO? if not, try update your KRO client first
  14. is it solved your problem? if my guide solve your problem, mark my post into best answer
  15. Are you doing update with your data folder? or just replace the iteminfo.lua only?
  16. try change your langtype at clientinfo.xml from 0 to 1
  17. maybe your iteminfo.lua corrupt, just delete it and copy it from zack
  18. Try replace your system folder with zack system folder
  19. Get it from here https://github.com/zackdreaver/ROenglishRE
  20. @dikapramantya How you give VIP status to any character, it's by script or command?
  21. i'm post reply on your thread, sorry for late reply.
  22. Can you show the screen capture so i could check it.
  23. @Mikegyver Sory i just give him guide with sample client 2017-05-17, not mention to add that's packet into clif_packetdb.h because i don't know what client he want to use.
  24. For packet key put like this, sample using client 2017-05-17 #if PACKETVER >= 20170517 parseable_packet(0x0ac0,26,clif_parse_Mail_refreshinbox,2,3); parseable_packet(0x0ac1,26,clif_parse_Mail_refreshinbox,2,3); parseable_packet(0x0364,8,clif_parse_dull,0); parseable_packet(0x0367,-1,clif_parse_ReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE parseable_packet(0x0437,7,clif_parse_ActionRequest,2,6); // CZ_REQUEST_ACT parseable_packet(0x0802,18,clif_parse_PartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER parseable_packet(0x0815,10,clif_parse_UseSkillToId,2,4,6); // CZ_USE_SKILL parseable_packet(0x0817,10,clif_parse_UseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND parseable_packet(0x0868,90,clif_parse_UseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX parseable_packet(0x0875,2,clif_parse_SearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE parseable_packet(0x087b,6,clif_parse_SolveCharName,2); // CZ_REQNAME_BYGID parseable_packet(0x087d,-1,clif_parse_SearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO parseable_packet(0x088c,8,clif_parse_MoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY parseable_packet(0x088d,5,clif_parse_ChangeDir,2,4); // CZ_CHANGE_DIRECTION parseable_packet(0x0894,6,clif_parse_GetCharNameRequest,2); // CZ_REQNAME parseable_packet(0x0896,12,clif_parse_SearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK parseable_packet(0x0899,26,clif_parse_PartyInvite2,2); // CZ_PARTY_JOIN_REQ parseable_packet(0x089e,4,clif_parse_dull,0); parseable_packet(0x089f,2,clif_parse_ReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE parseable_packet(0x08a2,6,clif_parse_TickSend,2); // CZ_REQUEST_TIME parseable_packet(0x08a8,5,clif_parse_WalkToXY,2); // CZ_REQUEST_MOVE parseable_packet(0x08aa,8,clif_parse_MoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE parseable_packet(0x091b,-1,clif_parse_ReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE parseable_packet(0x0923,19,clif_parse_WantToConnection,2,6,10,14,18); // CZ_ENTER parseable_packet(0x093b,6,clif_parse_DropItem,2,4); // CZ_ITEM_THROW parseable_packet(0x0945,-1,clif_parse_ItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES parseable_packet(0x0946,6,clif_parse_ReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE parseable_packet(0x0947,36,clif_parse_StoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD parseable_packet(0x0958,5,clif_parse_HomMenu,2,4); // CZ_COMMAND_MER parseable_packet(0x0960,26,clif_parse_FriendsListAdd,2); // CZ_ADD_FRIENDS parseable_packet(0x0964,6,clif_parse_TakeItem,2); // CZ_ITEM_PICKUP #endif For client you want to use put it at rathena\src\config\packet.h #ifndef PACKETVER #define PACKETVER 20151104 //replace into 20170517 #endif #ifndef PACKETVER_RE /// From this point on only kRO RE clients are supported #if PACKETVER > 20151104 #define PACKETVER_RE #endif #endif #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION //disable this if not using packet encryption
×
×
  • Create New...