Jump to content

hendra814

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. yup, it's the same item.
  2. i already tried this item, the item can seen in the inventory, but when equip into character will got pop up missing sprite, when open windows equipment and click on custume windows will get windows crash iteminfo lua sprite name for this item different with pop up error. at iteminfo.lua C흩날리는천사의날개 Edit I'm already solved the error. here put in your grf or data folder data.rar
  3. 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
  4. 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; }
  5. Thanks a lot.
  6. sorry, i'm doing wrong type, i mean 2016-12-07
  7. 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
  8. 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
  9. @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.
  10. 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; }"; },{},{}
  11. @ 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!!"; }"; },{},{}
  12. I'm reply at another your post about map crash. because some reply not related in this topic.
  13. Please give the screen shoot error when you got crash, and error at the console.
  14. Are you used ghost palace from here if not, try use this, i'm already tried and it's work .
  15. 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
  16. is it solved your problem? if my guide solve your problem, mark my post into best answer
  17. Are you doing update with your data folder? or just replace the iteminfo.lua only?
  18. try change your langtype at clientinfo.xml from 0 to 1
  19. maybe your iteminfo.lua corrupt, just delete it and copy it from zack
  20. Try replace your system folder with zack system folder
  21. Get it from here https://github.com/zackdreaver/ROenglishRE
  22. @dikapramantya How you give VIP status to any character, it's by script or command?
  23. i'm post reply on your thread, sorry for late reply.
  24. Can you show the screen capture so i could check it.
×
×
  • Create New...