Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
154
Scripts/Scripts-master/Addons/Hall2010RestingChairAddon.cs
Normal file
154
Scripts/Scripts-master/Addons/Hall2010RestingChairAddon.cs
Normal file
@@ -0,0 +1,154 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Hall2010RestingChairAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Hall2010RestingChairAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Hall2010RestingChairAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 2795 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 2795 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 2788 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
ac = new AddonComponent( 2789 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 2791 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 2791 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 2792 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 2794 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 2795 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 2795 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 2790 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 2787 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 2792 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 2793 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 2793 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 2794 );
|
||||
ac.Hue = 1360;
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 3095 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 3116 );
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 9653 );
|
||||
ac.Hue = 2723;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2723;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 13830 );
|
||||
ac.Hue = 2723;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 13829 );
|
||||
ac.Hue = 2723;
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 13829 );
|
||||
ac.Hue = 2723;
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 13830 );
|
||||
ac.Hue = 2723;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 6227 );
|
||||
AddComponent( ac, -1, 1, 10 );
|
||||
|
||||
}
|
||||
|
||||
public Hall2010RestingChairAddon( 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 Hall2010RestingChairAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Hall2010RestingChairAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Hall2010RestingChairAddonDeed()
|
||||
{
|
||||
Name = "Hall2010RestingChair";
|
||||
}
|
||||
|
||||
public Hall2010RestingChairAddonDeed( 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