Jump to content

Brynner

Members
  • Posts

    1962
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Brynner

  1. you don't need to use quote on posting a very long message instead use code. the problem occur randomly. the solution is don't let your db/item_cash_db2.txt empty or else your got random disconnection problem.
  2. did you diff your client load with custom aura?
  3. in your grf the location of it is data\texture\effect if doesn't exist. make a new folder inside data\texture\ and rename it as effect. put all the files there to make it work.
  4. i think he is requesting for an aura? because the topic titled with May i request Aura sprites !
  5. you miss to read the doc\item_db.txt it will resolve all your question regarding on the costume page. Loc: Equipment's placement. Values are: 2^10 1024 = Costume Top Headgear 2^11 2048 = Costume Mid Headgear 2^12 4096 = Costume Low Headgear 2^13 8192 = Costume Garment/Robe sample Costume Low Headgear ID,AegisName,Name,5,0,,0,,0,,0,0xFFFFFFFF,7,2,4096,,0,0,View,{},{},{}
  6. FONT 0-1 Try langtype 7 langtype 7 only use Philippines flag. but on langtype 0 it use almost all the flag from 1-9
  7. i you don't wan to read msgstringtable.txt diff your own client and don't include that patch.
  8. still recommend to use the old ones. 2013 client is not stable. the use of it now is for test purpose only. since not all features of latest client is not supported by the server.
  9. what is the display error on your chat box? the npc doesn't exist?
  10. try to back read the solution is posted there. don't worry it's free.
  11. since the copy paste solution was incomplete. here is the better one to make it work you should first configure your src\map\clif.c then look for 20130320 // TODO: find a more accurate date for this #if PACKETVER < 20130320 /// Request to buy item(s) from cash shop (CZ_PC_BUY_CASH_POINT_ITEM). /// 0288 <name id>.W <amount>.W /// 0288 <name id>.W <amount>.W <kafra points>.L (PACKETVER >= 20070711) /// 0288 <packet len>.W <kafra points>.L <count>.W { <amount>.W <name id>.W }.4B*count (PACKETVER >= 20100803) you should replace the 20130320 with your client version. just like 20120410 and find again 20130320 // TODO: find a more accurate date for this #if PACKETVER >= 20130320 void clif_parse_cashshop_buy( int fd, struct map_session_data *sd ){ uint16 length = RFIFOW( fd, 2 ); uint16 count = RFIFOL( fd, 4 ); replace again the 20130320 with your client version. just like 20120410 and also add the packet on your packet_db.txt add this line on the end of your client version. 20120410 // New cashshop 0x0844,2,cashshopopen,0 0x084a,2,cashshopclose,0 0x08c9,4,cashshopitemlist,0 0x0848,-1,cashshopbuy,0 then recompile.
  12. 3ceam project is going to stop. try to wait for 3ceam 2 maybe this will be included there.
  13. just switch to latest kro client. since lots of features required the latest client.
  14. what is the version of your kro?is that a ragray?
  15. your server does not receive anything. have you configure your client correctly? check your data.ini files check if your grf was included there. and also check your clientinfo.xml make sure you put the right ip to make it work.
  16. undiff 2012-04-10aragexe packed with fix for korean job name for soullinker and taekwon 2012-04-10aragexe.rar
  17. mark this topic solve if its already solve. thanks.
  18. there is already a diff patch regarding on that.
  19. check your data.ini make it sure you put your grf there. [Data] 0=yourgrf.grf 1=rdata.grf 2=data.grf
  20. update first your kro. both rsu-kro-rag-lite and rsu-kro-renewal-lite since your are using ragexe.
  21. Sorry for Late Reply, The Errors has Changed. it becomes ResetTheHotkey attempt to call a nil value and queryRegionInfo attempt to call a nil value does your kro is updated?
  22. what is the difference between langtype 0 1?the font is almost the same. just simple type /showname
  23. on your clientinfo.xml make it 0
×
×
  • Create New...