"None" in inventory

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#11 Post by Technology »

all looks good up till there, but that has nothing to do with kore's version:

Code: Select all

inventory stackable (02E8)
19, 569, 0, 1, 100, 0,         ,     .
20, 1016, 3, 1, 87, 0,         ,     .
21, 919, 3, 1, 39, 0,         ,     .
22, 913, 3, 1, 22, 0,         ,     .
23, 528, 0, 1, 6, 0,         ,     .
24, 921, 3, 1, 27, 0,         ,     .
26, 955, 3, 1, 34, 0,         ,     .
27, 909, 3, 1, 33, 0,         ,     .
28, 915, 3, 1, 14, 0,         ,     .
29, 1052, 3, 1, 28, 0,         ,     .
30, 949, 3, 1, 9, 0,         ,     .
31, 938, 3, 1, 6, 0,         ,     .
32, 1002, 3, 1, 2, 0,         ,     .
33, 507, 0, 1, 11, 0,         ,     .
34, 910, 3, 1, 2, 0,         ,     .
36, 514, 0, 1, 1, 0,         ,     .
39, 645, 2, 1, 1, 0,         ,     .

inventory nonstackable (02D0)
25, 2303, 4, 0, 16, 0, 0, 0,         ,     .
35, 2304, 4, 0, 16, 0, 0, 0,         ,     .
37, 2303, 4, 0, 16, 0, 0, 0,         ,     .
38, 2303, 4, 0, 16, 0, 0, 0,         ,     .
40, 1108, 5, 0, 2, 0, 0, 0,         ,     .
41, 2303, 4, 0, 16, 0, 0, 0,         ,     .
42, 2278, 13, 1, 513, 513, 0, 0,         ,     .
43, 2314, 4, 1, 16, 16, 0, 0,         ,     .
44, 2405, 4, 1, 64, 64, 0, 0,         ,     .
45, 2505, 4, 1, 4, 4, 0, 0,         ,     .
46, 2230, 4, 1, 256, 256, 0, 0,         ,     .
47, 1360, 9, 1, 34, 34, 0, 0,         ,     .
inventory_item_added (02D4)
27, 1, 909, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
26, 1, 955, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
26, 1, 955, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
27, 1, 909, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
27, 1, 909, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
26, 1, 955, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
27, 1, 909, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
29, 1, 1052, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
26, 1, 955, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
34, 1, 910, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
27, 1, 909, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
26, 1, 955, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
28, 1, 915, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
30, 1, 949, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
20, 1, 1016, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
21, 1, 919, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
21, 1, 919, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
21, 1, 919, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
20, 1, 1016, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
22, 1, 913, 1, 0, 0,         , 0, 3, 0,

inventory_item_added (02D4)
36, 1, 514, 1, 0, 0,         , 0, 0, 0,
Ok, i've updated the debugPacket config options,
now we can dump all packets to the DUMP_lines.txt if we want to using solely these config options:
debugPacket_received 1
debugPacket_include_dumpMethod 4
(update to latest svn to use it)

edit: damn, this is probably one of those bugs that you curse to hell once you find it because such tiny thing was wrong :)
looks like stackable items are screwing up and appearing as if they were nonstackable right?
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!

252-rer
Noob
Noob
Posts: 14
Joined: 17 Apr 2008, 01:31

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#12 Post by 252-rer »

Can I just pm you the next DUMP_lines.txt?
Im pretty sure I cut the login info out but not 100%.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#13 Post by Technology »

OMG, got it!

How silly, '=' instead of '==' :lol:

Thanks 252-rer for your help!

edit: test r6844 please
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!

252-rer
Noob
Noob
Posts: 14
Joined: 17 Apr 2008, 01:31

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#14 Post by 252-rer »

lol yep that fixed it.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#15 Post by Technology »

So now that dcOnEmptyArrow bug, is it still a problem?
And i'm still worried about the 02D4 packet, so if you notice anything odd just report.
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!

252-rer
Noob
Noob
Posts: 14
Joined: 17 Apr 2008, 01:31

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#16 Post by 252-rer »

So back to the original bug, dcOnEmptyArrow doesn't work. I run out of equipped arrows and it just continues on trying to fight things and giving
Skill Double Strafe failed (Requirement)

From the manual:
dcOnEmptyArrow [<boolean flag>]
If this option is set to 1, Kore will automatically disconnect when you have no more arrows to use.

edit:the the
Last edited by 252-rer on 24 Aug 2009, 21:30, edited 1 time in total.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#17 Post by kLabMouse »

Thanks for Packets.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#18 Post by Technology »

Ok so now the dcOnEmptyArrow bug.
are you receiving packet: 013B?
Or what packets are you receiving when you get the message that you cannot use DS?
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!

252-rer
Noob
Noob
Posts: 14
Joined: 17 Apr 2008, 01:31

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#19 Post by 252-rer »

I don't seem to get packet 013B. I get this skill fail packet every time I try to ds: 10012e0000000000000a
example dump below.
Attachments
DUMP_lines.txt
(1.96 KiB) Downloaded 334 times

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r6842 | rental items bug on official (dcOnEmptyArrow)

#20 Post by Technology »

Thats the skill_use_failed packet, i wonder if your bot uses normal attack besides DS.
And are you on an eAthena server?
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!

Locked