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!

Layer Question

rsmiller21

Wanderer
Layer Question

Layers are controled by the client correct? If not then would anyone know how layering is determined? For example how does PlateLegs have a layer assigned to it?
 

rsmiller21

Wanderer
Thanks Kenko. The answer to this is found in Items.cs and on this line:
Code:
[SIZE=2][COLOR=#800000]
[COLOR=black]this.Layer = (Layer)ItemData.Quality;[/COLOR]
[/COLOR][/SIZE]
 
Top