RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Public Trash Container

BillyTheKid

Wanderer
Public Trash Container

Ive found that placing a trash barrel or a trash chest they just say like usual ones instead of saying its a garbage like. That would be good to include in Distro the line that say like i added to mines:
[Constructable]
public TrashBarrel() : base( 0xE77 )
{
Hue = 0x3B2;
Movable = false;
Name = "Trash Barrel";
}
 
Top