-
Posts
1,085 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Chaos92
-
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.
-
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.
-
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
-
do you mean older client ? in Nemo http://nemo.herc.ws/clients/
-
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.
-
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.
-
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.
-
Novice able to join a party without meeting basic skill level requirement?
Chaos92 replied to Eross's question in Installation Support
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 ? -
use any DNS, point it. Below example for Cloudflare. Name = domain name. Content = IP Address for it to point.
-
Point using DNS such as Cloudflare or any DNS services. Use DNS A record.
-
So how do you actually use the Web Service feature?
Chaos92 replied to PedroProplayer's question in Database Support
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. -
So how do you actually use the Web Service feature?
Chaos92 replied to PedroProplayer's question in Database Support
normal rathena should can ./configure , so by just adding that pull request, you can use ./configure --enable-web-service -
its either sclientinfo.xml or clientinfo.xml.
-
So how do you actually use the Web Service feature?
Chaos92 replied to PedroProplayer's question in Database Support
it should be ./configure not .configure -
Try to check your job_exp. I think u edit something there and cause this error/issue.
-
So how do you actually use the Web Service feature?
Chaos92 replied to PedroProplayer's question in Database Support
what OS are you using ? configure commands = for linux/centos/ubuntu. For windows = use visual studio -
I need confirmation on these things.
Chaos92 replied to AskingForProofs's question in Database Support
The issue for GTB that I saw still open is this one : https://github.com/rathena/rathena/issues/5918. -
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.
-
athena web service Guild Emblem not work!
Chaos92 replied to njnamenj1's question in General Support
Use this PR. Easy since its included in rAthena. https://github.com/rathena/rathena/pull/5731 -
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.
-
ROLSG should work.
-
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.
-
You can PM @Functor. He will give u some patch for it.
-
NAGHT_SIEGER does not exist in achievement_db.yml'
Chaos92 replied to Mitosky's question in Database Support
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. -
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