Quest List is blank

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

Moderator: Moderators

Message
Author
kamirie
Plain Yogurt
Plain Yogurt
Posts: 96
Joined: 22 Jul 2009, 23:19
Noob?: Yes

Re: Quest List is blank

#11 Post by kamirie »

fadreus wrote:Receive, not Sent.
I added it but sadly it still the not detecting any quest list

Code: Select all

use strict;
use base qw(Network::Receive::kRO::RagexeRE_2015_10_01b);

sub new {
	my ($class) = @_;
	return $class->SUPER::new(@_);
	'09F8' => ['quest_all_list3', 'v3 a*', [qw(len count unknown message)]],
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Quest List is blank

#12 Post by fadreus »

Try at Sakexe_0 :?

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

kamirie
Plain Yogurt
Plain Yogurt
Posts: 96
Joined: 22 Jul 2009, 23:19
Noob?: Yes

Re: Quest List is blank

#13 Post by kamirie »

fadreus wrote:Try at Sakexe_0 :?
Packet Parser: Unhandled Packet: 09F8 Handler: quest_all_list3

:(

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Quest List is blank

#14 Post by fadreus »

Use handler name in ServerType0 and add in Sakexe_0 :?

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

kamirie
Plain Yogurt
Plain Yogurt
Posts: 96
Joined: 22 Jul 2009, 23:19
Noob?: Yes

Re: Quest List is blank

#15 Post by kamirie »

fadreus wrote:Use handler name in ServerType0 and add in Sakexe_0 :?
How do I do this?

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Quest List is blank

#16 Post by fadreus »

Just copy sub handle quest_all_list3

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

kamirie
Plain Yogurt
Plain Yogurt
Posts: 96
Joined: 22 Jul 2009, 23:19
Noob?: Yes

Re: Quest List is blank

#17 Post by kamirie »

I don't see any 09FB packet in ServerType0

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Quest List is blank

#18 Post by fadreus »

Coz it's Eight (8), not B (Bee) ;)

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

kamirie
Plain Yogurt
Plain Yogurt
Posts: 96
Joined: 22 Jul 2009, 23:19
Noob?: Yes

Re: Quest List is blank

#19 Post by kamirie »

fadreus wrote:Coz it's Eight (8), not B (Bee) ;)
sorry my bad, I copied this line from ServerType0 to Sakexe_0 but its still blank :( and still saying unhandled packet

Code: Select all

'09F8' => ['quest_all_list3', 'v3 a*', [qw(len count unknown message)]],

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Quest List is blank

#20 Post by fadreus »

Copy sub handle quest_all_list3 too :?

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply