Error after updating ServerType0.pm

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
rwnath
The Way Of Human
The Way Of Human
Posts: 194
Joined: 03 Nov 2010, 05:50
Noob?: No
Location: The Philippines
Contact:

Error after updating ServerType0.pm

#1 Post by rwnath »

An update that fixed the 07FD error, but the kore crashes with this error
OpenKore version what-will-become-2.1
@ai_seq = skill_use skill_use attack
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7517
Loaded plugins:
plugins/macro/macro.pl (macro)

Error message:
'/' must follow a numeric type in unpack at src/Network/Receive/ServerType0.pm line 7844.

Stack trace:
'/' must follow a numeric type in unpack at src/Network/Receive/ServerType0.pm line 7844.
at src/Network/Receive/ServerType0.pm line 7844
Network::Receive::ServerType0::special_item_obtain('Network::Receive::pRO=HASH(0x50d74e4)', 'HASH(0x56862f4)') called at src/Network/Receive.pm line 193
Network::Receive::parse('Network::Receive::pRO=HASH(0x50d74e4)', '\x{fd}\x{7}9\x{0}\x{1}i\x{2}\x{18}Allena Holsten\x{0}\x{0}l\x{0}h\x{0}dor\x{0}\x{18}Atroce\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}') called at src/functions.pl line 1320
main::parseIncomingMessage('\x{fd}\x{7}9\x{0}\x{1}i\x{2}\x{18}Allena Holsten\x{0}\x{0}l\x{0}h\x{0}dor\x{0}\x{18}Atroce\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}') called at src/functions.pl line 690
main::mainLoop_initialized() called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x26f9c44)') called at openkore.pl line 97
main::__start() called at start.pl line 129

Died at this line:
} elsif ($args->{type} == TYPE_MONSTER_ITEM) {
* @{$args}{qw(monster_name)} = unpack 'C/Z', $args->{etc};

Image


Locked