Jump to content

mrmagic

Members
  • Posts

    182
  • Joined

  • Days Won

    1

Everything posted by mrmagic

  1. create GRF file from the "data" folder, this one is your custom GRF. you need to include them in "data.ini" , or whatever name that you diff your client with. eg: [DATA] 0=izludefix.grf 1=data.grf Don't forget to rebuild your mapcache or use the original mapcache from rAthena.
  2. You need to use those diff and changed the extension "System/itemInfo.lub" into "System/itemInfo.lua" if you update kRO often, as they will get replaced when you update kRO. You must have itemInfo.lua in system folder, either the translated or your's modified one. The other question depends on your setup, how many grf file that you use, are your custom items ID have conflict with the original rA items. Mostly you're on your own on to fix this issue.
  3. Are you using pre-renewal server setup? then you need the old izlude map. You can grab them here https://github.com/zackdreaver/ROenglishPRE
  4. I believe its from msgstringtable.txt though i've never encounter your issue when using those project.
  5. Have you tried this one? https://rathena.org/board/topic/102689-ragnarok-english-translation-project/
  6. Extract with GRF tool/editor ftp://ragnarok.nowcdn.co.kr:20021/Patch/2012-04-10aRagexeRE.rgz
  7. 2010 and 2012 clients are good for prerenewal server. Most servers I knew uses 2012-04-10aRagexeRE. though I prefer 2010 clienst for prerenewal feels.
  8. Why not changing them through mmo.h? #define MAX_CHARS 12 kRO client already support 12 char slots from 2012 iirc.
  9. vs2010 express: http://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso
  10. https://www.visualstudio.com/en-us/docs/release/previous-version/install-release-management/system-requirements
  11. Is it service pack 1 or not? installing vs2010 is ok, as the requirement is windows xp and IE 8. You need to open rAthena-10.sln instead rAthena-14.sln if you planning using vs2010 as compiler
  12. There are big differents between ragexeRE and ragexe eventhough the date is same. of course you will get packet problem. ragexeRE aren't supported since 2013, by any emulators. so please don't you use them, even someone in here release it.
  13. Is your windows a starter pack or service pack 1? try to download internet explorer 11, which the latest ie for your win version. You can however, download the lesser size version of VS, called visual studio express, less than 1 gb. just search vs2010 express edition.
  14. Have you compiled the server with that client's date in mmo.h ? #ifndef PACKETVER #define PACKETVER 20151104 #endif
  15. Are they custom or official sprites?
  16. Use Nemo and select restore roulette patch
  17. If your client higher than 20120410, you're messing with itemInfo.lua/lub. check the ClassNum of your item inside itemInfo, if 0 then it's the cause of your problem.
  18. Look for client resource link in here: https://rathena.org/board/topic/102689-ragnarok-english-translation-project/ you don't have the required files for that item.
  19. latest phpmyadin is compatible with older version of mysql (5.5). just download it and try. if you looking for compatible version, open a link from "Looking for the previous GA version?" in http://dev.mysql.com/downloads/mysql/
  20. There are some changes in newer mysql that made incompatible with rA. You need older mysql version to run rAthena, like 2014ish
  21. use older client, like 2010 - 2011.
  22. rA have their own translation project and more updated. https://rathena.org/board/topic/102689-ragnarok-english-translation-project/
×
×
  • Create New...