Taming monster/pet

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

Moderators: Moderators, Developers

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: HELP: How to tame monster/pet using OpenKore?

#11 Post by EternalHarvest »

Can't commit.

Code: Select all

Index: kRO/Sakexe_0.pm
===================================================================
--- kRO/Sakexe_0.pm	(revision 7237)
+++ kRO/Sakexe_0.pm	(working copy)
@@ -390,7 +390,7 @@
 		# 0x019d is sent packet
 		'019E' => ['pet_capture_process'], # 2
 		# 0x019f is sent packet
-		'01A0' => ['pet_capture_result', 'C', [qw(type)]], # 3
+		'01A0' => ['pet_capture_result', 'C', [qw(success)]], # 3
 		# 0x01a1 is sent packet
 		'01A2' => ['pet_info', 'Z24 C v4', [qw(name renameflag level hungry friendly accessory)]], # 35
 		'01A3' => ['pet_food', 'C v', [qw(success foodID)]], # 5
Index: ServerType0.pm
===================================================================
--- ServerType0.pm	(revision 7238)
+++ ServerType0.pm	(working copy)
@@ -256,7 +256,7 @@
 		'019A' => ['pvp_rank', 'V3', [qw(ID rank num)]],
 		'019B' => ['unit_levelup', 'a4 V', [qw(ID type)]],
 		'019E' => ['pet_capture_process'],
-		'01A0' => ['pet_capture_result', 'C', [qw(type)]],	
+		'01A0' => ['pet_capture_result', 'C', [qw(success)]],	
 		#'01A2' => ($rpackets{'01A2'} == 35 # or 37
 		#	? ['pet_info', 'Z24 C v4', [qw(name renameflag level hungry friendly accessory)]]
 		#	: ['pet_info', 'Z24 C v5', [qw(name renameflag level hungry friendly accessory type)]]
subok13
Noob
Noob
Posts: 12
Joined: 05 Sep 2009, 16:42
Noob?: Yes

Re: HELP: How to tame monster/pet using OpenKore?

#12 Post by subok13 »

@EternalHarvest: what do you mean by "Can't commit"?

i tried adding this in the Receive.pm without the '+' and '-' signs, as to i don't know what they are for, and opnkore is now responding correctly..thanks!!! "Pet capture success" when captured.. "Pet capture fail" when failed

Code: Select all

'01A0' => ['pet_capture_result', 'C', [qw(type)]],
'01A0' => ['pet_capture_result', 'C', [qw(success)]],
only one problem remains now...the constant disconnection of Openkore after receiving the capture result...succeeded or failed...Openkore still gets disconnected after a few seconds..

if i did something wrong, kindly indicate here..

ALMOST THERE! (sorry can't wait for 2.1 release :p) tnx tnx!

NOTE: by the way i play pRO-Valkyrie..(i believe its serverType 22)
subok13
Noob
Noob
Posts: 12
Joined: 05 Sep 2009, 16:42
Noob?: Yes

Re: HELP: How to tame monster/pet using OpenKore?

#13 Post by subok13 »

any updates?
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: HELP: How to tame monster/pet using OpenKore?

#14 Post by EternalHarvest »

subok13 wrote:only one problem remains now...the constant disconnection of Openkore after receiving the capture result...succeeded or failed...Openkore still gets disconnected after a few seconds..
Any unknown packets before this disconnection? Can you move / use skills / etc in these few seconds?
subok13
Noob
Noob
Posts: 12
Joined: 05 Sep 2009, 16:42
Noob?: Yes

Re: HELP: How to tame monster/pet using OpenKore?

#15 Post by subok13 »

the bot simply freezes and disconnects >.<

1st: attack monster
2nd: use taming item on monster (while it's attacking the bot <- because of 1st step)
3rd: "pet c [monster number]"
4th: bot will return message [fail -no egg- or success -with egg-]
5th: bot freezes [if monster capture failed = bot stops attacking monster]
6th: disconnection
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: HELP: How to tame monster/pet using OpenKore?

#16 Post by EternalHarvest »

(This topic should be moved to bug reports.)
subok13
Noob
Noob
Posts: 12
Joined: 05 Sep 2009, 16:42
Noob?: Yes

Re: HELP: How to tame monster/pet using OpenKore?

#17 Post by subok13 »

ok..sorry for that..the problem apparently evolved. ill try to post this on the suggested category. thanks ;)
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Taming monster/pet

#18 Post by Technology »

I think this was fixed, can anyone test if the bot actually disconnects?
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Taming monster/pet

#19 Post by kLabMouse »

Bug Fix need to be checked.
Anybody willing to check?