Jump to content

Chaos92

Members
  • Posts

    1,085
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Chaos92

  1. thats mean the lua files issue. might be accessoryid or accname. Please also make sure your files reading .lub or .lua so you need to edit the correct txt file. Also, make sure all the format are correct including the comas, etc.
  2. if you doesnt want renewal mode, then disable it in src/config/renewal.h I dont understand which new skills because you doesnt even provide any info or example for it. If you doesnt like renewal mechanism then disable it. And rAthena more focus on renewal to be honest.
  3. 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
  4. do you mean older client ? in Nemo http://nemo.herc.ws/clients/
  5. 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.
  6. 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.
  7. 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.
  8. 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 ?
  9. use any DNS, point it. Below example for Cloudflare. Name = domain name. Content = IP Address for it to point.
  10. Point using DNS such as Cloudflare or any DNS services. Use DNS A record.
  11. 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.
  12. normal rathena should can ./configure , so by just adding that pull request, you can use ./configure --enable-web-service
  13. its either sclientinfo.xml or clientinfo.xml.
  14. Try to check your job_exp. I think u edit something there and cause this error/issue.
  15. what OS are you using ? configure commands = for linux/centos/ubuntu. For windows = use visual studio
  16. The issue for GTB that I saw still open is this one : https://github.com/rathena/rathena/issues/5918.
  17. 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.
  18. Use this PR. Easy since its included in rAthena. https://github.com/rathena/rathena/pull/5731
  19. 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.
  20. 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.
  21. You can PM @Functor. He will give u some patch for it.
  22. 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.
  23. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.