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!

Hue

shackal

Sorceror
Hello, someone has discovered something about the packet 0xF4? Is causing the crash shard, and has something to do with color, as an example:

Code:
Item apron = new HalfApron(1);
            apron.Movable = false;
            AddItem( apron );
            Item hair = new ShortHair( 1 );
            hair.Movable = false;
            AddItem( hair );
If i use color (2) or more, dont crash.
 
Top