SphereServer BugTracker - SphereServer
View Issue Details
0002019SphereServerexecutable - genericpublic09-08-11 15:1402-09-11 19:55
Mirravin 
ShiryuX 
normalminoralways
closednot fixable 
 
 
Automated (specify build number)
None
None
1419
0002019: Incorrect item value in the standart sell menu.
When item value is more, than 2 bytes(65000+), it is displayed in the sell menu incorrectly. It is only occurs, when you are selling (not buying) items.
Windows / Linux (no difference).
No tags attached.
Issue History
09-08-11 15:14MirravinNew Issue
01-09-11 04:45MirravinNote Added: 0001230
01-09-11 05:15ShiryuXNote Added: 0001231
02-09-11 19:55ShiryuXStatusnew => closed
02-09-11 19:55ShiryuXAssigned To => ShiryuX
02-09-11 19:55ShiryuXResolutionopen => not fixable

Notes
(0001230)
Mirravin   
01-09-11 04:45   
The same with the "Gold Avail" number in the buy menu.
(0001231)
ShiryuX   
01-09-11 05:15   
The problem looks to be in the protocol. The buy menu uses 4 bytes for price while the sell menu only use 2 bytes. Sphere's code is fine, it uses the same variables types for both buy/sell price. About "Gold Avail", I really don't know, the gold amount isn't sent with the Buy/Sell list, client must be taking it from latest known character status.