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. ×

anacondaq

Members
  • Posts

    1096
  • Joined

  • Days Won

    40

Everything posted by anacondaq

  1. Am, what? First of all i will not support anything except this pack. Second, you already have mysql server which full working as a part of openserver. Everything else you can find at official site of OpenServer -> Ospanel.io
  2. can you show the error? And depends on the error there can be really a lot of issues. But if you said, you can login normally and play, and server freeze after killing a monster, I think some of the tables are corrupted and must be repaired. Please check earlier posts on the topic from me related to repairing sql tables (i think you have broken picklog table), try to recover it by following my post, and everything will be ok.
  3. Download client from: And about your problem, please try to play with different settings on both REG and LUA tab at opensetup.exe to make sure it works. (do not forget to reboot your pc, or kill process which is not displayed to you with process hacker for example)
  4. run opensetup, select correct resolution, and your graphics adapter, apply and ok, must help. Do not forget to reboot your pc.
  5. at emulator folder. It's path from emulator folder, inside / you see a foldername. /doc/atcommands.txt means -> open emulator folder, find folder called "doc" and inside the folder you will find file called atcommands.txt open and read it.
  6. I will not do that. Look, you need uninstall MySQL Server which is installed at your PC, or just kill mysqld.exe process, and try to run OpenServer (to make it with Green Flag). Your problem in next: In OpenServer you already have MySQL server which starts every time when you run the server (green flag). and stops when you stop the server (red flag). In your case, you have a next problem: OpenServer trying to launch a MySQL server on 3306 port, but because some other app on your PC (another mysql server) already use that port, OpenServer is failed. So, because of that, you can't launch a server. You need to have only one mysql server -> from this package, not installed on your PC, for that find at your programs list mysql or any other SQL: server, and uninstall it, then read the guide again to understand a mechanic (it is very easy) and main logic. Then try again. If you will fail to run Green Flag, please ask for support at official OpenServer community (ospanel.io)
  7. PRE-RE is a bug of the package. Here is a fix, just download and copy-paste to your emulator folder https://www.dropbox.com/s/102dbick5t1nqaz/prepre modified bad files (extract to rathena folder).rar?dl=0 About the error on screenshot, its saying to you correct information. Please turn on application on 3306 port. It can be installed mysql-server on your PC, or it can be something else. Just try to restart your PC then download Process Hacker, and at network tab find 3306 port and who is using it (if it busy) and try to unnstalll that app, or disable it.
  8. Because this is just a template, and I strongly always recommend to build your own server. With this pack, you just got a vision and understanding how everything works, and so on, you just stepping much closer to your own server development, and many guides at the board will be much easy to understand when you will have a fully worked server. I know really a lot of people for whom this package really helps to understand everything that they can't-do for many years, and they said many different kind words.
  9. No, you can't. This package just for basic vision and understanding how everything should look like. I especially did not include .git folder to the emulator folder for avoiding tons of issues with people who will use it. That means these files you can't update with git to the latest version. Do not even try to do that, differences between current codebase at github and at folder very very different. That means different mysql database structures, different methods to compile a server, different things and so on. If you will wish to use the latest codebase, you can use the pack as "example or template" to confirm that you everything was configured correctly. Please read first post there careful I have explained earlier everything that needs to know about how making a RO server. Plus you can find many many guides here at the board which will explain how to configure everything step by step. You can transfer conf/import/, and db/import/ folders without any issues from old to the new emulator, plus you can transfer any NPC what you wish. But if you forgot about changes what you did make to your working copy, you can always use any folder compare tools, like meld. Yes it can, but I do not recommend because this is a template for newbies, this is not an online server template. Please stop mentioning me, if you have questions related to the pack, ask them at topic by the link above. Thank you.
  10. You can't update emulator in this package to a latest version at github. This is not provided. Hi, this is long and hard way. Just open different topics here at the board and read guides. There are tons of them. Welcome Sorry, i can't help you with that, try to search for guides around the board, I guess someone already solve your problem and wrote a guide about it, just try to search. My answer can be very big for the question, and it will require a lot of my time to explain such things, I will leave only one message: "something is not correct". And what some I don't know, did not confirm yet that emulator ASPD issue exists in the package (i hope it's not, but can't guarantee). Use SDE / GRF Editor, and ItemInfo.lua for finding a sprite inside data.grf, if not exist, who know where to take the sprite, it can be an item from different official server (for example bRO, jRO) The package hosted on many diferent filehostings (free), the kRO client hosted not really by me, try to find any other kRO client and use it. In the category where we now you can find download links. This is known bug in the package. I have answered earlier about the issue, and publish a fix for the problem. https://www.dropbox.com/s/102dbick5t1nqaz/prepre modified bad files (extract to rathena folder).rar?dl=0
  11. *pow(<number>,<power>) Returns the result of the calculation. Example: .@i = pow(2,3); // .@i will be 8 --------------------------------------- *sqrt(<number>) Returns the square-root of a number. Example: .@i = sqrt(25); // .@i will be 5
  12. Run OpenSetup, click at left bottom corner on "lua" icon, then select your graphic adapter and resolution, then restart PC and try to run RO.
  13. Not sure. But: https://github.com/rathena/rathena/issues/1084
  14. The link what can explain everything: https://github.com/HerculesWS/StaffPlugins/tree/master/Haru/naviluagenerator Will be great if someone can implement something like this for rAthena. For what? Hmm, for having actual based on server navigation system. PRE-RE servers, for example, can't even have any navigation system without manual edits (which is impossible to do to be clear). With renewal servers a little bit better situation, but only if you are using clean rAthena or follow official way. With such generator will be super-nice to have up to date and 100% correct navigation system which will show user actual and correct data and will make navigation system usable.
  15. This package just for education purposes to understand how is everything works and looks like. In the real life and in the real scenarios people running emulators on LINUX servers without any GUI (graphical interface). So, if you wish to play with someone by using internet, you must to have IP address (public one), and you need operation system for this VPS, if you wish to use this package (which is not recommend), you need to find Windows Server as operation system. There are couple of such providers which offer Windows Servers like: vultr, digitalocean, and many others. Just start with Vultr. But usually VPS with Windows costly (cost far more then linux servers). For linux server you can't use this package (theoretically you can, but because of your questions, i don't see that you ready to do such things, and you should learn really a lot of things related to linux first).
  16. Yes, it possible, you already have everything for that, and many people asked how to do that earlier please read the topic since the first page to the latest. In theory, all that you need to do is run the server-side at "server PC", and change at rathena.grf file IP address from 127.0.0.1 to server IP. But since that point there are a lot of hidden problems: are your friends in the same network as you, or not? If not, you must use some public server with public IP address. If yes you can try to setup the server for testing purposes in an internal network.
  17. I don't know what the problem of this thing, and can't give any support to you, i answer time to time only to problems which related to default package presented at the topic.
  18. depends on the setting what you have at Renewal.h at your sources. You can compile only 1 copy of the mechanic OR PRERE or RENEWAL If at src/config/renewal.h you have something like that // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_RENEWAL_H_ #define _CONFIG_RENEWAL_H_ //quick option to disable all renewal option, used by ./configure #define PRERE #ifndef PRERE /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/ /// Game renewal server mode /// (disable by commenting the line) /// /// Leave this line to enable renewal specific support such as renewal formulas #define RENEWAL That means you will compile the server for PRE-RE mechanic. And renewal mechanic will be diabled. If you have something like this below, that means you have enabled RENEWAL // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_RENEWAL_H_ #define _CONFIG_RENEWAL_H_ //quick option to disable all renewal option, used by ./configure // #define PRERE #ifndef PRERE /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/ /// Game renewal server mode /// (disable by commenting the line) /// /// Leave this line to enable renewal specific support such as renewal formulas #define RENEWAL (which is default setting to be clear, because default mechanic at rathena is current actual one (renewal)).
  19. I don't think it's possible because of DMCA requests and very active dmca takedowns. It possible only if he will host it on his own VPS which will ignore DMCA with installed for example gitlab server at the VPS. But this is require some money for having things like this and time for finding dmca free provider (will be mostly located at EU zone).
  20. All exes now supported up to maybe 2017-06* ones. You do not need to edit anything, all packets already there. All that you need to do, is set correct PACKET_VER at packets.h, at the same time you can skip <client_ver> tag inside clientinfo.xml too #ifndef PACKETVER #define PACKETVER 20151104 #endif
  21. Try this one (fixed, but not tested): https://www.dropbox.com/s/am7u9k1sm8yrjhs/2015-11-04aRagexe_patched_no_walk_delay.rar?dl=0
  22. You still need edit a lot of things. There are no easy way. Just use Server Database Editor tool by @Tokei it will help really a lot.
×
×
  • Create New...