Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
188
Scripts/Scripts-master/Addons/Hall2011FireplaceFSAddon.cs
Normal file
188
Scripts/Scripts-master/Addons/Hall2011FireplaceFSAddon.cs
Normal file
@@ -0,0 +1,188 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Hall2011FireplaceFSAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Hall2011FireplaceFSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Hall2011FireplaceFSAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 10722 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 712 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
ac = new AddonComponent( 715 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 712 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 10722 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 713 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 712 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 716 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 711 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 10722 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 4925 );
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 717 );
|
||||
ac.Hue = 1175;
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 4913 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 4924 );
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 4923 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 4914 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 4912 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 14736 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 14736 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 14736 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 2420 );
|
||||
AddComponent( ac, 0, 1, 2 );
|
||||
ac = new AddonComponent( 2416 );
|
||||
AddComponent( ac, 0, 1, 10 );
|
||||
ac = new AddonComponent( 7401 );
|
||||
AddComponent( ac, 0, 1, 10 );
|
||||
ac = new AddonComponent( 7826 );
|
||||
ac.Hue = 2112;
|
||||
AddComponent( ac, -1, 1, 6 );
|
||||
ac = new AddonComponent( 6666 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 6660 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 4706 );
|
||||
ac.Hue = 2596;
|
||||
AddComponent( ac, 2, 1, 3 );
|
||||
ac = new AddonComponent( 4101 );
|
||||
AddComponent( ac, -1, 1, 21 );
|
||||
ac = new AddonComponent( 4650 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 7367 );
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 4655 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 7374 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 3136 );
|
||||
AddComponent( ac, -2, 2, 11 );
|
||||
ac = new AddonComponent( 9244 );
|
||||
AddComponent( ac, 0, 1, 20 );
|
||||
ac = new AddonComponent( 2527 );
|
||||
AddComponent( ac, 1, 1, 19 );
|
||||
ac = new AddonComponent( 3138 );
|
||||
AddComponent( ac, -1, 2, 12 );
|
||||
ac = new AddonComponent( 2524 );
|
||||
AddComponent( ac, 2, 1, 20 );
|
||||
ac = new AddonComponent( 2540 );
|
||||
AddComponent( ac, -2, 1, 20 );
|
||||
ac = new AddonComponent( 7020 );
|
||||
AddComponent( ac, 2, 0, 2 );
|
||||
ac = new AddonComponent( 5705 );
|
||||
ac.Hue = 1141;
|
||||
AddComponent( ac, -1, 1, 16 );
|
||||
ac = new AddonComponent( 5705 );
|
||||
ac.Hue = 1141;
|
||||
AddComponent( ac, 0, 1, 16 );
|
||||
ac = new AddonComponent( 5705 );
|
||||
ac.Hue = 1141;
|
||||
AddComponent( ac, 1, 1, 16 );
|
||||
ac = new AddonComponent( 5705 );
|
||||
ac.Hue = 1141;
|
||||
AddComponent( ac, 2, 1, 16 );
|
||||
ac = new AddonComponent( 5705 );
|
||||
ac.Hue = 1141;
|
||||
AddComponent( ac, -2, 1, 16 );
|
||||
|
||||
}
|
||||
|
||||
public Hall2011FireplaceFSAddon( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( 0 ); // Version
|
||||
}
|
||||
|
||||
public override void Deserialize( GenericReader reader )
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
|
||||
public class Hall2011FireplaceFSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Hall2011FireplaceFSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Hall2011FireplaceFSAddonDeed()
|
||||
{
|
||||
Name = "Hall2011FireplaceFS";
|
||||
}
|
||||
|
||||
public Hall2011FireplaceFSAddonDeed( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( 0 ); // Version
|
||||
}
|
||||
|
||||
public override void Deserialize( GenericReader reader )
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user