|
2 mesiacov pred | |
---|---|---|
.. | ||
compatibility | 4 rokov pred | |
tools | 4 rokov pred | |
upgrades | 2 mesiacov pred | |
README.md | 2 rokov pred | |
item_db.sql | 3 rokov pred | |
item_db2.sql | 3 rokov pred | |
item_db2_re.sql | 2 rokov pred | |
item_db_equip.sql | 3 rokov pred | |
item_db_etc.sql | 6 mesiacov pred | |
item_db_re.sql | 2 rokov pred | |
item_db_re_equip.sql | 2 rokov pred | |
item_db_re_etc.sql | 6 mesiacov pred | |
item_db_re_usable.sql | 3 rokov pred | |
item_db_usable.sql | 3 rokov pred | |
logs.sql | 2 rokov pred | |
main.sql | 3 mesiacov pred | |
mob_db.sql | 2 mesiacov pred | |
mob_db2.sql | 2 mesiacov pred | |
mob_db2_re.sql | 2 mesiacov pred | |
mob_db_re.sql | 2 mesiacov pred | |
mob_skill_db.sql | 4 rokov pred | |
mob_skill_db2.sql | 11 rokov pred | |
mob_skill_db2_re.sql | 11 rokov pred | |
mob_skill_db_re.sql | 3 rokov pred | |
roulette_default_data.sql | 8 rokov pred | |
web.sql | 2 rokov pred |
The files in this directory are basic SQL table building scripts. The contained scripts are needed for initial installs as well as subsequent updates.
For a new install, the following needs to be imported into the main schema:
Note: The schema name is defined in conf/inter_athena.conf::map_server_db
.
For a new install, the following can be imported into the main schema but is highly suggested to be imported into a separate schema for logs:
Note: The schema name is defined in conf/inter_athena.conf::log_db_db
.
If your server is setup to read SQL database data, import the following into the main schema:
Note: If conf/inter_athena.conf::use_sql_db
is set to yes continue with these imports else these can be skipped. Not all files have to be imported, only the ones that apply to the same mode as the server being ran.
Over the course of time new features and optimizations will take place. This may require SQL changes to happen. In the upgrades
folder will be SQL files with an attached date.
These only have to executed one time if an update has occurred after the initial installation. It's possible to see when an update may be required when a SQL error will be displayed on the server console stating the format differs from what is required.
The compatibility
folder contains SQL views which are used with helping control panels or websites grab prevalent data for a table that may have changed structure.
These are optional imports but website data such as item databases will not work properly when using the new YAML format without these views:
The tools
folder contains some simple adjustments if needed for an administrator's personal preferences.
Useful tools for converting custom SQL items to TXT and then YAML. Please adjust the INTO OUTFILE
in the query to a desired location.
To run these queries the user requires the FILE permission. It's also required to either set or disable the secure-file-priv
.
The web-server
must be able to read the login
and guild
tables from the login-server
and char-server
, respectively.