ZerefRagnarok update: see some monsters as npc but not all

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
sobad123
Human
Human
Posts: 48
Joined: 17 Mar 2015, 06:48
Noob?: Yes

ZerefRagnarok update: see some monsters as npc but not all

#1 Post by sobad123 »

Update: see some monsters as npc but not all
Server is http://zeref.ro-gaming.net

and my config:
ip 162.248.94.174
port 6907
version 46
master_version 1
serverType kRO_RagexeRE_2013_08_07a
ServerEncoding Western
charBlockSize 144
recvpackets recvpackets1.txt
addTableFolders translated/kRO_english;kRO
Last edited by sobad123 on 28 Mar 2016, 06:54, edited 4 times in total.

sobad123
Human
Human
Posts: 48
Joined: 17 Mar 2015, 06:48
Noob?: Yes

Re: Packet Parser 09DD / 09DB ZerefRo

#2 Post by sobad123 »

Added that to my servertype ( Receive ) for packet parser Errors
sub new {
my ($class) = @_;
my $self = $class->SUPER::new(@_);
my %packets = (
'09DB' => ['actor_moved', 'v C a4 a4 v3 V v10 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID AID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 stance sex coords xSize ySize act lv font name)]],
'09DC' => ['actor_connected', 'v C a4 a4 v3 V v11 a4 a2 v V C2 a3 C2 v2 a9 Z*', [qw(len object_type ID AID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font opt4 name)]],
'09DD' => ['actor_exists', 'v C a4 a4 v3 V v11 a4 a2 v V C2 a3 C3 v2 a9 Z*', [qw(len object_type ID AID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize act lv font opt4 name)]],
'08C8' => ['actor_action', 'a4 a4 a4 V3 x v C V', [qw(sourceID targetID tick src_speed dst_speed damage div type dual_wield_damage)]],
);
foreach my $switch (keys %packets) {
$self->{packet_list}{$switch} = $packets{$switch};
}

return $self;
}





___________
Error Code is actually

OpenKore version what-will-become-2.1
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 8954
No loaded plugins.

Error message:
Invalid arguments.

Stack trace:
Trace begun at src\Task\Route.pm line 80
Task::Route::new('Task::Route', 'actor', 'Actor::You=HASH(0x32c973c)', 'x', 2, 'y', 0, 'maxDistance', undef, 'maxTime', 4, 'avoidWalls', '', 'distFromGoal', undef, 'pyDistFromGoal', undef, 'notifyUponArrival', undef) called at src\Actor.pm line 786
Actor::route('Actor::You=HASH(0x32c973c)', undef, 2, 0, 'maxRouteTime', 4, 'attackID', '$M-^KM-^P^F', 'noMapRoute', 1, 'noAvoidWalls', 1) called at src\AI\Attack.pm line 526
AI::Attack::main at src\AI\Attack.pm line 97
AI::Attack::process at src\AI\CoreLogic.pm line 79
AI::CoreLogic::iterate at src\functions.pl line 760
main::mainLoop_initialized at src\functions.pl line 70
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2a4838c)') called at openkore.pl line 97
main::__start at start.pl line 136

Fehler in Zeile:

* unless ($args{actor}->isa('Actor') and $args{x} != 0 and $args{y} != 0) {
ArgumentException->throw(error => "Invalid arguments.");

Post Reply