Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. most probably because of your lua files in skillinfoz Try to find a suitable one. I suggest you to use https://github.com/llchrisll/ROenglishRE
  2. do you mean older client ? in Nemo http://nemo.herc.ws/clients/
  3. use another clientdate. then edit in src/config/packets.h #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20200401 #endif Change 20200401 to any client date that you are using. And recompile.
  4. as it said at the project guide, Pre-Renewal To make a Pre-Renewal client, you still need the Renewal folder and then overwrite it with the content of the Pre-Renewal one.
  5. Have you read the Wiki and all the Pages ? https://github.com/llchrisll/ROenglishRE/wiki https://github.com/llchrisll/ROenglishRE/wiki/Project-Guide Check all the pages. The one I paste above = the most important one.
  6. conf/battle/player.conf // You must have basic skills to be able to sit, trade, form a party or create a chatroom? (Note 1) basic_skill_check: yes Are you sure u enable this basic skill check ?
  7. use any DNS, point it. Below example for Cloudflare. Name = domain name. Content = IP Address for it to point.
  8. Point using DNS such as Cloudflare or any DNS services. Use DNS A record.
  9. 1. ./configure can be used to compile/recompile SRC for rathena clean files. if you cannot use this command, I assume you didnt even have compile your rathena in centos 7. If you have working rathena folder that has been compiled, you should have use ./configure before. 2. Make sure to pull this Pull Request.
  10. normal rathena should can ./configure , so by just adding that pull request, you can use ./configure --enable-web-service
  11. its either sclientinfo.xml or clientinfo.xml.
  12. Try to check your job_exp. I think u edit something there and cause this error/issue.
  13. what OS are you using ? configure commands = for linux/centos/ubuntu. For windows = use visual studio
  14. The issue for GTB that I saw still open is this one : https://github.com/rathena/rathena/issues/5918.
  15. if you're using Chris Translation, then maybe you can read the Wiki or instruction to use it. It might have another skillinfoz file for it.
  16. Use this PR. Easy since its included in rAthena. https://github.com/rathena/rathena/pull/5731
  17. add in below commands line. commands: { mobinfo: true iteminfo: true and etc. If you're adding this for groupid :0 which is normal account, then add it at id : 0 section.
  18. conf/inter_athena.conf // MySQL Web Server web_server_ip: 127.0.0.1 web_server_port: 3306 web_server_id: ragnarok web_server_pw: ragnarok web_server_db: ragnarok First make sure the Web server settings are correct. conf/web_athena.conf // Print requests and responses? // This is useful for debugging purposes, it will print the entire // request and response for each transaction. print_req_res: off Then u can on this one if u want to see request and response information.
  19. You can PM @Functor. He will give u some patch for it.
  20. Make sure you have NGHT_SIEGER in your mobdb yml. If you're using pre-renewal then find it in pre-re folder or else in renewal folder.
  21. This one : https://github.com/rathena/rathena/blob/e7ba7ebdb56b95d7d9d72d7a0d3d614e3f36ac86/sql-files/web.sql Run this SQL script in your ragnarok database. Then dont forget to : make web and ./web-server (for linux) or just recompile that web-server and run the web-server.exe
  22. thats the old one. No need that anymore. You need to run the SQL for web in sql-files and also make sure port are correct. I saw from screenshot above your ports are not correct.
  23. Your web server listening to port 8888. So change your port to 8888 in your lua files there.
×
×
  • Create New...