FIXED trade order item = bag

Bob

Journeyman
The Legend
granted you could say user error ,
someone uniformed and not paying attention could loose items inside a bag in you're backpack.

How?
  • accept a trade order
  • trade order for 15 bags
  • you buy 15 bags from npc
  • click on trade crate context menu - fill from backpack
    • items automatically pop into trade order crate
      • including an additional bag you had been storing rare items in
point = when doing trade orders, its a good idea to remove Any items you want to keep from your backpack.
 

Dan

Staff Member
Administrator
Game Master
I will look into excluding containers from the trade order list of required goods.
 

Dan

Staff Member
Administrator
Game Master
Actually, I am going to handle it like this: Containers can still appear on the list but they will be rejected if they have any items inside of them.

C#:
if (item is Container container && container.Items.Count > 0)
{
    // If item is a container type, and it has items inside it, reject it.
    break;
}
 
  • Love
Reactions: Bob

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
10 hours
Players Online
14
Houses
879
Vendors
282
Gold
5,361,777,084gp
Top Bottom