Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
164
Scripts/Scripts-master/Addons/DarkTubAddon.cs
Normal file
164
Scripts/Scripts-master/Addons/DarkTubAddon.cs
Normal file
@@ -0,0 +1,164 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class DarkTubAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new DarkTubAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public DarkTubAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 677 );
|
||||
ac.Hue = 2511;
|
||||
AddComponent( ac, 0, 1, 3 );
|
||||
ac = new AddonComponent( 4100 );
|
||||
ac.Hue = 1154;
|
||||
AddComponent( ac, 0, 0, 12 );
|
||||
ac = new AddonComponent( 675 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, -1, 1, 3 );
|
||||
ac = new AddonComponent( 676 );
|
||||
AddComponent( ac, -1, -2, 0 );
|
||||
ac = new AddonComponent( 676 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, -1, -2, 3 );
|
||||
ac = new AddonComponent( 677 );
|
||||
AddComponent( ac, 0, -2, 3 );
|
||||
ac = new AddonComponent( 5154 );
|
||||
AddComponent( ac, 0, 2, 5 );
|
||||
ac = new AddonComponent( 13613 );
|
||||
AddComponent( ac, 0, 0, 3 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, 0, -2, 3 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, 0, 2, 3 );
|
||||
ac = new AddonComponent( 6420 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -2, 8 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -2, 8 );
|
||||
ac = new AddonComponent( 6420 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -2, 8 );
|
||||
ac = new AddonComponent( 675 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, -1, -1, 3 );
|
||||
ac = new AddonComponent( 3835 );
|
||||
AddComponent( ac, 0, 2, 12 );
|
||||
ac = new AddonComponent( 13456 );
|
||||
AddComponent( ac, 0, -1, 3 );
|
||||
ac = new AddonComponent( 675 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, -1, 0, 3 );
|
||||
ac = new AddonComponent( 13456 );
|
||||
AddComponent( ac, 0, 1, 3 );
|
||||
ac = new AddonComponent( 678 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, 1, 1, 3 );
|
||||
ac = new AddonComponent( 678 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, 1, 0, 3 );
|
||||
ac = new AddonComponent( 13456 );
|
||||
AddComponent( ac, 1, 1, 3 );
|
||||
ac = new AddonComponent( 677 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, 1, -2, 3 );
|
||||
ac = new AddonComponent( 678 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, 1, -1, 3 );
|
||||
ac = new AddonComponent( 13456 );
|
||||
AddComponent( ac, 1, -1, 3 );
|
||||
ac = new AddonComponent( 677 );
|
||||
ac.Hue = 2605;
|
||||
AddComponent( ac, 1, 1, 3 );
|
||||
ac = new AddonComponent( 6813 );
|
||||
ac.Hue = 2604;
|
||||
AddComponent( ac, 1, -1, 17 );
|
||||
ac = new AddonComponent( 13456 );
|
||||
AddComponent( ac, 1, 0, 3 );
|
||||
ac = new AddonComponent( 1180 );
|
||||
AddComponent( ac, 2, -1, 3 );
|
||||
ac = new AddonComponent( 1180 );
|
||||
AddComponent( ac, 2, 2, 3 );
|
||||
ac = new AddonComponent( 1180 );
|
||||
AddComponent( ac, 1, 2, 3 );
|
||||
ac = new AddonComponent( 1180 );
|
||||
AddComponent( ac, 1, -2, 3 );
|
||||
ac = new AddonComponent( 1180 );
|
||||
AddComponent( ac, 2, -2, 3 );
|
||||
ac = new AddonComponent( 1180 );
|
||||
AddComponent( ac, 2, 0, 3 );
|
||||
ac = new AddonComponent( 1180 );
|
||||
AddComponent( ac, 2, 1, 3 );
|
||||
|
||||
}
|
||||
|
||||
public DarkTubAddon( 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 DarkTubAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new DarkTubAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public DarkTubAddonDeed()
|
||||
{
|
||||
Name = "DarkTub";
|
||||
}
|
||||
|
||||
public DarkTubAddonDeed( 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