Ryl2 File - Server _best_

RYL2_Server_Files/ ├── LoginServer/ │ ├── LoginServer.exe │ ├── login.ini │ └── account_db/ ├── ZoneServer/ │ ├── Zone1.exe │ ├── Zone2.exe │ ├── Zone3.exe │ ├── maps/ │ ├── npc_data/ │ └── scripts/ ├── Database/ │ ├── ryl2_account.sql │ ├── ryl2_characters.sql │ └── stored_procedures/ └── Tools/ ├── item_editor.exe └── map_packer.exe