pRO's Update! Login Pincode..(similar to bRO)

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#181 Post by zonda »

wow. good job bro. i'll try it out
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#182 Post by brokenbokeh »

Okay, let us know if it works for you.

Please take note that I run Poseidon in a virtual machine.
jkcorp
Noob
Noob
Posts: 4
Joined: 14 Aug 2014, 02:42
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#183 Post by jkcorp »

Hi BrokenBokeh,
can u include as well the codes in

src/Poseidon/poseidon.pl

Thanks~
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#184 Post by brokenbokeh »

I haven't changed anything in poseidon.pl

Code: Select all

#!/usr/bin/env perl
###########################################################
# Poseidon server
#
# This program is free software; you can redistribute it and/or 
# modify it under the terms of the GNU General Public License 
# as published by the Free Software Foundation; either version 2 
# of the License, or (at your option) any later version.
#
# Copyright (c) 2005-2006 OpenKore Development Team
#
# Credits:
# isieo - schematic of XKore 2 and other interesting ideas
# anonymous person - beta-testing
# kaliwanagan - original author
# illusionist - bRO support
# Fr3DBr - bRO Update (El Dicastes++)
###########################################################

#package Poseidon;

use strict;
use FindBin qw($RealBin);
use lib "$RealBin/..";
use lib "$RealBin/../deps";
use Time::HiRes qw(time sleep);
use Poseidon::Config;
use Poseidon::RagnarokServer;
use Poseidon::QueryServer;

use constant POSEIDON_SUPPORT_URL => 'http://wiki.openkore.com/index.php?title=Poseidon';
use constant SLEEP_TIME => 0.01;

our ($roServer, $queryServer);

sub initialize 
{
	# Loading Configuration
	Poseidon::Config::parse_config_file ("poseidon.txt", \%config);

	# Starting Poseidon
	print "Starting Poseidon 2.1 (26 Sep 2012)...\n";
	$roServer = new Poseidon::RagnarokServer($config{ragnarokserver_port}, $config{ragnarokserver_ip});
	print "Ragnarok Online Server Ready At : " . $config{ragnarokserver_ip} . ":" . $config{ragnarokserver_port} . "\n";
	$queryServer = new Poseidon::QueryServer($config{queryserver_port}, $config{queryserver_ip}, $roServer);
	print "Query Server Ready At : " . $config{queryserver_ip} . ":" . $config{queryserver_port} . "\n";
	print ">>> Poseidon 2.1 initialized <<<\n\n";
	print "Please read " . POSEIDON_SUPPORT_URL . "\n";
	print "for further instructions.\n";
}

sub __start {
	initialize();
	while (1) {
		$roServer->iterate();
		$queryServer->iterate();
		sleep SLEEP_TIME;
	}
}

__start() unless defined $ENV{INTERPRETER};
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#185 Post by zonda »

if I use f2pexe.exe 1rag1 5free5 /account:poseidon.xml, im connected to the real server??
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#186 Post by brokenbokeh »

You should be connected to the Poseidon server.

Hmm.
Multiple botting might not be possible, When I turned on another bot , both got disconnected.
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#187 Post by zonda »

i get incorrect pin when opening the client for rag.exe
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#188 Post by zonda »

ill try to start from scratch
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#189 Post by brokenbokeh »

You can't use ragexe.exe. I noticed when I was testing it yesterday that it do not answer GameGuard request so I thought that f2pexe.exe should be used instead. The changes I made is incomaptible with ragexe. Sorry.
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#190 Post by zonda »

ok. so i should use my real uname and pass? or anything should still work?