Difference between revisions of "Poseidon"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 46: Line 46:
 
Constants in poseidon.pl:
 
Constants in poseidon.pl:
 
; RAGNAROK_SERVER_HOST, RAGNAROK_SERVER_PORT
 
; RAGNAROK_SERVER_HOST, RAGNAROK_SERVER_PORT
: Host/port of ragnarok client connection (Ragexe)
+
: Host/port where ragnarok client will connect (Ragexe)
 
; QUERY_SERVER_HOST, QUERY_SERVER_PORT
 
; QUERY_SERVER_HOST, QUERY_SERVER_PORT
: Host/port of poseidon clients connection (OpenKore)
+
: Host/port where poseidon clients will connect (OpenKore)
  
 
== Poseidon client (OpenKore) ==
 
== Poseidon client (OpenKore) ==
Line 54: Line 54:
 
Options in config.txt:
 
Options in config.txt:
 
; poseidonServer, poseidonPort
 
; poseidonServer, poseidonPort
: Host/port of poseidon server connection
+
: Host/port of Poseidon server (QUERY_SERVER connection is Poseidon)
  
 
== Notes ==
 
== Notes ==
 
* You can use one Poseidon for many bots, but GMs can possibly detect that.
 
* You can use one Poseidon for many bots, but GMs can possibly detect that.

Revision as of 19:41, 21 June 2010

Poseidon is a counter-measure for HackShield.

With Poseidon, original game client (with HackShield) connected to Poseidon server provides data for OpenKore connected to real game server.

Configuration

Ragnarok Client (Ragexe)

  1. Extract 'clientinfo.xml' from you ragnarok client data files (use GRFTool), rename it to 'poseidon.xml' and place in 'data' directory.
  2. Open it and change 'address' to your Poseidon server address ('127.0.0.1' or 'localhost' for same computer). Change 'port' to 6900. (These magic numbers are constants from 'src/Poseidon/poseidon.pl' source.) Change 'display' to anything you want to distinguish between Poseidon connection and your original.

Example of edited clientinfo:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<servicetype>russia</servicetype>
	<servertype>primary</servertype>
	<extendedslot></extendedslot>

	<connection>
		<display>Poseidon</display>
		<desc>None</desc>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>1</version>
		<registrationweb>http://rofan.ru/</registrationweb>
	</connection>
</clientinfo>

OpenKore

Make sure your server connection settings have 'gameGuard <number>'.

Running

  1. Start 'start-poseidon.exe' or 'src/Poseidon/poseidon.pl', wait for message 'Poseidon initialized'.
  2. Start 'ragexe 1rag1 /account:poseidon.xml'.
  3. Select Poseidon service (if prompted), input any login and password, select any character.
  4. You should appear in Novice Training Center and be able to see and talk with NPC (you will not be able to walk or do anything other than talking with NPC).
  5. Start OpenKore.

Advanced configuration

Poseidon server

Constants in poseidon.pl:

RAGNAROK_SERVER_HOST, RAGNAROK_SERVER_PORT
Host/port where ragnarok client will connect (Ragexe)
QUERY_SERVER_HOST, QUERY_SERVER_PORT
Host/port where poseidon clients will connect (OpenKore)

Poseidon client (OpenKore)

Options in config.txt:

poseidonServer, poseidonPort
Host/port of Poseidon server (QUERY_SERVER connection is Poseidon)

Notes

  • You can use one Poseidon for many bots, but GMs can possibly detect that.