Skip to content

Casual-Ragnarok/poseidon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poseidon

Poseidon server only for openkore-cro

What is Poseidon? (Must understand it first!)

PHASE 1

  • run poseidon
  • run cro-client slaves
  • one slave can only handle one openkore
  • If you want to run 3 openkore, run 3 cro-client slaves first.

STEP 1.1 - Run Poseidon in VM or VPS or DOCKER or WSL

  • perl src/poseidon.pl --char-server=<YOUR VM IP:6900> --map-server=<YOUR VM IP:6900>

STEP 1.2 - Make poseidon.xml

image

STEP 1.3 - Run cro-client slaves to login Poseidon

image image

STEP 1.4 - Check Poseidon's output

image

PHASE 2

  • run openkore
  • openkore can't run with cro-client in same OS

STEP 2.1 - Capture the login password which is encrypted in rijndael (32 bytes)

image

STEP 2.2 - Modify control/config.txt

  • password <CAPTURED LOGIN PASSWORD>
  • poseidonServer <YOUR VM IP>
  • gameGuard 1

image

SETP 2.3 - Checkout cro branch AND start OpenKore

image

About

Poseidon server for openkore-cro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%