-
Posts
192 -
Joined
-
Last visited
-
Days Won
3
Community Answers
-
Everade's post in Ragnarok basic Requierements, Best Host? was marked as the answer
Hi sacrox
The wiki has a page showing all the system-requirements to run rAthena.
https://github.com/rathena/rathena/wiki/System-Requirements
There is no "specific" or "best" Host for recommendation.
You should build your foundation based on your personal needs.
Take a look at the minimum requirements to get an idea.
For example:
- Your OS experience will most likely define what server platform you choose.
- Your prefered audience will define server location eventualy for optimal latency.
- Your player count will define hardware power and internet bandwith.
A player does not use a "specific amount" of internet bandwith.
It all depends on how much key strokes he sends to the server, and how much moving objects and other game states need to be sent from the server to the players.
This varies tremendously and scales exponential to your player count eventualy. (for example if a player is moving in a crowded city)
You could do some basic tests using network analysis tools by connecting to a server to get a better idea.
You could also run rAthena on your home pc to do more indept testing in all fields.
-
Everade's post in Things visually disappear under the cart was marked as the answer
There are lua files files in your data.grf which determine the layer priorities for garments.
You would have to edit it for every single garment you're having issues with.
That would be data/luafiles514/lua files/datainfo/tb_layer_priority.lub
If i'm not mistaken.
-
Everade's post in rAthena su was marked as the answer
src/config/renewal.hpp
Add // in front of #define RENEWAL_STAT
-
Everade's post in How to changebase to Firstjob and Secondjob was marked as the answer
EquipScript: | changebase JOB_MAGE; UnEquipScript: | changebase Class;
-
Everade's post in item_group_db Account Bound was marked as the answer
Just found a second doc entry which states that only getgroupitem supports this, but not getrandgroupitem nor groupranditem...
-
Everade's post in Connection Issue was marked as the answer
With my old revision, my map, char and login configurations were each set as local IP address.
For for instance:
map_athena.conf
map_ip: 127.0.0.1
char_athena.conf
char_ip: 127.0.0.1 login_athena.conf
login_ip: 127.0.0.1 Now on the latest rAthena revisions, i was forced to set each of these to the global ip instead.
So for example:
map_athena.conf
map_ip: 93.65.178.54
char_athena.conf
char_ip: 93.65.178.54
login_athena.conf
login_ip: 93.65.178.54
I don't know if my old configurations were always wrong in the past.
However it always worked before. (worked for over 10 years)
I have to mention here that i've always had weird issues with the IP settings back in the past.
I remember about 8~10 years back i've had reported a similiar issue on eAthena. It only worked when i specified specific configs which were not even preset on the emulator itself.
Like now being forced to the public ip on login_athena.conf for example.
And now you're forced to set it to the public ip address, otherwise it won't work anymore.
(i know it even states it in the settings to set it to the public one, i can read just fine)
It's just that it worked for 10 years straight and i did not expect that i would be forced to change anything related to the ip settings.
So from what i remember, that was the actual issue on this one.