r7164 | Vender List not showing vender position & name

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

Moderators: Moderators, Developers

Zealtous
Noob
Noob
Posts: 12
Joined: 13 Oct 2008, 09:02
Noob?: No

r7164 | Vender List not showing vender position & name

#1 Post by Zealtous »

Using unmodified r7164 with no plugin

serverType kRO_RagexeRE_2009_10_06a

vl result didn't show vender position and name:
-----------Vender List-----------
# Title Coords Owner
0 Come and see....^^ 1 Cheap Sunglasses Slot Ring [1] 2 Horns, Shields 3 Gokkurin 4 To sell or not to sell 5 damn cheap, buy now----------------------------------
Viewing one of the vender's shop shows an extra item called Unknown ;) :
-------------------------- Vender: EeTe (5) ---------------------------
# Name Type Amount Price
5 Abysmal Knight Card Card 6 22,200,000z
Unknown 540,698,97z
-------------------------------------------------------------------------------
Lotus
Human
Human
Posts: 32
Joined: 26 Jan 2010, 12:07
Noob?: No

Re: r7164 | Vender List not showing vender position & name

#2 Post by Lotus »

whats is the unknown item, or is the item nonexistent on real client?
kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: r7164 | Vender List not showing vender position & name

#3 Post by kali »

Server?

Let's not play guessing games please.

(Good job on the topic, it induces devs to look into your problem. Bug details need some work though :) )
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r7164 | Vender List not showing vender position & name

#4 Post by Technology »

bug 1 confirmed, will be fixed in next rev
bug 2 not confirmed, it doesn't happen on kRO, i'll need more info.
like the debug log when receiving 0800 or 0133

also, what kali said
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!
Zealtous
Noob
Noob
Posts: 12
Joined: 13 Oct 2008, 09:02
Noob?: No

Re: r7164 | Vender List not showing vender position & name

#5 Post by Zealtous »

Lotus wrote:whats is the unknown item, or is the item nonexistent on real client?
It doesn't exist in the real client ;)
kali wrote:Server?

Let's not play guessing games please.

(Good job on the topic, it induces devs to look into your problem. Bug details need some work though :) )
eAthena SVN, tho' I don't know which version :D
I'll PM server detail with account to test if you'd like to ;)

(Thanks :D)
Technology wrote:bug 1 confirmed, will be fixed in next rev
bug 2 not confirmed, it doesn't happen on kRO, i'll need more info.
like the debug log when receiving 0800 or 0133
Sure, logging with debug 2 soon, will PM the server detail too ;)



Sorry that I can't put server details here in thread as I know the server owner also comes here to bot in official server ;D

Edit:
I hope this is it:

Code: Select all

[Mar 11 21:45:21 2010.63] Input: vender 0
[Mar 11 21:45:21 2010.63] Sent Entering Vender: removed
[Mar 11 21:45:21 2010.67] Received packet: 0133 Handler: vender_items_list
[Mar 11 21:45:21 2010.67] ----------------------------- Vender: removed (0) ------------------------------
#  Name                                       Type           Amount       Price
[Mar 11 21:45:21 2010.67] Item added to Vender Store: +6 Padded Armor [1] - 15000000 z
[Mar 11 21:45:21 2010.67] 19 +6 Padded Armor [1]                        Armor               1 15,000,000z
[Mar 11 21:45:21 2010.67] Item added to Vender Store: Naga Scale Armor - 3500000 z
[Mar 11 21:45:21 2010.67] 8  Naga Scale Armor                           Armor               1  3,500,000z
[Mar 11 21:45:21 2010.67] Item added to Vender Store: Strong Shield [1] - 3000000 z
[Mar 11 21:45:21 2010.67] 10 Strong Shield [1]                          Armor               1  3,000,000z
[Mar 11 21:45:21 2010.67] Item added to Vender Store: Naga Scale Shield - 3000000 z
[Mar 11 21:45:21 2010.68] 9  Naga Scale Shield                          Armor               1  3,000,000z
[Mar 11 21:45:21 2010.68] Item added to Vender Store: +6 Damascus [2] - 5000000 z
[Mar 11 21:45:21 2010.68] 11 +6 Damascus [2]                            Weapon              1  5,000,000z
[Mar 11 21:45:21 2010.68] Item added to Vender Store: Decorative Golden Bell - 2000000 z
[Mar 11 21:45:21 2010.68] 6  Decorative Golden Bell                     Armor               1  2,000,000z
[Mar 11 21:45:21 2010.68] Item added to Vender Store: Unknown - 2037263721 z
[Mar 11 21:45:21 2010.68]    Unknown                                                          2,037,263,z
[Mar 11 21:45:21 2010.68] -------------------------------------------------------------------------------
Client used in this server: 2009-10-13a
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r7164 | Vender List not showing vender position & name

#6 Post by Technology »

your server suffixes the packet with 00000000,
kore is doing its job fine here unpacking all
this extra data could be caused by a bug in the server's sources.

So i guess we can conclude that bug 2 is not a bug in kore.

Anyways thanks for the bug 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!
Zealtous
Noob
Noob
Posts: 12
Joined: 13 Oct 2008, 09:02
Noob?: No

Re: r7164 | Vender List not showing vender position & name

#7 Post by Zealtous »

Ok, will report again if I encounter another bug ;)