Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. use nocommands mapflag if u want to disable all commands. if certain commands, this idea might helps
  2. https://github.com/rathena/rathena/blob/1eb930c92830c81d640d7928fc775250e2d0a955/sql-files/web.sql Run above SQL script
  3. Try to check below configuration : #define OFFICIAL_GUILD_STORAGE should be enabled in src/config/packets.hpp #ifdef RENEWAL #define MAX_GUILDSKILL 20 ///Max Guild skills #else #define MAX_GUILDSKILL 15 ///Max Guild skills #endif change to 20 also because u need additional skills since that is renewal skills. After that remember add the skill db yml for it. and also 1 more... the client part because pre-re doesnt have that guild extension skill info/description, etc (skillid.lub, skillinfolist.lub,skilltreeview.lub). Maybe can copy from renewal for guild storage skill here : https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/skillinfoz
  4. Didnt tried your clientdate before. Ive tried 20180620 and it works.
  5. tick enable proxy support in nemo
  6. are you sure you have BGM folder with the mp3 files of the song inside ?
  7. 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.
  8. 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.
  9. 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
  10. do you mean older client ? in Nemo http://nemo.herc.ws/clients/
  11. 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.
  12. 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.
  13. 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.
  14. 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 ?
  15. use any DNS, point it. Below example for Cloudflare. Name = domain name. Content = IP Address for it to point.
  16. Point using DNS such as Cloudflare or any DNS services. Use DNS A record.
  17. 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.
  18. normal rathena should can ./configure , so by just adding that pull request, you can use ./configure --enable-web-service
  19. its either sclientinfo.xml or clientinfo.xml.
  20. Try to check your job_exp. I think u edit something there and cause this error/issue.
  21. what OS are you using ? configure commands = for linux/centos/ubuntu. For windows = use visual studio
  22. The issue for GTB that I saw still open is this one : https://github.com/rathena/rathena/issues/5918.
  23. 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.
×
×
  • Create New...