Difference between revisions of "Poseidon"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '= Configuration = == Ragnarok Client == # Extract 'clientinfo.xml' from you ragnarok client data files (use GRFTool), rename it to 'poseidon.xml' and place in 'data' directory.…')
 
Line 30: Line 30:
 
= Running =
 
= Running =
  
# Start 'src/Poseidon/poseidon.pl', wait for message 'Poseidon initialized'.
+
# Start 'start-poseidon.exe' or 'src/Poseidon/poseidon.pl', wait for message 'Poseidon initialized'.
 
# Start 'ragexe 1rag1 /account:poseidon.xml'.
 
# Start 'ragexe 1rag1 /account:poseidon.xml'.
 
# Select Poseidon service (if prompted), input any login and password, select any character.
 
# Select Poseidon service (if prompted), input any login and password, select any character.
 
# 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).
 
# 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).
 
# Start OpenKore.
 
# Start OpenKore.

Revision as of 20:45, 28 October 2009

Configuration

Ragnarok Client

  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. 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.