Go Back   RunUO - Ultima Online Emulation > RunUO > Core Modifications > Other

Other Cant find a category above, use this one! Core mods not listed above go here!

Reply
 
Thread Tools Display Modes
Old 08-16-2006, 09:55 AM   #1 (permalink)
Forum Expert
 
Join Date: Jul 2004
Location: Calgary Alberta Canada
Age: 46
Posts: 360
Send a message via ICQ to Crowley62 Send a message via MSN to Crowley62
Default fix for elven wash basin east

When you add a washbasin it comes out backwards. In Scripts/Items/Addons/ElvenWashbasinEastAddon.cs change
Code:
AddComponent( new AddonComponent( 0x30DF ), 0, 0, 0 );
AddComponent( new AddonComponent( 0x30E0 ), 0, -1, 0 );
to this
Code:
AddComponent( new AddonComponent( 0x30E0 ), 0, 0, 0 );
AddComponent( new AddonComponent( 0x30DF ), 0, -1, 0 );
this will fix it appearing backwards
Crowley62 is online now   Reply With Quote
Old 08-18-2006, 01:40 AM   #2 (permalink)
Newbie
 
Join Date: Nov 2004
Posts: 30
Default Now I don't have to look for it

Thanks for finding this. I noticed it the other day but hadn't gotten around to looking for it.
Vindekator 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