after hours of reading and trying... still to noob ....

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

keykid
Noob
Noob
Posts: 1
Joined: 18 Apr 2012, 05:52
Noob?: Yes

after hours of reading and trying... still to noob ....

#1 Post by keykid »

hallo everybody

i´m new here and tryed out openkore.
i downloaded it and copyed 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
into my server.txt

than i went here :
http://forums.openkore.com/viewtopic.php?t=14331

and tryed out to Update iRO's recvpackets in tables/iRO/recvpackets.txt with
i think i got this... just created a new txt there.

but now my problem.
they say copy this in your folder:

'082D' => ['received_characters'],

in:
src/network/receive/servertype 0

okay, but when i open this servertype 0 i see this

#########################################################################
# OpenKore - Network subsystem
# Copyright (c) 2006 OpenKore Team
#
# This software is open source, licensed under the GNU General Public
# License, version 2.
# Basically, this means that you're allowed to modify and distribute
# this software. However, if you distribute modified versions, you MUST
# also distribute the source code.
# See http://www.gnu.org/licenses/gpl.html for the full license.
#########################################################################
# Servertype overview: http://www.openkore.com/wiki/index.php/ServerType
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;

nothing like this they said:
'0818' => ['buyer_items', 'v a4 a4', [qw(len venderID venderCID)]],
'082D' => ['received_characters'],
'084B' => ['item_appeared', 'a4 v2 C v2', [qw(ID nameID amount identified x y)]], # 19 TODO provided by try71023

so please help me to fix this problem.
i got the error 082d btw...

hope u can help me :)
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: Yes

Re: after hours of reading and trying... still to noob ....

#2 Post by SkylorD »

1) : Even if you are noob, you could read the rules. Edit your topic name or your topic will trashed (Please, help others)
5. Use a good title
Topic title must be concise and descriptive. Titles with the words "problem, help" and random nonsense will be trashed on sight.

Good title[/color]: Does pickupitems supports regular expression
Bad title[/color]: pickupitems.txt HALP PLX
And other :
7. Write an post that is informative and should contain:
Brief description of the problem.
What you have done so far, using screen shots and video if it assist in explaining the problem.
Portion of config/macros changes that is relevant to the problem.
Any other useful information: did you recently get patches, any gm announcements

Do you searched here? : http://forums.openkore.com/viewtopic.ph ... &start=160
Do you used search ?
DEACTIVATED 8-)