pRO's Update! Login Pincode..(similar to bRO)
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.
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.
-
- Human
- Posts: 45
- Joined: 12 Aug 2014, 21:15
- Noob?: Yes
Re: pRO's Update! Login Pincode..(similar to bRO)
wow. good job bro. i'll try it out
-
- Plain Yogurt
- Posts: 50
- Joined: 08 Aug 2014, 03:02
- Noob?: No
Re: pRO's Update! Login Pincode..(similar to bRO)
Okay, let us know if it works for you.
Please take note that I run Poseidon in a virtual machine.
Please take note that I run Poseidon in a virtual machine.
-
- Noob
- Posts: 4
- Joined: 14 Aug 2014, 02:42
- Noob?: No
Re: pRO's Update! Login Pincode..(similar to bRO)
Hi BrokenBokeh,
can u include as well the codes in
src/Poseidon/poseidon.pl
Thanks~
can u include as well the codes in
src/Poseidon/poseidon.pl
Thanks~
-
- Plain Yogurt
- Posts: 50
- Joined: 08 Aug 2014, 03:02
- Noob?: No
Re: pRO's Update! Login Pincode..(similar to bRO)
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};
-
- Human
- Posts: 45
- Joined: 12 Aug 2014, 21:15
- Noob?: Yes
Re: pRO's Update! Login Pincode..(similar to bRO)
if I use f2pexe.exe 1rag1 5free5 /account:poseidon.xml, im connected to the real server??
-
- Plain Yogurt
- Posts: 50
- Joined: 08 Aug 2014, 03:02
- Noob?: No
Re: pRO's Update! Login Pincode..(similar to bRO)
You should be connected to the Poseidon server.
Hmm.
Multiple botting might not be possible, When I turned on another bot , both got disconnected.
Hmm.
Multiple botting might not be possible, When I turned on another bot , both got disconnected.
-
- Human
- Posts: 45
- Joined: 12 Aug 2014, 21:15
- Noob?: Yes
Re: pRO's Update! Login Pincode..(similar to bRO)
i get incorrect pin when opening the client for rag.exe
-
- Human
- Posts: 45
- Joined: 12 Aug 2014, 21:15
- Noob?: Yes
Re: pRO's Update! Login Pincode..(similar to bRO)
ill try to start from scratch
-
- Plain Yogurt
- Posts: 50
- Joined: 08 Aug 2014, 03:02
- Noob?: No
Re: pRO's Update! Login Pincode..(similar to bRO)
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.
-
- Human
- Posts: 45
- Joined: 12 Aug 2014, 21:15
- Noob?: Yes
Re: pRO's Update! Login Pincode..(similar to bRO)
ok. so i should use my real uname and pass? or anything should still work?