Jump to content

cyan

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by cyan

  1. Just wanted to say thanks to NexusXVI and themon. You guys have been very helpful. My client is running smoothly now. No errors.
  2. Create new folder. Right click it and select SVN checkout. Up top of the window that comes up is an option to put a link. Put this there. https://subversion.assembla.com/svn/client-side-translation/ On the lower part of the same window is an option called show post. Click that and it'll take you to older data translation revisions.
  3. @ caizercafe I had the same problem. Switching to an older data translation fixed it.
  4. @Wolf Yeah I used that data translation. Funny you mention that. I just downloaded an older data translation revision to see if that fixes my problem. I should also mention when I load up my game I get that same iteminfo string error that people are getting. The game loads up though after the error. EDIT - Installed an older data translation revision and my problems are all fixed!
  5. @NexusXVI I fixed my problem with menu in login. They are now in english but I have a new problem. Those unknown items crash my game. Lua problem?
  6. If you're using the new client please check the system folder and locate itemInfo.lua/ lub edit it using notepad ++ and find the line that the error specifically pinpointed. based on the error maybe a closing is missing (") . The third eerror im not pretty sure, if your using Loki launcher don't use ur diff client (patched one) and remember to diff it properly. - Disable Ragexe Filename Check - Disable HShield - Disable Packet Encryption - Enable Multiple GRFs -@ Bug Fix - Ignore Missing File Error - Ignore Missing Palette Error - Increase Headgear ViewID to 5000 - Increase Zoom - Load ItemInfo.lua before lub (REMEMBER IF THIS IS ENABLE MAKE SURE U HAVE YOUR LUA FILES THERE NOT JUST THE LUB) - Read Data Folder First (IF YOU USING GRF DON'T USE THIS) - Read msgstringtable.txt - Read questid2display.txt - Translate Client In English - Use Normal Guild Brackets - Use Ragnarok Icon - eXtract MsgStringTable.txt - eXtract txt file strings Make sure the proper lua files are on the folder, if u diffed it like how the tutorial mentioned, probably the best to find if a lua is existing since the last download I made here every lua is already been converted to lub Google is your Friend I googled and spent hours reading on how to fix it before coming here to post. I've tried several things and they haven't worked. That's why I came here asking for help. From the links I've read, they said to update my lua files. Another link said to copy over my existing textures with a translation pack made by alexandria. Thanks for the help.
  7. Anyone know how to fix this? My client is all english except menu and login buttons. I've updated my lub files and my client is diffed for english translation. Also used the data translation pack listed in the OP. Any help would be greatly appreciated.
  8. I already explained how to get old versions. That same link you have is where you get the old version. When you do SVN checkout, look at the bottom of the window prompt for an area called Revision. It should be defaulted to get the newest one. Which is why you need to change it from HEAD revision to Revision. Once you do that. Click on show log.
  9. I had the same problem you guys had. 3 succeeded and 1 failed. Downloaded an old revision and all succeeded. Just download an old revision using svn checkout.
  10. @ Wolf I had the same problem compiling. 3 succeeded 1 failed with latest revision. I downloaded an older revision and all succeeded. Hope this helps.
  11. My inter_athena looks just like that and still has problems. This is mine - // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: root sql.db_password: root sql.db_database: rathena // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: root char_server_db: rathena // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: root map_server_db: rathena // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: root log_db_db: logs log_codepage: log_login_db: loginlogs
  12. I'm having a problem getting one of my servers up. Map and char serv load up fine. Log serv gives me this message. Access denied for user root @ localhost (using password: yes) [Debug] at..\src\login\ipban_sql.c:79 Login-server has terminatted abnormally. Thanks in advance for any help.
×
×
  • Create New...