Search found 96 matches

by kamirie
14 Nov 2018, 00:53
Forum: Other OpenKore support
Topic: TK points
Replies: 1
Views: 3124

TK points

is there an @eval value that can check Taekwon points or the progress of the mob that it's hunting.
Example :
Target Monster : Nine Tail (99%)
by kamirie
08 Nov 2018, 21:57
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

fadreus wrote:Copy sub handle quest_all_list3 too :?
Ok, I think this solved it. Will do the test as I can already see the quests
by kamirie
08 Nov 2018, 03:55
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

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)]],
by kamirie
07 Nov 2018, 18:38
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

I don't see any 09FB packet in ServerType0
by kamirie
07 Nov 2018, 01:54
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

fadreus wrote:Use handler name in ServerType0 and add in Sakexe_0 :?
How do I do this?
by kamirie
06 Nov 2018, 20:01
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

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

:(
by kamirie
05 Nov 2018, 20:25
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

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)]],
}
by kamirie
01 Nov 2018, 03:06
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

add it to /src/Network/Sent/kRO/RagexeRE_2015_10_29a.pm ?
by kamirie
31 Oct 2018, 02:32
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

fadreus wrote:On latest version 09F8 don't have for kRO_RagexeRE_2015_10_29a neither do in Sakexe_0

Code: Select all

'09F8' => ['quest_all_list3', 'v3 a*', [qw(len count unknown message)]],
Add them. :?
Where will I add this line?
thanks
by kamirie
30 Oct 2018, 18:21
Forum: Private Servers
Topic: Quest List is blank
Replies: 20
Views: 9158

Re: Quest List is blank

I'm guessing it coz of 09F8? Update packets? IDK :? :roll: I do have an unknown switch 09F8. I already have an updated recvpackets extracted using PEEK. :( 0064 55 0065 17 0066 3 0067 37 0068 46 0069 -1 006A 23 006B -1 006C 3 006D 149 006E 3 006F 2 0070 3 0071 28 0072 22 0073 11 0074 3 0075 -1 0076...