Go Back   RunUO - Ultima Online Emulation > RunUO > RunUO Post Archive

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 04-10-2004, 05:17 AM   #1 (permalink)
 
Join Date: Dec 2003
Posts: 62
Default Dressing human mobs.

Mmm'kay now... This is pretty easy.

If you want to dress a human monster be sure to add this right after where his/her name is located with bodyvalue.
Heres example...
Code:
		{
			Body = 0x190;
			Name = "Example";
Now under that your gonna want to add this.

Code:
			LeatherGloves gloves = new LeatherGloves();
			gloves.Hue = 1109;
			AddItem( gloves );
Now it should look like this.

Code:
		{
			Body = 0x190;
			Name = "Example";

			LeatherGloves gloves = new LeatherGloves();
			gloves.Hue = 1109;
			AddItem( gloves );
                  {
No more birthday suit!
zimm is offline   Reply With Quote
Old 10-30-2008, 11:32 PM   #2 (permalink)
Lurker
 
Pyro Man's Avatar
 
Join Date: Dec 2007
Location: In a house :D
Age: 21
Posts: 16
Send a message via MSN to Pyro Man
Talking

OMFG THANK YOU!! I've looked for hours and each time i find something it doesn't work!!

Keep givin advice bro!

__________________
Reading this indicates you truly have no life :/
Pyro Man is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5