Iomega0318

Squire
On Pub 57 you get the following when using 1.0.0.1, noticed an if region in the Charity module update I can only assume you meant to do the same thing on this update :)
C#:
GlobalTradeRecord.cs(177,24): error CS1061: 'GenericReader' does not contain a definition for 'ReadSerial' and no accessible extension method 'ReadSerial' accepting a first argument of type 'GenericReader' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
 
Last edited:
OP
Voxpire

Voxpire

Vita-Nex
Administrator
On Pub 57 you get the following when using 1.0.0.1, noticed an if region in the Charity module update I can only assume you meant to do the same thing on this update :)
C#:
GlobalTradeRecord.cs(177,24): error CS1061: 'GenericReader' does not contain a definition for 'ReadSerial' and no accessible extension method 'ReadSerial' accepting a first argument of type 'GenericReader' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]

Thanks! The package has been updated.
 

Iomega0318

Squire
One other thing I've noticed, I added weapons as a tradeable item but when adding them to the market it takes the uses into account which kinda breaks it allowing you to dupe weapons. Don't know if that's fixable of if I just need to remove those from the market.
1655670011579.png
 
OP
Voxpire

Voxpire

Vita-Nex
Administrator
That's one of the issues resolved in 1.0.0.1 - it only cares about the item stack amount now.
 
OP
Voxpire

Voxpire

Vita-Nex
Administrator
Uses displayed in the name on the gump are purely cosmetic and are no longer factored into the reclaim/purchase process.
 

tr1age

Citizen
Questions:

A: Does this still work?
B: Can we get some more screenshots from people who use it to see a fully filled up global trade window?
C: Can ANY item be sold?
D: How are items like weapons and armor and such searched via specific stats?
E: How do you see the stats on Weapons and armor and such?
F: What happens to items if someone deletes their character?
Would love to see those as I think we would most likely benefit from this if those all pan out right.

Thanks in advance!
 
Last edited:
OP
Voxpire

Voxpire

Vita-Nex
Administrator
Questions:

A: Does this still work?
B: Can we get some more screenshots from people who use it to see a fully filled up global trade window?
C: Can ANY item be sold?
D: How are items like weapons and armor and such searched via specific stats?
E: How do you see the stats on Weapons and armor and such?
F: What happens to items if someone deletes their character?
Would love to see those as I think we would most likely benefit from this if those all pan out right.

Thanks in advance!

A. Nope, it's still available in all its broken, not-working glory /sarcasm :D

B. There's a screenshot showing what that looks like in the description, despite it all being ingots.

C. Yes, as mentioned in the description, it supports all items, but is only pre-configured to handle resources and tools.

D. Search is by listing name only (using regex).

E. Hover tool-tips are fully supported in the gump.

F. The items are stored in a container on a hidden layer on their character, much like a bank, so deletion will wipe their items and the listings associated with them.