Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
198
Scripts/Scripts-master/Addons/DanceFloorAddon.cs
Normal file
198
Scripts/Scripts-master/Addons/DanceFloorAddon.cs
Normal file
@@ -0,0 +1,198 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class DanceFloorAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2831, -4, -1, 0}, {2831, -4, 1, 0}// 50 54
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new DanceFloorAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public DanceFloorAddon()
|
||||
{
|
||||
|
||||
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, 1173, -3, -3, 0, 2999, -1, "(1,1173): -3, -3, 0", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -3, -2, 0, 2898, -1, "(2,1173): -3, -2, 0", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -3, -1, 0, 2999, -1, "(3,1173): -3, -1, 0", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -3, 0, 0, 2898, -1, "(4,1173): -3, 0, 0", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -3, 1, 0, 2999, -1, "(5,1173): -3, 1, 0", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -3, 2, 0, 2898, -1, "(6,1173): -3, 2, 0", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -2, -3, 0, 2898, -1, "(7,1173): -2, -3, 0", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -2, -2, 0, 2999, -1, "(8,1173): -2, -2, 0", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -2, -1, 0, 2898, -1, "(9,1173): -2, -1, 0", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -2, 0, 0, 2999, -1, "(10,1173): -2, 0, 0", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -2, 1, 0, 2898, -1, "(11,1173): -2, 1, 0", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -2, 2, 0, 2999, -1, "(12,1173): -2, 2, 0", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, -3, 0, 2999, -1, "(13,1173): -1, -3, 0", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, -2, 0, 2898, -1, "(14,1173): -1, -2, 0", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, -1, 0, 2999, -1, "(15,1173): -1, -1, 0", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, 0, 0, 2898, -1, "(16,1173): -1, 0, 0", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, 1, 0, 2999, -1, "(17,1173): -1, 1, 0", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, 2, 0, 2898, -1, "(18,1173): -1, 2, 0", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, -3, 0, 2898, -1, "(19,1173): 0, -3, 0", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, -2, 0, 2999, -1, "(20,1173): 0, -2, 0", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, -1, 0, 2898, -1, "(21,1173): 0, -1, 0", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, 0, 0, 2999, -1, "(22,1173): 0, 0, 0", 1);// 22
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, 1, 0, 2898, -1, "(23,1173): 0, 1, 0", 1);// 23
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, 2, 0, 2999, -1, "(24,1173): 0, 2, 0", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 1, -3, 0, 2999, -1, "(25,1173): 1, -3, 0", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 1, -2, 0, 2898, -1, "(26,1173): 1, -2, 0", 1);// 26
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 1, -1, 0, 2999, -1, "(27,1173): 1, -1, 0", 1);// 27
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 1, 0, 0, 2898, -1, "(28,1173): 1, 0, 0", 1);// 28
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 1, 1, 0, 2999, -1, "(29,1173): 1, 1, 0", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 1, 2, 0, 2898, -1, "(30,1173): 1, 2, 0", 1);// 30
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 2, -3, 0, 2898, -1, "(31,1173): 2, -3, 0", 1);// 31
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 2, -2, 0, 2999, -1, "(32,1173): 2, -2, 0", 1);// 32
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 2, -1, 0, 2898, -1, "(33,1173): 2, -1, 0", 1);// 33
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 2, 0, 0, 2999, -1, "(34,1173): 2, 0, 0", 1);// 34
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 2, 1, 0, 2898, -1, "(35,1173): 2, 1, 0", 1);// 35
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 2, 2, 0, 2999, -1, "(36,1173): 2, 2, 0", 1);// 36
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 3, -3, 0, 2999, -1, "(37,1173): 3, -3, 0", 1);// 37
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 3, -2, 0, 2898, -1, "(38,1173): 3, -2, 0", 1);// 38
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 3, -1, 0, 2999, -1, "(39,1173): 3, -1, 0", 1);// 39
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 3, 0, 0, 2898, -1, "(40,1173): 3, 0, 0", 1);// 40
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 3, 1, 0, 2999, -1, "(41,1173): 3, 1, 0", 1);// 41
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 3, 2, 0, 2898, -1, "(42,1173): 3, 2, 0", 1);// 42
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -3, 3, 0, 2999, -1, "(43,1173): -3, 3, 0", 1);// 43
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -2, 3, 0, 2898, -1, "(44,1173): -2, 3, 0", 1);// 44
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, 3, 0, 2999, -1, "(45,1173): -1, 3, 0", 1);// 45
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, 3, 0, 2898, -1, "(46,1173): 0, 3, 0", 1);// 46
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 1, 3, 0, 2999, -1, "(47,1173): 1, 3, 0", 1);// 47
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 2, 3, 0, 2898, -1, "(48,1173): 2, 3, 0", 1);// 48
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 3, 3, 0, 2999, -1, "(49,1173): 3, 3, 0", 1);// 49
|
||||
AddComplexComponent( (BaseAddon) this, 7035, -4, -1, 4, 1, -1, "Record", 1);// 51
|
||||
AddComplexComponent( (BaseAddon) this, 7154, -4, -1, 5, 1049, -1, "Needle Arm", 1);// 52
|
||||
AddComplexComponent( (BaseAddon) this, 4176, -4, -1, 7, 0, -1, "Needle", 1);// 53
|
||||
AddComplexComponent( (BaseAddon) this, 7027, -4, 1, 3, 2852, -1, "Record", 1);// 55
|
||||
AddComplexComponent( (BaseAddon) this, 7027, -4, 1, 4, 2852, -1, "Record", 1);// 56
|
||||
AddComplexComponent( (BaseAddon) this, 7027, -4, 1, 5, 2852, -1, "Record", 1);// 57
|
||||
AddComplexComponent( (BaseAddon) this, 7027, -4, 1, 6, 2852, -1, "Record", 1);// 58
|
||||
AddComplexComponent( (BaseAddon) this, 169, -4, -4, 0, 2998, -1, "", 1);// 59
|
||||
AddComplexComponent( (BaseAddon) this, 169, 3, -4, 0, 2998, -1, "", 1);// 60
|
||||
AddComplexComponent( (BaseAddon) this, 169, 3, 3, 0, 2998, -1, "", 1);// 61
|
||||
AddComplexComponent( (BaseAddon) this, 169, -4, 3, 0, 2998, -1, "", 1);// 62
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -3, -3, 0, 2673, -1, "", 1);// 63
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -2, -3, 0, 2372, -1, "Hanging Lights", 1);// 64
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -1, -3, 0, 2673, -1, "Hanging Lights", 1);// 65
|
||||
AddComplexComponent( (BaseAddon) this, 4046, 0, -3, 0, 2372, -1, "", 1);// 66
|
||||
AddComplexComponent( (BaseAddon) this, 4046, 1, -3, 0, 2673, -1, "Hanging Lights", 1);// 67
|
||||
AddComplexComponent( (BaseAddon) this, 4046, 2, -3, 0, 2372, -1, "", 1);// 68
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -4, -3, 0, 2673, -1, "Hanging Lights", 1);// 69
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -3, -3, 0, 2372, -1, "", 1);// 70
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -4, 4, 0, 2673, -1, "Hanging Lights", 1);// 71
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -3, 4, 0, 2372, -1, "", 1);// 72
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -3, 4, 0, 2673, -1, "", 1);// 73
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -2, 4, 0, 2372, -1, "Hanging Lights", 1);// 74
|
||||
AddComplexComponent( (BaseAddon) this, 4046, -1, 4, 0, 2673, -1, "", 1);// 75
|
||||
AddComplexComponent( (BaseAddon) this, 4046, 0, 4, 0, 2372, -1, "Hanging Lights", 1);// 76
|
||||
AddComplexComponent( (BaseAddon) this, 4046, 1, 4, 0, 2673, -1, "", 1);// 77
|
||||
AddComplexComponent( (BaseAddon) this, 4046, 2, 4, 0, 2372, -1, "Hanging Lights", 1);// 78
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, -2, 0, 2673, -1, "Hanging Lights", 1);// 79
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, -3, 0, 2372, -1, "", 1);// 80
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, 0, 0, 2673, -1, "Hanging Lights", 1);// 81
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, -1, 0, 2372, -1, "", 1);// 82
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, 2, 0, 2673, -1, "Hanging Lights", 1);// 83
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, 1, 0, 2372, -1, "", 1);// 84
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, -3, 0, 2673, -1, "", 1);// 85
|
||||
AddComplexComponent( (BaseAddon) this, 4050, 4, -4, 0, 2372, -1, "Hanging Lights", 1);// 86
|
||||
AddComplexComponent( (BaseAddon) this, 8791, 1, 1, 17, 2450, -1, "Mirrored Ball", 1);// 87
|
||||
|
||||
}
|
||||
|
||||
public DanceFloorAddon( 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 DanceFloorAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new DanceFloorAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public DanceFloorAddonDeed()
|
||||
{
|
||||
Name = "DanceFloor";
|
||||
}
|
||||
|
||||
public DanceFloorAddonDeed( 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