Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
206
Scripts/Scripts-master/Addons/GardenCart2010Addon.cs
Normal file
206
Scripts/Scripts-master/Addons/GardenCart2010Addon.cs
Normal file
@@ -0,0 +1,206 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class GardenCart2010Addon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new GardenCart2010AddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public GardenCart2010Addon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, -2, 1 );
|
||||
ac = new AddonComponent( 4117 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, -2, 1 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 0, 1 );
|
||||
ac = new AddonComponent( 4117 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 0, 1 );
|
||||
ac = new AddonComponent( 2960 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, -2, 1 );
|
||||
ac = new AddonComponent( 2960 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, -1, 1 );
|
||||
ac = new AddonComponent( 2960 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 0, 1 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 0, 1 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 0, 1 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 1, 1 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 0, 1 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 1, 1 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 3203 );
|
||||
AddComponent( ac, 0, -2, 7 );
|
||||
ac = new AddonComponent( 3203 );
|
||||
AddComponent( ac, 0, 0, 7 );
|
||||
ac = new AddonComponent( 3256 );
|
||||
AddComponent( ac, 0, -1, 7 );
|
||||
ac = new AddonComponent( 3224 );
|
||||
AddComponent( ac, 0, -1, 7 );
|
||||
ac = new AddonComponent( 3206 );
|
||||
AddComponent( ac, 0, 1, 7 );
|
||||
ac = new AddonComponent( 9036 );
|
||||
AddComponent( ac, 0, -1, 7 );
|
||||
ac = new AddonComponent( 9036 );
|
||||
AddComponent( ac, 0, -1, 7 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 2, 1 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 2, 1 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 3, 1 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 2, 1 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 3, 1 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 2, 1 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 2, 1 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 3, 1 );
|
||||
ac = new AddonComponent( 5378 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 2, 1 );
|
||||
ac = new AddonComponent( 5379 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 3, 1 );
|
||||
ac = new AddonComponent( 3380 );
|
||||
AddComponent( ac, -1, 2, 2 );
|
||||
ac = new AddonComponent( 3206 );
|
||||
AddComponent( ac, 0, 3, 9 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 1, -2, 1 );
|
||||
ac = new AddonComponent( 4117 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 1, -2, 1 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 1, 0, 1 );
|
||||
ac = new AddonComponent( 4117 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 1, 0, 1 );
|
||||
ac = new AddonComponent( 3256 );
|
||||
AddComponent( ac, 1, -2, 11 );
|
||||
ac = new AddonComponent( 3380 );
|
||||
AddComponent( ac, 1, 2, 1 );
|
||||
ac = new AddonComponent( 3703 );
|
||||
AddComponent( ac, 1, -1, 1 );
|
||||
ac = new AddonComponent( 4014 );
|
||||
AddComponent( ac, 2, -2, 1 );
|
||||
ac = new AddonComponent( 7861 );
|
||||
AddComponent( ac, 2, -1, 1 );
|
||||
ac = new AddonComponent( 9036 );
|
||||
AddComponent( ac, 1, -2, 1 );
|
||||
ac = new AddonComponent( 3208 );
|
||||
AddComponent( ac, 2, 0, 1 );
|
||||
ac = new AddonComponent( 3211 );
|
||||
AddComponent( ac, 2, -2, 6 );
|
||||
|
||||
}
|
||||
|
||||
public GardenCart2010Addon( 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 GardenCart2010AddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new GardenCart2010Addon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public GardenCart2010AddonDeed()
|
||||
{
|
||||
Name = "GardenCart2010";
|
||||
}
|
||||
|
||||
public GardenCart2010AddonDeed( 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