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!

HueTestGump With Number...

nice script, is there a list or program I can use to see items as I would like to swap the items on the 3 paperdolls?





Code:
    this.AddImageTiled(16, 46, 175, 257, 12);//Body Male
            this.AddImage(16, 47, 60468,m_AT.m_TextHue-1);
            this.AddImage(14, 48, 50624,m_AT.m_TextHue-1);
            this.AddImage(16, 45, 50970,m_AT.m_TextHue-1);
            this.AddImage(15, 45, 50943,m_AT.m_TextHue-1);
            this.AddImage(160, 48, 11);//Gump
            this.AddImageTiled(160, 46, 170, 229, 12);//Body Male
            this.AddImage(160, 47, 50529,m_AT.m_TextHue-1);
            this.AddImage(163, 43, 60887,m_AT.m_TextHue-1);
            this.AddImage(160, 46, 50527,m_AT.m_TextHue-1);
            this.AddImage(160, 45, 50528,m_AT.m_TextHue-1);
            this.AddImage(160, 46, 60530,m_AT.m_TextHue-1);
            this.AddImage(157, 46, 60568,m_AT.m_TextHue-1);
            this.AddImage(160, 46, 60531,m_AT.m_TextHue-1);
            this.AddImage(161, 45, 50516,m_AT.m_TextHue-1);
            this.AddImage(299, 47, 11);//Gump
            this.AddImageTiled(300, 48, 155, 226, 13);//Body Female
            this.AddImage(300, 48, 50908,m_AT.m_TextHue-1);
            this.AddImage(301, 47, 50497,m_AT.m_TextHue-1);
            this.AddImage(300, 47, 50476,m_AT.m_TextHue-1);
            this.AddImage(301, 48, 60890);//Hair
            this.AddImage(300, 41, 50926,m_AT.m_TextHue-1);
            this.AddImage(297, 46, 50520,m_AT.m_TextHue-1);
            this.AddImage(298, 45, 60490,m_AT.m_TextHue-1);
            this.AddImage(24, 49, 50422,m_AT.m_TextHue-1);
            this.AddImage(163, 49, 50422,m_AT.m_TextHue-1);
            this.AddImage(303, 48, 50422,m_AT.m_TextHue-1);
            this.AddImage(16, 47, 50501,m_AT.m_TextHue-1);



At a quick glance I would say this is the area. I've been out of the UO and RunUO loop for about 8 or 9 years but I believe the program InsideUO will help you find the images and IDs you want to swap out.
 
Top