Help Valkyrie Server

International

Moderator: Moderators

Message
Author
gohken
Noob
Noob
Posts: 4
Joined: 20 Jun 2010, 04:11
Noob?: Yes

Help Valkyrie Server

#1 Post by gohken »

Hi everytime i open my openkore bot it Says "Couldn't Connect: A Connection Attemp failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (error code 10060)"

i changed my server info to this

[International - iRO: Valkyrie/Ymir/Yggdrasil]
ip 128.241.92.162
port 6900
master_version 1
version 18
serverType iRO
serverEncoding Western
patchserver ropatch1.gravityus.com
patchpath /patch02
addTableFolders iRO
charBlockSize 112


And i also changed the server "0" to "3" at the config.txt


Anyone knows how to fix this? right now the server is currently in maintenance.

Leyana
Noob
Noob
Posts: 15
Joined: 30 May 2010, 05:06
Noob?: No

Re: Help Valkyrie Server

#2 Post by Leyana »

First it should be "2" instead of "3".

Secondly, I believe this is a iRO connection problem and not an OK one. Apparently all accounts that have been suspected of botting have been blocked. You're gonna need to submit a support ticket to get all your accounts unblocked.

jaypee1122
Noob
Noob
Posts: 3
Joined: 15 Mar 2011, 00:41
Noob?: Yes

Re: Help Valkyrie Server

#3 Post by jaypee1122 »

yeah due to putting together all the servers,
the old one doesn't work,
is there a new master ? or IP adress?

gohken
Noob
Noob
Posts: 4
Joined: 20 Jun 2010, 04:11
Noob?: Yes

Re: Help Valkyrie Server

#4 Post by gohken »

BUMP.. anyone knows how to fix this? cuz i've tried everything in my knowledge that i know, but nothing worked. time for a openkore update then? xD xD xD

towerwarlock
Noob
Noob
Posts: 13
Joined: 24 Mar 2010, 13:20
Noob?: Yes

Re: Help Valkyrie Server

#5 Post by towerwarlock »

Download the latest version of openkore and install that. It will have what is needed. That will take care of the problem.

falcon4hire
Noob
Noob
Posts: 2
Joined: 05 Apr 2011, 20:06
Noob?: Yes

Re: Help Valkyrie Server

#6 Post by falcon4hire »

My Servertype0.pm file looks totaly different than what is posted here. This is what I have -

package Network::Receive::ServerType0;

use strict;
use Network::Receive ();
use base qw(Network::Receive);
use Time::HiRes qw(time usleep);

use AI;
use Globals qw($char %timeout $net %config @chars $conState $conState_tries $messageSender);
use Log qw(message warning error debug);
use Translation;
use Network;
use Utils qw(makeCoords);

sub new {
my ($class) = @_;
my $self = $class->SUPER::new;
return $self;
}

sub map_loaded {
my ($self, $args) = @_;
$net->setState(Network::IN_GAME);
undef $conState_tries;
$char = $chars[$config{char}];

if ($net->version == 1) {
$net->setState(4);
message(T("Waiting for map to load...\n"), "connection");
ai_clientSuspend(0, 10);
main::initMapChangeVars();
} else {
$messageSender->sendGuildInfoRequest();

# Replies 01B6 (Guild Info) and 014C (Guild Ally/Enemy List)
$messageSender->sendGuildRequest(0);

# Replies 0166 (Guild Member Titles List) and 0154 (Guild Members List)
$messageSender->sendGuildRequest(1);
message(T("You are now in the game\n"), "connection");
Plugins::callHook('in_game');
$messageSender->sendMapLoaded();
$timeout{'ai'}{'time'} = time;
}

$char->{pos} = {};
makeCoords($char->{pos}, $args->{coords});
$char->{pos_to} = {%{$char->{pos}}};
message(TF("Your Coordinates: %s, %s\n", $char->{pos}{x}, $char->{pos}{y}), undef, 1);

$messageSender->sendIgnoreAll("all") if ($config{ignoreAll});
}

1;




I'm not sure if there were some updates that I am missing or what. If I am, can someone please point me in the right direction.

Uchiha Denzel
Noob
Noob
Posts: 2
Joined: 05 Apr 2011, 15:00
Noob?: Yes

Re: Help Valkyrie Server

#7 Post by Uchiha Denzel »

Anyone!! can help me out with that same problem!! :!: , i even download the open kore 2.0.7 and still not getting conected...

darkwizard123
Noob
Noob
Posts: 1
Joined: 05 Apr 2011, 16:30
Noob?: Yes

Re: Help Valkyrie Server

#8 Post by darkwizard123 »

Yes, i can't enter RO with my bot... someone know what i must change for play?

zakuham
Noob
Noob
Posts: 6
Joined: 07 Apr 2011, 04:14
Noob?: No

Re: Help Valkyrie Server

#9 Post by zakuham »

try setting server to 2

wizzdome
Noob
Noob
Posts: 15
Joined: 26 May 2010, 11:32
Noob?: No

Re: Help Valkyrie Server

#10 Post by wizzdome »

search the forum i posted a fix for this as well as someone else... actually files were posted under IRO ONLY FIX topic in this section...

Locked