|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: May 2005
Age: 36
Posts: 220
|
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 |
|
|
|
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,356
|
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" ); Code:
list.Add( "Donation Ethereal" ); list.Add( "0.0 sec slower cast time if not a 9mo. Veteran" );
__________________
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. |
|
|
|
|
|
#4 (permalink) | |
|
Master of the Internet
|
Quote:
This is how it's done: Code:
public override TimeSpan CastDelayBase
{
get
{
return TimeSpan.FromSeconds( 0 );
}
}
__________________
go fish |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|