-
Posts
1096 -
Joined
-
Days Won
40
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by anacondaq
-
impossible. The package does not contain .git folder and its impossible to update with any git tool. You need manually download the emulator from repo and configure it by using guides. The package it just "template", where everything is working out the box, and demonstrate how everything must be configured to make it work. You should read, and read a lot to make it work at your side.
-
Reboot your pc. Go to emulator folder then inside emulator folder find conf/ folder and open it inside the folder backup first (copy somewhere, doesn't matter where, to keep original files), and then open next files char-athena.conf and map-athena.conf inside these files find 0.0.0.0 and replace to 127.0.0.1 save these files run the emulator if antivirus or something will ask, allow the connection. play
-
Listed on clients -> means clientinfo.xml at rathena2017.grf, the file is for displaying server names and other important information related to connections (please google on rathena board what is clientinfo.xml). Yes, technically you can run multiple servers, but i do not recommend to do it. You can run mix of login / char / map-servers, but this thing mega complicated even for very experienced guys (even devs). So just sticky with next model: char, login, map server (only 1 copy of each) per 1 server. Each server has their own ports which utilized for connection, if you wish to have multiple servers, you must to have or multiple IP's / physical servers where will be run emulator, or different ports per each server (1 unique port = 1 server module (server module = char, map, login). Just try to make work everything just with 1 physical server with 3 working sub-modules (its technically called "server" too, but you will be complicated, that why map-server.exe, char-server.exe, login-server.exe I call as sub-modules).
-
the upgrade is planned and will be implemented ASAP. Upgrade will cover all problems by previous 20 pages regarding to real issues which face different people (related to self-upgrading without waiting for updates for this package, and so on). Upgrade planned is very big, and will before sure released ASAP after when will solve my personal projects first.
-
Looks like the same as: is not it?
-
One of these guys can help: https://rathena.org/thirdpartyservices/
-
https://github.com/zackdreaver/ROenglishRE/tree/master/System
-
Hi, this is not a new problem. Please try to read the whole topic for answers related to repairing the database. Your problem is how you shut down your PC while your MySQL-server is running. You need turn off OpenServer first (make a red flag), and only then shut down the PC. Otherwise, you will break the MySQL table (pickuplog table) which provoke lags for you when you kill monsters. So what do you need to do is: start read 1 by 1 pages on this topic related to MySQL repair tables http://bfy.tw/EdUI then do what I already said in some of such answers (there was several of answers) when you will repair all your tables, please never shut down your PC until you successfully disable OpenServer
-
The pack works fine out the box. You don't need to change anything in settings. If you can't connect, just make sure the antivirus does not block ports 6121, 5121, 6900 and char, map, login servers. There is theoretically can be another issue with busy ports by someone else (who use the port what is required by or char, or map, or login server). Anyway, i see only two servers running, char and map, where is login? Login is the first server which receive conection from the game client when you authorize to the game, than you stop inter-connection with the login server and connects to the char-server when select a character, then when you are login to the game, you are at map-server. So, first of all ask where are you can't connect? Are you can't connect to login server (authorize procedure with login form)? Or after char-server? If first (after entering login / pass), start to check what is going on at login-server, you must see that someone is connecting to your login-server. If you do not see any messages when you trying to login, that means you are trying to connect somewhere else, not to your localserver (maybe to the server of a client what you are using).
-
I have for you very bad news. There are not 10 lines of code changed since the package release. 663 files changed, 88057 insertions(+), 35728 deletions(-) The update of the package will be big, I plan to implement many interesting things just to allow users to upgrade their side every time when they wish, without waiting for releases of the package. I wish to release an update as soon as I will find enough of free time for preparing the big amount of work. Then, of course, i will release everything with latest of everything (will be really many changes). For now i can suggest you manually if you can follow official manual how setting up rAthena if you wish changes, and jump over guides around the community.
-
Everything explained here at the topic in the first post. If something does not work, try to search for an answer in the answers here. But first the best thing what you can to do, its read from start to the end guide, and than restart your PC and try to repeat everything explained in the first post.
-
https://www.sourcetreeapp.com/ (open folder where you have .git folder) Or use console app: https://git-scm.com/ (after installation open git console and go to the folder with .git, then enter "git reset --hard")
-
looks like this lib got broken after extracting the archive, can you please try to extract the OpenServer archive one more time? Or you can try to download a copy of libapr-1.dll from my OpenServer (taken from OpenServer\modules\http\Apache-2.4\bin\libapr-1.dll) (and you need to copy it to the same path) Download Link -> Click
-
extract, then enter "git reset --hard", and wait some time.
-
The OpenServer does not have issues. The problem how people turning off their PC's and servers. If you turning off your PC by pressing power off button, and do not terminate properly MySQL server and other servers which are running (they technically does not have a time for that), do not tell then that you have problems with it. I realized it very long ago and had few times the issues explained by you and few other people. But after proper termination OpenServer first, then everything else, the MySQL tables stop crashing to me. Except it, there is very high chance that MySQL tables crashing on damaged Hard Disk Drives (i have one broken, and when it was 4 weeks before death, I noticed too many MySQL problems and errors too). So, f summarize: just stop OpenServer first before shutdown or reboot your PC. Let OpenServer properly close all handlers, files, and so on, and you will not have problems.