SphereServer BugTracker - SphereServer
View Issue Details
0002454SphereServerexecutable - windows buildpublic02-01-15 18:4429-03-15 22:56
MirroR 
 
normalminoralways
newopen 
 
 
Automated (specify build number)
None
None
2150
0002454: E/C Vendor Buying Problem
I can't see vendor menus

http://i.hizliresim.com/z2nqkD.jpg [^]

this is mageshop menu.

thanks
No tags attached.
Issue History
02-01-15 18:44MirroRNew Issue
25-01-15 04:17JimNote Added: 0002654
26-03-15 12:37XuNNote Added: 0002755
29-03-15 22:56BenNote Added: 0002757

Notes
(0002654)
Jim   
25-01-15 04:17   
I also found it, it is a problem in 3D(Enhanced Client) if someone can not buy/sell.

Did anybody fix it?
(0002755)
XuN   
26-03-15 12:37   
I found something weird on OSI sniffing:
In the buy proccess PacketContainer '0x3c' is sent, instead of PacketVendorBuyList '0x74', and its called twice... first one with all contents and second one only with amount of items sent to shop menu, anyway price is not set in this so I wonder how they get it.
(0002757)
Ben   
29-03-15 22:56   
Did some sniffing also, and this is what I get from OSI.

send 0xC3 with full content
send in loop 0xDC for each item
send 0xC3 0x00 0x05 0x00 0x00
send 0x74 with no content
send 0x24 with conttype as 0x00
client sends 0xD6 request
send in loop 0xD6 for each item

I replicated it but I still get a blank menu. Not sure where to go from here.
Sell menu seems to work fine, spellbook also, since these are related to the same packets...