1 º - Baixe o emulador ou adicione o seu emulador na pasta serve como rathena.
EXP:
./serve/rathena
EXP:
- ./serve/rathena:/emulador
3 º - Nas configurações de acesso ao banco de dados que os emuladores utilizam como o arquivo inter_athena.conf
, substitua 127.0.0.1
por db
.
EXP-PASTA:
/db/sql-file
- item_db.sql
- mob_db.sql
- logs.sql
- main.sql
EXP-docker-compose.yaml:
- ./db/sql-files:/docker-entrypoint-initdb.d
4 º - Nas configurações de acesso como char_athena.conf
, login_athena.conf
e map_athena.conf
substitua 127.0.0.1
por server
.
rathena/conf/inter_athena.conf
rathena/conf/char_athena.conf
rathena/conf/map_athena.conf
rathena/conf/login_athena.conf
rathena/conf/subnet_athena.conf
rathena/src/custom/defines_pre.hpp
Mude de as linhas _ip: 127.0.0.1
para _ip: db
EXP:
login_server_ip: 127.0.0.1
para login_server_ip: db
Mude as linhas
//login_ip: 127.0.0.1
//bind_ip: 127.0.0.1
//char_ip: 127.0.0.1
Para
login_ip: serve
bind_ip: serve
char_ip: serve
Lembrar de remover //
os comentário
Mude as linhas
//char_ip: 127.0.0.1
//bind_ip: 127.0.0.1
//map_ip: 127.0.0.1
Para
char_ip: serve
bind_ip: serve
map_ip: serve
Lembrar de remover //
os comentário
Mude as linhas
//bind_ip: 127.0.0.1
Para
bind_ip: serve
Lembrar de remover //
os comentário
Antes da linha
#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */
adicione
#define PACKET_OBFUSCATION_KEY1 0x290551EA
#define PACKET_OBFUSCATION_KEY2 0x2B952C75
#define PACKET_OBFUSCATION_KEY3 0x2D67669B
#define PRERE
NEMO to diff ur client Packet Encryption
Use NEMO to diff ur client, and...
Do NOT select:
Disable Packet Encryption (Recommended) Select:
Packet First Key Encryption, and following ur 1st key Packet Second Key Encryption, and following ur 2nd key Packet Third Key Encryption, and following ur 3rd key Then make sure put your custom keys on db/[import/]packet_db.txt, in packet_keys_use: ,,
Elembrar de acessar o conteiner do emulador docker exec -i -t serve-ragnarok /bin/bash
.
Exemplo: ./configure --enable-packetver=20141022 && make clean && make server
ou ./entrypoint.sh
app/roBrowser/client/Client.php
app/roBrowser/client/index.php
e
app/roBrowser/client/BGM
app/roBrowser/client/data
app/roBrowser/client/resources
Mude as linhas
if (file_exists($local_pathEncoded) && !is_dir($local_pathEncoded) && is_readable($local_pathEncoded)) {
Para
if (file_exists($local_pathEncoded) && is_readable($local_pathEncoded)) {
Mude as linhas
if (empty($_SERVER['REDIRECT_STATUS']) || $_SERVER['REDIRECT_STATUS'] != 404 || empty($_SERVER['REQUEST_URI'])) {
Para
if (empty($_SERVER['REDIRECT_STATUS']) || empty($_SERVER['REQUEST_URI'])) {
Comentar a linha
if (!preg_match( '/\/('. $directory . '\/)?(data|BGM)\//', $path)) {
Debug::write('Forbidden directory, you can just access files located in data and BGM folder.', 'error');
Debug::output();
}
Para
// if (!preg_match( '/\/('. $directory . '\/)?(data|BGM)\//', $path)) {
// Debug::write('Forbidden directory, you can just access files located in data and BGM folder.', 'error');
// Debug::output();
// }
1 - app/roBrowser/client/BGM
- Os arquivos .mp3 do seu serve
2 - app/roBrowser/client/data
- Adicione a sua pasta
data
em./data
.
3 - app/roBrowser/client/resources
- E em
resources
adata.grf
completa com aDATA.INI
configurada.
docker-compose -f "docker-compose.yaml" up -d --build
docker compose -f "docker-compose.yaml" down
"./configure && make clean && make server" ou "./configure && make clean && make sql"
"./athena-start start"
"wsproxy -a serve:6900,serve:6121,serve:5121"
Obs:
1 - Quando terminar de rodar os comandos é só abrir o navegador http://localhost:8080/
2 - Os navegadores modernos impõem políticas de segurança mais rígidas, e conexões WebSocket devem ser feitas por meio de URLs seguras (WSS) quando a página principal é carregada por HTTPS. Utilize o ROBrowser no mesmo servidor do emulador para facilitar a comunicação.
3 - Teste a sua conexão com o websocat. Tente instalar utilizando cargo install websocat e executando o comando como exemplo: "websocat ws://websocket.example.com:5999/127.0.0.1:690"
- docker exec -i -t serve-ragnarok /bin/bash
- ./entrypoint.sh
- ./configure && make clean && make server
- wsproxy -a serve:6900,serve:6121,serve:5121
- docker-compose -f "docker-compose.yaml" up -d --build
- wsproxy -a serve:6900,serve:6121,serve:5121 & ./athena-start start
- mysql -uragnarok -pragnarok;
- USE ragnarok;