Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 06-24-2008, 02:23 PM   #1 (permalink)
Forum Novice
 
Join Date: May 2005
Age: 36
Posts: 220
Default How Do You Fix RunUO 2.0 RC2 So You Can Mount Ethereals Immediately?

Hello,

I'm running RunUO 2.0 RC2 as a LAN server so my wife, kids, and I can all play together on our home network.

My question is:

How can you fix RunUO RC2 so you can mount Ethereal mounts immediately?

When we ran a shard on RunUO 1.0 this problem was easy to fix by just changing the FCR, but in 2.0 that doesn't seem to fix it.

Thanks,
Sean
seanandre is offline   Reply With Quote
Old 06-25-2008, 11:55 AM   #2 (permalink)
Forum Expert
 
Hammerhand's Avatar
 
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,356
Default

In Scripts/Mobiles/Animals/Mounts/Ethereals.cs try changing the following.
Code:
				list.Add( "Donation Ethereal" );
				list.Add( "7.5 sec slower cast time if not a 9mo. Veteran" );
To
Code:
				list.Add( "Donation Ethereal" );
				list.Add( "0.0 sec slower cast time if not a 9mo. Veteran" );
See if that helps a bit.
__________________
May you have the strength of eagles' wings,
the faith and courage to fly to new heights,
and the wisdom of the universe to carry you there.
Hammerhand is offline   Reply With Quote
Old 06-25-2008, 12:42 PM   #3 (permalink)
Forum Novice
 
Soteric's Avatar
 
Join Date: Aug 2006
Location: Russia, Rostov-on-Don
Posts: 763
Send a message via ICQ to Soteric
Default

I doubt it helps...

Try to change OnDoubleClick() method of EtherealMount class:
Code:
public override void OnDoubleClick( Mobile from )
{
	if ( Validate( from ) && Rider == null )
		Rider = from;
}
Soteric is online now   Reply With Quote
Old 06-25-2008, 04:03 PM   #4 (permalink)
Master of the Internet
 
Join Date: Mar 2006
Location: Germany
Age: 17
Posts: 14,770
Send a message via AIM to Suil Ban Send a message via MSN to Suil Ban
Default

Quote:
Originally Posted by Hammerhand View Post
In Scripts/Mobiles/Animals/Mounts/Ethereals.cs try changing the following.
Code:
				list.Add( "Donation Ethereal" );
				list.Add( "7.5 sec slower cast time if not a 9mo. Veteran" );
To
Code:
				list.Add( "Donation Ethereal" );
				list.Add( "0.0 sec slower cast time if not a 9mo. Veteran" );
See if that helps a bit.
How is modifying a string going to solve his problem?

This is how it's done:
Code:
public override TimeSpan CastDelayBase
            {
                get
                {
                    return TimeSpan.FromSeconds( 0 );
                }
            }
__________________
go fish
Suil Ban is offline   Reply With Quote
Old 06-25-2008, 05:14 PM   #5 (permalink)
Forum Novice
 
Join Date: May 2005
Age: 36
Posts: 220
Default

Thank you Suil Ban. That worked.

Sean
seanandre 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