Overwrite

Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
Unstable Kitsune
2023-11-28 23:20:26 -05:00
parent 3cd54811de
commit b918192e4e
11608 changed files with 2644205 additions and 47 deletions

View File

@@ -0,0 +1,159 @@
////////////////////////////////////////
// //
// Generated by CEO's YAAAG - V1.2 //
// (Yet Another Arya Addon Generator) //
// //
////////////////////////////////////////
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class smokehouseAddon : BaseAddon
{
private static int[,] m_AddOnSimpleComponents = new int[,] {
{6642, -2, 1, 0}, {1305, 1, -1, 0}, {1305, -2, 1, 0}// 1 2 3
, {1305, 2, 1, 0}, {1305, 0, -2, 0}, {1305, -2, -2, 0}// 4 5 6
, {1305, 0, 0, 0}, {1305, -2, 0, 0}, {7825, 1, -1, 3}// 7 8 9
, {1305, -1, -2, 0}, {7, 2, -3, 0}, {7, -2, -3, 0}// 10 11 12
, {7, 1, -3, 0}, {7816, -1, 1, 0}, {1305, 1, 0, 0}// 13 14 15
, {6257, 0, -2, 6}, {7, 0, -3, 0}, {1305, 2, 0, 0}// 16 17 18
, {1305, 1, -2, 0}, {7820, -2, 0, 3}, {7, -1, -3, 0}// 19 20 21
, {1305, -2, -1, 0}, {1305, -1, 1, 0}, {8, -3, 1, 0}// 22 23 24
, {1305, 1, 1, 0}, {1305, 0, 1, 0}, {1305, 0, -1, 0}// 25 26 27
, {1305, -1, 0, 0}, {1305, 2, -2, 0}, {8, -3, 0, 0}// 28 29 30
, {8, -3, -1, 0}, {8, -3, -2, 0}, {1305, 2, -1, 0}// 31 32 33
, {1305, -1, -1, 0}, {6259, 1, -2, 5}, {6643, -2, 0, 0}// 34 35 36
, {8, 2, -2, 0}, {7134, -2, -1, 4}, {8, 2, -1, 0}// 37 41 47
, {8, 2, 1, 0}, {6260, 3, -2, 5}, {1475, 3, -2, 20}// 48 49 51
, {1475, 3, -1, 20}, {1475, 3, 0, 20}, {1475, 3, 1, 20}// 52 53 54
, {1475, 2, -2, 23}, {1475, 2, -1, 23}, {1475, 2, 0, 23}// 55 56 57
, {1475, 2, 1, 23}, {8564, -2, -1, 20}, {8564, -2, -2, 20}// 58 59 60
, {8564, -2, 0, 20}, {8564, -2, 1, 20}, {8564, -1, -2, 23}// 61 62 63
, {8564, -1, -1, 23}, {8564, -1, 0, 23}, {8564, -1, 1, 23}// 64 65 66
, {8564, 0, -2, 26}, {8564, 0, -1, 26}, {8564, 0, 0, 26}// 67 68 69
, {8564, 0, 1, 26}, {1474, 0, -1, 26}, {1475, 1, -2, 26}// 70 71 72
, {1475, 1, -1, 26}, {1475, 1, 0, 26}, {1475, 1, 1, 26}// 73 74 75
, {7, -2, 3, 0}, {7, -1, 3, 0}, {7, 0, 3, 0}// 76 77 78
, {7, 1, 3, 0}, {7, 2, 3, 0}, {1305, -2, 3, 0}// 79 80 81
, {1305, -1, 3, 0}, {1305, 0, 3, 0}, {1305, 1, 3, 0}// 82 83 84
, {1305, 2, 3, 0}, {1305, -2, 2, 0}, {1305, -1, 2, 0}// 85 86 87
, {1305, 0, 2, 0}, {1305, 1, 2, 0}, {1305, 2, 2, 0}// 88 89 90
, {8, -3, 3, 0}, {8, -3, 2, 0}, {7827, -1, 3, 18}// 91 92 93
, {7819, -1, 2, 18}, {6641, -2, 2, 0}, {7820, -2, 2, 4}// 94 95 96
, {7823, -2, 2, 8}, {7812, -1, 2, 13}, {7822, -1, 2, 18}// 97 98 99
, {8, 2, 3, 0}, {8, 2, 2, 0}, {7815, -1, 4, 6}// 100 101 102
, {7815, 0, 4, 6}, {7815, 1, 4, 6}, {6258, 3, 3, 7}// 103 104 105
, {1475, 3, 4, 20}, {1475, 3, 3, 20}, {1475, 3, 2, 20}// 106 107 108
, {1475, 2, 2, 23}, {1475, 2, 3, 23}, {1475, 2, 4, 23}// 109 110 111
, {8564, -2, 3, 20}, {8564, -2, 4, 20}, {8564, -2, 2, 20}// 112 113 114
, {8564, -1, 2, 23}, {8564, -1, 3, 23}, {8564, -1, 4, 23}// 115 116 117
, {8564, 0, 2, 26}, {8564, 0, 3, 26}, {8564, 0, 4, 26}// 118 119 120
, {1475, 1, 2, 26}, {1475, 1, 3, 26}, {1475, 1, 4, 26}// 121 122 123
};
public override BaseAddonDeed Deed
{
get
{
return new smokehouseAddonDeed();
}
}
[ Constructable ]
public smokehouseAddon()
{
for (int i = 0; i < m_AddOnSimpleComponents.Length / 4; i++)
AddComponent( new AddonComponent( m_AddOnSimpleComponents[i,0] ), m_AddOnSimpleComponents[i,1], m_AddOnSimpleComponents[i,2], m_AddOnSimpleComponents[i,3] );
AddComplexComponent( (BaseAddon) this, 62, -2, -2, 1, 1899, -1, "Stove", 1);// 38
AddComplexComponent( (BaseAddon) this, 62, -2, -1, 6, 1899, -1, "Stove", 1);// 39
AddComplexComponent( (BaseAddon) this, 1180, -2, -1, 5, 1891, -1, "", 1);// 40
AddComplexComponent( (BaseAddon) this, 82, -2, -1, 1, 1899, -1, "Stove", 1);// 42
AddComplexComponent( (BaseAddon) this, 82, -2, -1, 3, 1899, -1, "", 1);// 43
AddComplexComponent( (BaseAddon) this, 1180, -2, -1, 12, 1891, -1, "Stove", 1);// 44
AddComplexComponent( (BaseAddon) this, 462, -2, -1, 14, 1899, -1, "Chimney", 1);// 45
AddComplexComponent( (BaseAddon) this, 6571, -2, -1, 6, 0, 1, "", 1);// 46
AddComplexComponent( (BaseAddon) this, 14120, -1, -1, 12, 2999, -1, "", 1);// 50
}
public smokehouseAddon( Serial serial ) : base( serial )
{
}
private static void AddComplexComponent(BaseAddon addon, int item, int xoffset, int yoffset, int zoffset, int hue, int lightsource)
{
AddComplexComponent(addon, item, xoffset, yoffset, zoffset, hue, lightsource, null, 1);
}
private static void AddComplexComponent(BaseAddon addon, int item, int xoffset, int yoffset, int zoffset, int hue, int lightsource, string name, int amount)
{
AddonComponent ac;
ac = new AddonComponent(item);
if (name != null && name.Length > 0)
ac.Name = name;
if (hue != 0)
ac.Hue = hue;
if (amount > 1)
{
ac.Stackable = true;
ac.Amount = amount;
}
if (lightsource != -1)
ac.Light = (LightType) lightsource;
addon.AddComponent(ac, xoffset, yoffset, zoffset);
}
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 smokehouseAddonDeed : BaseAddonDeed
{
public override BaseAddon Addon
{
get
{
return new smokehouseAddon();
}
}
[Constructable]
public smokehouseAddonDeed()
{
Name = "smokehouse";
}
public smokehouseAddonDeed( 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();
}
}
}