Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. try to back read the solution is posted there. don't worry it's free.
  2. 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.
  3. 3ceam project is going to stop. try to wait for 3ceam 2 maybe this will be included there.
  4. just switch to latest kro client. since lots of features required the latest client.
  5. what is the version of your kro?is that a ragray?
  6. 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.
  7. undiff 2012-04-10aragexe packed with fix for korean job name for soullinker and taekwon 2012-04-10aragexe.rar
  8. mark this topic solve if its already solve. thanks.
  9. there is already a diff patch regarding on that.
  10. here 2012-04-10aragexe.rar
  11. check your data.ini make it sure you put your grf there. [Data] 0=yourgrf.grf 1=rdata.grf 2=data.grf
  12. update first your kro. both rsu-kro-rag-lite and rsu-kro-renewal-lite since your are using ragexe.
  13. 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?
  14. what is the difference between langtype 0 1?the font is almost the same. just simple type /showname
  15. on your clientinfo.xml make it 0
  16. change the langtype
  17. try to use this. Note please delete the Data folder, System folder and Savedata folder on your ragnarok folder before extracting this files. i also included sa 20120410aragexe to check that it's working. if it's working correctly try to check your diff client let see if your client should work too. 2012-04-10aragexe.rar
  18. can you post what diff included on your client?
  19. did you get any error message on your map server?
  20. - Yahoo detected registration spam from your website, and they probably banned your website to use yahoo for registration. - This is the reason why other private servers recommend to use gmail and hotmail to register. i tried. gmail. and hotmail... i didnt recieve any to make it work you should configure correctly your fluxcp and your gmail.
  21. what is this? fluxcp email confirmation problem or email confirmation for asurawebhosting? if this is fluxcp email confirmation. make sure you configure this correctly. 'RequireEmailConfirm' => false, // Require e-mail confirmation during registration. 'RequireChangeConfirm' => false, // Require confirmation when changing e-mail addresses. 'EmailConfirmExpire' => 48, // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time. 'MailerFromAddress' => 'noreply@localhost', // The e-mail address displayed in the From field. 'MailerFromName' => 'MailerName', // The name displayed with the From e-mail address. 'MailerUseSMTP' => false, // Whether or not to use a separate SMTP server for sending mail. 'MailerSMTPUseSSL' => false, // Whether or not mailer should connect using SSL (yes for GMail). 'MailerSMTPUseTLS' => false, // Same as above SSL setting, but for TLS. This setting will override the SSL setting. 'MailerSMTPPort' => null, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25). 'MailerSMTPHosts' => null, // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')). 'MailerSMTPUsername' => null, // When MailerUseSMTP is true: Authorized username for SMTP server. 'MailerSMTPPassword' => null,
  22. check this. my be fix your problem. http://rathena.org/board/topic/82721-2012-04-10aragexe-client-weediff-plugins-please/#entry199531
  23. i think we should wait until hercules release the implementation of this features. so rA can adopt this features. just like what they do on the past commits. since all of the developer of rA is already hercules developer now.
  24. try to use this one. mmkkayy, I'm going to try that one. Thank You in Advance. [string "buf"]:26:attempt to index global 'Navi_Distance' (a nil value) error Appeared. hmmm check your lua files. make it sure it was match on your client version.
  25. check your mmo.h if the client version is default to 20120410
×
×
  • Create New...