222 lines
11 KiB
C#
222 lines
11 KiB
C#
|
|
////////////////////////////////////////
|
|
// //
|
|
// Generated by CEO's YAAAG - V1.2 //
|
|
// (Yet Another Arya Addon Generator) //
|
|
// //
|
|
////////////////////////////////////////
|
|
using System;
|
|
using Server;
|
|
using Server.Items;
|
|
|
|
namespace Server.Items
|
|
{
|
|
public class ChurchAddon : BaseAddon
|
|
{
|
|
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
|
{1300, -2, 0, 0}, {1300, -2, -3, 0}, {9037, -3, 0, 0}// 2 5 6
|
|
, {1300, 0, -2, 0}, {1300, -3, -2, 0}, {1300, 0, -1, 0}// 8 10 18
|
|
, {9037, 0, -3, 0}, {4554, -3, -3, 0}, {1300, -3, -1, 0}// 19 20 21
|
|
, {1300, -1, 0, 0}, {1300, 0, -3, 0}, {1300, 0, -3, 0}// 27 28 29
|
|
, {1300, -1, -2, 0}, {1300, -2, -1, 0}, {9035, -2, 4, 0}// 34 38 45
|
|
, {9035, -3, 4, 0}, {9037, -3, 1, 0}, {1300, -2, 2, 0}// 46 47 51
|
|
, {9037, -3, 2, 0}, {1300, -3, 1, 0}, {1300, 0, 3, 0}// 54 62 63
|
|
, {9035, 0, 4, 0}, {1300, -2, 1, 0}, {1300, -1, 1, 0}// 64 66 67
|
|
, {1300, -1, 2, 0}, {1300, -1, 3, 0}, {1300, -2, 3, 0}// 68 70 73
|
|
, {1300, 0, 4, 0}, {1300, 0, 1, 0}, {1300, -3, 4, 0}// 77 78 80
|
|
, {9035, -1, 4, 0}, {1300, -2, 4, 0}, {1300, 1, -2, 0}// 81 82 86
|
|
, {1300, 1, 0, 0}, {9035, 4, -1, 0}, {9035, 4, -2, 0}// 90 91 94
|
|
, {9035, 4, -3, 0}, {1300, 3, -1, 0}, {9037, 2, -3, 0}// 95 97 98
|
|
, {1300, 1, -1, 0}, {1300, 3, -3, 0}, {1300, 4, -3, 0}// 101 102 106
|
|
, {1300, 3, -2, 0}, {9037, 1, -3, 0}, {1300, 2, -3, 0}// 107 110 113
|
|
, {1300, 4, -1, 0}, {1300, 4, 0, 0}, {1300, 3, 0, 0}// 114 116 117
|
|
, {1300, 2, -1, 0}, {1300, 2, 0, 0}, {9035, 4, 0, 0}// 118 120 121
|
|
, {9035, 2, 4, 0}, {9035, 3, 4, 0}, {9035, 4, 4, 0}// 123 124 126
|
|
, {9035, 4, 4, 0}, {1300, 1, 2, 0}, {9035, 1, 4, 0}// 128 129 130
|
|
, {1300, 4, 2, 0}, {1300, 2, 1, 0}, {1300, 3, 2, 0}// 131 133 135
|
|
, {9035, 4, 1, 0}, {1300, 2, 3, 0}, {9035, 4, 3, 0}// 136 137 139
|
|
, {1300, 1, 3, 0}, {1300, 1, 4, 0}, {9035, 4, 2, 0}// 140 146 147
|
|
, {1300, 4, 3, 0}, {1300, 3, 4, 0}// 150 155
|
|
};
|
|
|
|
|
|
|
|
public override BaseAddonDeed Deed
|
|
{
|
|
get
|
|
{
|
|
return new ChurchAddonDeed();
|
|
}
|
|
}
|
|
|
|
[ Constructable ]
|
|
public ChurchAddon()
|
|
{
|
|
|
|
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, 11776, 0, -4, 0, 2289, -1, "", 1);// 1
|
|
AddComplexComponent( (BaseAddon) this, 1300, 0, 0, 0, 2289, -1, "", 1);// 3
|
|
AddComplexComponent( (BaseAddon) this, 6814, -1, -3, 0, 2280, -1, "", 1);// 4
|
|
AddComplexComponent( (BaseAddon) this, 1300, -2, -2, 0, 2289, -1, "", 1);// 7
|
|
AddComplexComponent( (BaseAddon) this, 5, -2, -2, 0, 2280, -1, "", 1);// 9
|
|
AddComplexComponent( (BaseAddon) this, 1300, -3, -3, 0, 2289, -1, "", 1);// 11
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, -1, 0, 2289, -1, "", 1);// 12
|
|
AddComplexComponent( (BaseAddon) this, 6816, -3, -2, 0, 2280, -1, "", 1);// 13
|
|
AddComplexComponent( (BaseAddon) this, 11776, -2, -4, 0, 2289, -1, "", 1);// 14
|
|
AddComplexComponent( (BaseAddon) this, 6816, -3, -3, 0, 2280, -1, "", 1);// 15
|
|
AddComplexComponent( (BaseAddon) this, 6814, 0, -3, 0, 2280, -1, "", 1);// 16
|
|
AddComplexComponent( (BaseAddon) this, 3, -2, -3, 0, 2280, -1, "", 1);// 17
|
|
AddComplexComponent( (BaseAddon) this, 11776, -3, -4, 0, 2289, -1, "", 1);// 22
|
|
AddComplexComponent( (BaseAddon) this, 1300, -1, -3, 0, 2289, -1, "", 1);// 23
|
|
AddComplexComponent( (BaseAddon) this, 15872, 0, -1, 0, 2280, -1, "", 1);// 24
|
|
AddComplexComponent( (BaseAddon) this, 6816, -3, -1, 0, 2280, -1, "", 1);// 25
|
|
AddComplexComponent( (BaseAddon) this, 6816, -3, 0, 0, 2280, -1, "", 1);// 26
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, -3, 0, 2289, -1, "", 1);// 30
|
|
AddComplexComponent( (BaseAddon) this, 1300, -1, -1, 0, 2289, -1, "", 1);// 31
|
|
AddComplexComponent( (BaseAddon) this, 15872, 0, -2, 0, 2280, -1, "", 1);// 32
|
|
AddComplexComponent( (BaseAddon) this, 4, -3, -2, 0, 2280, -1, "", 1);// 33
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, 0, 0, 2289, -1, "", 1);// 35
|
|
AddComplexComponent( (BaseAddon) this, 2, -2, -2, 0, 2280, -1, "", 1);// 36
|
|
AddComplexComponent( (BaseAddon) this, 6814, -3, -3, 0, 2280, -1, "", 1);// 37
|
|
AddComplexComponent( (BaseAddon) this, 11776, -1, -4, 0, 2289, -1, "", 1);// 39
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, -2, 0, 2289, -1, "", 1);// 40
|
|
AddComplexComponent( (BaseAddon) this, 6814, -2, -3, 0, 2280, -1, "", 1);// 41
|
|
AddComplexComponent( (BaseAddon) this, 1300, -3, 0, 0, 2289, -1, "", 1);// 42
|
|
AddComplexComponent( (BaseAddon) this, 15871, -2, 0, 0, 2280, -1, "", 1);// 43
|
|
AddComplexComponent( (BaseAddon) this, 15871, -1, 0, 0, 2280, -1, "", 1);// 44
|
|
AddComplexComponent( (BaseAddon) this, 15871, -2, 1, 0, 2280, -1, "", 1);// 48
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, 1, 0, 2289, -1, "", 1);// 49
|
|
AddComplexComponent( (BaseAddon) this, 15871, -1, 2, 0, 2280, -1, "", 1);// 50
|
|
AddComplexComponent( (BaseAddon) this, 1300, -3, 2, 0, 2289, -1, "", 1);// 52
|
|
AddComplexComponent( (BaseAddon) this, 1300, 0, 2, 0, 2289, -1, "", 1);// 53
|
|
AddComplexComponent( (BaseAddon) this, 6816, 0, 4, 0, 2280, -1, "", 1);// 55
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, 3, 0, 2289, -1, "", 1);// 56
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, 4, 0, 2289, -1, "", 1);// 57
|
|
AddComplexComponent( (BaseAddon) this, 1300, -3, 3, 0, 2289, -1, "", 1);// 58
|
|
AddComplexComponent( (BaseAddon) this, 11775, -4, 2, 0, 2289, -1, "", 1);// 59
|
|
AddComplexComponent( (BaseAddon) this, 15871, 0, 1, 0, 2280, -1, "", 1);// 60
|
|
AddComplexComponent( (BaseAddon) this, 15871, -1, 1, 0, 2280, -1, "", 1);// 61
|
|
AddComplexComponent( (BaseAddon) this, 6816, -3, 3, 0, 2280, -1, "", 1);// 65
|
|
AddComplexComponent( (BaseAddon) this, 6816, -1, 4, 0, 2280, -1, "", 1);// 69
|
|
AddComplexComponent( (BaseAddon) this, 6816, -3, 1, 0, 2280, -1, "", 1);// 71
|
|
AddComplexComponent( (BaseAddon) this, 6816, -2, 4, 0, 2280, -1, "", 1);// 72
|
|
AddComplexComponent( (BaseAddon) this, 6816, -3, 2, 0, 2280, -1, "", 1);// 74
|
|
AddComplexComponent( (BaseAddon) this, 1300, -1, 4, 0, 2289, -1, "", 1);// 75
|
|
AddComplexComponent( (BaseAddon) this, 15871, -2, 2, 0, 2280, -1, "", 1);// 76
|
|
AddComplexComponent( (BaseAddon) this, 15871, 0, 2, 0, 2280, -1, "", 1);// 79
|
|
AddComplexComponent( (BaseAddon) this, 15872, 1, -2, 0, 2280, -1, "", 1);// 83
|
|
AddComplexComponent( (BaseAddon) this, 15872, 2, 0, 0, 2280, -1, "", 1);// 84
|
|
AddComplexComponent( (BaseAddon) this, 15872, 1, 0, 0, 2280, -1, "", 1);// 85
|
|
AddComplexComponent( (BaseAddon) this, 1300, 1, -3, 0, 2289, -1, "", 1);// 87
|
|
AddComplexComponent( (BaseAddon) this, 6814, 1, -3, 0, 2280, -1, "", 1);// 88
|
|
AddComplexComponent( (BaseAddon) this, 11776, 2, -4, 0, 2289, -1, "", 1);// 89
|
|
AddComplexComponent( (BaseAddon) this, 6814, 4, -1, 0, 2280, -1, "", 1);// 92
|
|
AddComplexComponent( (BaseAddon) this, 15872, 2, -2, 0, 2280, -1, "", 1);// 93
|
|
AddComplexComponent( (BaseAddon) this, 11776, 4, -4, 0, 2289, -1, "", 1);// 96
|
|
AddComplexComponent( (BaseAddon) this, 1300, 2, -2, 0, 2280, -1, "", 1);// 99
|
|
AddComplexComponent( (BaseAddon) this, 1300, 4, -2, 0, 2289, -1, "", 1);// 100
|
|
AddComplexComponent( (BaseAddon) this, 6814, 4, 0, 0, 2280, -1, "", 1);// 103
|
|
AddComplexComponent( (BaseAddon) this, 6814, 4, -2, 0, 2280, -1, "", 1);// 104
|
|
AddComplexComponent( (BaseAddon) this, 11776, 1, -4, 0, 2289, -1, "", 1);// 105
|
|
AddComplexComponent( (BaseAddon) this, 15872, 1, -1, 0, 2280, -1, "", 1);// 108
|
|
AddComplexComponent( (BaseAddon) this, 6814, 2, -3, 0, 2280, -1, "", 1);// 109
|
|
AddComplexComponent( (BaseAddon) this, 6814, 3, -3, 0, 2280, -1, "", 1);// 111
|
|
AddComplexComponent( (BaseAddon) this, 15872, 2, -1, 0, 2280, -1, "", 1);// 112
|
|
AddComplexComponent( (BaseAddon) this, 1300, 2, -2, 0, 2289, -1, "", 1);// 115
|
|
AddComplexComponent( (BaseAddon) this, 11776, 3, -4, 0, 2289, -1, "", 1);// 119
|
|
AddComplexComponent( (BaseAddon) this, 15871, 1, 2, 0, 2280, -1, "", 1);// 122
|
|
AddComplexComponent( (BaseAddon) this, 1300, 3, 1, 0, 2289, -1, "", 1);// 125
|
|
AddComplexComponent( (BaseAddon) this, 6814, 4, 2, 0, 2280, -1, "", 1);// 127
|
|
AddComplexComponent( (BaseAddon) this, 1300, 4, 4, 0, 2289, -1, "", 1);// 132
|
|
AddComplexComponent( (BaseAddon) this, 1300, 2, 4, 0, 2289, -1, "", 1);// 134
|
|
AddComplexComponent( (BaseAddon) this, 6814, 4, 4, 0, 2280, -1, "", 1);// 138
|
|
AddComplexComponent( (BaseAddon) this, 6816, 1, 4, 0, 2280, -1, "", 1);// 141
|
|
AddComplexComponent( (BaseAddon) this, 6814, 4, 3, 0, 2280, -1, "", 1);// 142
|
|
AddComplexComponent( (BaseAddon) this, 6816, 2, 4, 0, 2280, -1, "", 1);// 143
|
|
AddComplexComponent( (BaseAddon) this, 6814, 4, 1, 0, 2280, -1, "", 1);// 144
|
|
AddComplexComponent( (BaseAddon) this, 1300, 4, 1, 0, 2289, -1, "", 1);// 145
|
|
AddComplexComponent( (BaseAddon) this, 6816, 3, 4, 0, 2280, -1, "", 1);// 148
|
|
AddComplexComponent( (BaseAddon) this, 6816, 4, 4, 0, 2280, -1, "", 1);// 149
|
|
AddComplexComponent( (BaseAddon) this, 1300, 2, 2, 0, 2289, -1, "", 1);// 151
|
|
AddComplexComponent( (BaseAddon) this, 1300, 1, 1, 0, 2289, -1, "", 1);// 152
|
|
AddComplexComponent( (BaseAddon) this, 1300, 3, 3, 0, 2289, -1, "", 1);// 153
|
|
AddComplexComponent( (BaseAddon) this, 15872, 2, 1, 0, 2280, -1, "", 1);// 154
|
|
|
|
}
|
|
|
|
public ChurchAddon( 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 ChurchAddonDeed : BaseAddonDeed
|
|
{
|
|
public override BaseAddon Addon
|
|
{
|
|
get
|
|
{
|
|
return new ChurchAddon();
|
|
}
|
|
}
|
|
|
|
[Constructable]
|
|
public ChurchAddonDeed()
|
|
{
|
|
Name = "Church";
|
|
}
|
|
|
|
public ChurchAddonDeed( 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();
|
|
}
|
|
}
|
|
} |