Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
BIN
Scripts/Scripts-master/Addons2/LogHouse2.mlt
Normal file
BIN
Scripts/Scripts-master/Addons2/LogHouse2.mlt
Normal file
Binary file not shown.
944
Scripts/Scripts-master/Addons2/LogStableAddon.cs
Normal file
944
Scripts/Scripts-master/Addons2/LogStableAddon.cs
Normal file
@@ -0,0 +1,944 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LogStableAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LogStableAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LogStableAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, -4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, -2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, -3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, -2, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -3, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -2, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -5, -5, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -3, -5, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -1, -5, 0 );
|
||||
ac = new AddonComponent( 147 );
|
||||
AddComponent( ac, -6, -5, 0 );
|
||||
ac = new AddonComponent( 150 );
|
||||
AddComponent( ac, -6, -4, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -4, -5, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, -4, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, -3, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 0, -5, 0 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, 1, -5, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, -2, -5, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, -3, -4, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, -3, -3, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, -5, -3, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, -3, -3, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, -2, -3, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 0, -3, 0 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, -5, -4, 1 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, -4, -4, 1 );
|
||||
ac = new AddonComponent( 3892 );
|
||||
AddComponent( ac, -1, -3, 1 );
|
||||
ac = new AddonComponent( 3894 );
|
||||
AddComponent( ac, -5, -4, 1 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -2, -4, 1 );
|
||||
ac = new AddonComponent( 1197 );
|
||||
AddComponent( ac, -5, -3, 20 );
|
||||
ac = new AddonComponent( 1197 );
|
||||
AddComponent( ac, -5, -2, 20 );
|
||||
ac = new AddonComponent( 1199 );
|
||||
AddComponent( ac, 1, -3, 20 );
|
||||
ac = new AddonComponent( 1199 );
|
||||
AddComponent( ac, 1, -2, 20 );
|
||||
ac = new AddonComponent( 1200 );
|
||||
AddComponent( ac, -4, -4, 20 );
|
||||
ac = new AddonComponent( 1200 );
|
||||
AddComponent( ac, -3, -4, 20 );
|
||||
ac = new AddonComponent( 1200 );
|
||||
AddComponent( ac, -2, -4, 20 );
|
||||
ac = new AddonComponent( 1200 );
|
||||
AddComponent( ac, -1, -4, 20 );
|
||||
ac = new AddonComponent( 1200 );
|
||||
AddComponent( ac, 0, -4, 20 );
|
||||
ac = new AddonComponent( 1203 );
|
||||
AddComponent( ac, 1, -4, 20 );
|
||||
ac = new AddonComponent( 1204 );
|
||||
AddComponent( ac, -5, -4, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, -4, -3, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, -3, -3, 20 );
|
||||
ac = new AddonComponent( 1195 );
|
||||
AddComponent( ac, -2, -3, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, -1, -3, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, 0, -3, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, -4, -2, 20 );
|
||||
ac = new AddonComponent( 1195 );
|
||||
AddComponent( ac, -3, -2, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, -2, -2, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, -1, -2, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, 0, -2, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -3, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -2, 20 );
|
||||
ac = new AddonComponent( 147 );
|
||||
AddComponent( ac, -6, -5, 20 );
|
||||
ac = new AddonComponent( 150 );
|
||||
AddComponent( ac, -6, -4, 20 );
|
||||
ac = new AddonComponent( 149 );
|
||||
AddComponent( ac, -5, -5, 20 );
|
||||
ac = new AddonComponent( 149 );
|
||||
AddComponent( ac, -3, -5, 20 );
|
||||
ac = new AddonComponent( 149 );
|
||||
AddComponent( ac, 0, -5, 20 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -4, -5, 20 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -1, -5, 20 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, -2, -5, 20 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, 1, -5, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, -3, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, -2, 20 );
|
||||
ac = new AddonComponent( 1850 );
|
||||
AddComponent( ac, 2, -4, 15 );
|
||||
ac = new AddonComponent( 1850 );
|
||||
AddComponent( ac, 3, -4, 10 );
|
||||
ac = new AddonComponent( 1848 );
|
||||
AddComponent( ac, 4, -4, 5 );
|
||||
ac = new AddonComponent( 1849 );
|
||||
AddComponent( ac, 4, -3, 5 );
|
||||
ac = new AddonComponent( 1849 );
|
||||
AddComponent( ac, 4, -2, 0 );
|
||||
ac = new AddonComponent( 1974 );
|
||||
AddComponent( ac, 4, -3, 0 );
|
||||
ac = new AddonComponent( 1973 );
|
||||
AddComponent( ac, 2, -4, 10 );
|
||||
ac = new AddonComponent( 1973 );
|
||||
AddComponent( ac, 3, -4, 5 );
|
||||
ac = new AddonComponent( 157 );
|
||||
AddComponent( ac, 4, -4, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 2, -5, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 3, -5, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 5, -5, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 6, -5, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, 6, -4, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, 6, -3, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, 6, -2, 0 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -5, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 2, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -4, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -3, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -2, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -1, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 0, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 1, -5, 40 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -5, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 2, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -4, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -3, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -2, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -1, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 0, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 1, -4, 43 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -5, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 2, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -4, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -3, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -2, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -1, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 0, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 1, -3, 46 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -5, -2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 2, -2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -4, -2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -3, -2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -2, -2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -1, -2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 0, -2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 1, -2, 49 );
|
||||
ac = new AddonComponent( 155 );
|
||||
AddComponent( ac, 1, -2, 40 );
|
||||
ac = new AddonComponent( 155 );
|
||||
AddComponent( ac, 1, -3, 40 );
|
||||
ac = new AddonComponent( 163 );
|
||||
AddComponent( ac, 1, -4, 40 );
|
||||
ac = new AddonComponent( 2860 );
|
||||
AddComponent( ac, 2, -2, 0 );
|
||||
ac = new AddonComponent( 2860 );
|
||||
AddComponent( ac, 2, -3, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 4, -5, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 2, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 3, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 4, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 5, 4, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, 2, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, 3, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 6, 4, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 2, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -5, 4, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -3, 4, 0 );
|
||||
ac = new AddonComponent( 150 );
|
||||
AddComponent( ac, -6, 4, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -6, 1, 0 );
|
||||
ac = new AddonComponent( 150 );
|
||||
AddComponent( ac, -6, 3, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -6, -1, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -6, 0, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -4, 4, 0 );
|
||||
ac = new AddonComponent( 144 );
|
||||
AddComponent( ac, 1, 4, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, 3, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 0, 4, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -1, 4, 0 );
|
||||
ac = new AddonComponent( 12789 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -5, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -4, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -3, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 12791 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, -2, 4, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, -5, 1, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, -3, 1, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, -3, 3, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, -3, 2, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 2911 );
|
||||
AddComponent( ac, -5, 0, 0 );
|
||||
ac = new AddonComponent( 2912 );
|
||||
AddComponent( ac, -5, -1, 0 );
|
||||
ac = new AddonComponent( 4980 );
|
||||
AddComponent( ac, -5, 0, 1 );
|
||||
ac = new AddonComponent( 4977 );
|
||||
AddComponent( ac, -5, -1, 1 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -4, 1, 1 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -4, 2, 1 );
|
||||
ac = new AddonComponent( 5193 );
|
||||
AddComponent( ac, -1, 2, 1 );
|
||||
ac = new AddonComponent( 4108 );
|
||||
AddComponent( ac, -5, 2, 1 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -2, 0, 1 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -1, 0, 1 );
|
||||
ac = new AddonComponent( 1197 );
|
||||
AddComponent( ac, -5, -1, 20 );
|
||||
ac = new AddonComponent( 1197 );
|
||||
AddComponent( ac, -5, 0, 20 );
|
||||
ac = new AddonComponent( 1197 );
|
||||
AddComponent( ac, -5, 1, 20 );
|
||||
ac = new AddonComponent( 1197 );
|
||||
AddComponent( ac, -5, 2, 20 );
|
||||
ac = new AddonComponent( 1197 );
|
||||
AddComponent( ac, -5, 3, 20 );
|
||||
ac = new AddonComponent( 1198 );
|
||||
AddComponent( ac, -4, 4, 20 );
|
||||
ac = new AddonComponent( 1198 );
|
||||
AddComponent( ac, -3, 4, 20 );
|
||||
ac = new AddonComponent( 1198 );
|
||||
AddComponent( ac, -2, 4, 20 );
|
||||
ac = new AddonComponent( 1198 );
|
||||
AddComponent( ac, -1, 4, 20 );
|
||||
ac = new AddonComponent( 1198 );
|
||||
AddComponent( ac, 0, 4, 20 );
|
||||
ac = new AddonComponent( 1199 );
|
||||
AddComponent( ac, 1, -1, 20 );
|
||||
ac = new AddonComponent( 1199 );
|
||||
AddComponent( ac, 1, 0, 20 );
|
||||
ac = new AddonComponent( 1199 );
|
||||
AddComponent( ac, 1, 1, 20 );
|
||||
ac = new AddonComponent( 1199 );
|
||||
AddComponent( ac, 1, 2, 20 );
|
||||
ac = new AddonComponent( 1199 );
|
||||
AddComponent( ac, 1, 3, 20 );
|
||||
ac = new AddonComponent( 1201 );
|
||||
AddComponent( ac, 1, 4, 20 );
|
||||
ac = new AddonComponent( 1202 );
|
||||
AddComponent( ac, -5, 4, 20 );
|
||||
ac = new AddonComponent( 1195 );
|
||||
AddComponent( ac, -4, -1, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, -3, -1, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, -2, -1, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, -1, -1, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, 0, -1, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, -4, 0, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, -3, 0, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, -2, 0, 20 );
|
||||
ac = new AddonComponent( 1195 );
|
||||
AddComponent( ac, -1, 0, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, 0, 0, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, -3, 1, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, -4, 1, 20 );
|
||||
ac = new AddonComponent( 1195 );
|
||||
AddComponent( ac, -2, 1, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, -1, 1, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, 0, 1, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, -4, 2, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, -3, 2, 20 );
|
||||
ac = new AddonComponent( 1195 );
|
||||
AddComponent( ac, -2, 2, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, -1, 2, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, 0, 2, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, -4, 3, 20 );
|
||||
ac = new AddonComponent( 1195 );
|
||||
AddComponent( ac, -3, 3, 20 );
|
||||
ac = new AddonComponent( 1194 );
|
||||
AddComponent( ac, -2, 3, 20 );
|
||||
ac = new AddonComponent( 1193 );
|
||||
AddComponent( ac, -1, 3, 20 );
|
||||
ac = new AddonComponent( 1196 );
|
||||
AddComponent( ac, 0, 3, 20 );
|
||||
ac = new AddonComponent( 144 );
|
||||
AddComponent( ac, 1, 4, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 1, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 2, 20 );
|
||||
ac = new AddonComponent( 150 );
|
||||
AddComponent( ac, -6, 3, 20 );
|
||||
ac = new AddonComponent( 150 );
|
||||
AddComponent( ac, -6, 4, 20 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -6, -1, 20 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -6, 0, 20 );
|
||||
ac = new AddonComponent( 149 );
|
||||
AddComponent( ac, -5, 4, 20 );
|
||||
ac = new AddonComponent( 149 );
|
||||
AddComponent( ac, -3, 4, 20 );
|
||||
ac = new AddonComponent( 149 );
|
||||
AddComponent( ac, -1, 4, 20 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -4, 4, 20 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 0, 4, 20 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, -2, 4, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, 1, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, 2, 20 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 1, 3, 20 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 2, 4, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 3, 4, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 5, 4, 0 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 6, 4, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, 6, 1, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, 6, 2, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, 6, 3, 0 );
|
||||
ac = new AddonComponent( 2187 );
|
||||
AddComponent( ac, 6, 4, 0 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 2, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -5, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -4, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -3, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -2, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -1, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 0, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 1, 5, 40 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -5, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 2, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -4, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -3, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -2, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -1, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 0, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 1, 4, 43 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -5, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 2, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -4, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -3, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -2, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -1, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 0, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 1, 3, 46 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -5, 2, 49 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 2, 2, 49 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -4, 2, 49 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -3, 2, 49 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -2, 2, 49 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -1, 2, 49 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 0, 2, 49 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 1, 2, 49 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -5, -1, 52 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 2, -1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -5, 1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 2, 1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -4, 1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -3, 1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -2, 1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, -1, 1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 0, 1, 52 );
|
||||
ac = new AddonComponent( 9993 );
|
||||
AddComponent( ac, 1, 1, 52 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -4, -1, 52 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -3, -1, 52 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -2, -1, 52 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, -1, -1, 52 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 0, -1, 52 );
|
||||
ac = new AddonComponent( 9994 );
|
||||
AddComponent( ac, 1, -1, 52 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, -5, 0, 55 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, 2, 0, 55 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, -4, 0, 55 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, -3, 0, 55 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, -2, 0, 55 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, -1, 0, 55 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, 0, 0, 55 );
|
||||
ac = new AddonComponent( 9992 );
|
||||
AddComponent( ac, 1, 0, 55 );
|
||||
ac = new AddonComponent( 155 );
|
||||
AddComponent( ac, 1, 1, 40 );
|
||||
ac = new AddonComponent( 155 );
|
||||
AddComponent( ac, 1, 0, 40 );
|
||||
ac = new AddonComponent( 155 );
|
||||
AddComponent( ac, 1, -1, 40 );
|
||||
ac = new AddonComponent( 2967 );
|
||||
AddComponent( ac, 2, -1, 27 );
|
||||
ac = new AddonComponent( 7834 );
|
||||
AddComponent( ac, 2, -1, 28 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, -4, 0, 21 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, -4, 2, 21 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, -3, 1, 21 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, -3, 2, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -4, -1, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -4, 1, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -4, 2, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -3, 0, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -3, 1, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -3, 2, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -2, 0, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -2, 2, 21 );
|
||||
ac = new AddonComponent( 3892 );
|
||||
AddComponent( ac, -4, 1, 21 );
|
||||
ac = new AddonComponent( 3892 );
|
||||
AddComponent( ac, -3, 2, 21 );
|
||||
ac = new AddonComponent( 3892 );
|
||||
AddComponent( ac, 0, -1, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, 0, -1, 21 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, 0, 0, 21 );
|
||||
ac = new AddonComponent( 3894 );
|
||||
AddComponent( ac, -5, 2, 20 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -4, 1, 22 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, -1, 2, 21 );
|
||||
ac = new AddonComponent( 4108 );
|
||||
AddComponent( ac, -4, 2, 20 );
|
||||
ac = new AddonComponent( 4108 );
|
||||
AddComponent( ac, -4, 2, 26 );
|
||||
ac = new AddonComponent( 5193 );
|
||||
AddComponent( ac, -4, 0, 21 );
|
||||
ac = new AddonComponent( 5193 );
|
||||
AddComponent( ac, -2, 2, 21 );
|
||||
ac = new AddonComponent( 2881 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 2882 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 7869 );
|
||||
AddComponent( ac, -3, 3, 22 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -5, 0, 20 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -5, 1, 26 );
|
||||
ac = new AddonComponent( 3894 );
|
||||
AddComponent( ac, -4, 0, 20 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -5, 1, 20 );
|
||||
ac = new AddonComponent( 3894 );
|
||||
AddComponent( ac, -5, -1, 20 );
|
||||
ac = new AddonComponent( 3719 );
|
||||
AddComponent( ac, -2, 0, 20 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, 4, 0, 1 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, 4, 1, 1 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, 4, 2, 1 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, 5, 0, 1 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, 5, 1, 1 );
|
||||
ac = new AddonComponent( 4151 );
|
||||
AddComponent( ac, 5, 2, 1 );
|
||||
ac = new AddonComponent( 3892 );
|
||||
AddComponent( ac, 4, 2, 1 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, 5, 3, 1 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, 3, 0, 1 );
|
||||
ac = new AddonComponent( 3892 );
|
||||
AddComponent( ac, 3, 0, 1 );
|
||||
ac = new AddonComponent( 2186 );
|
||||
AddComponent( ac, 4, 4, 0 );
|
||||
ac = new AddonComponent( 3893 );
|
||||
AddComponent( ac, -3, -1, 1 );
|
||||
|
||||
}
|
||||
|
||||
public LogStableAddon( 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 LogStableAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LogStableAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LogStableAddonDeed()
|
||||
{
|
||||
Name = "LogStable";
|
||||
}
|
||||
|
||||
public LogStableAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
759
Scripts/Scripts-master/Addons2/LogStableFSAddon.cs
Normal file
759
Scripts/Scripts-master/Addons2/LogStableFSAddon.cs
Normal file
@@ -0,0 +1,759 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LogStableFSAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LogStableFSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LogStableFSAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -6, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 3, -9, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -8, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, 0, -7, 0 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -5, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, -8, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, 2, -5, 0 );
|
||||
ac = new AddonComponent( 3707 );
|
||||
AddComponent( ac, 2, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -5, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, 1, -9, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -3, 0 );
|
||||
ac = new AddonComponent( 3253 );
|
||||
AddComponent( ac, -1, -8, 0 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, 2, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -7, 0 );
|
||||
ac = new AddonComponent( 4022 );
|
||||
AddComponent( ac, 0, -5, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, -3, -4, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, -4, -4, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, -5, -4, 0 );
|
||||
ac = new AddonComponent( 4976 );
|
||||
AddComponent( ac, -1, -8, 6 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -8, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, -8, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, -4, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, -5, 0 );
|
||||
ac = new AddonComponent( 3707 );
|
||||
AddComponent( ac, -3, -8, 0 );
|
||||
ac = new AddonComponent( 3707 );
|
||||
AddComponent( ac, -4, -3, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, -4, -3, 0 );
|
||||
ac = new AddonComponent( 2869 );
|
||||
AddComponent( ac, -1, -8, 0 );
|
||||
ac = new AddonComponent( 3244 );
|
||||
AddComponent( ac, -2, -3, 0 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, 2, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -8, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, -3, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -7, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -4, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -8, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, -7, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -8, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -2, -9, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, 5, -9, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 2, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -4, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, -5, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -6, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, -4, 0 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -5, -3, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -5, -9, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -3, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, -7, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -1, -9, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, 0, -9, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -6, -5, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 5, -4, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, 2, -9, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, -3, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, 4, -9, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 4, -4, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, 4, -6, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, -4, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -3, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -4, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -4, -9, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -3, -9, 0 );
|
||||
ac = new AddonComponent( 147 );
|
||||
AddComponent( ac, -6, -9, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, -7, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, -1, -6, 0 );
|
||||
ac = new AddonComponent( 3896 );
|
||||
AddComponent( ac, -2, -4, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 3, -4, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, -4, -7, 0 );
|
||||
ac = new AddonComponent( 150 );
|
||||
AddComponent( ac, -6, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 3, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 1, 0 );
|
||||
ac = new AddonComponent( 147 );
|
||||
AddComponent( ac, 2, 6, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, -3, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 7, 0 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 4, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 7, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 4, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 5, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -2, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, 1, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 7, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 4, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 3, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, 1, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, -5, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 4, 0 );
|
||||
ac = new AddonComponent( 2884 );
|
||||
AddComponent( ac, -3, 7, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 5, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, -3, -1, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, 0, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, 4, 0 );
|
||||
ac = new AddonComponent( 3707 );
|
||||
AddComponent( ac, -4, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 2, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, 0, 9, 0 );
|
||||
ac = new AddonComponent( 2883 );
|
||||
AddComponent( ac, -4, 7, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 5, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 0, 0 );
|
||||
ac = new AddonComponent( 12794 );
|
||||
AddComponent( ac, -1, 7, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, 3, -2, 0 );
|
||||
ac = new AddonComponent( 3247 );
|
||||
AddComponent( ac, -2, 7, 0 );
|
||||
ac = new AddonComponent( 4022 );
|
||||
AddComponent( ac, -1, 4, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, -4, 1, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, -4, 7, 0 );
|
||||
ac = new AddonComponent( 3703 );
|
||||
AddComponent( ac, -5, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 6, 0 );
|
||||
ac = new AddonComponent( 4980 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 5352 );
|
||||
AddComponent( ac, 2, 8, 0 );
|
||||
ac = new AddonComponent( 4983 );
|
||||
AddComponent( ac, 5, 7, 0 );
|
||||
ac = new AddonComponent( 4982 );
|
||||
AddComponent( ac, 4, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, -1, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 3, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, -3, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -5, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, 4, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -5, 6, 0 );
|
||||
ac = new AddonComponent( 3254 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -6, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -4, -2, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, -4, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 6, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, 5, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 5, 6, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, -3, 6, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, -3, 1, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 0, 0 );
|
||||
ac = new AddonComponent( 3249 );
|
||||
AddComponent( ac, 3, 7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 9, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 9, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 9, 0 );
|
||||
ac = new AddonComponent( 2141 );
|
||||
AddComponent( ac, -5, 1, 0 );
|
||||
ac = new AddonComponent( 146 );
|
||||
AddComponent( ac, 3, 6, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -1, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, -2, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, -6, 5, 0 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, -2, 6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -3, 8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -2, 8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, -1, 8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 0, 8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 1, 8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 2, 8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 3, 8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 4, 8, 0 );
|
||||
ac = new AddonComponent( 3707 );
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 152 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, -4, 6, 0 );
|
||||
ac = new AddonComponent( 4150 );
|
||||
AddComponent( ac, -4, 3, 0 );
|
||||
ac = new AddonComponent( 4109 );
|
||||
AddComponent( ac, -5, 2, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, 4, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 1, 5, 0 );
|
||||
ac = new AddonComponent( 2142 );
|
||||
AddComponent( ac, 2, 6, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -8, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -7, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -6, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -3, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, -3, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, -6, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 6, -5, 0 );
|
||||
ac = new AddonComponent( 151 );
|
||||
AddComponent( ac, 6, -9, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, -8, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, -7, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 7, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, -1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 0, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 1, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 2, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 3, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 4, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 5, 0 );
|
||||
ac = new AddonComponent( 12788 );
|
||||
AddComponent( ac, 6, 6, 0 );
|
||||
ac = new AddonComponent( 144 );
|
||||
AddComponent( ac, 6, 6, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, -2, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, 0, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, -1, 0 );
|
||||
ac = new AddonComponent( 153 );
|
||||
ac.Light = LightType.Circle225;
|
||||
AddComponent( ac, 6, 2, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, 3, 0 );
|
||||
ac = new AddonComponent( 145 );
|
||||
AddComponent( ac, 6, 4, 0 );
|
||||
|
||||
}
|
||||
|
||||
public LogStableFSAddon( 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 LogStableFSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LogStableFSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LogStableFSAddonDeed()
|
||||
{
|
||||
Name = "LogStableFS";
|
||||
}
|
||||
|
||||
public LogStableFSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Scripts/Scripts-master/Addons2/LogTanner.mlt
Normal file
BIN
Scripts/Scripts-master/Addons2/LogTanner.mlt
Normal file
Binary file not shown.
BIN
Scripts/Scripts-master/Addons2/LogTavernInn.mlt
Normal file
BIN
Scripts/Scripts-master/Addons2/LogTavernInn.mlt
Normal file
Binary file not shown.
281
Scripts/Scripts-master/Addons2/LonghouseAddon.cs
Normal file
281
Scripts/Scripts-master/Addons2/LonghouseAddon.cs
Normal file
@@ -0,0 +1,281 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LonghouseAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LonghouseAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LonghouseAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, 4, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, 3, 19 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, 4, 20 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, -2, 20 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, -4, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, 4, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, -2, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, 3, 19 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, 1, 20 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, -3, 20 );
|
||||
ac = new AddonComponent( 2886 );
|
||||
AddComponent( ac, -1, -3, 8 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, -3, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, 1, 19 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, 0, 19 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, 4, 0 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, 3, 0 );
|
||||
ac = new AddonComponent( 4603 );
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, 1, 19 );
|
||||
ac = new AddonComponent( 4596 );
|
||||
AddComponent( ac, -1, -4, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, 0, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, 0, 19 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 529 );
|
||||
AddComponent( ac, 0, -6, 0 );
|
||||
ac = new AddonComponent( 4200 );
|
||||
AddComponent( ac, -1, 1, 1 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 1496 );
|
||||
AddComponent( ac, -2, 5, 20 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, 4, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, -3, 19 );
|
||||
ac = new AddonComponent( 2886 );
|
||||
AddComponent( ac, -1, 4, 0 );
|
||||
ac = new AddonComponent( 4207 );
|
||||
AddComponent( ac, 3, -3, 0 );
|
||||
ac = new AddonComponent( 530 );
|
||||
AddComponent( ac, -1, -6, 0 );
|
||||
ac = new AddonComponent( 2886 );
|
||||
AddComponent( ac, -2, 4, 0 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, 0, 20 );
|
||||
ac = new AddonComponent( 4601 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, 2, 0 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, -4, 19 );
|
||||
ac = new AddonComponent( 4600 );
|
||||
AddComponent( ac, 0, -4, 0 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, -2, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, -5, 19 );
|
||||
ac = new AddonComponent( 1491 );
|
||||
AddComponent( ac, -1, -6, 20 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, 3, 20 );
|
||||
ac = new AddonComponent( 4597 );
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 1, -5, 24 );
|
||||
ac = new AddonComponent( 5446 );
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, -1, 19 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, -3, 19 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, -2, 0 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, -4, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, 5, 19 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, -4, 20 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, -4, 0 );
|
||||
ac = new AddonComponent( 1490 );
|
||||
AddComponent( ac, -2, -5, 20 );
|
||||
ac = new AddonComponent( 5447 );
|
||||
AddComponent( ac, -1, -3, 0 );
|
||||
ac = new AddonComponent( 4206 );
|
||||
AddComponent( ac, 3, -4, 0 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, 2, 20 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, -4, 19 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, -2, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, -1, 19 );
|
||||
ac = new AddonComponent( 527 );
|
||||
AddComponent( ac, 2, 5, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, 2, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, -5, 19 );
|
||||
ac = new AddonComponent( 535 );
|
||||
AddComponent( ac, -2, -5, 0 );
|
||||
ac = new AddonComponent( 4201 );
|
||||
AddComponent( ac, 3, 4, 0 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, 3, 19 );
|
||||
ac = new AddonComponent( 1495 );
|
||||
AddComponent( ac, -2, -1, 20 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, -3, 0 );
|
||||
ac = new AddonComponent( 1501 );
|
||||
AddComponent( ac, 0, -6, 20 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 531 );
|
||||
AddComponent( ac, 1, -6, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, 5, 19 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, 1, 19 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, -3, 19 );
|
||||
ac = new AddonComponent( 4598 );
|
||||
AddComponent( ac, 0, -5, 0 );
|
||||
ac = new AddonComponent( 1500 );
|
||||
AddComponent( ac, 2, -5, 20 );
|
||||
ac = new AddonComponent( 4156 );
|
||||
AddComponent( ac, -1, -4, 3 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, 2, 19 );
|
||||
ac = new AddonComponent( 6274 );
|
||||
AddComponent( ac, -1, 0, 4 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, 4, 19 );
|
||||
ac = new AddonComponent( 536 );
|
||||
AddComponent( ac, -2, 5, 0 );
|
||||
ac = new AddonComponent( 4602 );
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, 5, 19 );
|
||||
ac = new AddonComponent( 1502 );
|
||||
AddComponent( ac, 1, -6, 20 );
|
||||
ac = new AddonComponent( 537 );
|
||||
AddComponent( ac, 2, -5, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, -1, 2, 19 );
|
||||
ac = new AddonComponent( 534 );
|
||||
AddComponent( ac, -2, -1, 0 );
|
||||
ac = new AddonComponent( 1508 );
|
||||
AddComponent( ac, 0, -2, 19 );
|
||||
ac = new AddonComponent( 4200 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 1503 );
|
||||
AddComponent( ac, 2, -1, 19 );
|
||||
ac = new AddonComponent( 5074 );
|
||||
AddComponent( ac, -1, 3, 2 );
|
||||
ac = new AddonComponent( 5068 );
|
||||
AddComponent( ac, 0, -3, 1 );
|
||||
ac = new AddonComponent( 5042 );
|
||||
AddComponent( ac, 0, 3, 2 );
|
||||
ac = new AddonComponent( 533 );
|
||||
AddComponent( ac, -1, 6, 0 );
|
||||
ac = new AddonComponent( 1499 );
|
||||
AddComponent( ac, 0, 7, 20 );
|
||||
ac = new AddonComponent( 529 );
|
||||
AddComponent( ac, 0, 6, 0 );
|
||||
ac = new AddonComponent( 1494 );
|
||||
AddComponent( ac, -1, 6, 20 );
|
||||
ac = new AddonComponent( 532 );
|
||||
AddComponent( ac, 1, 6, 0 );
|
||||
ac = new AddonComponent( 1504 );
|
||||
AddComponent( ac, 2, 6, 20 );
|
||||
ac = new AddonComponent( 1498 );
|
||||
AddComponent( ac, 1, 7, 20 );
|
||||
|
||||
}
|
||||
|
||||
public LonghouseAddon( 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 LonghouseAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LonghouseAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LonghouseAddonDeed()
|
||||
{
|
||||
Name = "Longhouse";
|
||||
}
|
||||
|
||||
public LonghouseAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LongmemorialbenchsouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3272, -2, 0, 0}, {3272, 2, 0, 0}, {3223, -2, 1, 0}// 1 2 3
|
||||
, {3223, 2, 1, 0}, {3206, 3, 0, 0}, {3206, -3, 0, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LongmemorialbenchsouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LongmemorialbenchsouthAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public LongmemorialbenchsouthAddon( 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 LongmemorialbenchsouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LongmemorialbenchsouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LongmemorialbenchsouthAddonDeed()
|
||||
{
|
||||
Name = "Longmemorialbenchsouth";
|
||||
}
|
||||
|
||||
public LongmemorialbenchsouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LordBlackThornsThroneEastAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19486, 0, 0, 0}, {19485, 0, -1, 0}, {19487, 0, 1, 0}// 1 2 3
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordBlackThornsThroneEastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LordBlackThornsThroneEastAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public LordBlackThornsThroneEastAddon( 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 LordBlackThornsThroneEastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordBlackThornsThroneEastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LordBlackThornsThroneEastAddonDeed()
|
||||
{
|
||||
Name = "LordBlackThornsThroneEast";
|
||||
}
|
||||
|
||||
public LordBlackThornsThroneEastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LordBlackThornsThroneSouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19484, 1, 0, 0}, {19483, 0, 0, 0}, {19482, -1, 0, 0}// 1 2 3
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordBlackThornsThroneSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LordBlackThornsThroneSouthAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public LordBlackThornsThroneSouthAddon( 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 LordBlackThornsThroneSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordBlackThornsThroneSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LordBlackThornsThroneSouthAddonDeed()
|
||||
{
|
||||
Name = "LordBlackThornsThroneSouth";
|
||||
}
|
||||
|
||||
public LordBlackThornsThroneSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
118
Scripts/Scripts-master/Addons2/LordDraminAddon.cs
Normal file
118
Scripts/Scripts-master/Addons2/LordDraminAddon.cs
Normal file
@@ -0,0 +1,118 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LordDraminAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3374, 1, 1, 0}, {3374, 1, -1, 0}, {3377, -1, 0, 2}// 2 3 4
|
||||
, {3377, -1, -1, 1}, {3377, -1, 1, 2}, {3365, 0, 1, 0}// 5 6 7
|
||||
, {3365, 0, -1, 0}, {3365, 1, 0, 0}, {3241, -1, 0, 0}// 8 9 10
|
||||
, {3241, -1, 1, 0}, {3241, -1, -1, 0}, {3375, 1, -1, 2}// 11 12 13
|
||||
, {3375, 1, 1, 2}// 14
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordDraminAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LordDraminAddon()
|
||||
{
|
||||
|
||||
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, 11538, 0, 0, 0, 2740, -1, "Lord Dramin", 1);// 1
|
||||
|
||||
}
|
||||
|
||||
public LordDraminAddon( 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 LordDraminAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordDraminAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LordDraminAddonDeed()
|
||||
{
|
||||
Name = "LordDramin";
|
||||
}
|
||||
|
||||
public LordDraminAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
121
Scripts/Scripts-master/Addons2/LordMerlinAddon.cs
Normal file
121
Scripts/Scripts-master/Addons2/LordMerlinAddon.cs
Normal file
@@ -0,0 +1,121 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LordMerlinAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{7038, -1, -1, 0}, {3272, 0, -1, 0}, {3272, -1, 0, 0}// 4 5 6
|
||||
, {3272, 1, -1, 0}, {3272, -1, 1, 0}, {3231, 2, 0, 0}// 7 8 9
|
||||
, {3231, 0, 2, 0}, {6811, 1, 0, 5}, {6811, 0, 1, 5}// 10 11 12
|
||||
, {3237, 2, -1, 0}, {3237, -1, 2, 0}, {3223, 2, 1, 1}// 13 14 15
|
||||
, {3223, 1, 2, 1}, {3205, 0, 2, 5}, {3205, 2, 0, 4}// 16 17 18
|
||||
, {3206, 2, 2, 2}// 19
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordMerlinAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LordMerlinAddon()
|
||||
{
|
||||
|
||||
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, 4767, 1, 1, 0, 2439, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 4768, 1, 0, 0, 2439, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 4769, 0, 1, 0, 2439, -1, "", 1);// 3
|
||||
|
||||
}
|
||||
|
||||
public LordMerlinAddon( 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 LordMerlinAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordMerlinAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LordMerlinAddonDeed()
|
||||
{
|
||||
Name = "LordMerlin";
|
||||
}
|
||||
|
||||
public LordMerlinAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
117
Scripts/Scripts-master/Addons2/LordTraywinAddon.cs
Normal file
117
Scripts/Scripts-master/Addons2/LordTraywinAddon.cs
Normal file
@@ -0,0 +1,117 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LordTraywinAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3231, -1, 1, 0}, {3231, 1, 1, 0}, {3210, -1, 1, 4}// 2 3 4
|
||||
, {3204, 1, 1, 4}, {3203, 0, 1, 0}, {3203, 1, 0, 0}// 5 6 7
|
||||
, {3203, -1, 0, 0}, {3272, 1, -1, 0}, {3272, -1, -1, 0}// 8 9 10
|
||||
, {7038, 0, -1, 0}// 11
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordTraywinAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LordTraywinAddon()
|
||||
{
|
||||
|
||||
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, 11539, 0, 0, 0, 2637, -1, "Lord Traywin", 1);// 1
|
||||
|
||||
}
|
||||
|
||||
public LordTraywinAddon( 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 LordTraywinAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LordTraywinAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LordTraywinAddonDeed()
|
||||
{
|
||||
Name = "LordTraywin";
|
||||
}
|
||||
|
||||
public LordTraywinAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
1103
Scripts/Scripts-master/Addons2/LostAtlantisAddon.cs
Normal file
1103
Scripts/Scripts-master/Addons2/LostAtlantisAddon.cs
Normal file
File diff suppressed because it is too large
Load Diff
196
Scripts/Scripts-master/Addons2/LoversHeartAddon.cs
Normal file
196
Scripts/Scripts-master/Addons2/LoversHeartAddon.cs
Normal file
@@ -0,0 +1,196 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LoversHeartAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{4633, -2, -2, 0}, {1064, 3, 4, 3}, {4634, 0, 2, 0}// 9 15 22
|
||||
, {4609, -1, 1, 0}, {4610, -1, -2, 0}, {1064, 3, -3, 2}// 30 32 33
|
||||
, {1064, -3, -3, 2}, {4632, 0, -3, 0}, {1064, -3, 4, 0}// 35 40 42
|
||||
, {4609, 0, 1, 0}, {4633, -2, 0, 0}, {4611, -1, -1, 0}// 43 52 60
|
||||
, {4611, 0, 0, 0}, {4635, 1, -2, 0}, {4611, 0, -1, 0}// 64 65 70
|
||||
, {4610, 0, -2, 0}, {4635, 1, 0, 0}, {4611, -1, 0, 0}// 71 72 80
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LoversHeartAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LoversHeartAddon()
|
||||
{
|
||||
|
||||
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, 2762, -3, -4, 0, 1154, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 2766, 2, -4, 0, 1154, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 2764, 3, -4, 0, 1154, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 2766, 0, -4, 0, 1154, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 2766, -1, -4, 0, 1154, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 2766, 1, -4, 0, 1154, -1, "", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 2766, -2, -4, 0, 1154, -1, "", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 3, -1, 0, 1154, -1, "", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, 3, 0, 1154, -1, "", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -3, -3, 0, 1154, -1, "", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, -2, 0, 1154, -1, "", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, 0, 0, 1154, -1, "", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, -1, 0, 1154, -1, "", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, -3, 0, 1154, -1, "", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 2768, -1, 4, 0, 1154, -1, "", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 3, 2, 0, 1154, -1, "", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, -1, 0, 1154, -1, "", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 3, -2, 0, 1154, -1, "", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, -3, 0, 1154, -1, "", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, -2, 0, 1154, -1, "", 1);// 23
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -3, 1, 0, 1154, -1, "", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, 0, 0, 1154, -1, "", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, 3, 0, 1154, -1, "", 1);// 26
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -3, 2, 0, 1154, -1, "", 1);// 27
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, -1, 0, 1154, -1, "", 1);// 28
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, 0, 0, 1154, -1, "", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, -2, 0, 1154, -1, "", 1);// 31
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, -2, 0, 1154, -1, "", 1);// 34
|
||||
AddComplexComponent( (BaseAddon) this, 2763, -3, 4, 1, 1154, -1, "", 1);// 36
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -3, 0, 0, 1154, -1, "", 1);// 37
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -3, -1, 0, 1154, -1, "", 1);// 38
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, 3, 0, 1154, -1, "", 1);// 39
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 3, 3, 0, 1154, -1, "", 1);// 41
|
||||
AddComplexComponent( (BaseAddon) this, 2761, 3, 4, 0, 1154, -1, "", 1);// 44
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -3, -2, 0, 1154, -1, "", 1);// 45
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 3, 1, 0, 1154, -1, "", 1);// 46
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, 2, 0, 1154, -1, "", 1);// 47
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, 2, 0, 1154, -1, "", 1);// 48
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -3, 3, 0, 1154, -1, "", 1);// 49
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 3, -3, 0, 1154, -1, "", 1);// 50
|
||||
AddComplexComponent( (BaseAddon) this, 2768, 0, 4, 0, 1154, -1, "", 1);// 51
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, -1, 0, 1154, -1, "", 1);// 53
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 3, 0, 0, 1154, -1, "", 1);// 54
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, 1, 0, 1154, -1, "", 1);// 55
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, 3, 0, 1154, -1, "", 1);// 56
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, 2, 0, 1154, -1, "", 1);// 57
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, -3, 0, 1154, -1, "", 1);// 58
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, 2, 0, 1154, -1, "", 1);// 59
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, 0, 0, 1154, -1, "", 1);// 61
|
||||
AddComplexComponent( (BaseAddon) this, 6233, 0, 0, 13, 0, 1, "", 1);// 62
|
||||
AddComplexComponent( (BaseAddon) this, 2768, 1, 4, 0, 1154, -1, "", 1);// 63
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, 3, 0, 1154, -1, "", 1);// 66
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, 1, 0, 1154, -1, "", 1);// 67
|
||||
AddComplexComponent( (BaseAddon) this, 2768, -2, 4, 0, 1154, -1, "", 1);// 68
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, -2, 0, 1154, -1, "", 1);// 69
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, 1, 0, 1154, -1, "", 1);// 73
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, 1, 0, 1154, -1, "", 1);// 74
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, -1, 0, 1154, -1, "", 1);// 75
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, 0, 0, 1154, -1, "", 1);// 76
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, -3, 0, 1154, -1, "", 1);// 77
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, 2, 0, 1154, -1, "", 1);// 78
|
||||
AddComplexComponent( (BaseAddon) this, 2768, 2, 4, 0, 1154, -1, "", 1);// 79
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, -3, 0, 1154, -1, "", 1);// 81
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, 1, 0, 1154, -1, "", 1);// 82
|
||||
AddComplexComponent( (BaseAddon) this, 587, 2, -3, 0, 0, -1, "My Lover's Heart", 1);// 83
|
||||
AddComplexComponent( (BaseAddon) this, 6378, 3, -3, 5, 2747, -1, "Long Stem Rose", 1);// 84
|
||||
AddComplexComponent( (BaseAddon) this, 6378, -3, -3, 5, 2747, -1, "Long Stem Rose", 1);// 85
|
||||
AddComplexComponent( (BaseAddon) this, 6378, -3, 4, 5, 2747, -1, "Long Stem Rose", 1);// 86
|
||||
AddComplexComponent( (BaseAddon) this, 6378, 3, 4, 7, 2747, -1, "Long Stem Rose", 1);// 87
|
||||
AddComplexComponent( (BaseAddon) this, 587, 2, 1, 0, 0, -1, "My Lover's Heart", 1);// 88
|
||||
AddComplexComponent( (BaseAddon) this, 587, 2, -1, 0, 0, -1, "My Lover's Heart", 1);// 89
|
||||
AddComplexComponent( (BaseAddon) this, 587, -2, 1, 0, 0, -1, "My Lover's Heart", 1);// 90
|
||||
AddComplexComponent( (BaseAddon) this, 587, 2, 3, 0, 0, -1, "My Lover's Heart", 1);// 91
|
||||
AddComplexComponent( (BaseAddon) this, 587, -2, -3, 0, 0, -1, "My Lover's Heart", 1);// 92
|
||||
AddComplexComponent( (BaseAddon) this, 587, -2, -1, 0, 0, -1, "My Lover's Heart", 1);// 93
|
||||
AddComplexComponent( (BaseAddon) this, 587, -2, 3, 0, 0, -1, "My Lover's Heart", 1);// 94
|
||||
AddComplexComponent( (BaseAddon) this, 587, 0, 1, 11, 0, -1, "My Lover's Heart", 1);// 95
|
||||
AddComplexComponent( (BaseAddon) this, 587, 0, -1, 11, 0, -1, "My Lover's Heart", 1);// 96
|
||||
|
||||
}
|
||||
|
||||
public LoversHeartAddon( 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 LoversHeartAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LoversHeartAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LoversHeartAddonDeed()
|
||||
{
|
||||
Name = "LoversHeart";
|
||||
}
|
||||
|
||||
public LoversHeartAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
174
Scripts/Scripts-master/Addons2/LoversHeartSmNAddon.cs
Normal file
174
Scripts/Scripts-master/Addons2/LoversHeartSmNAddon.cs
Normal file
@@ -0,0 +1,174 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LoversHeartSmNAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1064, -2, -3, 0}, {6227, 0, 0, 6}, {4632, 0, -2, 0}// 7 18 28
|
||||
, {1064, -2, 4, 0}, {1064, 2, 4, 0}, {4635, 1, 1, 0}// 30 32 37
|
||||
, {4611, 0, 0, 0}, {4634, 0, 2, 0}, {4610, 0, -1, 0}// 38 40 44
|
||||
, {4609, 0, 1, 0}, {4635, 1, -1, 0}, {4633, -1, -1, 0}// 46 47 51
|
||||
, {4633, -1, 1, 0}, {1064, 2, -3, 0}// 56 57
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LoversHeartSmNAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LoversHeartSmNAddon()
|
||||
{
|
||||
|
||||
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, 2782, 2, -3, 0, 1154, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 2785, 2, -1, 0, 1154, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 2785, 2, -2, 0, 1154, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 2784, 0, -3, 0, 1154, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 2781, -2, 4, 0, 1154, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, 4, 0, 0, -1, "Lover's Heart", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, 4, 0, 0, -1, "Lover's Heart", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 4248, -1, 2, 0, 1154, -1, "", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 4248, -1, 3, 0, 1154, -1, "", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 2786, 0, 4, 0, 1154, -1, "", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, 3, 0, 0, -1, "Lover's Heart", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 4248, -1, 1, 0, 1154, -1, "", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, 2, 0, 0, -1, "Lover's Heart", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 2783, -2, 1, 0, 1154, -1, "", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 2783, -2, 3, 0, 1154, -1, "", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 2783, -2, 2, 0, 1154, -1, "", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 6378, -2, 4, 0, 1143, -1, "Long Stem Rose", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 2786, -1, 4, 0, 1154, -1, "", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 2780, -2, -3, 0, 1154, -1, "", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, -3, 0, 0, -1, "Lover's Heart", 1);// 22
|
||||
AddComplexComponent( (BaseAddon) this, 2785, 2, 0, 0, 1154, -1, "", 1);// 23
|
||||
AddComplexComponent( (BaseAddon) this, 6378, -2, -3, 0, 1143, -1, "Long Stem Rose", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 4248, -1, -2, 0, 1154, -1, "", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 4248, -1, -1, 0, 1154, -1, "", 1);// 26
|
||||
AddComplexComponent( (BaseAddon) this, 4248, -1, 0, 0, 1154, -1, "", 1);// 27
|
||||
AddComplexComponent( (BaseAddon) this, 2783, -2, -1, 0, 1154, -1, "", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 2783, -2, 0, 0, 1154, -1, "", 1);// 31
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 0, 3, 0, 1154, -1, "", 1);// 33
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 1, 2, 0, 1154, -1, "", 1);// 34
|
||||
AddComplexComponent( (BaseAddon) this, 2786, 1, 4, 0, 1154, -1, "", 1);// 35
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 1, -2, 0, 1154, -1, "", 1);// 36
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 0, -2, 0, 1154, -1, "", 1);// 39
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 0, 2, 0, 1154, -1, "", 1);// 41
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, 3, 0, 0, -1, "Lover's Heart", 1);// 42
|
||||
AddComplexComponent( (BaseAddon) this, 2784, 1, -3, 0, 1154, -1, "", 1);// 43
|
||||
AddComplexComponent( (BaseAddon) this, 2785, 2, 2, 0, 1154, -1, "", 1);// 45
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, 2, 0, 0, -1, "Lover's Heart", 1);// 48
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 1, 3, 0, 1154, -1, "", 1);// 49
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, -2, 0, 0, -1, "Lover's Heart", 1);// 50
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 0, 1, 0, 1154, -1, "", 1);// 52
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 1, -1, 0, 1154, -1, "", 1);// 53
|
||||
AddComplexComponent( (BaseAddon) this, 587, 0, -1, 6, 0, -1, "Lover's Heart", 1);// 54
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 0, 0, 0, 1154, -1, "", 1);// 55
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, -3, 0, 0, -1, "Lover's Heart", 1);// 58
|
||||
AddComplexComponent( (BaseAddon) this, 587, 0, 1, 6, 0, -1, "Lover's Heart", 1);// 59
|
||||
AddComplexComponent( (BaseAddon) this, 2785, 2, 3, 0, 1154, -1, "", 1);// 60
|
||||
AddComplexComponent( (BaseAddon) this, 2779, 2, 4, 0, 1154, -1, "", 1);// 61
|
||||
AddComplexComponent( (BaseAddon) this, 6378, 2, -3, 0, 1143, -1, "Long Stem Rose", 1);// 62
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 1, 0, 0, 1154, -1, "", 1);// 63
|
||||
AddComplexComponent( (BaseAddon) this, 2784, -1, -3, 0, 1154, -1, "", 1);// 64
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 1, 1, 0, 1154, -1, "", 1);// 65
|
||||
AddComplexComponent( (BaseAddon) this, 2785, 2, 1, 0, 1154, -1, "", 1);// 66
|
||||
AddComplexComponent( (BaseAddon) this, 4248, 0, -1, 0, 1154, -1, "", 1);// 67
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, -2, 0, 0, -1, "Lover's Heart", 1);// 68
|
||||
AddComplexComponent( (BaseAddon) this, 2783, -2, -2, 0, 1154, -1, "", 1);// 69
|
||||
AddComplexComponent( (BaseAddon) this, 6378, 2, 4, 0, 1143, -1, "Long Stem Rose", 1);// 70
|
||||
AddComplexComponent( (BaseAddon) this, 6233, 0, 0, 6, 0, 1, "", 1);// 71
|
||||
|
||||
}
|
||||
|
||||
public LoversHeartSmNAddon( 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 LoversHeartSmNAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LoversHeartSmNAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LoversHeartSmNAddonDeed()
|
||||
{
|
||||
Name = "LoversHeartSmN";
|
||||
}
|
||||
|
||||
public LoversHeartSmNAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
196
Scripts/Scripts-master/Addons2/LoversHeartWestAddon.cs
Normal file
196
Scripts/Scripts-master/Addons2/LoversHeartWestAddon.cs
Normal file
@@ -0,0 +1,196 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LoversHeartWestAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{4612, 1, -1, 1}, {4613, -2, -1, 1}, {4613, -2, 0, 1}// 1 6 9
|
||||
, {4632, -2, -2, 1}, {4612, 1, 0, 1}, {4614, 0, -1, 1}// 10 13 16
|
||||
, {4614, 0, 0, 1}, {1055, -3, 2, 7}, {4614, -1, 0, 1}// 21 26 29
|
||||
, {4632, 0, -2, 1}, {4614, -1, -1, 1}, {4634, 0, 1, 1}// 30 34 35
|
||||
, {4634, -2, 1, 1}, {4635, 2, 0, 1}, {4633, -3, 0, 1}// 38 41 42
|
||||
, {1055, 4, -2, 4}, {1055, 4, 2, 6}, {1055, -3, -2, 7}// 83 84 86
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LoversHeartWestAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LoversHeartWestAddon()
|
||||
{
|
||||
|
||||
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, 2760, -1, -1, 1, 1154, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, 0, 1, 1154, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, -1, 1, 1154, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, 1, 1, 1154, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, 2, 1, 1154, -1, "", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, 1, 1, 1154, -1, "", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, 0, 1, 1154, -1, "", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -3, 2, 1, 1154, -1, "", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, -2, 1, 1154, -1, "", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -3, -2, 1, 1154, -1, "", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 3, 2, 1, 1154, -1, "", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 3, 1, 1, 1154, -1, "", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 3, 0, 1, 1154, -1, "", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 3, -1, 1, 1154, -1, "", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 3, -2, 1, 1154, -1, "", 1);// 22
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, 2, 1, 1154, -1, "", 1);// 23
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, 1, 1, 1154, -1, "", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, -1, 1, 1154, -1, "", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, -1, 1, 1154, -1, "", 1);// 27
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -3, 1, 1, 1154, -1, "", 1);// 28
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, 2, 1, 1154, -1, "", 1);// 31
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, 1, 1, 1154, -1, "", 1);// 32
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, 0, 1, 1154, -1, "", 1);// 33
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, -1, 1, 1154, -1, "", 1);// 36
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, 0, 1, 1154, -1, "", 1);// 37
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -3, 0, 1, 1154, -1, "", 1);// 39
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 2, -2, 1, 1154, -1, "", 1);// 40
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, -2, 1, 1154, -1, "", 1);// 43
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, 2, 1, 1154, -1, "", 1);// 44
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, 0, 1, 1154, -1, "", 1);// 45
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -3, -1, 1, 1154, -1, "", 1);// 46
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 0, 1, 1, 1154, -1, "", 1);// 47
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -1, -2, 1, 1154, -1, "", 1);// 48
|
||||
AddComplexComponent( (BaseAddon) this, 2760, 1, 2, 1, 1154, -1, "", 1);// 49
|
||||
AddComplexComponent( (BaseAddon) this, 2760, -2, -2, 1, 1154, -1, "", 1);// 50
|
||||
AddComplexComponent( (BaseAddon) this, 6378, 4, 2, 7, 2747, -1, "Long Stem Rose", 1);// 51
|
||||
AddComplexComponent( (BaseAddon) this, 6378, 4, -2, 5, 2747, -1, "Long Stem Rose", 1);// 52
|
||||
AddComplexComponent( (BaseAddon) this, 6378, -3, 2, 8, 2747, -1, "Long Stem Rose", 1);// 53
|
||||
AddComplexComponent( (BaseAddon) this, 6378, -3, -2, 8, 2747, -1, "Long Stem Rose", 1);// 54
|
||||
AddComplexComponent( (BaseAddon) this, 2766, -3, -3, 1, 1154, -1, "", 1);// 55
|
||||
AddComplexComponent( (BaseAddon) this, 2766, -2, -3, 1, 1154, -1, "", 1);// 56
|
||||
AddComplexComponent( (BaseAddon) this, 2766, -1, -3, 1, 1154, -1, "", 1);// 57
|
||||
AddComplexComponent( (BaseAddon) this, 2766, 0, -3, 1, 1154, -1, "", 1);// 58
|
||||
AddComplexComponent( (BaseAddon) this, 2766, 1, -3, 1, 1154, -1, "", 1);// 59
|
||||
AddComplexComponent( (BaseAddon) this, 2766, 2, -3, 1, 1154, -1, "", 1);// 60
|
||||
AddComplexComponent( (BaseAddon) this, 2766, 3, -3, 1, 1154, -1, "", 1);// 61
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 4, -2, 1, 1154, -1, "", 1);// 62
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 4, -1, 1, 1154, -1, "", 1);// 63
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 4, 0, 1, 1154, -1, "", 1);// 64
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 4, 1, 1, 1154, -1, "", 1);// 65
|
||||
AddComplexComponent( (BaseAddon) this, 2767, 4, 2, 1, 1154, -1, "", 1);// 66
|
||||
AddComplexComponent( (BaseAddon) this, 2768, -3, 3, 1, 1154, -1, "", 1);// 67
|
||||
AddComplexComponent( (BaseAddon) this, 2768, -2, 3, 1, 1154, -1, "", 1);// 68
|
||||
AddComplexComponent( (BaseAddon) this, 2768, -1, 3, 1, 1154, -1, "", 1);// 69
|
||||
AddComplexComponent( (BaseAddon) this, 2768, 0, 3, 1, 1154, -1, "", 1);// 70
|
||||
AddComplexComponent( (BaseAddon) this, 2768, 1, 3, 1, 1154, -1, "", 1);// 71
|
||||
AddComplexComponent( (BaseAddon) this, 2768, 2, 3, 1, 1154, -1, "", 1);// 72
|
||||
AddComplexComponent( (BaseAddon) this, 2768, 3, 3, 1, 1154, -1, "", 1);// 73
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -4, -2, 1, 1154, -1, "", 1);// 74
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -4, -1, 1, 1154, -1, "", 1);// 75
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -4, 0, 1, 1154, -1, "", 1);// 76
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -4, 1, 1, 1154, -1, "", 1);// 77
|
||||
AddComplexComponent( (BaseAddon) this, 2765, -4, 2, 1, 1154, -1, "", 1);// 78
|
||||
AddComplexComponent( (BaseAddon) this, 2763, -4, 3, 1, 1154, -1, "", 1);// 79
|
||||
AddComplexComponent( (BaseAddon) this, 2762, -4, -3, 1, 1154, -1, "", 1);// 80
|
||||
AddComplexComponent( (BaseAddon) this, 2761, 4, 3, 1, 1154, -1, "", 1);// 81
|
||||
AddComplexComponent( (BaseAddon) this, 2764, 4, -3, 1, 1154, -1, "", 1);// 82
|
||||
AddComplexComponent( (BaseAddon) this, 6233, 0, 0, 14, 0, 1, "", 1);// 85
|
||||
AddComplexComponent( (BaseAddon) this, 587, -3, 2, 1, 0, -1, "My Lover's Heart", 1);// 87
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, 2, 1, 0, -1, "My Lover's Heart", 1);// 88
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, 2, 1, 0, -1, "My Lover's Heart", 1);// 89
|
||||
AddComplexComponent( (BaseAddon) this, 587, 3, 2, 1, 0, -1, "My Lover's Heart", 1);// 90
|
||||
AddComplexComponent( (BaseAddon) this, 587, 3, -2, 1, 0, -1, "My Lover's Heart", 1);// 91
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, -2, 0, 0, -1, "My Lover's Heart", 1);// 92
|
||||
AddComplexComponent( (BaseAddon) this, 587, 1, 0, 12, 0, -1, "My Lover's Heart", 1);// 93
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, 0, 12, 0, -1, "My Lover's Heart", 1);// 94
|
||||
AddComplexComponent( (BaseAddon) this, 587, -1, -2, 3, 0, -1, "My Lover's Heart", 1);// 95
|
||||
AddComplexComponent( (BaseAddon) this, 587, -3, -2, 1, 0, -1, "My Lover's Heart", 1);// 96
|
||||
|
||||
}
|
||||
|
||||
public LoversHeartWestAddon( 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 LoversHeartWestAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LoversHeartWestAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LoversHeartWestAddonDeed()
|
||||
{
|
||||
Name = "LoversHeartWest";
|
||||
}
|
||||
|
||||
public LoversHeartWestAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
92
Scripts/Scripts-master/Addons2/LrgNutCrackerEastAddon.cs
Normal file
92
Scripts/Scripts-master/Addons2/LrgNutCrackerEastAddon.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LrgNutCrackerEastAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{18162, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LrgNutCrackerEastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LrgNutCrackerEastAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public LrgNutCrackerEastAddon( 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 LrgNutCrackerEastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LrgNutCrackerEastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LrgNutCrackerEastAddonDeed()
|
||||
{
|
||||
Name = "LrgNutCrackerEast";
|
||||
}
|
||||
|
||||
public LrgNutCrackerEastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
92
Scripts/Scripts-master/Addons2/LrgNutCrackerSouthAddon.cs
Normal file
92
Scripts/Scripts-master/Addons2/LrgNutCrackerSouthAddon.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LrgNutCrackerSouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{18165, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LrgNutCrackerSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LrgNutCrackerSouthAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public LrgNutCrackerSouthAddon( 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 LrgNutCrackerSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LrgNutCrackerSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LrgNutCrackerSouthAddonDeed()
|
||||
{
|
||||
Name = "LrgNutCrackerSouth";
|
||||
}
|
||||
|
||||
public LrgNutCrackerSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
108
Scripts/Scripts-master/Addons2/LuckyCharmsAddon.cs
Normal file
108
Scripts/Scripts-master/Addons2/LuckyCharmsAddon.cs
Normal file
@@ -0,0 +1,108 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LuckyCharmsAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LuckyCharmsAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LuckyCharmsAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 3103, 0, 0, 0, 2645, -1, "Lucky Charms", 1);// 1
|
||||
|
||||
}
|
||||
|
||||
public LuckyCharmsAddon( 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 LuckyCharmsAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LuckyCharmsAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LuckyCharmsAddonDeed()
|
||||
{
|
||||
Name = "LuckyCharms";
|
||||
}
|
||||
|
||||
public LuckyCharmsAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
139
Scripts/Scripts-master/Addons2/LuminariWinterSidewalkAddon.cs
Normal file
139
Scripts/Scripts-master/Addons2/LuminariWinterSidewalkAddon.cs
Normal file
@@ -0,0 +1,139 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LuminariWinterSidewalkAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{6077, -1, -2, 0}, {6092, 2, 0, 0}, {6090, -2, -2, 0}// 1 4 5
|
||||
, {6092, 2, -3, 0}, {6077, 1, 1, 0}, {6077, -1, -4, 0}// 6 8 9
|
||||
, {6077, 1, -2, 0}, {6077, 1, -4, 0}, {6092, 2, 1, 0}// 10 11 12
|
||||
, {6090, -2, -1, 0}, {6077, -1, -3, 0}, {6077, -1, 1, 0}// 13 14 15
|
||||
, {6077, 0, 1, 0}, {6090, -2, 0, 0}, {6090, -2, -3, 0}// 16 17 18
|
||||
, {6090, -2, -4, 0}, {6077, 1, -3, 0}, {6092, 2, -1, 0}// 19 20 21
|
||||
, {6090, -2, 1, 0}, {6077, 0, -4, 0}, {6077, -1, 0, 0}// 22 23 26
|
||||
, {6077, 0, -3, 0}, {6077, 1, 0, 0}, {6077, 0, 0, 0}// 27 28 29
|
||||
, {6077, 0, -1, 0}, {6092, 2, -2, 0}, {6077, 1, -1, 0}// 30 31 32
|
||||
, {6092, 2, -4, 0}, {6077, -1, -1, 0}, {6077, 0, -2, 0}// 33 35 36
|
||||
, {6077, 0, 2, 0}, {6090, -2, 3, 0}, {6089, 0, 5, 0}// 37 38 39
|
||||
, {6077, 1, 4, 0}, {6092, 2, 4, 0}, {6077, 1, 2, 0}// 40 41 42
|
||||
, {6087, 2, 5, 0}, {6089, 1, 5, 0}, {6077, 0, 3, 0}// 43 44 45
|
||||
, {6077, -1, 3, 0}, {6088, -2, 5, 0}, {6090, -2, 4, 0}// 48 49 50
|
||||
, {6090, -2, 2, 0}, {6077, 1, 3, 0}, {6089, -1, 5, 0}// 52 53 55
|
||||
, {6077, -1, 4, 0}, {6077, 0, 4, 0}, {6092, 2, 3, 0}// 56 57 58
|
||||
, {6092, 2, 2, 0}, {6077, -1, 2, 0}// 59 60
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LuminariWinterSidewalkAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LuminariWinterSidewalkAddon()
|
||||
{
|
||||
|
||||
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, 9405, -1, 0, 0, 2698, 1, "A Luminari", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 9405, -1, -4, 0, 2999, 1, "A Luminari", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 9405, 1, -2, 0, 2896, 0, "A Luminari", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 9405, -1, -2, 0, 2896, 1, "A Luminari", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 9405, 1, 0, 0, 2698, 0, "A Luminari", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 9405, 1, -4, 0, 2999, 0, "A Luminari", 1);// 34
|
||||
AddComplexComponent( (BaseAddon) this, 9405, 1, 2, 0, 2705, 0, "A Luminari", 1);// 46
|
||||
AddComplexComponent( (BaseAddon) this, 9405, -1, 4, 0, 2718, 1, "A Luminari", 1);// 47
|
||||
AddComplexComponent( (BaseAddon) this, 9405, -1, 2, 0, 2705, 1, "A Luminari", 1);// 51
|
||||
AddComplexComponent( (BaseAddon) this, 9405, 1, 4, 0, 2718, 0, "A Luminari", 1);// 54
|
||||
|
||||
}
|
||||
|
||||
public LuminariWinterSidewalkAddon( 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 LuminariWinterSidewalkAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LuminariWinterSidewalkAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LuminariWinterSidewalkAddonDeed()
|
||||
{
|
||||
Name = "LuminariWinterSidewalk";
|
||||
}
|
||||
|
||||
public LuminariWinterSidewalkAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
116
Scripts/Scripts-master/Addons2/LunaRugAddon.cs
Normal file
116
Scripts/Scripts-master/Addons2/LunaRugAddon.cs
Normal file
@@ -0,0 +1,116 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class LunaRugAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2748, -1, -2, 0}, {2748, -1, -1, 0}, {2748, -1, 0, 0}// 1 2 3
|
||||
, {2748, -1, 1, 0}, {2748, -1, 2, 0}, {2748, 0, -2, 0}// 4 5 6
|
||||
, {2748, 0, -1, 0}, {2748, 0, 0, 0}, {2748, 0, 1, 0}// 7 8 9
|
||||
, {2748, 0, 2, 0}, {2748, 1, -2, 0}, {2748, 1, -1, 0}// 10 11 12
|
||||
, {2748, 1, 0, 0}, {2748, 1, 1, 0}, {2748, 1, 2, 0}// 13 14 15
|
||||
, {2748, 2, -2, 0}, {2748, 2, -1, 0}, {2748, 2, 0, 0}// 16 17 18
|
||||
, {2748, 2, 1, 0}, {2748, 2, 2, 0}, {2748, 3, -2, 0}// 19 20 21
|
||||
, {2748, 3, -1, 0}, {2748, 3, 0, 0}, {2748, 3, 1, 0}// 22 23 24
|
||||
, {2748, 3, 2, 0}, {2748, -2, -2, 0}, {2748, -2, -1, 0}// 25 26 27
|
||||
, {2748, -2, 0, 0}, {2748, -2, 1, 0}, {2748, -2, 2, 0}// 28 29 30
|
||||
, {2741, 4, -2, 0}, {2741, 4, -1, 0}, {2741, 4, 0, 0}// 31 32 33
|
||||
, {2741, 4, 1, 0}, {2741, 4, 2, 0}, {2744, -4, -4, 0}// 34 35 36
|
||||
, {2745, 4, -4, 0}, {2743, -4, -2, 0}, {2743, -4, -1, 0}// 37 38 39
|
||||
, {2743, -4, 0, 0}, {2743, -4, 1, 0}, {2743, -4, 2, 0}// 40 41 42
|
||||
, {2740, -2, -4, 0}, {2740, -1, -4, 0}, {2740, 0, -4, 0}// 43 44 45
|
||||
, {2740, 1, -4, 0}, {2740, 2, -4, 0}, {2740, 3, -4, 0}// 46 47 48
|
||||
, {2740, -3, -4, 0}, {2743, -4, -3, 0}, {2741, 4, -3, 0}// 49 50 51
|
||||
, {2739, 3, -3, 0}, {2739, -3, -3, 0}, {2739, -2, -3, 0}// 52 53 54
|
||||
, {2739, -1, -3, 0}, {2739, 0, -3, 0}, {2739, 1, -3, 0}// 55 56 57
|
||||
, {2739, 2, -3, 0}, {2739, -3, -2, 0}, {2739, -3, -1, 0}// 58 59 60
|
||||
, {2739, -3, 0, 0}, {2739, -3, 1, 0}, {2739, -3, 2, 0}// 61 62 63
|
||||
, {2748, -1, 3, 0}, {2748, 0, 3, 0}, {2748, 1, 3, 0}// 64 65 66
|
||||
, {2748, 2, 3, 0}, {2748, 3, 3, 0}, {2748, -2, 3, 0}// 67 68 69
|
||||
, {2741, 4, 3, 0}, {2742, -2, 4, 0}, {2742, -1, 4, 0}// 70 71 72
|
||||
, {2742, 0, 4, 0}, {2742, 1, 4, 0}, {2742, 2, 4, 0}// 73 74 75
|
||||
, {2742, 3, 4, 0}, {2746, 4, 4, 0}, {2747, -4, 4, 0}// 76 77 78
|
||||
, {2743, -4, 3, 0}, {2742, -3, 4, 0}, {2739, -3, 3, 0}// 79 80 81
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LunaRugAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public LunaRugAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public LunaRugAddon( 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 LunaRugAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new LunaRugAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public LunaRugAddonDeed()
|
||||
{
|
||||
Name = "LunaRug";
|
||||
}
|
||||
|
||||
public LunaRugAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
99
Scripts/Scripts-master/Addons2/MLwoodenpathNSAddon.cs
Normal file
99
Scripts/Scripts-master/Addons2/MLwoodenpathNSAddon.cs
Normal file
@@ -0,0 +1,99 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MLwoodenpathNSAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{11578, -1, -2, 0}, {11578, -1, -1, 0}, {11578, -1, 0, 0}// 1 2 3
|
||||
, {11578, -1, 1, 0}, {11578, -1, 2, 0}, {11578, -1, 3, 0}// 4 5 6
|
||||
, {11724, -2, -1, 0}, {11724, -2, 1, 0}, {11724, -2, 3, 0}// 7 8 9
|
||||
, {11725, -2, 2, 0}, {11725, -2, 0, 0}, {11725, -2, -2, 0}// 10 11 12
|
||||
, {11578, 0, -2, 0}, {11578, 0, -1, 0}, {11578, 0, 0, 0}// 13 14 15
|
||||
, {11578, 0, 1, 0}, {11578, 0, 2, 0}, {11578, 0, 3, 0}// 16 17 18
|
||||
, {11578, 1, -2, 0}, {11578, 1, -1, 0}, {11578, 1, 0, 0}// 19 20 21
|
||||
, {11578, 1, 1, 0}, {11578, 1, 2, 0}, {11578, 1, 3, 0}// 22 23 24
|
||||
, {11723, 2, 3, 0}, {11723, 2, 1, 0}, {11723, 2, -1, 0}// 25 26 27
|
||||
, {11726, 2, 0, 0}, {11726, 2, 2, 0}, {11726, 2, -2, 0}// 28 29 30
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MLwoodenpathNSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MLwoodenpathNSAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MLwoodenpathNSAddon( 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 MLwoodenpathNSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MLwoodenpathNSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MLwoodenpathNSAddonDeed()
|
||||
{
|
||||
Name = "MLwoodenpathNS";
|
||||
}
|
||||
|
||||
public MLwoodenpathNSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
99
Scripts/Scripts-master/Addons2/MLwoodenpathWEAddon.cs
Normal file
99
Scripts/Scripts-master/Addons2/MLwoodenpathWEAddon.cs
Normal file
@@ -0,0 +1,99 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MLwoodenpathWEAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{11576, -2, -1, 0}, {11576, -1, -1, 0}, {11576, 0, -1, 0}// 1 2 3
|
||||
, {11576, 1, -1, 0}, {11576, 2, -1, 0}, {11576, 3, -1, 0}// 4 5 6
|
||||
, {11726, -1, -2, 0}, {11726, 1, -2, 0}, {11726, 3, -2, 0}// 7 8 9
|
||||
, {11725, -2, -2, 0}, {11725, 0, -2, 0}, {11725, 2, -2, 0}// 10 11 12
|
||||
, {11724, -2, 2, 0}, {11724, 0, 2, 0}, {11724, 2, 2, 0}// 13 14 15
|
||||
, {11723, -1, 2, 0}, {11723, 1, 2, 0}, {11723, 3, 2, 0}// 16 17 18
|
||||
, {11576, -2, 0, 0}, {11576, -2, 1, 0}, {11576, -1, 0, 0}// 19 20 21
|
||||
, {11576, -1, 1, 0}, {11576, 0, 0, 0}, {11576, 0, 1, 0}// 22 23 24
|
||||
, {11576, 1, 0, 0}, {11576, 1, 1, 0}, {11576, 2, 0, 0}// 25 26 27
|
||||
, {11576, 2, 1, 0}, {11576, 3, 0, 0}, {11576, 3, 1, 0}// 28 29 30
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MLwoodenpathWEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MLwoodenpathWEAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MLwoodenpathWEAddon( 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 MLwoodenpathWEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MLwoodenpathWEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MLwoodenpathWEAddonDeed()
|
||||
{
|
||||
Name = "MLwoodenpathWE";
|
||||
}
|
||||
|
||||
public MLwoodenpathWEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
1543
Scripts/Scripts-master/Addons2/MageTowerAddon.cs
Normal file
1543
Scripts/Scripts-master/Addons2/MageTowerAddon.cs
Normal file
File diff suppressed because it is too large
Load Diff
176
Scripts/Scripts-master/Addons2/MahoganyKitchenAddon.cs
Normal file
176
Scripts/Scripts-master/Addons2/MahoganyKitchenAddon.cs
Normal file
@@ -0,0 +1,176 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MahoganyKitchenAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{7979, -1, -2, 6}, {7979, 0, -2, 6}, {2431, 0, -2, 7}// 25 26 27
|
||||
, {2528, -1, -2, 7}, {5623, 2, -1, 2}, {5622, -3, 1, 2}// 28 36 37
|
||||
, {2450, 0, 2, 5}, {7711, 0, 1, 5}, {2430, 0, 2, 6}// 46 47 48
|
||||
, {2519, -1, 2, 5}, {2519, -1, 2, 6}, {2519, -1, 2, 7}// 49 50 51
|
||||
, {5924, -1, 2, 10}, {2520, -1, 1, 5}, {5634, -4, 2, 4}// 52 53 54
|
||||
, {5375, -4, -1, 4}, {4161, -2, -2, 4}, {2444, -3, -2, 4}// 55 56 57
|
||||
, {4159, 1, -2, 4}, {5644, 2, -2, 4}, {2540, -4, 0, 4}// 58 59 60
|
||||
, {3704, -4, 1, 6}, {4100, -4, 1, 11}, {3130, 4, -2, 0}// 61 62 68
|
||||
, {2520, 3, 2, 6}, {2520, 3, 1, 6}, {2520, 3, 0, 6}// 77 78 79
|
||||
, {2520, 3, -1, 6}, {2517, 3, 2, 7}, {2517, 3, 1, 7}// 80 81 82
|
||||
, {2517, 3, 0, 7}, {2517, 3, -1, 7}, {6274, 3, -2, 15}// 83 84 85
|
||||
, {11599, 3, 3, 10}, {3135, 4, -2, 0}, {3133, 4, -2, 0}// 86 87 88
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MahoganyKitchenAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MahoganyKitchenAddon()
|
||||
{
|
||||
|
||||
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, 272, -4, -1, 0, 1736, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 272, -4, 0, 0, 1736, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 272, -4, 1, 0, 1736, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 272, -4, 2, 0, 1736, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 271, -3, -2, 0, 1736, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 271, -2, -2, 0, 1736, -1, "", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 271, 1, -2, 0, 1736, -1, "", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 271, 2, -2, 0, 1736, -1, "", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -4, 2, 4, 2455, -1, "", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -4, 1, 4, 2455, -1, "", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -4, 0, 4, 2455, -1, "", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -4, -1, 4, 2455, -1, "", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -3, -2, 4, 2455, -1, "", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -2, -2, 4, 2455, -1, "", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 1297, 2, -2, 4, 2455, -1, "", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 1297, 1, -2, 4, 2455, -1, "", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 11526, -4, 3, 0, 1736, -1, "", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 1801, -4, -2, 0, 1736, -1, "", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 1801, -4, -2, 5, 1736, -1, "", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 1801, -4, -2, 10, 1736, -1, "", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 1801, -1, -2, 0, 2361, -1, "", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 0, -2, 0, 2361, -1, "", 1);// 22
|
||||
AddComplexComponent( (BaseAddon) this, 1173, -1, -2, 5, 2333, -1, "", 1);// 23
|
||||
AddComplexComponent( (BaseAddon) this, 1173, 0, -2, 5, 2333, -1, "", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 10332, -4, 2, 8, 1736, -1, "", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 10332, -4, -1, 8, 1736, -1, "", 1);// 30
|
||||
AddComplexComponent( (BaseAddon) this, 10332, -4, 0, 8, 1736, -1, "", 1);// 31
|
||||
AddComplexComponent( (BaseAddon) this, 10331, -3, -2, 8, 1736, -1, "", 1);// 32
|
||||
AddComplexComponent( (BaseAddon) this, 10331, -2, -2, 8, 1736, -1, "", 1);// 33
|
||||
AddComplexComponent( (BaseAddon) this, 10331, 1, -2, 8, 1736, -1, "", 1);// 34
|
||||
AddComplexComponent( (BaseAddon) this, 10331, 2, -2, 8, 1736, -1, "", 1);// 35
|
||||
AddComplexComponent( (BaseAddon) this, 1801, -1, 1, 0, 1736, -1, "", 1);// 38
|
||||
AddComplexComponent( (BaseAddon) this, 1801, -1, 2, 0, 1736, -1, "", 1);// 39
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 0, 1, 0, 1736, -1, "", 1);// 40
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 0, 2, 0, 1736, -1, "", 1);// 41
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -1, 1, 5, 2455, -1, "", 1);// 42
|
||||
AddComplexComponent( (BaseAddon) this, 1297, -1, 2, 5, 2455, -1, "", 1);// 43
|
||||
AddComplexComponent( (BaseAddon) this, 1297, 0, 1, 5, 2455, -1, "", 1);// 44
|
||||
AddComplexComponent( (BaseAddon) this, 1297, 0, 2, 5, 2455, -1, "", 1);// 45
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 3, -2, 0, 1736, -1, "", 1);// 63
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 3, -2, 5, 1736, -1, "", 1);// 64
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 3, -2, 10, 1736, -1, "", 1);// 65
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 3, 3, 0, 1736, -1, "", 1);// 66
|
||||
AddComplexComponent( (BaseAddon) this, 1801, 3, 3, 5, 1736, -1, "", 1);// 67
|
||||
AddComplexComponent( (BaseAddon) this, 4497, 3, -1, 0, 1736, -1, "", 1);// 69
|
||||
AddComplexComponent( (BaseAddon) this, 4497, 3, 0, 0, 1736, -1, "", 1);// 70
|
||||
AddComplexComponent( (BaseAddon) this, 4497, 3, 1, 0, 1736, -1, "", 1);// 71
|
||||
AddComplexComponent( (BaseAddon) this, 4497, 3, 2, 0, 1736, -1, "", 1);// 72
|
||||
AddComplexComponent( (BaseAddon) this, 2602, 4, -1, 0, 2455, -1, "", 1);// 73
|
||||
AddComplexComponent( (BaseAddon) this, 2602, 4, 0, 0, 2455, -1, "", 1);// 74
|
||||
AddComplexComponent( (BaseAddon) this, 2602, 4, 1, 0, 2455, -1, "", 1);// 75
|
||||
AddComplexComponent( (BaseAddon) this, 2602, 4, 2, 0, 2455, -1, "", 1);// 76
|
||||
|
||||
}
|
||||
|
||||
public MahoganyKitchenAddon( 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 MahoganyKitchenAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MahoganyKitchenAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MahoganyKitchenAddonDeed()
|
||||
{
|
||||
Name = "MahoganyKitchen";
|
||||
}
|
||||
|
||||
public MahoganyKitchenAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
98
Scripts/Scripts-master/Addons2/MalasElfBannerSouthAddon.cs
Normal file
98
Scripts/Scripts-master/Addons2/MalasElfBannerSouthAddon.cs
Normal file
@@ -0,0 +1,98 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MalasElfBannerSouthAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MalasElfBannerSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MalasElfBannerSouthAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 8708 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 5536 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 5537 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 14662 );
|
||||
ac.Light = LightType.Circle225;
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 8708 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
|
||||
}
|
||||
|
||||
public MalasElfBannerSouthAddon( 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 MalasElfBannerSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MalasElfBannerSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MalasElfBannerSouthAddonDeed()
|
||||
{
|
||||
Name = "MalasElfBannerSouth";
|
||||
}
|
||||
|
||||
public MalasElfBannerSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
3252
Scripts/Scripts-master/Addons2/MalasShipAddon.cs
Normal file
3252
Scripts/Scripts-master/Addons2/MalasShipAddon.cs
Normal file
File diff suppressed because it is too large
Load Diff
98
Scripts/Scripts-master/Addons2/MallasElfBannerEastAddon.cs
Normal file
98
Scripts/Scripts-master/Addons2/MallasElfBannerEastAddon.cs
Normal file
@@ -0,0 +1,98 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MallasElfBannerEastAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MallasElfBannerEastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MallasElfBannerEastAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 5648 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 8708 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 8708 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 5647 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 14678 );
|
||||
ac.Light = LightType.Circle225;
|
||||
ac.Hue = 2632;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
|
||||
}
|
||||
|
||||
public MallasElfBannerEastAddon( 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 MallasElfBannerEastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MallasElfBannerEastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MallasElfBannerEastAddonDeed()
|
||||
{
|
||||
Name = "MallasElfBannerEast";
|
||||
}
|
||||
|
||||
public MallasElfBannerEastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
93
Scripts/Scripts-master/Addons2/MapTableEastAddon.cs
Normal file
93
Scripts/Scripts-master/Addons2/MapTableEastAddon.cs
Normal file
@@ -0,0 +1,93 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MapTableEastAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19447, 1, 0, 0}, {19450, 0, 0, 0}, {19451, 0, 1, 0}// 1 2 3
|
||||
, {19448, 1, -1, 0}, {19446, 1, 1, 0}, {19449, 0, -1, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MapTableEastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MapTableEastAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MapTableEastAddon( 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 MapTableEastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MapTableEastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MapTableEastAddonDeed()
|
||||
{
|
||||
Name = "MapTableEast";
|
||||
}
|
||||
|
||||
public MapTableEastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
93
Scripts/Scripts-master/Addons2/MapTableSouthAddon.cs
Normal file
93
Scripts/Scripts-master/Addons2/MapTableSouthAddon.cs
Normal file
@@ -0,0 +1,93 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MapTableSouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19456, 0, 0, 0}, {19455, -1, 0, 0}, {19452, 0, 1, 0}// 1 2 3
|
||||
, {19454, 1, 1, 0}, {19457, 1, 0, 0}, {19453, -1, 1, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MapTableSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MapTableSouthAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MapTableSouthAddon( 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 MapTableSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MapTableSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MapTableSouthAddonDeed()
|
||||
{
|
||||
Name = "MapTableSouth";
|
||||
}
|
||||
|
||||
public MapTableSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
1405
Scripts/Scripts-master/Addons2/MarbleCottageAddon.cs
Normal file
1405
Scripts/Scripts-master/Addons2/MarbleCottageAddon.cs
Normal file
File diff suppressed because it is too large
Load Diff
1011
Scripts/Scripts-master/Addons2/MarbleCottageEmptyAddon.cs
Normal file
1011
Scripts/Scripts-master/Addons2/MarbleCottageEmptyAddon.cs
Normal file
File diff suppressed because it is too large
Load Diff
287
Scripts/Scripts-master/Addons2/MarbleCrafterShopWEAddon.cs
Normal file
287
Scripts/Scripts-master/Addons2/MarbleCrafterShopWEAddon.cs
Normal file
@@ -0,0 +1,287 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleCrafterShopWEAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1295, -6, 0, 25}, {1295, -4, 2, 25}, {1805, -7, 2, 0}// 1 2 3
|
||||
, {6549, -6, 2, 5}, {1805, -7, 3, 0}, {271, -4, 5, 25}// 4 5 6
|
||||
, {1802, -5, 6, 0}, {1805, -7, 4, 0}, {1295, -4, 4, 25}// 7 8 9
|
||||
, {1295, -7, 2, 25}, {1295, -7, -3, 25}, {1805, -7, -4, 0}// 10 11 12
|
||||
, {1801, -5, -3, 0}, {1805, -7, -2, 0}, {271, -6, -6, 25}// 13 14 15
|
||||
, {1801, -4, -1, 0}, {1801, -6, 4, 0}, {1801, -4, -2, 0}// 16 17 18
|
||||
, {1805, -7, -3, 0}, {1804, -4, -5, 0}, {1805, -7, 1, 0}// 19 20 21
|
||||
, {272, -8, -3, 25}, {272, -8, -4, 25}, {1295, -5, -5, 25}// 22 23 24
|
||||
, {272, -8, -1, 25}, {1805, -7, -1, 0}, {1295, -5, -4, 25}// 25 26 27
|
||||
, {272, -8, 0, 25}, {1295, -7, -5, 25}, {1801, -4, -4, 0}// 28 30 31
|
||||
, {1295, -7, 0, 25}, {271, -4, -6, 25}, {1295, -4, 3, 25}// 32 33 34
|
||||
, {1295, -5, -1, 25}, {1801, -5, 4, 0}, {272, -8, -2, 25}// 35 36 37
|
||||
, {1295, -6, -1, 25}, {272, -8, 3, 25}, {1295, -5, -3, 25}// 38 39 40
|
||||
, {4020, -5, 0, 5}, {271, -5, 5, 25}, {272, -8, -5, 25}// 41 42 43
|
||||
, {1295, -6, -2, 25}, {1296, -7, -2, 25}, {6539, -6, 0, 5}// 44 45 46
|
||||
, {1295, -7, 4, 25}, {1295, -4, -2, 25}, {257, -7, -5, 5}// 47 48 49
|
||||
, {2210, -6, 6, 14}, {1295, -4, 0, 25}, {7153, -6, -2, 11}// 50 51 52
|
||||
, {1295, -6, 1, 25}, {1295, -4, -1, 25}, {1802, -4, 6, 0}// 53 54 55
|
||||
, {272, -8, 1, 25}, {1295, -5, 2, 25}, {1295, -5, 1, 25}// 56 57 58
|
||||
, {1295, -5, 4, 25}, {1801, -5, 3, 0}, {257, -7, 5, 4}// 59 60 61
|
||||
, {1806, -7, -5, 0}, {1802, -6, 6, 0}, {1801, -6, 3, 0}// 62 63 64
|
||||
, {1295, -4, 5, 25}, {1801, -5, 1, 0}, {1801, -4, 1, 0}// 65 66 67
|
||||
, {1295, -5, 5, 25}, {1801, -6, 1, 0}, {1801, -6, 0, 0}// 68 69 70
|
||||
, {1801, -6, -3, 0}, {1295, -4, -4, 25}, {1801, -5, -4, 0}// 71 72 73
|
||||
, {1801, -5, -2, 0}, {1295, -6, 2, 25}, {6792, -4, 5, 5}// 74 75 76
|
||||
, {1295, -4, -3, 25}, {1295, -6, -1, 25}, {1804, -5, -5, 0}// 77 78 79
|
||||
, {1295, -5, 3, 25}, {1801, -6, 5, 0}, {4028, -5, 1, 5}// 80 81 82
|
||||
, {1295, -5, -2, 25}, {1295, -6, 3, 25}, {1801, -6, -4, 0}// 83 84 85
|
||||
, {1295, -6, 0, 25}, {6537, -6, -1, 5}, {272, -8, 4, 25}// 86 87 88
|
||||
, {1801, -6, -1, 0}, {1295, -6, 4, 25}, {1295, -4, -5, 25}// 89 90 91
|
||||
, {1801, -6, -2, 0}, {1295, -7, 1, 25}, {1801, -6, 2, 0}// 92 93 94
|
||||
, {1295, -7, -1, 25}, {6551, -6, 1, 5}, {5453, -5, 3, 5}// 95 96 97
|
||||
, {1295, -5, 0, 25}, {1295, -6, 5, 25}, {4015, -6, 3, 5}// 98 99 100
|
||||
, {282, -8, -6, 25}, {271, -7, -6, 25}, {1295, -4, 1, 25}// 101 102 103
|
||||
, {272, -8, 2, 25}, {1801, -5, 0, 0}, {1295, -6, -3, 25}// 104 105 106
|
||||
, {1801, -4, 0, 0}, {7159, -6, -2, 7}, {1295, -7, -4, 25}// 107 108 109
|
||||
, {1801, -6, 4, 0}, {1801, -4, -3, 0}, {1805, -7, 0, 0}// 110 111 112
|
||||
, {1295, -6, -4, 25}, {1295, -7, 3, 25}, {1809, -7, 6, 0}// 113 114 115
|
||||
, {271, -7, 5, 25}, {1804, -6, -5, 0}, {1805, -7, 5, 0}// 116 117 118
|
||||
, {4024, -5, 2, 5}, {1801, -4, 5, 0}, {1801, -5, 2, 0}// 119 120 121
|
||||
, {1801, -4, 4, 0}, {7147, -6, -2, 5}, {4022, -5, -1, 5}// 122 123 124
|
||||
, {1295, -6, -5, 25}, {1801, -4, 3, 0}, {271, -5, -6, 25}// 125 126 127
|
||||
, {1801, -4, 2, 0}, {1801, -5, -1, 0}, {7141, -6, -2, 9}// 128 129 130
|
||||
, {1801, -5, 5, 0}, {1801, -4, 0, 0}, {272, -8, 5, 25}// 131 132 133
|
||||
, {1295, -7, 5, 25}, {2212, -6, 7, 2}, {1803, 9, 5, 0}// 134 135 136
|
||||
, {1801, 5, 1, 0}, {1802, 1, 6, 0}, {1801, 0, 4, 0}// 137 138 139
|
||||
, {1801, 2, 2, 0}, {1802, 0, 6, 0}, {1801, 8, 2, 0}// 140 141 142
|
||||
, {1801, 7, 4, 0}, {1295, -1, 1, 25}, {1801, 0, 3, 0}// 143 144 145
|
||||
, {1801, 3, 3, 0}, {1803, 9, 4, 0}, {1802, -1, 6, 0}// 146 147 148
|
||||
, {1295, 6, -1, 25}, {1295, 3, -2, 25}, {1295, 4, 5, 25}// 149 150 151
|
||||
, {272, 8, -4, 25}, {1295, 3, -5, 25}, {1801, 0, 2, 0}// 152 153 154
|
||||
, {1801, 0, 1, 0}, {271, 7, -6, 25}, {1801, 0, 0, 0}// 155 156 157
|
||||
, {1295, -1, 4, 25}, {1295, 7, 2, 25}, {1802, -2, 6, 0}// 158 159 160
|
||||
, {1801, 0, -1, 0}, {1801, 5, 5, 0}, {1802, 5, 6, 0}// 161 162 163
|
||||
, {1802, 4, 6, 0}, {1295, 2, -5, 25}, {1295, 5, 3, 25}// 164 165 166
|
||||
, {1802, 3, 6, 0}, {1802, 2, 6, 0}, {1801, 0, -2, 0}// 167 168 169
|
||||
, {1295, 2, -4, 25}, {1804, 8, -5, 0}, {1801, 0, -3, 0}// 170 171 172
|
||||
, {1804, 7, -5, 0}, {1802, 7, 6, 0}, {1802, 6, 6, 0}// 173 174 175
|
||||
, {1801, 5, 4, 0}, {1801, 0, -4, 0}, {7797, 4, 6, 2}// 176 177 178
|
||||
, {1801, -1, 5, 0}, {1295, 1, 5, 25}, {1803, 9, 3, 0}// 179 180 181
|
||||
, {1295, 5, -2, 25}, {1295, 5, 2, 25}, {271, 6, -6, 25}// 182 183 184
|
||||
, {1295, 5, 0, 25}, {1295, 3, 1, 25}, {1801, -1, 4, 0}// 185 186 187
|
||||
, {271, 5, -6, 25}, {1801, -1, 3, 0}, {271, 3, -6, 25}// 188 189 190
|
||||
, {1808, 9, -5, 0}, {1295, 1, 4, 25}, {6264, 0, 2, 11}// 191 192 193
|
||||
, {4152, 4, 4, 5}, {1801, 3, -1, 0}, {1804, -2, -5, 0}// 194 195 196
|
||||
, {1801, -1, 2, 0}, {1295, 5, 1, 25}, {1295, 1, 0, 25}// 197 198 199
|
||||
, {271, 1, -6, 25}, {7802, 1, 5, 5}, {1801, -1, 1, 0}// 200 201 202
|
||||
, {4601, 8, -3, 5}, {1801, -1, 0, 0}, {4224, 8, -4, 5}// 203 204 205
|
||||
, {257, 8, 5, 5}, {1295, 2, 4, 25}, {1801, 2, -2, 0}// 206 207 208
|
||||
, {1801, -1, -1, 0}, {1295, 6, -2, 25}, {1295, 1, -1, 25}// 209 210 211
|
||||
, {1295, -1, 5, 25}, {1801, -1, -2, 0}, {257, 0, 5, 5}// 212 213 214
|
||||
, {1295, 8, 4, 25}, {1801, -1, -3, 0}, {1807, 9, 6, 0}// 215 216 217
|
||||
, {271, 1, 5, 25}, {1295, 1, -2, 25}, {1295, -3, -3, 25}// 218 219 220
|
||||
, {1295, 2, -2, 25}, {1295, 8, 0, 25}, {1801, 1, 0, 0}// 221 222 223
|
||||
, {1295, 2, 3, 25}, {1295, 2, -3, 25}, {1295, 4, 1, 25}// 224 225 226
|
||||
, {1295, 7, -2, 25}, {1801, -1, -4, 0}, {1295, 0, 5, 25}// 227 228 229
|
||||
, {1295, 1, 3, 25}, {1801, -2, 5, 0}, {1295, -3, -2, 25}// 230 231 232
|
||||
, {1295, -1, -3, 25}, {4223, 7, -4, 5}, {1295, 3, -1, 25}// 233 234 235
|
||||
, {1801, -2, 4, 0}, {1295, 1, 2, 25}, {1801, -2, 3, 0}// 236 237 238
|
||||
, {1295, 1, 1, 25}, {1801, 2, 3, 0}, {1295, 0, 0, 25}// 239 240 241
|
||||
, {1295, 2, 0, 25}, {1295, 2, -1, 25}, {1295, 0, 3, 25}// 242 243 244
|
||||
, {1801, -2, 2, 0}, {6651, 4, 3, 5}, {1295, 8, -5, 25}// 245 246 247
|
||||
, {4602, 7, -3, 5}, {1803, 9, 2, 0}, {1801, 6, 4, 0}// 248 249 250
|
||||
, {1295, -2, 3, 25}, {1801, -2, 0, 0}, {1295, -3, 1, 25}// 251 252 253
|
||||
, {1295, 1, -3, 25}, {1801, 4, -2, 0}, {1295, 1, -4, 25}// 254 255 256
|
||||
, {1295, 7, 4, 25}, {1295, 0, -2, 25}, {3998, 8, 2, 5}// 257 258 259
|
||||
, {1801, 4, 2, 0}, {1801, 1, 1, 0}, {1801, 5, 0, 0}// 260 261 262
|
||||
, {1295, 1, -5, 25}, {271, 2, 5, 25}, {272, 8, 2, 25}// 263 264 265
|
||||
, {1295, 0, 4, 25}, {1801, -2, -1, 0}, {1295, 0, 1, 25}// 266 267 268
|
||||
, {4009, 8, -1, 5}, {7144, -2, 1, 5}, {7150, -2, 0, 5}// 269 271 272
|
||||
, {271, -1, 5, 25}, {1295, 6, 3, 25}, {1295, 7, -3, 25}// 273 275 276
|
||||
, {1801, 7, 3, 0}, {1801, 6, -2, 0}, {1801, -2, 1, 0}// 277 278 279
|
||||
, {1295, -2, -1, 25}, {1801, 4, 1, 0}, {1295, -3, -4, 25}// 280 281 282
|
||||
, {1804, -3, -5, 0}, {1801, 4, 3, 0}, {1801, 7, -2, 0}// 283 284 285
|
||||
, {6262, 0, 1, 11}, {1801, 4, -4, 0}, {4021, 0, -2, 11}// 286 287 288
|
||||
, {271, 6, 5, 25}, {271, -2, 5, 25}, {1801, 1, -1, 0}// 289 290 291
|
||||
, {7619, 0, -1, 5}, {1801, 5, 2, 0}, {1295, -2, 5, 25}// 292 293 294
|
||||
, {1801, 1, -2, 0}, {1801, 1, -3, 0}, {1295, -1, -5, 25}// 295 296 297
|
||||
, {1804, 2, -5, 0}, {1801, 1, -4, 0}, {1801, 0, 5, 0}// 298 299 300
|
||||
, {1801, 1, 5, 0}, {1295, 0, -3, 25}, {1801, 3, 5, 0}// 301 302 304
|
||||
, {272, 8, -2, 25}, {1801, 1, 4, 0}, {1801, 1, 3, 0}// 305 306 307
|
||||
, {1295, 3, 2, 25}, {271, 2, -6, 25}, {1801, 4, 5, 0}// 308 309 310
|
||||
, {1803, 9, -4, 0}, {1801, 5, -3, 0}, {1295, 2, 1, 25}// 311 312 313
|
||||
, {6652, 5, 3, 5}, {1295, -3, 3, 25}, {1801, 3, -4, 0}// 314 315 316
|
||||
, {1801, 5, -1, 0}, {1295, 4, 2, 25}, {1295, 5, 4, 25}// 317 318 319
|
||||
, {1295, 7, 1, 25}, {1801, 6, 3, 0}, {7861, 0, -4, 5}// 321 322 323
|
||||
, {1295, 3, -3, 25}, {1801, 7, -4, 0}, {1295, -3, 0, 25}// 324 325 326
|
||||
, {1804, 4, -5, 0}, {271, 8, -6, 25}, {1801, 2, 4, 0}// 327 328 329
|
||||
, {1801, 6, -1, 0}, {271, 0, 5, 25}, {1801, 3, -3, 0}// 330 331 332
|
||||
, {1802, -3, 6, 0}, {1801, 2, 1, 0}, {1295, 6, -4, 25}// 333 334 335
|
||||
, {1801, 3, 0, 0}, {1295, 7, -5, 25}, {1295, -2, -2, 25}// 336 337 338
|
||||
, {1804, 3, -5, 0}, {4216, 1, -3, 5}, {1295, -3, 5, 25}// 339 340 341
|
||||
, {1295, 3, 5, 25}, {6646, 4, 5, 5}, {1801, 3, -2, 0}// 342 343 344
|
||||
, {7162, -2, 3, 5}, {1295, -1, 0, 25}, {1295, 6, 1, 25}// 345 347 348
|
||||
, {271, 4, -6, 25}, {272, 8, 0, 25}, {1801, 6, 0, 0}// 349 350 351
|
||||
, {1295, 0, -5, 25}, {1803, 9, -1, 0}, {1801, 4, 0, 0}// 352 353 354
|
||||
, {1295, 5, 5, 25}, {1295, -2, -4, 25}, {1295, 8, 5, 25}// 355 356 357
|
||||
, {272, 8, 1, 25}, {1801, 8, -2, 0}, {1801, 8, 1, 0}// 358 359 360
|
||||
, {271, -3, 5, 25}, {1295, 4, -5, 25}, {1801, 6, -4, 0}// 361 362 363
|
||||
, {7867, 0, 3, 11}, {1802, 8, 6, 0}, {4022, -3, -1, 5}// 364 365 366
|
||||
, {1801, -2, -2, 0}, {1801, 6, -3, 0}, {1804, 5, -5, 0}// 367 368 369
|
||||
, {1804, 6, -5, 0}, {1801, -2, -4, 0}, {270, 8, 5, 25}// 370 371 372
|
||||
, {7800, 8, 4, 5}, {1295, 8, -3, 25}, {1295, -1, 2, 25}// 373 374 375
|
||||
, {6265, 0, -1, 11}, {1801, -2, -3, 0}, {1295, 0, -4, 25}// 376 377 378
|
||||
, {1803, 9, 1, 0}, {1295, 0, 2, 25}, {272, 8, -1, 25}// 379 380 381
|
||||
, {1801, 8, 5, 0}, {7617, 0, 3, 5}, {1804, 0, -5, 0}// 382 383 384
|
||||
, {1801, 2, -1, 0}, {1801, 3, 2, 0}, {4011, 8, 0, 5}// 385 386 387
|
||||
, {1801, 8, 3, 0}, {7619, 0, 2, 5}, {1801, 4, 4, 0}// 389 390 391
|
||||
, {1295, 5, -4, 25}, {1295, -3, -5, 25}, {1295, 6, 2, 25}// 392 394 395
|
||||
, {1295, -1, -2, 25}, {1295, -2, 2, 25}, {1804, -1, -5, 0}// 396 397 398
|
||||
, {272, 8, -3, 25}, {1295, 0, -1, 25}, {6647, 3, 5, 5}// 399 400 401
|
||||
, {1801, 1, 2, 0}, {6791, -3, 5, 5}, {1295, 5, -1, 25}// 402 403 404
|
||||
, {1801, 7, 1, 0}, {1295, -2, -3, 25}, {3782, 3, -4, 5}// 405 406 407
|
||||
, {1295, 7, 0, 25}, {1801, 8, -3, 0}, {1801, 2, -4, 0}// 408 409 410
|
||||
, {1295, 8, 2, 25}, {6584, -2, 5, 5}, {1295, 2, 2, 25}// 411 412 413
|
||||
, {1295, 3, 4, 25}, {1295, 5, -3, 25}, {1295, 4, -1, 25}// 414 415 416
|
||||
, {272, 8, 4, 25}, {1295, 4, -3, 25}, {1803, 9, 0, 0}// 417 418 419
|
||||
, {1295, -1, -4, 25}, {1801, 8, -1, 0}, {271, 0, -6, 25}// 420 421 422
|
||||
, {1295, 4, -2, 25}, {1801, 5, -4, 0}, {1295, 4, 0, 25}// 423 424 425
|
||||
, {1295, -3, 4, 25}, {1295, -2, 0, 25}, {1295, -1, -1, 25}// 426 427 428
|
||||
, {1295, 7, -4, 25}, {1295, -2, -5, 25}, {1801, 2, 5, 0}// 429 430 431
|
||||
, {1295, 4, -4, 25}, {1295, -1, 3, 25}, {7619, 0, 1, 5}// 432 433 434
|
||||
, {1801, -3, 5, 0}, {6263, 0, 0, 11}, {1801, -3, 4, 0}// 435 436 437
|
||||
, {1801, 3, 4, 0}, {1801, -3, 3, 0}, {7619, 0, 0, 5}// 438 439 440
|
||||
, {1801, 7, -1, 0}, {1801, -3, 2, 0}, {1295, 6, 5, 25}// 441 442 443
|
||||
, {1295, 8, -1, 25}, {7798, 7, 5, 5}, {1295, -2, 1, 25}// 444 445 446
|
||||
, {1804, 1, -5, 0}, {1295, 4, 3, 25}, {1801, 7, 5, 0}// 447 448 449
|
||||
, {1295, -3, 2, 25}, {1801, 8, 0, 0}, {1801, 6, 1, 0}// 450 451 452
|
||||
, {1801, 5, 3, 0}, {1801, 4, -3, 0}, {3576, 6, -4, 5}// 453 454 455
|
||||
, {1295, 4, 4, 25}, {1801, 8, -4, 0}, {1803, 9, -2, 0}// 456 457 458
|
||||
, {1801, 2, -3, 0}, {1295, 3, 3, 25}, {1801, -3, 1, 0}// 459 460 461
|
||||
, {271, -3, -6, 25}, {1801, 7, -3, 0}, {1801, 7, 2, 0}// 462 463 464
|
||||
, {7156, -2, -2, 5}, {1295, 6, -3, 25}, {1801, -3, 0, 0}// 465 466 467
|
||||
, {271, 4, 5, 25}, {271, -2, -6, 25}, {1801, -3, -1, 0}// 468 469 470
|
||||
, {272, 8, -5, 25}, {1295, -2, 4, 25}, {1295, 3, 0, 25}// 471 472 473
|
||||
, {271, 7, 5, 25}, {272, 8, 3, 25}, {1801, 2, 0, 0}// 474 475 476
|
||||
, {1295, -3, -1, 25}, {1295, 3, -4, 25}, {1801, 4, -1, 0}// 477 478 479
|
||||
, {1801, -3, -2, 0}, {1295, 7, 3, 25}, {1295, 2, 5, 25}// 480 481 482
|
||||
, {1295, 6, 4, 25}, {1801, 6, 2, 0}, {257, 0, -5, 5}// 483 484 485
|
||||
, {1801, -3, -3, 0}, {1801, -3, -4, 0}, {1801, 5, -2, 0}// 486 487 488
|
||||
, {1295, 7, 5, 25}, {1295, 8, -4, 25}, {271, 5, 5, 25}// 489 490 491
|
||||
, {1295, 5, -5, 25}, {1295, 6, -5, 25}, {1801, 6, 5, 0}// 492 493 494
|
||||
, {1295, 8, 3, 25}, {1295, 8, 1, 25}, {1295, 7, -1, 25}// 495 496 497
|
||||
, {1295, 8, -2, 25}, {7618, 0, -2, 5}, {6645, 5, 5, 5}// 498 499 500
|
||||
, {257, 8, -5, 5}, {1295, 6, 0, 25}, {1801, 3, 1, 0}// 501 502 503
|
||||
, {271, -1, -6, 25}, {1803, 9, -3, 0}, {1801, 7, 0, 0}// 504 505 506
|
||||
, {1801, 8, 4, 0}, {271, 3, 5, 25}// 507 508
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleCrafterShopWEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleCrafterShopWEAddon()
|
||||
{
|
||||
|
||||
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, 3897, -4, -3, 5, 228, -1, "", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 5991, 2, 0, 5, 228, -1, "", 1);// 270
|
||||
AddComplexComponent( (BaseAddon) this, 5991, 2, 2, 5, 74, -1, "", 1);// 274
|
||||
AddComplexComponent( (BaseAddon) this, 5991, 2, 1, 5, 115, -1, "", 1);// 303
|
||||
AddComplexComponent( (BaseAddon) this, 3994, 1, -1, 5, 74, -1, "", 1);// 320
|
||||
AddComplexComponent( (BaseAddon) this, 3992, 1, 2, 5, 27, -1, "", 1);// 346
|
||||
AddComplexComponent( (BaseAddon) this, 3993, 1, 1, 5, 4, -1, "", 1);// 388
|
||||
AddComplexComponent( (BaseAddon) this, 3575, 2, -2, 5, 22, -1, "", 1);// 393
|
||||
|
||||
}
|
||||
|
||||
public MarbleCrafterShopWEAddon( 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 MarbleCrafterShopWEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleCrafterShopWEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleCrafterShopWEAddonDeed()
|
||||
{
|
||||
Name = "MarbleCrafterShopWE";
|
||||
}
|
||||
|
||||
public MarbleCrafterShopWEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
134
Scripts/Scripts-master/Addons2/MarbleFireplaceEastAddon.cs
Normal file
134
Scripts/Scripts-master/Addons2/MarbleFireplaceEastAddon.cs
Normal file
@@ -0,0 +1,134 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleFireplaceEastAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1176, 1, -1, 0}, {279, 0, 2, 0}, {1176, 1, 0, 0}// 1 2 3
|
||||
, {1176, -1, 3, 0}, {262, -1, -1, 0}, {281, 0, 0, 0}// 5 7 8
|
||||
, {1176, -1, 0, 0}, {1176, 0, 3, 0}, {7138, -1, 3, 0}// 10 11 12
|
||||
, {7137, -1, 0, 2}, {277, -1, 1, 0}, {1176, 1, 1, 0}// 14 15 16
|
||||
, {1176, -1, -1, 0}, {11631, 0, -1, 0}, {261, -1, -2, 0}// 17 18 20
|
||||
, {280, 0, -2, 0}, {260, -1, 2, 0}, {1176, -1, 2, 0}// 21 22 23
|
||||
, {11631, 0, 2, 0}, {1176, 1, 3, 0}, {1173, 0, -2, 0}// 26 28 30
|
||||
, {1176, -1, 1, 0}, {1176, 0, -1, 0}, {281, 0, -1, 0}// 31 32 33
|
||||
, {1176, 0, 2, 0}, {279, -1, 3, 0}, {278, -1, 0, 0}// 35 36 37
|
||||
, {281, 0, 1, 0}, {1176, 0, 0, 0}, {1176, 0, 1, 0}// 38 39 40
|
||||
, {1173, 1, -2, 0}, {1173, -1, -2, 0}, {1176, 1, 2, 0}// 41 42 43
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleFireplaceEastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleFireplaceEastAddon()
|
||||
{
|
||||
|
||||
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, 1981, 0, 2, 0, 1108, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 1981, -1, -1, 0, 1108, -1, "", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 1981, -1, 2, 0, 1108, -1, "", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 2559, 0, -1, 14, 0, 1, "", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 2559, 0, 2, 14, 0, 1, "", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 6572, -1, 0, 7, 0, 1, "", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 0, 1, 0, 1108, -1, "", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 1981, -1, 1, 0, 1108, -1, "", 1);// 27
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 0, 0, 0, 1108, -1, "", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 0, -1, 0, 1108, -1, "", 1);// 34
|
||||
AddComplexComponent( (BaseAddon) this, 1981, -1, 0, 0, 1108, -1, "", 1);// 44
|
||||
|
||||
}
|
||||
|
||||
public MarbleFireplaceEastAddon( 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 MarbleFireplaceEastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleFireplaceEastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleFireplaceEastAddonDeed()
|
||||
{
|
||||
Name = "MarbleFireplaceEast";
|
||||
}
|
||||
|
||||
public MarbleFireplaceEastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
133
Scripts/Scripts-master/Addons2/MarbleFireplaceSouthAddon.cs
Normal file
133
Scripts/Scripts-master/Addons2/MarbleFireplaceSouthAddon.cs
Normal file
@@ -0,0 +1,133 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleFireplaceSouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1173, -1, -1, 0}, {1173, -1, 0, 0}, {1173, -1, 1, 0}// 1 2 3
|
||||
, {1173, 0, -1, 0}, {1173, 0, 0, 0}, {1173, 0, 1, 0}// 4 5 6
|
||||
, {1173, 1, -1, 0}, {1173, 1, 0, 0}, {1173, 1, 1, 0}// 7 8 9
|
||||
, {1173, 2, -1, 0}, {1173, 2, 0, 0}, {1173, 2, 1, 0}// 10 11 12
|
||||
, {1173, 3, -1, 0}, {1173, 3, 0, 0}, {1173, 3, 1, 0}// 13 14 15
|
||||
, {1173, -2, -1, 0}, {1173, -2, 0, 0}, {1173, -2, 1, 0}// 16 17 18
|
||||
, {261, -1, -1, 0}, {262, -2, -1, 0}, {275, 1, -1, 0}// 19 20 21
|
||||
, {276, 0, -1, 0}, {279, 2, 0, 0}, {280, -1, 0, 0}// 22 23 24
|
||||
, {280, 0, 0, 0}, {280, 1, 0, 0}, {281, -2, 0, 0}// 25 26 27
|
||||
, {1981, 2, -1, 0}, {260, 2, -1, 0}, {11632, 2, 0, 0}// 31 32 37
|
||||
, {11632, -1, 0, 0}, {7134, 0, -1, 2}, {7135, 3, -1, 0}// 38 41 43
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleFireplaceSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleFireplaceSouthAddon()
|
||||
{
|
||||
|
||||
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, 1981, -1, -1, 0, 1108, -1, "", 1);// 28
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 0, -1, 0, 1108, -1, "", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 1, -1, 0, 1108, -1, "", 1);// 30
|
||||
AddComplexComponent( (BaseAddon) this, 1981, -1, 0, 0, 1108, -1, "", 1);// 33
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 0, 0, 0, 1108, -1, "", 1);// 34
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 1, 0, 0, 1108, -1, "", 1);// 35
|
||||
AddComplexComponent( (BaseAddon) this, 1981, 2, 0, 0, 1108, -1, "", 1);// 36
|
||||
AddComplexComponent( (BaseAddon) this, 2562, -1, 0, 14, 0, 1, "", 1);// 39
|
||||
AddComplexComponent( (BaseAddon) this, 2562, 2, 0, 14, 0, 1, "", 1);// 40
|
||||
AddComplexComponent( (BaseAddon) this, 6572, 0, -1, 7, 0, 1, "", 1);// 42
|
||||
|
||||
}
|
||||
|
||||
public MarbleFireplaceSouthAddon( 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 MarbleFireplaceSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleFireplaceSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleFireplaceSouthAddonDeed()
|
||||
{
|
||||
Name = "MarbleFireplaceSouth";
|
||||
}
|
||||
|
||||
public MarbleFireplaceSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
1164
Scripts/Scripts-master/Addons2/MarbleHouseAddEastAddon.cs
Normal file
1164
Scripts/Scripts-master/Addons2/MarbleHouseAddEastAddon.cs
Normal file
File diff suppressed because it is too large
Load Diff
271
Scripts/Scripts-master/Addons2/MarbleHousePoolAddon.cs
Normal file
271
Scripts/Scripts-master/Addons2/MarbleHousePoolAddon.cs
Normal file
@@ -0,0 +1,271 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleHousePoolAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleHousePoolAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleHousePoolAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, -1, 3 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 2, 3 );
|
||||
ac = new AddonComponent( 696 );
|
||||
AddComponent( ac, -2, -2, 3 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 3, 3 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 1, 3 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 3, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, -1, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 0, 3 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 2, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 6809 );
|
||||
AddComponent( ac, -2, 3, 7 );
|
||||
ac = new AddonComponent( 9244 );
|
||||
AddComponent( ac, -2, 3, 4 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, -2, 3, 4 );
|
||||
ac = new AddonComponent( 9244 );
|
||||
AddComponent( ac, -2, -2, 4 );
|
||||
ac = new AddonComponent( 6809 );
|
||||
AddComponent( ac, -2, -2, 7 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, -2, -2, 4 );
|
||||
ac = new AddonComponent( 8100 );
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 1, -2, 3 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 3, -1, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 2, -2, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -1, -2, 1 );
|
||||
ac = new AddonComponent( 8131 );
|
||||
AddComponent( ac, 2, 1, 1 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -1, -2, 3 );
|
||||
ac = new AddonComponent( 13591 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 1, 3, 3 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 0, 3, 3 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 0, -2, 3 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 697 );
|
||||
AddComponent( ac, 3, 3, 3 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 1, 3, 0 );
|
||||
ac = new AddonComponent( 697 );
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 2, -2, 3 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 0, 3 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 1, 3 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 2, 3, 3 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, -1, 0 );
|
||||
ac = new AddonComponent( 13561 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 3, -2, 0 );
|
||||
ac = new AddonComponent( 13561 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 2, 3 );
|
||||
ac = new AddonComponent( 13591 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, -1, 3 );
|
||||
ac = new AddonComponent( 8134 );
|
||||
AddComponent( ac, 1, 2, 1 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 13446 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 1, 3, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 13509 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 8104 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 13509 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -1, 3, 3 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 3, -2, 3 );
|
||||
ac = new AddonComponent( 13512 );
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 3219 );
|
||||
AddComponent( ac, -1, 0, 6 );
|
||||
ac = new AddonComponent( 3255 );
|
||||
AddComponent( ac, -1, -1, 2 );
|
||||
ac = new AddonComponent( 3212 );
|
||||
AddComponent( ac, 0, -1, 3 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, 3, 3, 5 );
|
||||
ac = new AddonComponent( 9036 );
|
||||
AddComponent( ac, -1, -1, 4 );
|
||||
ac = new AddonComponent( 3516 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 13446 );
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 9244 );
|
||||
AddComponent( ac, 3, 3, 5 );
|
||||
ac = new AddonComponent( 3521 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 6809 );
|
||||
AddComponent( ac, 3, 3, 8 );
|
||||
ac = new AddonComponent( 3205 );
|
||||
AddComponent( ac, -1, 0, 9 );
|
||||
ac = new AddonComponent( 13484 );
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 3264 );
|
||||
AddComponent( ac, -1, -1, 5 );
|
||||
ac = new AddonComponent( 3521 );
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, 3, -2, 4 );
|
||||
ac = new AddonComponent( 9244 );
|
||||
AddComponent( ac, 3, -2, 4 );
|
||||
ac = new AddonComponent( 6809 );
|
||||
AddComponent( ac, 3, -2, 7 );
|
||||
|
||||
}
|
||||
|
||||
public MarbleHousePoolAddon( 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 MarbleHousePoolAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleHousePoolAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleHousePoolAddonDeed()
|
||||
{
|
||||
Name = "MarbleHousePool";
|
||||
}
|
||||
|
||||
public MarbleHousePoolAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
155
Scripts/Scripts-master/Addons2/MarbleOutBldgAddon.cs
Normal file
155
Scripts/Scripts-master/Addons2/MarbleOutBldgAddon.cs
Normal file
@@ -0,0 +1,155 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleOutBldgAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{277, -5, 4, 5}, {278, -5, -4, 5}, {263, -5, -5, 5}// 1 2 3
|
||||
, {9157, -5, 4, 21}, {9157, -5, 3, 21}, {9157, -5, 2, 21}// 4 5 6
|
||||
, {9157, -5, 1, 21}, {9157, -5, 0, 21}, {9157, -5, -1, 21}// 7 8 9
|
||||
, {9157, -5, -2, 21}, {9157, -5, -3, 21}, {9157, -5, -4, 21}// 10 11 12
|
||||
, {1801, -4, -4, 0}, {1801, -4, -3, 0}, {1801, -4, -2, 0}// 13 14 15
|
||||
, {1801, -4, -1, 0}, {1801, -4, 0, 0}, {1801, -4, 1, 0}// 16 17 18
|
||||
, {1801, -4, 2, 0}, {1801, -4, 3, 0}, {1801, -4, 4, 0}// 19 20 21
|
||||
, {1801, -3, -4, 0}, {1801, -3, -3, 0}, {1801, -3, -2, 0}// 22 23 24
|
||||
, {1801, -3, -1, 0}, {1801, -3, 0, 0}, {1801, -3, 1, 0}// 25 26 27
|
||||
, {1801, -3, 2, 0}, {1801, -3, 3, 0}, {1801, -3, 4, 0}// 28 29 30
|
||||
, {1801, -2, -4, 0}, {1801, -2, -3, 0}, {1801, -2, -2, 0}// 31 32 33
|
||||
, {1801, -2, -1, 0}, {1801, -2, 0, 0}, {1801, -2, 1, 0}// 34 35 36
|
||||
, {1801, -2, 2, 0}, {1801, -2, 3, 0}, {1801, -2, 4, 0}// 37 38 39
|
||||
, {1801, -1, -4, 0}, {1801, -1, -3, 0}, {1801, -1, -2, 0}// 40 41 42
|
||||
, {1801, -1, -1, 0}, {1801, -1, 0, 0}, {1801, -1, 1, 0}// 43 44 45
|
||||
, {1801, -1, 2, 0}, {1801, -1, 3, 0}, {1801, -1, 4, 0}// 46 47 48
|
||||
, {1801, 0, -4, 0}, {1801, 0, -3, 0}, {1801, 0, -2, 0}// 49 50 51
|
||||
, {1801, 0, -1, 0}, {1801, 0, 0, 0}, {1801, 0, 1, 0}// 52 53 54
|
||||
, {1801, 0, 2, 0}, {1801, 0, 3, 0}, {1801, 0, 4, 0}// 55 56 57
|
||||
, {1801, 1, -4, 0}, {1801, 1, -3, 0}, {1801, 1, -2, 0}// 58 59 60
|
||||
, {1801, 1, -1, 0}, {1801, 1, 0, 0}, {1801, 1, 1, 0}// 61 62 63
|
||||
, {1801, 1, 2, 0}, {1801, 1, 3, 0}, {1801, 1, 4, 0}// 64 65 66
|
||||
, {1801, 2, -4, 0}, {1801, 2, -3, 0}, {1801, 2, -2, 0}// 67 68 69
|
||||
, {1801, 2, -1, 0}, {1801, 2, 0, 0}, {1801, 2, 1, 0}// 70 71 72
|
||||
, {1801, 2, 2, 0}, {1801, 2, 3, 0}, {1801, 2, 4, 0}// 73 74 75
|
||||
, {1801, 3, -4, 0}, {1801, 3, -3, 0}, {1801, 3, -2, 0}// 76 77 78
|
||||
, {1801, 3, -1, 0}, {1801, 3, 0, 0}, {1801, 3, 1, 0}// 79 80 81
|
||||
, {1801, 3, 2, 0}, {1801, 3, 3, 0}, {1801, 3, 4, 0}// 82 83 84
|
||||
, {1801, 4, -4, 0}, {1801, 4, -3, 0}, {1801, 4, -2, 0}// 85 86 87
|
||||
, {1801, 4, -1, 0}, {1801, 4, 0, 0}, {1801, 4, 1, 0}// 88 89 90
|
||||
, {1801, 4, 2, 0}, {1801, 4, 3, 0}, {1801, 4, 4, 0}// 91 92 93
|
||||
, {1802, -3, 5, 0}, {1802, -2, 5, 0}, {1802, -1, 5, 0}// 94 95 96
|
||||
, {1802, 0, 5, 0}, {1802, 1, 5, 0}, {1802, 2, 5, 0}// 97 98 99
|
||||
, {1802, 3, 5, 0}, {1807, 4, 5, 0}, {1809, -4, 5, 0}// 100 101 102
|
||||
, {274, 4, 4, 5}, {275, 4, -5, 5}, {276, -4, 4, 5}// 103 104 105
|
||||
, {276, -4, -5, 5}, {278, 4, -4, 5}, {9157, -4, -4, 24}// 106 107 108
|
||||
, {9157, -4, -3, 24}, {9157, -4, -2, 24}, {9157, -4, -1, 24}// 109 110 111
|
||||
, {9157, -4, 0, 24}, {9157, -4, 1, 24}, {9157, -4, 2, 24}// 112 113 114
|
||||
, {9157, -4, 3, 24}, {9157, -4, 4, 24}, {9157, -3, -4, 27}// 115 116 117
|
||||
, {9157, -3, -3, 27}, {9157, -3, -2, 27}, {9157, -3, -1, 27}// 118 119 120
|
||||
, {9157, -3, 0, 27}, {9157, -3, 1, 27}, {9157, -3, 2, 27}// 121 122 123
|
||||
, {9157, -3, 3, 27}, {9157, -3, 4, 27}, {9157, -2, -4, 30}// 124 125 126
|
||||
, {9157, -2, -3, 30}, {9157, -2, -2, 30}, {9157, -2, -1, 30}// 127 128 129
|
||||
, {9157, -2, 0, 30}, {9157, -2, 1, 30}, {9157, -2, 2, 30}// 130 131 132
|
||||
, {9157, -2, 3, 30}, {9157, -2, 4, 30}, {9157, -1, -4, 33}// 133 134 135
|
||||
, {9157, -1, -3, 33}, {9157, -1, -2, 33}, {9157, -1, -1, 33}// 136 137 138
|
||||
, {9157, -1, 0, 33}, {9157, -1, 1, 33}, {9157, -1, 2, 33}// 139 140 141
|
||||
, {9157, -1, 3, 33}, {9157, -1, 4, 33}, {9155, 5, -4, 21}// 142 143 144
|
||||
, {9155, 5, -3, 21}, {9155, 5, -2, 21}, {9155, 5, -1, 21}// 145 146 147
|
||||
, {9155, 5, 0, 21}, {9155, 5, 1, 21}, {9155, 5, 2, 21}// 148 149 150
|
||||
, {9155, 5, 3, 21}, {9155, 5, 4, 21}, {9155, 4, -4, 24}// 151 152 153
|
||||
, {9155, 4, -3, 24}, {9155, 4, -2, 24}, {9155, 4, -1, 24}// 154 155 156
|
||||
, {9155, 4, 0, 24}, {9155, 4, 1, 24}, {9155, 4, 2, 24}// 157 158 159
|
||||
, {9155, 4, 3, 24}, {9155, 4, 4, 24}, {9155, 4, -4, 24}// 160 161 162
|
||||
, {9155, 3, -4, 27}, {9155, 3, -3, 27}, {9155, 3, -2, 27}// 163 164 165
|
||||
, {9155, 3, -1, 27}, {9155, 3, 0, 27}, {9155, 3, 1, 27}// 166 167 168
|
||||
, {9155, 3, 2, 27}, {9155, 3, 3, 27}, {9155, 3, 4, 27}// 169 170 171
|
||||
, {9155, 2, -4, 30}, {9155, 2, -3, 30}, {9155, 2, -2, 30}// 172 173 174
|
||||
, {9155, 2, -1, 30}, {9155, 2, 0, 30}, {9155, 2, 1, 30}// 175 176 177
|
||||
, {9155, 2, 2, 30}, {9155, 2, 3, 30}, {9155, 2, 4, 30}// 178 179 180
|
||||
, {9155, 1, -4, 33}, {9155, 1, -3, 33}, {9155, 1, -2, 33}// 181 182 183
|
||||
, {9155, 1, -1, 33}, {9155, 1, 0, 33}, {9155, 1, 1, 33}// 184 185 186
|
||||
, {9155, 1, 2, 33}, {9155, 1, 3, 33}, {9155, 1, 4, 33}// 187 188 189
|
||||
, {9150, 0, -4, 36}, {9150, 0, -3, 36}, {9150, 0, -2, 36}// 190 191 192
|
||||
, {9150, 0, -1, 36}, {9150, 0, 0, 36}, {9150, 0, 1, 36}// 193 194 195
|
||||
, {9150, 0, 2, 36}, {9150, 0, 3, 36}, {9150, 0, 4, 36}// 196 197 198
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleOutBldgAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleOutBldgAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MarbleOutBldgAddon( 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 MarbleOutBldgAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleOutBldgAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleOutBldgAddonDeed()
|
||||
{
|
||||
Name = "MarbleOutBldg";
|
||||
}
|
||||
|
||||
public MarbleOutBldgAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
413
Scripts/Scripts-master/Addons2/MarbleShrineSmallAddon.cs
Normal file
413
Scripts/Scripts-master/Addons2/MarbleShrineSmallAddon.cs
Normal file
@@ -0,0 +1,413 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleShrineSmallAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleShrineSmallAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleShrineSmallAddon()
|
||||
{
|
||||
AddonComponent ac = null;
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -2, -2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -2, -1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -2, 2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -2, 3, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -2, 4, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -3, -2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -3, -1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -3, 0, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -3, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -3, 2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -3, 3, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -3, 4, 0 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -3, -2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -3, -1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -3, 0, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -3, 1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -3, 2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -3, 3, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -3, 4, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -2, -2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -2, -1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -2, 0, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -2, 1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -2, 2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -2, 3, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -2, 4, 20 );
|
||||
ac = new AddonComponent( 672 );
|
||||
AddComponent( ac, -4, -3, 0 );
|
||||
ac = new AddonComponent( 671 );
|
||||
AddComponent( ac, -4, -2, 0 );
|
||||
ac = new AddonComponent( 671 );
|
||||
AddComponent( ac, -4, 0, 0 );
|
||||
ac = new AddonComponent( 671 );
|
||||
AddComponent( ac, -4, 1, 0 );
|
||||
ac = new AddonComponent( 671 );
|
||||
AddComponent( ac, -4, 2, 0 );
|
||||
ac = new AddonComponent( 671 );
|
||||
AddComponent( ac, -4, 4, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, -3, -3, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, -2, -3, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, -3, 4, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, -2, 4, 0 );
|
||||
ac = new AddonComponent( 685 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -4, -1, 0 );
|
||||
ac = new AddonComponent( 685 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -4, 3, 0 );
|
||||
ac = new AddonComponent( 700 );
|
||||
AddComponent( ac, -4, -3, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -4, -2, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -4, -1, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -4, 0, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -4, 1, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -4, 2, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -4, 3, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, -4, 4, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -3, -3, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -2, -3, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -3, 4, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -2, 4, 20 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
AddComponent( ac, -3, 1, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
AddComponent( ac, -3, 0, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -1, -2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, -1, 4, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 0, 4, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 1, 2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 1, 3, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 1, 4, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 2, -2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 2, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 2, 4, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 3, -2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 3, -1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 1296 );
|
||||
AddComponent( ac, 3, 4, 0 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -1, -2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -1, -1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -1, 0, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -1, 1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -1, 2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -1, 3, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, -1, 4, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 0, -2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 0, -1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 0, 0, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 0, 1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 0, 2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 0, 3, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 0, 4, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 1, -2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 1, -1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 1, 0, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 1, 1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 1, 2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 1, 3, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 1, 4, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 2, -2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 2, -1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 2, 0, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 2, 1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 2, 2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 2, 3, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 2, 4, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 3, -2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 3, -1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 3, 0, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 3, 1, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 3, 2, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 3, 3, 20 );
|
||||
ac = new AddonComponent( 1597 );
|
||||
AddComponent( ac, 3, 4, 20 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, 0, -3, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, 2, -3, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, 3, -3, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, 0, 4, 0 );
|
||||
ac = new AddonComponent( 670 );
|
||||
AddComponent( ac, 2, 4, 0 );
|
||||
ac = new AddonComponent( 669 );
|
||||
AddComponent( ac, 3, 4, 0 );
|
||||
ac = new AddonComponent( 671 );
|
||||
AddComponent( ac, 3, -2, 0 );
|
||||
ac = new AddonComponent( 1097 );
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 1098 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 685 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, 3, -1, 0 );
|
||||
ac = new AddonComponent( 685 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 686 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -1, -3, 0 );
|
||||
ac = new AddonComponent( 686 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, 1, -3, 0 );
|
||||
ac = new AddonComponent( 686 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, -1, 4, 0 );
|
||||
ac = new AddonComponent( 686 );
|
||||
ac.Light = LightType.ArchedWindowEast;
|
||||
AddComponent( ac, 1, 4, 0 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -1, -3, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 0, -3, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 1, -3, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 2, -3, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 3, -3, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, -1, 4, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 0, 4, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 1, 4, 20 );
|
||||
ac = new AddonComponent( 698 );
|
||||
AddComponent( ac, 2, 4, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, -2, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, -1, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 0, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 1, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 2, 20 );
|
||||
ac = new AddonComponent( 699 );
|
||||
AddComponent( ac, 3, 3, 20 );
|
||||
ac = new AddonComponent( 697 );
|
||||
AddComponent( ac, 3, 4, 20 );
|
||||
ac = new AddonComponent( 679 );
|
||||
AddComponent( ac, 4, 4, 0 );
|
||||
ac = new AddonComponent( 1114 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 1114 );
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 1114 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 1114 );
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 679 );
|
||||
AddComponent( ac, 4, -3, 0 );
|
||||
|
||||
}
|
||||
|
||||
public MarbleShrineSmallAddon( 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 MarbleShrineSmallAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleShrineSmallAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleShrineSmallAddonDeed()
|
||||
{
|
||||
Name = "MarbleShrineSmall";
|
||||
}
|
||||
|
||||
public MarbleShrineSmallAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
91
Scripts/Scripts-master/Addons2/MarbleStair2Addon.cs
Normal file
91
Scripts/Scripts-master/Addons2/MarbleStair2Addon.cs
Normal file
@@ -0,0 +1,91 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleStair2Addon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1801, 0, -2, 0}, {1801, 0, 3, 0}, {1803, 0, 1, 0}// 1 2 3
|
||||
, {1803, 0, 0, 0}, {1815, 0, -1, 0}, {1816, 0, 2, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleStair2AddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleStair2Addon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MarbleStair2Addon( 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 MarbleStair2AddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleStair2Addon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleStair2AddonDeed()
|
||||
{
|
||||
Name = "MarbleStair2";
|
||||
}
|
||||
|
||||
public MarbleStair2AddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
91
Scripts/Scripts-master/Addons2/MarbleStair3Addon.cs
Normal file
91
Scripts/Scripts-master/Addons2/MarbleStair3Addon.cs
Normal file
@@ -0,0 +1,91 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleStair3Addon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1801, 0, 3, 0}, {1801, 0, -2, 0}, {1803, 0, 1, 0}// 1 2 3
|
||||
, {1803, 0, 0, 0}, {1819, 0, -1, 0}, {1820, 0, 2, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleStair3AddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleStair3Addon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MarbleStair3Addon( 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 MarbleStair3AddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleStair3Addon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleStair3AddonDeed()
|
||||
{
|
||||
Name = "MarbleStair3";
|
||||
}
|
||||
|
||||
public MarbleStair3AddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
93
Scripts/Scripts-master/Addons2/MarbleTable1AddonAddon.cs
Normal file
93
Scripts/Scripts-master/Addons2/MarbleTable1AddonAddon.cs
Normal file
@@ -0,0 +1,93 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleTable1AddonAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19639, 0, 1, 0}, {19637, 1, 0, 0}, {19638, 1, 1, 0}// 1 2 3
|
||||
, {19636, 0, 0, 0}// 4
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleTable1AddonAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleTable1AddonAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MarbleTable1AddonAddon( 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 MarbleTable1AddonAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleTable1AddonAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleTable1AddonAddonDeed()
|
||||
{
|
||||
Name = "MarbleTable1Addon";
|
||||
}
|
||||
|
||||
public MarbleTable1AddonAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
113
Scripts/Scripts-master/Addons2/MarbleTable2EastAddonAddon.cs
Normal file
113
Scripts/Scripts-master/Addons2/MarbleTable2EastAddonAddon.cs
Normal file
@@ -0,0 +1,113 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleTable2EastAddonAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleTable2EastAddonAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleTable2EastAddonAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 19624, 1, 0, 0, 2045, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 19626, 0, 1, 0, 2045, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 19625, 1, 1, 0, 2045, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 19627, 0, 0, 0, 2045, -1, "", 1);// 4
|
||||
|
||||
}
|
||||
|
||||
public MarbleTable2EastAddonAddon( 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 MarbleTable2EastAddonAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleTable2EastAddonAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleTable2EastAddonAddonDeed()
|
||||
{
|
||||
Name = "MarbleTable2EastAddon";
|
||||
}
|
||||
|
||||
public MarbleTable2EastAddonAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
113
Scripts/Scripts-master/Addons2/MarbleTable2SouthAddonAddon.cs
Normal file
113
Scripts/Scripts-master/Addons2/MarbleTable2SouthAddonAddon.cs
Normal file
@@ -0,0 +1,113 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MarbleTable2SouthAddonAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleTable2SouthAddonAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MarbleTable2SouthAddonAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 19623, 1, 1, 0, 2045, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 19622, 0, 1, 0, 2045, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 19620, 0, 0, 0, 2045, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 19621, 1, 0, 0, 2045, -1, "", 1);// 4
|
||||
|
||||
}
|
||||
|
||||
public MarbleTable2SouthAddonAddon( 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 MarbleTable2SouthAddonAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MarbleTable2SouthAddonAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MarbleTable2SouthAddonAddonDeed()
|
||||
{
|
||||
Name = "MarbleTable2SouthAddon";
|
||||
}
|
||||
|
||||
public MarbleTable2SouthAddonAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
125
Scripts/Scripts-master/Addons2/MassageAreaAddon.cs
Normal file
125
Scripts/Scripts-master/Addons2/MassageAreaAddon.cs
Normal file
@@ -0,0 +1,125 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MassageAreaAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{5735, -1, 1, 0}, {5737, -1, 0, 0}, {6422, 0, 2, 0}// 1 2 10
|
||||
, {6423, 1, 2, 0}, {6423, 1, -1, 0}, {6422, 0, -1, 0}// 11 12 13
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MassageAreaAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MassageAreaAddon()
|
||||
{
|
||||
|
||||
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, 3844, -1, 0, 6, 0, -1, "Massage Oil", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 3843, -1, 1, 9, 0, -1, "Massage Oil", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 3842, -1, 1, 6, 0, -1, "Massage Oil", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 3841, -1, 0, 7, 0, -1, "Massage Oil", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 5164, -1, 1, 6, 2664, 10, "An Aromatherapy Candle", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 5172, -1, 0, 7, 2662, 10, "An Aromatherapy Candle", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 5172, -1, 1, 12, 2663, 10, "An Aromatherapy Candle", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 2708, 2, 2, 4, 2669, -1, "", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 2708, 2, -1, 4, 2669, -1, "", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 5028, 0, -1, 4, 2669, -1, "", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 5028, 0, 2, 4, 2669, -1, "", 1);// 17
|
||||
|
||||
}
|
||||
|
||||
public MassageAreaAddon( 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 MassageAreaAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MassageAreaAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MassageAreaAddonDeed()
|
||||
{
|
||||
Name = "MassageArea";
|
||||
}
|
||||
|
||||
public MassageAreaAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
207
Scripts/Scripts-master/Addons2/Mauve FountainAddon.cs
Normal file
207
Scripts/Scripts-master/Addons2/Mauve FountainAddon.cs
Normal file
@@ -0,0 +1,207 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MauveFountainAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1303, -5, -4, 0}, {1303, -5, -3, 0}, {1301, 4, -5, 5}// 1 2 3
|
||||
, {6014, 4, -4, 5}, {6014, 3, -4, 5}, {6014, 2, -4, 5}// 4 5 6
|
||||
, {6014, -2, -4, 0}, {6014, -1, -4, 0}, {6014, 0, -4, 0}// 7 8 9
|
||||
, {6014, 1, -4, 0}, {6014, 1, -4, 5}, {6014, 0, -4, 5}// 10 11 12
|
||||
, {6014, -1, -4, 5}, {6014, -2, -4, 5}, {6014, -3, -4, 5}// 13 14 15
|
||||
, {6014, -4, -4, 4}, {6014, -4, -3, 5}, {6014, -4, -2, 5}// 16 17 18
|
||||
, {6014, -4, -1, 5}, {6014, -4, 0, 5}, {6014, -4, 1, 5}// 19 20 21
|
||||
, {6014, -4, 2, 5}, {6014, -4, 3, 5}, {6014, -4, 4, 5}// 22 23 24
|
||||
, {6014, 4, -4, 0}, {6014, 4, -3, 0}, {6014, 4, -2, 0}// 25 26 27
|
||||
, {6014, 4, -1, 0}, {6014, 4, 0, 0}, {6014, 4, 1, 0}// 28 29 30
|
||||
, {6014, 4, 2, 0}, {6014, 4, 3, 0}, {6014, 4, 4, 0}// 31 32 33
|
||||
, {13422, -3, -3, 5}, {13422, -3, -2, 5}, {13422, -3, -1, 5}// 34 35 36
|
||||
, {13422, -3, 0, 5}, {13422, -3, 1, 5}, {13422, -3, 2, 5}// 37 38 39
|
||||
, {13422, -3, 3, 5}, {13422, -2, -3, 5}, {13422, -2, -2, 5}// 40 41 42
|
||||
, {13422, -2, -1, 5}, {13422, -2, 0, 5}, {13422, -2, 1, 5}// 43 44 45
|
||||
, {13422, -2, 2, 5}, {13422, -2, 3, 5}, {13422, -1, -3, 5}// 46 47 48
|
||||
, {13422, -1, -2, 5}, {13422, -1, -1, 5}, {13422, -1, 0, 5}// 49 50 51
|
||||
, {13422, -1, 1, 5}, {13422, -1, 2, 5}, {13422, -1, 3, 5}// 52 53 54
|
||||
, {13422, 0, -3, 5}, {13422, 0, -2, 5}, {13422, 0, -1, 5}// 55 56 57
|
||||
, {13422, 0, 0, 5}, {13422, 0, 1, 5}, {13422, 0, 2, 5}// 58 59 60
|
||||
, {13422, 0, 3, 5}, {13422, 1, -3, 5}, {13422, 1, -2, 5}// 61 62 63
|
||||
, {13422, 1, -1, 5}, {13422, 1, 0, 5}, {13422, 1, 1, 5}// 64 65 66
|
||||
, {13422, 1, 2, 5}, {13422, 1, 3, 5}, {13422, 2, -3, 5}// 67 68 69
|
||||
, {13422, 2, -2, 5}, {13422, 2, -1, 5}, {13422, 2, 0, 5}// 70 71 72
|
||||
, {13422, 2, 1, 5}, {13422, 2, 2, 5}, {13422, 2, 3, 5}// 73 74 75
|
||||
, {13422, 3, -3, 5}, {13422, 3, -2, 5}, {13422, 3, -1, 5}// 76 77 78
|
||||
, {13422, 3, 0, 5}, {13422, 3, 1, 5}, {13422, 3, 2, 5}// 79 80 81
|
||||
, {13422, 3, 3, 5}, {6014, 4, -3, 5}, {6014, 4, -2, 5}// 82 104 105
|
||||
, {6014, 4, -1, 5}, {6014, 4, 0, 5}, {6014, 4, 1, 5}// 106 107 108
|
||||
, {6014, 4, 2, 5}, {6014, 4, 3, 5}, {6014, 4, 4, 5}// 109 110 111
|
||||
, {6014, 3, 4, 5}, {6014, -3, 4, 5}, {6014, -2, 4, 5}// 113 114 115
|
||||
, {6014, -1, 4, 5}, {6014, 0, 4, 5}, {6014, 1, 4, 5}// 116 117 118
|
||||
, {6014, 2, 4, 5}, {13446, -1, -2, 6}, {13452, 2, 2, 6}// 119 139 140
|
||||
, {13579, 1, 2, 17}, {13423, 1, 1, 22}, {14138, 2, 2, 58}// 141 142 148
|
||||
, {6014, 4, 5, 6}, {6014, 3, 5, 5}, {6014, 2, 5, 5}// 154 155 156
|
||||
, {6014, 1, 5, 5}, {6014, 0, 5, 5}, {6014, -1, 5, 5}// 157 158 159
|
||||
, {6014, -2, 5, 5}, {6014, -3, 5, 5}, {6014, -4, 5, 6}// 160 161 162
|
||||
, {6014, 4, 5, 0}, {1301, 5, -5, 0}, {1301, 5, -5, 5}// 163 164 165
|
||||
, {6014, 5, -3, 5}, {6014, 5, -4, 5}, {6014, 5, -2, 5}// 166 167 168
|
||||
, {6014, 5, -1, 5}, {6014, 5, 0, 5}, {6014, 5, 1, 5}// 169 170 171
|
||||
, {6014, 5, 2, 5}, {6014, 5, 4, 5}, {6014, 5, 3, 5}// 172 173 174
|
||||
, {6014, 5, 5, 6}// 175
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MauveFountainAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MauveFountainAddon()
|
||||
{
|
||||
|
||||
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, 16678, -3, 3, 6, 1217, -1, "", 1);// 83
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -3, 2, 6, 1217, -1, "", 1);// 84
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -3, 1, 6, 1217, -1, "", 1);// 85
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -3, 0, 6, 1217, -1, "", 1);// 86
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -3, -1, 6, 1217, -1, "", 1);// 87
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -3, -2, 6, 1217, -1, "", 1);// 88
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -3, -3, 6, 1217, -1, "", 1);// 89
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -2, -3, 6, 1217, -1, "", 1);// 90
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -1, -3, 6, 1217, -1, "", 1);// 91
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -1, -3, 6, 1217, -1, "", 1);// 92
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 0, -3, 6, 1217, -1, "", 1);// 93
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 1, -3, 6, 1217, -1, "", 1);// 94
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 2, -3, 6, 1217, -1, "", 1);// 95
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 3, -3, 6, 1217, -1, "", 1);// 96
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, -2, 6, 1217, -1, "", 1);// 97
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, -1, 6, 1217, -1, "", 1);// 98
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, 0, 6, 1217, -1, "", 1);// 99
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, 1, 6, 1217, -1, "", 1);// 100
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, 2, 6, 1217, -1, "", 1);// 101
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, 3, 6, 1217, -1, "", 1);// 102
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, 4, 6, 1217, -1, "", 1);// 103
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 4, -3, 6, 1217, -1, "", 1);// 112
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -2, 4, 6, 1217, -1, "", 1);// 120
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -1, 4, 6, 1217, -1, "", 1);// 121
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 0, 4, 6, 1217, -1, "", 1);// 122
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 1, 4, 6, 1217, -1, "", 1);// 123
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 2, 4, 6, 1217, -1, "", 1);// 124
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 3, 4, 6, 1217, -1, "", 1);// 125
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -3, 4, 6, 1217, -1, "", 1);// 126
|
||||
AddComplexComponent( (BaseAddon) this, 16701, 1, 1, 7, 1217, -1, "", 1);// 127
|
||||
AddComplexComponent( (BaseAddon) this, 16701, 0, 1, 7, 1217, -1, "", 1);// 128
|
||||
AddComplexComponent( (BaseAddon) this, 16689, 1, 0, 7, 1217, -1, "", 1);// 129
|
||||
AddComplexComponent( (BaseAddon) this, 16689, 0, 0, 7, 1217, -1, "", 1);// 130
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 2, 0, 7, 1217, -1, "", 1);// 131
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 2, 1, 7, 1217, -1, "", 1);// 132
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -1, 1, 7, 1217, -1, "", 1);// 133
|
||||
AddComplexComponent( (BaseAddon) this, 16678, -1, 0, 7, 1217, -1, "", 1);// 134
|
||||
AddComplexComponent( (BaseAddon) this, 3223, 2, 0, 12, 1367, -1, "", 1);// 135
|
||||
AddComplexComponent( (BaseAddon) this, 3223, 2, 1, 12, 1367, -1, "", 1);// 136
|
||||
AddComplexComponent( (BaseAddon) this, 3223, -1, 0, 12, 1367, -1, "", 1);// 137
|
||||
AddComplexComponent( (BaseAddon) this, 3223, -1, 1, 12, 1367, -1, "", 1);// 138
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 1, 1, 23, 1217, -1, "", 1);// 143
|
||||
AddComplexComponent( (BaseAddon) this, 13920, 1, 1, 43, 1217, -1, "", 1);// 144
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 1, 1, 28, 1217, -1, "", 1);// 145
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 1, 1, 33, 1217, -1, "", 1);// 146
|
||||
AddComplexComponent( (BaseAddon) this, 16678, 1, 1, 38, 1217, -1, "", 1);// 147
|
||||
AddComplexComponent( (BaseAddon) this, 9036, 2, 1, 17, 1217, -1, "", 1);// 149
|
||||
AddComplexComponent( (BaseAddon) this, 9036, 2, 0, 17, 1217, -1, "", 1);// 150
|
||||
AddComplexComponent( (BaseAddon) this, 9036, -1, 1, 17, 1217, -1, "", 1);// 151
|
||||
AddComplexComponent( (BaseAddon) this, 9036, -1, 0, 17, 1217, -1, "", 1);// 152
|
||||
AddComplexComponent( (BaseAddon) this, 9036, 1, 1, 43, 1217, -1, "", 1);// 153
|
||||
|
||||
}
|
||||
|
||||
public MauveFountainAddon( 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 MauveFountainAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MauveFountainAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MauveFountainAddonDeed()
|
||||
{
|
||||
Name = "Mauve Fountain";
|
||||
}
|
||||
|
||||
public MauveFountainAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
2465
Scripts/Scripts-master/Addons2/MazeHouseAddon.cs
Normal file
2465
Scripts/Scripts-master/Addons2/MazeHouseAddon.cs
Normal file
File diff suppressed because it is too large
Load Diff
172
Scripts/Scripts-master/Addons2/MazeHouseWallNSAddon.cs
Normal file
172
Scripts/Scripts-master/Addons2/MazeHouseWallNSAddon.cs
Normal file
@@ -0,0 +1,172 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MazeHouseWallNSAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallNSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MazeHouseWallNSAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -15, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -14, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -13, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -12, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -11, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -10, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -9, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -8, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -7, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -6, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -5, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -4, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -3, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 4, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 5, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 6, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 7, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 8, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 9, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 10, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 11, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 12, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 13, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 14, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 15, 0 );
|
||||
|
||||
}
|
||||
|
||||
public MazeHouseWallNSAddon( 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 MazeHouseWallNSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallNSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MazeHouseWallNSAddonDeed()
|
||||
{
|
||||
Name = "MazeHouseWallNS";
|
||||
}
|
||||
|
||||
public MazeHouseWallNSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
106
Scripts/Scripts-master/Addons2/MazeHouseWallShortNSAddon.cs
Normal file
106
Scripts/Scripts-master/Addons2/MazeHouseWallShortNSAddon.cs
Normal file
@@ -0,0 +1,106 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MazeHouseWallShortNSAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallShortNSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MazeHouseWallShortNSAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -4, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -3, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 2, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 12298 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 4, 0 );
|
||||
|
||||
}
|
||||
|
||||
public MazeHouseWallShortNSAddon( 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 MazeHouseWallShortNSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallShortNSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MazeHouseWallShortNSAddonDeed()
|
||||
{
|
||||
Name = "MazeHouseWallShortNS";
|
||||
}
|
||||
|
||||
public MazeHouseWallShortNSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
109
Scripts/Scripts-master/Addons2/MazeHouseWallShortWEAddon.cs
Normal file
109
Scripts/Scripts-master/Addons2/MazeHouseWallShortWEAddon.cs
Normal file
@@ -0,0 +1,109 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MazeHouseWallShortWEAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallShortWEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MazeHouseWallShortWEAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -4, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -3, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 4, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 5, 0, 0 );
|
||||
|
||||
}
|
||||
|
||||
public MazeHouseWallShortWEAddon( 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 MazeHouseWallShortWEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallShortWEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MazeHouseWallShortWEAddonDeed()
|
||||
{
|
||||
Name = "MazeHouseWallShortWE";
|
||||
}
|
||||
|
||||
public MazeHouseWallShortWEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
178
Scripts/Scripts-master/Addons2/MazeHouseWallWEAddon.cs
Normal file
178
Scripts/Scripts-master/Addons2/MazeHouseWallWEAddon.cs
Normal file
@@ -0,0 +1,178 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MazeHouseWallWEAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallWEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MazeHouseWallWEAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -16, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -15, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -14, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -13, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -12, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -11, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -10, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -9, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -8, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -7, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -6, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -5, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -4, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -3, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 2, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 4, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 5, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 6, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 7, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 8, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 9, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 10, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 11, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 12, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 13, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 14, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 15, 0, 0 );
|
||||
ac = new AddonComponent( 12299 );
|
||||
ac.Hue = 1153;
|
||||
AddComponent( ac, 16, 0, 0 );
|
||||
|
||||
}
|
||||
|
||||
public MazeHouseWallWEAddon( 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 MazeHouseWallWEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MazeHouseWallWEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MazeHouseWallWEAddonDeed()
|
||||
{
|
||||
Name = "MazeHouseWallWE";
|
||||
}
|
||||
|
||||
public MazeHouseWallWEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MedUnlitCarvedPumpkinSouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{18068, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MedUnlitCarvedPumpkinSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MedUnlitCarvedPumpkinSouthAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MedUnlitCarvedPumpkinSouthAddon( 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 MedUnlitCarvedPumpkinSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MedUnlitCarvedPumpkinSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MedUnlitCarvedPumpkinSouthAddonDeed()
|
||||
{
|
||||
Name = "MedUnlitCarvedPumpkinSouth";
|
||||
}
|
||||
|
||||
public MedUnlitCarvedPumpkinSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
118
Scripts/Scripts-master/Addons2/MeditationPondAddon.cs
Normal file
118
Scripts/Scripts-master/Addons2/MeditationPondAddon.cs
Normal file
@@ -0,0 +1,118 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MeditationPondAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{6039, 1, 0, 0}, {6056, 0, 1, 0}, {6055, 2, 1, 0}// 1 2 3
|
||||
, {6054, 0, -1, 0}, {6053, 2, -1, 0}, {6052, 0, 0, 0}// 4 5 6
|
||||
, {6050, 1, 1, 0}, {6048, 1, -1, 0}, {6046, 2, 0, 0}// 7 8 9
|
||||
, {6012, 2, 0, 0}, {3255, 2, -1, 0}, {3248, 1, -1, 0}// 10 11 12
|
||||
, {3208, 1, 1, 0}, {4582, -1, 0, 0}, {4583, -1, 1, 0}// 13 14 15
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MeditationPondAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MeditationPondAddon()
|
||||
{
|
||||
|
||||
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, 5168, -1, -1, 0, 0, 1, "", 1);// 16
|
||||
|
||||
}
|
||||
|
||||
public MeditationPondAddon( 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 MeditationPondAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MeditationPondAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MeditationPondAddonDeed()
|
||||
{
|
||||
Name = "MeditationPond";
|
||||
}
|
||||
|
||||
public MeditationPondAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
110
Scripts/Scripts-master/Addons2/MediumCarvedPumpkinSouthAddon.cs
Normal file
110
Scripts/Scripts-master/Addons2/MediumCarvedPumpkinSouthAddon.cs
Normal file
@@ -0,0 +1,110 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediumCarvedPumpkinSouthAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumCarvedPumpkinSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediumCarvedPumpkinSouthAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 18065, 0, 0, 0, 0, 0, "", 1);// 1
|
||||
|
||||
}
|
||||
|
||||
public MediumCarvedPumpkinSouthAddon( 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 MediumCarvedPumpkinSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumCarvedPumpkinSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediumCarvedPumpkinSouthAddonDeed()
|
||||
{
|
||||
Name = "MediumCarvedPumpkinSouth";
|
||||
}
|
||||
|
||||
public MediumCarvedPumpkinSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
121
Scripts/Scripts-master/Addons2/MediumKitchenNWAddon.cs
Normal file
121
Scripts/Scripts-master/Addons2/MediumKitchenNWAddon.cs
Normal file
@@ -0,0 +1,121 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediumKitchenNWAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1801, -2, 2, 0}, {1801, -2, 2, 5}, {11599, -2, 2, 10}// 1 2 3
|
||||
, {1824, -2, 1, 0}, {1824, -2, 0, 0}, {1824, -2, -1, 0}// 4 5 6
|
||||
, {1824, -2, -2, 0}, {1824, -1, -2, 0}, {1824, 2, -2, 0}// 7 8 9
|
||||
, {6527, 0, -2, 0}, {6530, 1, -2, 0}, {7817, 1, -2, 7}// 10 11 14
|
||||
, {1824, 1, 0, 0}, {1824, 1, 1, 0}, {4104, -2, 0, 5}// 15 16 17
|
||||
, {4100, -2, 0, 11}, {2460, -1, -2, 5}, {3130, -2, -1, 0}// 18 19 20
|
||||
, {3135, -2, -1, 0}, {3137, -2, -1, 0}, {4239, -1, 2, 4}// 21 22 23
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumKitchenNWAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediumKitchenNWAddon()
|
||||
{
|
||||
|
||||
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, 3530, 0, -2, 7, 1, -1, "", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 3530, 1, -2, 7, 1, -1, "", 1);// 13
|
||||
|
||||
}
|
||||
|
||||
public MediumKitchenNWAddon( 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 MediumKitchenNWAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumKitchenNWAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediumKitchenNWAddonDeed()
|
||||
{
|
||||
Name = "MediumKitchenNW";
|
||||
}
|
||||
|
||||
public MediumKitchenNWAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
121
Scripts/Scripts-master/Addons2/MediumKitchenSWAddon.cs
Normal file
121
Scripts/Scripts-master/Addons2/MediumKitchenSWAddon.cs
Normal file
@@ -0,0 +1,121 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediumKitchenSWAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1801, -2, -2, 0}, {1801, -2, -2, 5}, {11599, -2, -2, 10}// 1 2 3
|
||||
, {1824, -2, 0, 0}, {1824, 1, -1, 0}, {1824, -2, -1, 0}// 4 5 6
|
||||
, {1824, 1, 0, 0}, {4100, -2, 0, 11}, {4239, -1, -2, 4}// 7 8 9
|
||||
, {4104, -2, 0, 5}, {1824, -2, 1, 0}, {3130, -2, 1, 0}// 10 11 12
|
||||
, {3135, -2, 1, 0}, {3137, -2, 1, 0}, {1824, -2, 2, 0}// 13 14 15
|
||||
, {1824, -1, 2, 0}, {2460, -1, 2, 5}, {6527, 0, 2, 0}// 16 17 18
|
||||
, {6530, 1, 2, 0}, {7817, 1, 2, 7}, {1824, 2, 2, 0}// 20 22 23
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumKitchenSWAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediumKitchenSWAddon()
|
||||
{
|
||||
|
||||
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, 3530, 0, 2, 7, 1, -1, "", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 3530, 1, 2, 7, 1, -1, "", 1);// 21
|
||||
|
||||
}
|
||||
|
||||
public MediumKitchenSWAddon( 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 MediumKitchenSWAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumKitchenSWAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediumKitchenSWAddonDeed()
|
||||
{
|
||||
Name = "MediumKitchenSW";
|
||||
}
|
||||
|
||||
public MediumKitchenSWAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediumLtBrownDiningTableEastAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19667, 1, -1, 0}, {19670, 0, -1, 0}, {19668, 1, 1, 0}// 1 2 3
|
||||
, {19669, 0, 1, 0}, {19666, 1, 0, 0}, {19671, 0, 0, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumLtBrownDiningTableEastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediumLtBrownDiningTableEastAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MediumLtBrownDiningTableEastAddon( 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 MediumLtBrownDiningTableEastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumLtBrownDiningTableEastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediumLtBrownDiningTableEastAddonDeed()
|
||||
{
|
||||
Name = "MediumLtBrownDiningTableEast";
|
||||
}
|
||||
|
||||
public MediumLtBrownDiningTableEastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediumLtBrownDiningTableSouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19665, -1, 1, 0}, {19661, 1, 0, 0}, {19660, -1, 0, 0}// 1 2 3
|
||||
, {19664, 0, 1, 0}, {19663, 1, 1, 0}, {19662, 0, 0, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumLtBrownDiningTableSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediumLtBrownDiningTableSouthAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MediumLtBrownDiningTableSouthAddon( 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 MediumLtBrownDiningTableSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumLtBrownDiningTableSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediumLtBrownDiningTableSouthAddonDeed()
|
||||
{
|
||||
Name = "MediumLtBrownDiningTableSouth";
|
||||
}
|
||||
|
||||
public MediumLtBrownDiningTableSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediumMonastaryBellEastAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19551, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumMonastaryBellEastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediumMonastaryBellEastAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MediumMonastaryBellEastAddon( 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 MediumMonastaryBellEastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumMonastaryBellEastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediumMonastaryBellEastAddonDeed()
|
||||
{
|
||||
Name = "MediumMonastaryBellEast";
|
||||
}
|
||||
|
||||
public MediumMonastaryBellEastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediumMonastaryBellSouthAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{19550, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumMonastaryBellSouthAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediumMonastaryBellSouthAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MediumMonastaryBellSouthAddon( 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 MediumMonastaryBellSouthAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediumMonastaryBellSouthAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediumMonastaryBellSouthAddonDeed()
|
||||
{
|
||||
Name = "MediumMonastaryBellSouth";
|
||||
}
|
||||
|
||||
public MediumMonastaryBellSouthAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MediummemorialbencheastAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3231, 0, 2, 0}, {3231, 0, -1, 0}, {3210, 0, -1, 3}// 1 2 3
|
||||
, {3204, 0, 2, 4}, {3223, 1, 2, 0}, {3223, 1, -1, 0}// 4 5 6
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediummemorialbencheastAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MediummemorialbencheastAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MediummemorialbencheastAddon( 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 MediummemorialbencheastAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MediummemorialbencheastAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MediummemorialbencheastAddonDeed()
|
||||
{
|
||||
Name = "Mediummemorialbencheast";
|
||||
}
|
||||
|
||||
public MediummemorialbencheastAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
132
Scripts/Scripts-master/Addons2/MedusasFloortileAddon.cs
Normal file
132
Scripts/Scripts-master/Addons2/MedusasFloortileAddon.cs
Normal file
@@ -0,0 +1,132 @@
|
||||
//Created By Milva
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MedusasFloortileAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MedusasFloortileAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MedusasFloortileAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 16589, 0, 0, 0, 0, -1, "Medusa's Floortile", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 16591, 2, 1, 0, 0, -1, "Medusa's Floortile", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 16577, -2, 2, 0, 0, -1, "Medusa's Floortile", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 16578, -1, -2, 0, 0, -1, "Medusa's Floortile", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 16581, 2, -2, 0, 0, -1, "Medusa's Floortile", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 16598, -1, 2, 0, 0, -1, "Medusa's Floortile", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 16579, 0, -2, 0, 0, -1, "Medusa's Floortile", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 16601, -2, -2, 0, 0, -1, "Medusa's Floortile", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 16580, 1, -2, 0, 0, -1, "Medusa's Floortile", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 16582, -2, 0, 0, 0, -1, "Medusa's Floortile", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 16586, 2, -1, 0, 0, -1, "Medusa's Floortile", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 16595, 1, -1, 0, 0, -1, "Medusa's Floortile", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 16590, 1, 1, 0, 0, -1, "Medusa's Floortile", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 16585, 1, 0, 0, 0, -1, "Medusa's Floortile", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 16587, -2, -1, 0, 0, -1, "Medusa's Floortile", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 16593, -1, 1, 0, 0, -1, "Medusa's Floortile", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 16594, 0, 1, 0, 0, -1, "Medusa's Floortile", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 16596, 2, 0, 0, 0, -1, "Medusa's Floortile", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 16588, -1, -1, 0, 0, -1, "Medusa's Floortile", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 16597, 2, 2, 0, 0, -1, "Medusa's Floortile", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 16592, -2, 1, 0, 0, -1, "Medusa's Floortile", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 16584, 0, -1, 0, 0, -1, "Medusa's Floortile", 1);// 22
|
||||
AddComplexComponent( (BaseAddon) this, 16583, -1, 0, 0, 0, -1, "Medusa's Floortile", 1);// 23
|
||||
AddComplexComponent( (BaseAddon) this, 16599, 0, 2, 0, 0, -1, "Medusa's Floortile", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 16600, 1, 2, 0, 0, -1, "Medusa's Floortile", 1);// 25
|
||||
|
||||
}
|
||||
|
||||
public MedusasFloortileAddon( 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 MedusasFloortileAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MedusasFloortileAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MedusasFloortileAddonDeed()
|
||||
{
|
||||
Name = "MedusasFloortile";
|
||||
}
|
||||
|
||||
public MedusasFloortileAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
837
Scripts/Scripts-master/Addons2/MeetingAreaAddon.cs
Normal file
837
Scripts/Scripts-master/Addons2/MeetingAreaAddon.cs
Normal file
@@ -0,0 +1,837 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Original Script by Aleon //
|
||||
// Edited by Talon //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MeetingAreaAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1900, -11, 1, 0}, {1900, -12, 1, 0}, {1900, -13, 1, 0}// 1 2 3
|
||||
, {1900, -11, -1, 0}, {1900, -11, -2, 0}, {1900, -11, -3, 0}// 4 5 6
|
||||
, {1900, -11, -4, 0}, {1900, -11, -5, 0}, {1900, -12, -1, 0}// 7 8 9
|
||||
, {1900, -12, -2, 0}, {1900, -12, -3, 0}, {1900, -12, -4, 0}// 10 11 12
|
||||
, {1900, -12, -5, 0}, {1900, -13, 0, 0}, {1900, -13, -2, 0}// 13 14 15
|
||||
, {1900, -13, -3, 0}, {1900, -13, -4, 0}, {1900, -13, -5, 0}// 16 17 18
|
||||
, {1904, -14, 1, 0}, {1900, -11, 0, 0}, {1900, -12, 0, 0}// 19 20 21
|
||||
, {1904, -14, -1, 0}, {1904, -14, -2, 0}, {1904, -14, -3, 0}// 22 23 24
|
||||
, {1904, -14, -4, 0}, {1904, -14, -5, 0}, {1900, -12, 0, 7}// 25 26 27
|
||||
, {1900, -11, 0, 7}, {1900, -11, 0, 12}, {1904, -13, -5, 7}// 28 29 30
|
||||
, {1904, -13, -4, 7}, {1904, -13, -3, 7}, {1904, -13, -2, 7}// 31 32 33
|
||||
, {1904, -13, -1, 7}, {1904, -13, 1, 7}, {1900, -12, -5, 7}// 34 35 36
|
||||
, {1900, -12, -4, 7}, {1900, -12, -3, 7}, {1900, -12, -2, 7}// 37 38 39
|
||||
, {1900, -12, -1, 7}, {1900, -11, -5, 7}, {1900, -11, -4, 7}// 40 41 42
|
||||
, {1900, -11, -3, 7}, {1900, -11, -2, 7}, {1900, -11, -1, 7}// 43 44 45
|
||||
, {1904, -12, -5, 12}, {1904, -12, -4, 12}, {1904, -12, -3, 12}// 46 47 48
|
||||
, {1904, -12, -2, 12}, {1904, -12, -1, 12}, {1900, -12, 1, 7}// 49 50 51
|
||||
, {1900, -11, 1, 7}, {1904, -12, 1, 12}, {1900, -11, -5, 12}// 52 53 54
|
||||
, {1900, -11, -4, 12}, {1900, -11, -3, 12}, {1900, -11, -2, 12}// 55 56 57
|
||||
, {1900, -11, -1, 12}, {1904, -11, -5, 17}, {1904, -11, -4, 17}// 58 59 60
|
||||
, {1904, -11, -3, 17}, {1904, -11, -2, 17}, {1904, -11, -1, 17}// 61 62 63
|
||||
, {1900, -11, 1, 12}, {1904, -11, 1, 17}, {1904, -14, 0, 0}// 64 65 66
|
||||
, {1904, -13, 0, 2}, {1900, -13, 0, 2}, {1904, -13, 0, 7}// 67 68 69
|
||||
, {1904, -12, 0, 12}, {1904, -11, 0, 17}, {1900, -11, 5, 0}// 70 71 72
|
||||
, {1900, -11, 4, 0}, {1900, -11, 3, 0}, {1900, -11, 2, 0}// 73 74 75
|
||||
, {1900, -12, 5, 0}, {1900, -12, 4, 0}, {1900, -12, 3, 0}// 76 77 78
|
||||
, {1900, -12, 2, 0}, {1900, -13, 5, 0}, {1900, -13, 4, 0}// 79 80 81
|
||||
, {1900, -13, 3, 0}, {1900, -13, 2, 0}, {1904, -14, 5, 0}// 82 83 84
|
||||
, {1904, -14, 4, 0}, {1904, -14, 3, 0}, {1904, -14, 2, 0}// 85 86 87
|
||||
, {1904, -13, 2, 7}, {1904, -13, 3, 7}, {1904, -13, 4, 7}// 88 89 90
|
||||
, {1904, -13, 5, 7}, {1900, -12, 2, 7}, {1900, -12, 3, 7}// 91 92 93
|
||||
, {1900, -12, 4, 7}, {1900, -12, 5, 7}, {1900, -11, 2, 7}// 94 95 96
|
||||
, {1900, -11, 3, 7}, {1900, -11, 4, 7}, {1900, -11, 5, 7}// 97 98 99
|
||||
, {1904, -12, 2, 12}, {1904, -12, 3, 12}, {1904, -12, 4, 12}// 100 101 102
|
||||
, {1904, -12, 5, 12}, {1900, -11, 2, 12}, {1900, -11, 3, 12}// 103 104 105
|
||||
, {1900, -11, 4, 12}, {1900, -11, 5, 12}, {1904, -11, 2, 17}// 106 107 108
|
||||
, {1904, -11, 3, 17}, {1904, -11, 4, 17}, {1904, -11, 5, 17}// 109 110 111
|
||||
, {1900, -10, -1, 0}, {1900, -10, -2, 0}, {1900, -10, -3, 0}// 112 113 114
|
||||
, {1900, -10, -4, 0}, {1900, -10, -5, 0}, {1900, -4, 0, 0}// 115 116 117
|
||||
, {1900, -5, 0, 0}, {1900, -6, 0, 0}, {1900, -7, 0, 0}// 118 119 120
|
||||
, {1900, -8, 0, 0}, {1900, -9, 0, 0}, {1900, -10, 0, 0}// 121 122 123
|
||||
, {2867, -6, -2, 5}, {5415, -6, 0, 5}, {5414, -6, 1, 5}// 124 125 127
|
||||
, {1900, -10, 1, 0}, {1909, -10, -12, 0}, {1904, -10, -11, 0}// 128 129 130
|
||||
, {1904, -10, -10, 0}, {1904, -10, -9, 0}, {1904, -10, -8, 0}// 131 132 133
|
||||
, {1904, -10, -7, 0}, {1904, -10, -6, 0}, {1903, -9, -12, 0}// 134 135 136
|
||||
, {1903, -8, -12, 0}, {1903, -7, -12, 0}, {1903, -6, -12, 0}// 137 138 139
|
||||
, {1900, -9, -11, 0}, {1900, -9, -10, 0}, {1900, -9, -9, 0}// 140 141 142
|
||||
, {1900, -9, -8, 0}, {1900, -9, -7, 0}, {1900, -9, -6, 0}// 143 144 145
|
||||
, {1900, -9, -5, 0}, {1900, -9, -4, 0}, {1900, -9, -3, 0}// 146 147 148
|
||||
, {1900, -9, -2, 0}, {1900, -9, -1, 0}, {1900, -8, -11, 0}// 149 150 151
|
||||
, {1900, -8, -10, 0}, {1900, -8, -9, 0}, {1900, -8, -8, 0}// 152 153 154
|
||||
, {1900, -8, -7, 0}, {1900, -8, -6, 0}, {1900, -8, -5, 0}// 155 156 157
|
||||
, {1900, -8, -4, 0}, {1900, -8, -3, 0}, {1900, -8, -2, 0}// 158 159 160
|
||||
, {1900, -8, -1, 0}, {1900, -7, -11, 0}, {1900, -7, -10, 0}// 161 162 163
|
||||
, {1900, -7, -9, 0}, {1900, -7, -8, 0}, {1900, -7, -7, 0}// 164 165 166
|
||||
, {1900, -7, -6, 0}, {1900, -7, -5, 0}, {1900, -7, -4, 0}// 167 168 169
|
||||
, {1900, -7, -3, 0}, {1900, -7, -2, 0}, {1900, -7, -1, 0}// 170 171 172
|
||||
, {1900, -6, -11, 0}, {1900, -6, -10, 0}, {1900, -6, -9, 0}// 173 174 175
|
||||
, {1900, -6, -8, 0}, {1900, -6, -7, 0}, {1900, -6, -6, 0}// 176 177 178
|
||||
, {1900, -6, -5, 0}, {1900, -6, -4, 0}, {1900, -6, -3, 0}// 179 180 181
|
||||
, {1900, -6, -2, 0}, {1900, -6, -1, 0}, {1323, -9, -4, 0}// 182 183 184
|
||||
, {1323, -9, -3, 0}, {1321, -9, -2, 0}, {1323, -9, -1, 0}// 185 186 187
|
||||
, {1322, -9, 0, 0}, {1324, -9, 1, 0}, {1324, -8, -4, 0}// 188 189 190
|
||||
, {1323, -8, -3, 0}, {1324, -8, -2, 0}, {1324, -8, -1, 0}// 191 192 193
|
||||
, {1323, -8, 0, 0}, {1324, -8, 1, 0}, {1321, -7, -4, 0}// 194 195 196
|
||||
, {1322, -7, -3, 0}, {1324, -7, -2, 0}, {1324, -7, -1, 0}// 197 198 199
|
||||
, {1323, -7, 0, 0}, {1323, -7, 1, 0}, {1900, -9, 1, 0}// 200 201 202
|
||||
, {1900, -8, 1, 0}, {1900, -7, 1, 0}, {1900, -6, 1, 0}// 203 204 205
|
||||
, {1321, -6, -4, 0}, {1323, -6, -3, 0}, {1324, -6, -2, 0}// 206 207 208
|
||||
, {1323, -6, -1, 0}, {1321, -6, 0, 0}, {1321, -6, 1, 0}// 209 210 211
|
||||
, {1904, -5, -13, 0}, {1913, -5, -12, 0}, {1900, -5, -11, 0}// 212 213 214
|
||||
, {1900, -5, -10, 0}, {1900, -5, -9, 0}, {1323, -5, -9, 0}// 215 216 217
|
||||
, {1324, -4, -9, 0}, {1322, -3, -9, 0}, {1323, -2, -9, 0}// 218 219 220
|
||||
, {1323, -1, -9, 0}, {1323, 0, -9, 0}, {1324, 1, -9, 0}// 221 222 223
|
||||
, {1322, 2, -9, 0}, {1322, 3, -9, 0}, {1323, 4, -9, 0}// 224 225 226
|
||||
, {1322, 5, -9, 0}, {1317, -5, -8, 0}, {1319, -5, -7, 0}// 227 228 229
|
||||
, {1319, -5, -6, 0}, {1320, -4, -8, 0}, {1318, -4, -7, 0}// 230 231 232
|
||||
, {1318, -4, -6, 0}, {1319, -3, -8, 0}, {1319, -3, -7, 0}// 233 234 235
|
||||
, {1317, -3, -6, 0}, {1318, -2, -8, 0}, {1318, -2, -7, 0}// 236 237 238
|
||||
, {1320, -2, -6, 0}, {1324, -5, -5, 0}, {1323, -5, -4, 0}// 239 240 241
|
||||
, {1321, -5, -3, 0}, {1321, -5, -2, 0}, {1324, -5, -1, 0}// 242 243 244
|
||||
, {1323, -5, 0, 0}, {1323, -5, 1, 0}, {1912, -5, -5, 0}// 245 246 247
|
||||
, {1902, -5, -4, 0}, {1919, -5, -3, 0}, {1900, -5, -2, 0}// 248 249 250
|
||||
, {1900, -5, -1, 0}, {1900, -4, -2, 0}, {1900, -4, -1, 0}// 251 252 253
|
||||
, {1900, -5, 1, 0}, {1900, -4, 1, 0}, {1900, -4, -13, 0}// 254 255 256
|
||||
, {1900, -4, -12, 0}, {1900, -4, -11, 0}, {1900, -4, -10, 0}// 257 258 259
|
||||
, {1900, -4, -9, 0}, {1900, -3, -13, 0}, {1900, -3, -12, 0}// 260 261 262
|
||||
, {1900, -3, -11, 0}, {1900, -3, -10, 0}, {1900, -3, -9, 0}// 263 264 265
|
||||
, {1900, -2, -13, 0}, {1900, -2, -12, 0}, {1900, -2, -11, 0}// 266 267 268
|
||||
, {1900, -2, -10, 0}, {1900, -2, -9, 0}, {1900, -1, -13, 0}// 269 270 271
|
||||
, {1900, -1, -12, 0}, {1900, -1, -11, 0}, {1900, -1, -10, 0}// 272 273 274
|
||||
, {1900, -1, -9, 0}, {1321, -4, -5, 0}, {1321, -4, -4, 0}// 275 276 277
|
||||
, {1324, -4, -3, 0}, {1323, -4, -2, 0}, {1324, -4, -1, 0}// 278 279 280
|
||||
, {1324, -4, 0, 0}, {1324, -4, 1, 0}, {1324, -3, -5, 0}// 281 282 283
|
||||
, {1324, -3, -4, 0}, {1322, -3, -3, 0}, {1321, -3, -2, 0}// 284 285 286
|
||||
, {1322, -3, -1, 0}, {1324, -3, 0, 0}, {1323, -3, 1, 0}// 287 288 289
|
||||
, {1903, -4, -3, 0}, {1912, -3, -3, 0}, {1902, -3, -2, 0}// 290 291 292
|
||||
, {1902, -3, -1, 0}, {1902, -3, 0, 0}, {1902, -3, 1, 0}// 293 294 295
|
||||
, {1324, -2, -5, 0}, {1323, -2, -4, 0}, {1322, -2, -3, 0}// 296 297 298
|
||||
, {1324, -2, -2, 0}, {1323, -2, -1, 0}, {1322, -2, 0, 0}// 299 300 301
|
||||
, {1321, -2, 1, 0}, {1320, -1, -8, 0}, {1317, -1, -7, 0}// 302 303 304
|
||||
, {1319, -1, -6, 0}, {1319, -1, -5, 0}, {1319, 0, -8, 0}// 305 306 307
|
||||
, {1320, 0, -7, 0}, {1318, 0, -6, 0}, {1319, 0, -5, 0}// 308 309 310
|
||||
, {1317, 1, -8, 0}, {1319, 1, -7, 0}, {1320, 1, -6, 0}// 311 312 313
|
||||
, {1319, 1, -5, 0}, {1324, -1, -4, 0}, {1322, -1, -3, 0}// 314 315 316
|
||||
, {1321, -1, -2, 0}, {1321, -1, -1, 0}, {1321, -1, 0, 0}// 317 318 319
|
||||
, {1321, -1, 1, 0}, {1321, 0, -4, 0}, {1323, 0, -3, 0}// 320 321 322
|
||||
, {1322, 0, -2, 0}, {1321, 0, -1, 0}, {1323, 0, 0, 0}// 323 324 325
|
||||
, {1324, 0, 1, 0}, {1321, 1, -4, 0}, {1323, 1, -3, 0}// 326 327 328
|
||||
, {1324, 1, -2, 0}, {1322, 1, -1, 0}, {1322, 1, 0, 0}// 329 330 331
|
||||
, {1324, 1, 1, 0}, {1900, 0, -13, 0}, {1900, 0, -12, 0}// 332 333 334
|
||||
, {1900, 0, -11, 0}, {1900, 0, -10, 0}, {1900, 0, -9, 0}// 335 336 337
|
||||
, {1900, 1, -13, 0}, {1900, 1, -12, 0}, {1900, 1, -11, 0}// 338 339 340
|
||||
, {1900, 1, -10, 0}, {1900, 1, -9, 0}, {1900, 2, -13, 0}// 341 342 343
|
||||
, {1900, 2, -12, 0}, {1900, 2, -11, 0}, {1900, 2, -10, 0}// 344 345 346
|
||||
, {1900, 2, -9, 0}, {1317, 2, -8, 0}, {1318, 2, -7, 0}// 347 348 349
|
||||
, {1320, 2, -6, 0}, {1321, 2, -5, 0}, {1321, 2, -4, 0}// 350 351 352
|
||||
, {1324, 2, -3, 0}, {1322, 2, -2, 0}, {1321, 2, -1, 0}// 353 354 355
|
||||
, {1324, 2, 0, 0}, {1323, 2, 1, 0}, {1900, 3, -5, 0}// 356 357 358
|
||||
, {1900, 4, -5, 0}, {1900, 5, -5, 0}, {1900, 3, -13, 0}// 359 360 361
|
||||
, {1900, 3, -12, 0}, {1900, 3, -11, 0}, {1900, 3, -10, 0}// 362 363 364
|
||||
, {1900, 3, -9, 0}, {1900, 3, -8, 0}, {1900, 3, -7, 0}// 365 366 367
|
||||
, {1900, 3, -6, 0}, {1900, 4, -13, 0}, {1900, 4, -12, 0}// 368 369 370
|
||||
, {1900, 4, -11, 0}, {1900, 4, -10, 0}, {1900, 4, -9, 0}// 371 372 373
|
||||
, {1900, 4, -8, 0}, {1900, 4, -7, 0}, {1900, 4, -6, 0}// 374 375 376
|
||||
, {1323, 3, -8, 0}, {1322, 3, -7, 0}, {1321, 3, -6, 0}// 377 378 379
|
||||
, {1321, 3, -5, 0}, {1321, 3, -4, 0}, {1324, 3, -3, 0}// 380 381 382
|
||||
, {1324, 3, -2, 0}, {1324, 3, -1, 0}, {1322, 3, 0, 0}// 383 384 385
|
||||
, {1323, 3, 1, 0}, {1323, 4, -8, 0}, {1321, 4, -7, 0}// 386 387 388
|
||||
, {1322, 4, -6, 0}, {1323, 4, -5, 0}, {1324, 4, -4, 0}// 389 390 391
|
||||
, {1324, 4, -3, 0}, {1323, 4, -2, 0}, {1324, 4, -1, 0}// 392 393 394
|
||||
, {1321, 4, 0, 0}, {1321, 4, 1, 0}, {1321, 5, -8, 0}// 395 396 397
|
||||
, {1322, 5, -7, 0}, {1321, 5, -6, 0}, {1324, 5, -5, 0}// 398 399 400
|
||||
, {1321, 5, -4, 0}, {1322, 5, -3, 0}, {1321, 5, -2, 0}// 401 402 403
|
||||
, {1322, 5, -1, 0}, {1323, 5, 0, 0}, {1321, 5, 1, 0}// 404 405 406
|
||||
, {1901, 3, -4, 0}, {1901, 4, -4, 0}, {1901, 5, -4, 0}// 407 408 409
|
||||
, {1902, 5, -13, 0}, {1915, 5, -12, 0}, {1900, 5, -11, 0}// 410 411 412
|
||||
, {1900, 5, -10, 0}, {1900, 5, -9, 0}, {1900, 5, -8, 0}// 413 414 415
|
||||
, {1900, 5, -7, 0}, {1900, 5, -6, 0}, {1900, -10, 0, 7}// 416 417 418
|
||||
, {1900, -9, 0, 7}, {1900, -8, 0, 7}, {1900, -10, 0, 12}// 419 420 421
|
||||
, {1900, -9, 0, 12}, {1900, -8, 0, 12}, {1900, -10, 0, 17}// 422 423 424
|
||||
, {1900, -9, 0, 17}, {1900, -8, 0, 17}, {1900, -10, -5, 7}// 425 426 427
|
||||
, {1900, -10, -4, 7}, {1900, -10, -3, 7}, {1900, -10, -2, 7}// 428 429 430
|
||||
, {1900, -10, -1, 7}, {1900, -9, -5, 7}, {1900, -9, -4, 7}// 431 432 433
|
||||
, {1900, -9, -3, 7}, {1900, -9, -2, 7}, {1900, -9, -1, 7}// 434 435 436
|
||||
, {1900, -10, 1, 7}, {1900, -9, 1, 7}, {1900, -10, -5, 12}// 437 438 439
|
||||
, {1900, -10, -4, 12}, {1900, -10, -3, 12}, {1900, -10, -2, 12}// 440 441 442
|
||||
, {1900, -10, -1, 12}, {1900, -9, -5, 12}, {1900, -9, -4, 12}// 443 444 445
|
||||
, {1900, -9, -3, 12}, {1900, -9, -2, 12}, {1900, -9, -1, 12}// 446 447 448
|
||||
, {1900, -8, -5, 12}, {1900, -8, -4, 12}, {1900, -8, -3, 12}// 449 450 451
|
||||
, {1900, -8, -2, 12}, {1900, -8, -1, 12}, {1900, -10, 1, 12}// 452 453 454
|
||||
, {1900, -9, 1, 12}, {1900, -8, 1, 12}, {1900, -10, -5, 17}// 455 456 457
|
||||
, {1900, -10, -4, 17}, {1900, -10, -3, 17}, {1900, -10, -2, 17}// 458 459 460
|
||||
, {1900, -10, -1, 17}, {1900, -9, -5, 17}, {1900, -9, -4, 17}// 461 462 463
|
||||
, {1900, -9, -3, 17}, {1900, -9, -2, 17}, {1900, -9, -1, 17}// 464 465 466
|
||||
, {1900, -8, -5, 17}, {1900, -8, -4, 17}, {1900, -8, -3, 17}// 467 468 469
|
||||
, {1900, -8, -2, 17}, {1900, -8, -1, 17}, {1900, -10, 1, 17}// 470 471 472
|
||||
, {1900, -9, 1, 17}, {1900, -8, 1, 17}, {1909, -9, -11, 7}// 473 474 475
|
||||
, {1904, -9, -10, 7}, {1904, -9, -9, 7}, {1904, -9, -8, 7}// 476 477 478
|
||||
, {1904, -9, -7, 7}, {1904, -9, -6, 7}, {1903, -8, -11, 7}// 479 480 481
|
||||
, {1903, -7, -11, 7}, {1903, -6, -11, 7}, {1903, -5, -11, 7}// 482 483 484
|
||||
, {1900, -8, -10, 7}, {1900, -8, -9, 7}, {1900, -8, -8, 7}// 485 486 487
|
||||
, {1900, -8, -7, 7}, {1900, -8, -6, 7}, {1900, -8, -5, 7}// 488 489 490
|
||||
, {1900, -8, -4, 7}, {1900, -8, -3, 7}, {1900, -8, -2, 7}// 491 492 493
|
||||
, {1900, -8, -1, 7}, {1909, -8, -10, 12}, {1904, -8, -9, 12}// 494 495 496
|
||||
, {1904, -8, -8, 12}, {1904, -8, -7, 12}, {1904, -8, -6, 12}// 497 498 499
|
||||
, {1900, -8, 1, 7}, {1900, -7, -10, 7}, {1900, -7, -9, 7}// 500 501 502
|
||||
, {1900, -7, -8, 7}, {1900, -7, -7, 7}, {1900, -7, -6, 7}// 503 504 505
|
||||
, {1900, -7, -5, 7}, {1900, -7, -4, 7}, {1900, -6, -10, 7}// 506 507 508
|
||||
, {1900, -6, -9, 7}, {1900, -6, -8, 7}, {1900, -6, -7, 7}// 509 510 511
|
||||
, {1900, -6, -6, 7}, {1900, -6, -5, 7}, {1900, -6, -4, 7}// 512 513 514
|
||||
, {1903, -7, -10, 12}, {1903, -6, -10, 12}, {1903, -5, -10, 12}// 515 516 517
|
||||
, {1903, -4, -10, 12}, {1900, -7, -9, 12}, {1900, -7, -8, 12}// 518 519 520
|
||||
, {1900, -7, -7, 12}, {1900, -7, -6, 12}, {1900, -7, -5, 12}// 521 522 523
|
||||
, {1900, -7, -4, 12}, {1900, -6, -9, 12}, {1900, -6, -8, 12}// 524 525 526
|
||||
, {1900, -6, -7, 12}, {1900, -6, -6, 12}, {1900, -6, -5, 12}// 527 528 529
|
||||
, {1900, -6, -4, 12}, {1909, -7, -9, 17}, {1904, -7, -8, 17}// 530 531 532
|
||||
, {1904, -7, -7, 17}, {1904, -7, -6, 17}, {1900, -7, -5, 17}// 533 534 535
|
||||
, {1900, -7, -4, 17}, {1903, -6, -9, 17}, {1903, -5, -9, 17}// 536 537 538
|
||||
, {1903, -4, -9, 17}, {1903, -3, -9, 17}, {1900, -6, -8, 17}// 539 540 541
|
||||
, {1900, -6, -7, 17}, {1900, -6, -6, 17}, {1900, -6, -5, 17}// 542 543 544
|
||||
, {1900, -5, -10, 7}, {1900, -5, -9, 7}, {1900, -4, -10, 7}// 545 546 547
|
||||
, {1900, -4, -9, 7}, {1900, -5, -9, 12}, {1900, -4, -9, 12}// 548 549 550
|
||||
, {1900, -3, -9, 12}, {1900, -2, -9, 12}, {1900, -1, -9, 12}// 551 552 553
|
||||
, {1900, 0, -9, 12}, {1900, 1, -9, 12}, {1900, 2, -9, 12}// 554 555 556
|
||||
, {1900, 3, -9, 12}, {1900, 4, -9, 12}, {1900, 5, -9, 12}// 557 558 559
|
||||
, {1909, -4, -13, 7}, {1904, -4, -12, 7}, {1913, -4, -11, 7}// 560 561 562
|
||||
, {1903, -3, -13, 7}, {1903, -2, -13, 7}, {1903, -1, -13, 7}// 563 564 565
|
||||
, {1900, -3, -12, 7}, {1900, -3, -11, 7}, {1900, -3, -10, 7}// 566 567 568
|
||||
, {1900, -3, -9, 7}, {1900, -2, -12, 7}, {1900, -2, -11, 7}// 569 570 571
|
||||
, {1900, -2, -10, 7}, {1900, -2, -9, 7}, {1900, -1, -12, 7}// 572 573 574
|
||||
, {1900, -1, -11, 7}, {1900, -1, -10, 7}, {1900, -1, -9, 7}// 575 576 577
|
||||
, {1909, -3, -12, 12}, {1904, -3, -11, 12}, {1913, -3, -10, 12}// 578 579 580
|
||||
, {1903, -2, -12, 12}, {1903, -1, -12, 12}, {1900, -2, -11, 12}// 581 582 583
|
||||
, {1900, -2, -10, 12}, {1900, -1, -11, 12}, {1900, -1, -10, 12}// 584 585 586
|
||||
, {1909, -2, -11, 17}, {1904, -2, -10, 17}, {1913, -2, -9, 17}// 587 588 589
|
||||
, {1903, -1, -11, 17}, {1900, -1, -10, 17}, {1900, -1, -9, 17}// 590 591 592
|
||||
, {1900, 0, -12, 7}, {1900, 0, -11, 7}, {1900, 0, -10, 7}// 593 594 595
|
||||
, {1900, 0, -9, 7}, {1900, 0, -11, 12}, {1900, 0, -10, 12}// 596 597 598
|
||||
, {1900, 0, -10, 17}, {1900, 0, -9, 17}, {1903, 1, -13, 7}// 599 600 601
|
||||
, {1903, 2, -13, 7}, {1903, 3, -13, 7}, {1903, 4, -13, 7}// 602 603 604
|
||||
, {1900, 1, -12, 7}, {1900, 1, -11, 7}, {1900, 1, -10, 7}// 605 606 607
|
||||
, {1900, 1, -9, 7}, {1900, 2, -12, 7}, {1900, 2, -11, 7}// 608 609 610
|
||||
, {1900, 2, -10, 7}, {1900, 2, -9, 7}, {1903, 1, -12, 12}// 611 612 613
|
||||
, {1903, 2, -12, 12}, {1903, 3, -12, 12}, {1900, 1, -11, 12}// 614 615 616
|
||||
, {1900, 1, -10, 12}, {1900, 2, -11, 12}, {1900, 2, -10, 12}// 617 618 619
|
||||
, {1900, 3, -11, 12}, {1900, 3, -10, 12}, {1903, 1, -11, 17}// 620 621 622
|
||||
, {1903, 2, -11, 17}, {1900, 1, -10, 17}, {1900, 1, -9, 17}// 623 624 625
|
||||
, {1900, 2, -10, 17}, {1900, 2, -9, 17}, {1900, 3, -12, 7}// 626 627 628
|
||||
, {1900, 3, -11, 7}, {1900, 3, -10, 7}, {1900, 3, -9, 7}// 629 630 631
|
||||
, {1900, 3, -8, 7}, {1900, 3, -7, 7}, {1900, 3, -6, 7}// 632 633 634
|
||||
, {1900, 4, -12, 7}, {1900, 4, -11, 7}, {1900, 4, -10, 7}// 635 636 637
|
||||
, {1900, 4, -9, 7}, {1900, 4, -8, 7}, {1900, 4, -7, 7}// 638 639 640
|
||||
, {1900, 4, -6, 7}, {1912, 3, -11, 17}, {1902, 3, -10, 17}// 641 642 643
|
||||
, {1915, 3, -9, 17}, {1900, 3, -8, 12}, {1900, 3, -7, 12}// 644 645 646
|
||||
, {1900, 4, -8, 12}, {1900, 4, -7, 12}, {1900, 5, -8, 12}// 647 648 649
|
||||
, {1900, 5, -7, 12}, {1900, 3, -8, 17}, {1900, 4, -8, 17}// 650 651 652
|
||||
, {1900, 5, -8, 17}, {1901, 3, -7, 17}, {1901, 4, -7, 17}// 653 654 655
|
||||
, {1901, 5, -7, 17}, {1901, 3, -6, 12}, {1901, 4, -6, 12}// 656 657 658
|
||||
, {1901, 5, -6, 12}, {1901, 3, -5, 7}, {1901, 4, -5, 7}// 659 660 661
|
||||
, {1901, 5, -5, 7}, {1912, 4, -12, 12}, {1902, 4, -11, 12}// 662 663 664
|
||||
, {1915, 4, -10, 12}, {1903, 4, -9, 17}, {1903, 5, -9, 17}// 665 666 667
|
||||
, {1912, 5, -13, 7}, {1902, 5, -12, 7}, {1915, 5, -11, 7}// 668 669 670
|
||||
, {1900, 5, -10, 7}, {1900, 5, -9, 7}, {1900, 5, -8, 7}// 671 672 673
|
||||
, {1900, 5, -7, 7}, {1900, 5, -6, 7}, {1903, 5, -10, 12}// 674 675 676
|
||||
, {351, -7, -4, 27}, {351, -7, -3, 27}, {351, -7, -2, 27}// 677 678 679
|
||||
, {351, -7, 0, 27}, {351, -7, 1, 27}, {351, -6, -8, 27}// 681 682 683
|
||||
, {351, -6, -7, 27}, {351, -6, -5, 27}, {1900, -6, -4, 27}// 684 686 687
|
||||
, {1900, -6, -4, 32}, {1900, -6, -4, 37}, {1900, -6, -4, 42}// 688 689 690
|
||||
, {404, -5, -9, 27}, {404, -3, -9, 27}, {404, -1, -9, 27}// 691 692 693
|
||||
, {404, 2, -9, 27}, {1900, -6, -5, 47}, {1900, -6, -4, 47}// 694 695 696
|
||||
, {1900, -6, -3, 47}, {1900, -6, -2, 47}, {1900, -6, -1, 47}// 697 698 699
|
||||
, {1900, -6, 0, 47}, {1900, -6, 1, 47}, {1900, -5, -8, 47}// 700 701 702
|
||||
, {1900, -5, -7, 47}, {1900, -5, -6, 47}, {1900, -5, -5, 47}// 703 704 705
|
||||
, {1900, -5, -4, 47}, {1900, -5, -3, 47}, {1900, -5, -2, 47}// 706 707 708
|
||||
, {1900, -5, -1, 47}, {1900, -5, 0, 47}, {1900, -5, 1, 47}// 709 710 711
|
||||
, {1900, -4, -8, 47}, {1900, -4, -7, 47}, {1900, -4, -6, 47}// 712 713 714
|
||||
, {1900, -4, -5, 47}, {1900, -4, -4, 47}, {1900, -4, -3, 47}// 715 716 717
|
||||
, {1900, -4, -2, 47}, {1900, -4, -1, 47}, {1900, -4, 0, 47}// 718 719 720
|
||||
, {1900, -4, 1, 47}, {1900, -3, -8, 47}, {1900, -3, -7, 47}// 721 722 723
|
||||
, {1900, -3, -6, 47}, {1900, -3, -5, 47}, {1900, -3, -4, 47}// 724 725 726
|
||||
, {1900, -3, -3, 47}, {1900, -3, -2, 47}, {1900, -3, -1, 47}// 727 728 729
|
||||
, {1900, -3, 0, 47}, {1900, -3, 1, 47}, {1900, -2, -8, 47}// 730 731 732
|
||||
, {1900, -2, -7, 47}, {1900, -2, -6, 47}, {1900, -2, -5, 47}// 733 734 735
|
||||
, {1900, -2, -4, 47}, {1900, -2, -3, 47}, {1900, -2, -2, 47}// 736 737 738
|
||||
, {1900, -2, -1, 47}, {1900, -2, 0, 47}, {1900, -2, 1, 47}// 739 740 741
|
||||
, {1900, -1, -8, 47}, {1900, -1, -7, 47}, {1900, -1, -6, 47}// 742 743 744
|
||||
, {1900, -1, -5, 47}, {1900, -1, -4, 47}, {1900, -1, -3, 47}// 745 746 747
|
||||
, {1900, -1, -2, 47}, {1900, -1, -1, 47}, {1900, -1, 0, 47}// 748 749 750
|
||||
, {1900, -1, 1, 47}, {1900, 0, -8, 47}, {1900, 0, -7, 47}// 751 752 753
|
||||
, {1900, 0, -6, 47}, {1900, 0, -5, 47}, {1900, 0, -4, 47}// 754 755 756
|
||||
, {1900, 0, -3, 47}, {1900, 0, -2, 47}, {1900, 0, -1, 47}// 757 758 759
|
||||
, {1900, 0, 0, 47}, {1900, 0, 1, 47}, {1900, 1, -8, 47}// 760 761 762
|
||||
, {1900, 1, -7, 47}, {1900, 1, -6, 47}, {1900, 1, -5, 47}// 763 764 765
|
||||
, {1900, 1, -4, 47}, {1900, 1, -3, 47}, {1900, 1, -2, 47}// 766 767 768
|
||||
, {1900, 1, -1, 47}, {1900, 1, 0, 47}, {1900, 1, 1, 47}// 769 770 771
|
||||
, {1900, 2, -8, 47}, {1900, 2, -7, 47}, {1900, 2, -6, 47}// 772 773 774
|
||||
, {1900, 2, -5, 47}, {1900, 2, -4, 47}, {1900, 2, -3, 47}// 775 776 777
|
||||
, {1900, 2, -2, 47}, {1900, 2, -1, 47}, {1900, 2, 0, 47}// 778 779 780
|
||||
, {1900, 2, 1, 47}, {1900, -3, -8, 52}, {1900, -3, -7, 52}// 781 782 783
|
||||
, {1900, -3, -6, 52}, {1900, -3, -5, 52}, {1900, -3, -4, 52}// 784 785 786
|
||||
, {1900, -3, -3, 52}, {1900, -3, -2, 52}, {1900, -3, -1, 52}// 787 788 789
|
||||
, {1900, -3, 0, 52}, {1900, -3, 1, 52}, {1900, -2, -8, 52}// 790 791 792
|
||||
, {1900, -2, -7, 52}, {1900, -2, -6, 52}, {1900, -2, -5, 52}// 793 794 795
|
||||
, {1900, -2, -4, 52}, {1900, -2, -3, 52}, {1900, -2, -2, 52}// 796 797 798
|
||||
, {1900, -2, -1, 52}, {1900, -2, 0, 52}, {1900, -2, 1, 52}// 799 800 801
|
||||
, {1900, -1, -8, 52}, {1900, -1, -7, 52}, {1900, -1, -6, 52}// 802 803 804
|
||||
, {1900, -1, -5, 52}, {1900, -1, -4, 52}, {1900, -1, -3, 52}// 805 806 807
|
||||
, {1900, -1, -2, 52}, {1900, -1, -1, 52}, {1900, -1, 0, 52}// 808 809 810
|
||||
, {1900, -1, 1, 52}, {1900, 0, -8, 52}, {1900, 0, -7, 52}// 811 812 813
|
||||
, {1900, 0, -6, 52}, {1900, 0, -5, 52}, {1900, 0, -4, 52}// 814 815 816
|
||||
, {1900, 0, -3, 52}, {1900, 0, -2, 52}, {1900, 0, -1, 52}// 817 818 819
|
||||
, {1900, 0, 0, 52}, {1900, 0, 1, 52}, {1900, 1, -8, 52}// 820 821 822
|
||||
, {1900, 1, -7, 52}, {1900, 1, -6, 52}, {1900, 1, -5, 52}// 823 824 825
|
||||
, {1900, 1, -4, 52}, {1900, 1, -3, 52}, {1900, 1, -2, 52}// 826 827 828
|
||||
, {1900, 1, -1, 52}, {1900, 1, 0, 52}, {1900, 1, 1, 52}// 829 830 831
|
||||
, {1900, 2, -8, 52}, {1900, 2, -7, 52}, {1900, 2, -6, 52}// 832 833 834
|
||||
, {1900, 2, -5, 52}, {1900, 2, -4, 52}, {1900, 2, -3, 52}// 835 836 837
|
||||
, {1900, 2, -2, 52}, {1900, 2, -1, 52}, {1900, 2, 0, 52}// 838 839 840
|
||||
, {1900, 2, 1, 52}, {1900, 3, -8, 47}, {1900, 3, -7, 47}// 841 842 843
|
||||
, {1900, 3, -6, 47}, {1900, 3, -5, 47}, {1900, 3, -4, 47}// 844 845 846
|
||||
, {1900, 3, -3, 47}, {1900, 3, -2, 47}, {1900, 3, -1, 47}// 847 848 849
|
||||
, {1900, 3, 0, 47}, {1900, 3, 1, 47}, {1900, 3, -8, 52}// 850 851 852
|
||||
, {1900, 3, -7, 52}, {1900, 3, -6, 52}, {1900, 3, -5, 52}// 853 854 855
|
||||
, {1900, 3, -4, 52}, {1900, 3, -3, 52}, {1900, 3, -2, 52}// 856 857 858
|
||||
, {1900, 3, -1, 52}, {1900, 3, 0, 52}, {1900, 3, 1, 52}// 859 860 861
|
||||
, {1900, 4, -5, 47}, {1900, 4, -4, 47}, {1900, 4, -3, 47}// 862 863 864
|
||||
, {1900, 4, -2, 47}, {1900, 4, -1, 47}, {1900, 4, 0, 47}// 865 866 867
|
||||
, {1900, 4, 1, 47}, {1900, 4, -5, 52}, {1900, 4, -4, 52}// 868 869 870
|
||||
, {1900, 4, -3, 52}, {1900, 4, -2, 52}, {1900, 4, -1, 52}// 871 872 873
|
||||
, {1900, 4, 0, 52}, {1900, 4, 1, 52}, {1900, 5, -5, 47}// 874 875 876
|
||||
, {1900, 5, -4, 47}, {1900, 5, -3, 47}, {1900, 5, -2, 47}// 877 878 879
|
||||
, {1900, 5, -1, 47}, {1900, 5, 0, 47}, {1900, 5, 1, 47}// 880 881 882
|
||||
, {1903, 0, -13, 7}, {1903, 0, -12, 12}, {1903, 0, -11, 17}// 884 885 886
|
||||
, {1900, -5, 1, 52}, {1900, -4, 1, 52}, {1900, -5, 0, 52}// 887 888 889
|
||||
, {1900, -4, 0, 52}, {1900, -5, -1, 52}, {1900, -5, -2, 52}// 890 891 892
|
||||
, {1900, -4, -1, 52}, {1900, -5, -3, 52}, {1900, -4, -2, 52}// 893 894 895
|
||||
, {1900, -4, -3, 52}, {1900, -5, -5, 52}, {1900, -5, -4, 52}// 896 897 898
|
||||
, {1900, -4, -4, 52}, {1900, -4, -5, 52}, {1900, -5, -7, 52}// 899 900 901
|
||||
, {1900, -4, -6, 52}, {1900, -5, -6, 52}, {1900, -4, -7, 52}// 902 903 904
|
||||
, {1900, -4, -8, 52}, {1900, -5, -8, 52}, {404, 0, -9, 27}// 905 906 910
|
||||
, {404, -2, -9, 27}, {404, -4, -9, 27}, {404, 1, -9, 27}// 911 912 913
|
||||
, {2867, -6, 2, 2}, {1900, 5, 6, 47}, {1900, -10, 2, 0}// 914 915 917
|
||||
, {1900, -10, 3, 0}, {1900, -10, 4, 0}, {1900, -10, 5, 0}// 918 919 920
|
||||
, {1904, -10, 6, 0}, {1904, -10, 7, 0}, {1904, -10, 8, 0}// 921 922 923
|
||||
, {1904, -10, 9, 0}, {1904, -10, 10, 0}, {1904, -10, 11, 0}// 924 925 926
|
||||
, {1904, -10, 12, 0}, {1911, -10, 13, 0}, {1324, -9, 2, 0}// 927 928 929
|
||||
, {1322, -9, 3, 0}, {1324, -8, 2, 0}, {1323, -8, 3, 0}// 930 931 932
|
||||
, {1322, -7, 2, 0}, {1324, -7, 3, 0}, {1900, -9, 2, 0}// 933 934 935
|
||||
, {1900, -9, 3, 0}, {1900, -9, 4, 0}, {1900, -9, 5, 0}// 936 937 938
|
||||
, {1900, -9, 6, 0}, {1900, -9, 7, 0}, {1900, -9, 8, 0}// 939 940 941
|
||||
, {1900, -9, 9, 0}, {1900, -9, 10, 0}, {1900, -9, 11, 0}// 942 943 944
|
||||
, {1900, -9, 12, 0}, {1900, -8, 2, 0}, {1900, -8, 3, 0}// 945 946 947
|
||||
, {1900, -8, 4, 0}, {1900, -8, 5, 0}, {1900, -8, 6, 0}// 948 949 950
|
||||
, {1900, -8, 7, 0}, {1900, -8, 8, 0}, {1900, -8, 9, 0}// 951 952 953
|
||||
, {1900, -8, 10, 0}, {1900, -8, 11, 0}, {1900, -8, 12, 0}// 954 955 956
|
||||
, {1900, -7, 2, 0}, {1900, -7, 3, 0}, {1900, -7, 4, 0}// 957 958 959
|
||||
, {1900, -7, 5, 0}, {1900, -7, 6, 0}, {1900, -7, 7, 0}// 960 961 962
|
||||
, {1900, -7, 8, 0}, {1900, -7, 9, 0}, {1900, -7, 10, 0}// 963 964 965
|
||||
, {1900, -7, 11, 0}, {1900, -7, 12, 0}, {1900, -6, 2, 0}// 966 967 968
|
||||
, {1900, -6, 3, 0}, {1900, -6, 4, 0}, {1900, -6, 6, 0}// 969 970 971
|
||||
, {1900, -6, 7, 0}, {1900, -6, 8, 0}, {1900, -6, 9, 0}// 972 973 974
|
||||
, {1900, -6, 10, 0}, {1900, -6, 11, 0}, {1900, -6, 12, 0}// 975 976 977
|
||||
, {1901, -9, 13, 0}, {1901, -8, 13, 0}, {1901, -7, 13, 0}// 978 979 980
|
||||
, {1324, -6, 2, 0}, {1321, -6, 3, 0}, {1323, -6, 4, 0}// 981 982 983
|
||||
, {1323, -6, 5, 0}, {1321, -6, 6, 0}, {1322, -6, 7, 0}// 984 985 986
|
||||
, {1321, -6, 8, 0}, {1322, -6, 9, 0}, {1916, -6, 13, 0}// 987 988 989
|
||||
, {1911, -6, 14, 0}, {1324, -5, 2, 0}, {1323, -5, 3, 0}// 990 991 992
|
||||
, {1324, -5, 4, 0}, {1918, -5, 2, 0}, {1902, -5, 3, 0}// 993 994 995
|
||||
, {1910, -5, 4, 0}, {1319, -5, 5, 0}, {1317, -5, 6, 0}// 996 997 998
|
||||
, {1320, -5, 7, 0}, {1319, -5, 8, 0}, {1324, -5, 9, 0}// 999 1000 1001
|
||||
, {1324, -4, 9, 0}, {1321, -3, 9, 0}, {1321, -2, 9, 0}// 1002 1003 1004
|
||||
, {1322, -1, 9, 0}, {1323, 0, 9, 0}, {1322, 1, 9, 0}// 1005 1006 1007
|
||||
, {1324, 2, 9, 0}, {1324, 3, 9, 0}, {1324, 4, 9, 0}// 1008 1009 1010
|
||||
, {1900, -5, 9, 0}, {1900, -5, 10, 0}, {1900, -5, 11, 0}// 1011 1012 1013
|
||||
, {1900, -5, 12, 0}, {1900, -5, 13, 0}, {1900, -4, 9, 0}// 1014 1015 1016
|
||||
, {1900, -4, 10, 0}, {1900, -4, 11, 0}, {1900, -4, 12, 0}// 1017 1018 1019
|
||||
, {1900, -4, 13, 0}, {1900, -3, 9, 0}, {1900, -3, 10, 0}// 1020 1021 1022
|
||||
, {1900, -3, 11, 0}, {1900, -3, 12, 0}, {1900, -3, 13, 0}// 1023 1024 1025
|
||||
, {1900, -2, 9, 0}, {1900, -2, 10, 0}, {1900, -2, 11, 0}// 1026 1027 1028
|
||||
, {1900, -2, 12, 0}, {1900, -2, 13, 0}, {1900, -1, 9, 0}// 1029 1030 1031
|
||||
, {1900, -1, 10, 0}, {1900, -1, 11, 0}, {1900, -1, 12, 0}// 1032 1033 1034
|
||||
, {1900, -1, 13, 0}, {1901, -5, 14, 0}, {1901, -4, 14, 0}// 1035 1036 1037
|
||||
, {1901, -3, 14, 0}, {1901, -2, 14, 0}, {1901, -1, 14, 0}// 1038 1039 1040
|
||||
, {1321, -4, 2, 0}, {1321, -4, 3, 0}, {1323, -3, 2, 0}// 1041 1042 1043
|
||||
, {1324, -3, 3, 0}, {1901, -4, 2, 0}, {1317, -4, 4, 0}// 1044 1045 1046
|
||||
, {1318, -4, 5, 0}, {1317, -4, 6, 0}, {1319, -4, 7, 0}// 1047 1048 1049
|
||||
, {1317, -4, 8, 0}, {1320, -3, 4, 0}, {1319, -3, 5, 0}// 1050 1051 1052
|
||||
, {1319, -3, 6, 0}, {1318, -3, 7, 0}, {1320, -3, 8, 0}// 1053 1054 1055
|
||||
, {1910, -3, 2, 0}, {1324, -2, 2, 0}, {1323, -2, 3, 0}// 1056 1057 1058
|
||||
, {1321, -2, 4, 0}, {1317, -2, 5, 0}, {1320, -2, 6, 0}// 1059 1060 1061
|
||||
, {1320, -2, 7, 0}, {1318, -2, 8, 0}, {1322, -1, 2, 0}// 1062 1063 1064
|
||||
, {1321, -1, 3, 0}, {1322, 0, 2, 0}, {1324, 0, 3, 0}// 1065 1066 1067
|
||||
, {1324, 1, 2, 0}, {1324, 1, 3, 0}, {1317, -1, 4, 0}// 1068 1069 1070
|
||||
, {1320, -1, 5, 0}, {1317, -1, 6, 0}, {1319, -1, 7, 0}// 1071 1072 1073
|
||||
, {1318, -1, 8, 0}, {1318, 0, 4, 0}, {1318, 0, 5, 0}// 1074 1075 1076
|
||||
, {1319, 0, 6, 0}, {1317, 0, 7, 0}, {1317, 0, 8, 0}// 1077 1078 1079
|
||||
, {1319, 1, 4, 0}, {1319, 1, 5, 0}, {1320, 1, 6, 0}// 1080 1081 1082
|
||||
, {1318, 1, 7, 0}, {1317, 1, 8, 0}, {1900, 0, 9, 0}// 1083 1084 1085
|
||||
, {1900, 0, 10, 0}, {1900, 1, 9, 0}, {1900, 1, 10, 0}// 1086 1087 1088
|
||||
, {1900, 1, 11, 0}, {1900, 1, 12, 0}, {1900, 1, 13, 0}// 1089 1090 1091
|
||||
, {1900, 2, 9, 0}, {1900, 2, 10, 0}, {1900, 2, 11, 0}// 1092 1093 1094
|
||||
, {1900, 2, 12, 0}, {1900, 2, 13, 0}, {1901, 1, 14, 0}// 1095 1096 1097
|
||||
, {1901, 2, 14, 0}, {1901, 3, 14, 0}, {1901, 4, 14, 0}// 1098 1099 1100
|
||||
, {1901, 5, 14, 0}, {1322, 2, 2, 0}, {1322, 2, 3, 0}// 1101 1102 1103
|
||||
, {1323, 2, 4, 0}, {1900, 3, 4, 0}, {1900, 4, 4, 0}// 1104 1105 1106
|
||||
, {1900, 5, 4, 0}, {1320, 2, 5, 0}, {1318, 2, 6, 0}// 1107 1108 1109
|
||||
, {1318, 2, 7, 0}, {1317, 2, 8, 0}, {1321, 3, 2, 0}// 1110 1111 1112
|
||||
, {1322, 3, 3, 0}, {1321, 3, 4, 0}, {1323, 3, 5, 0}// 1113 1114 1115
|
||||
, {1321, 3, 6, 0}, {1324, 3, 7, 0}, {1322, 3, 8, 0}// 1116 1117 1118
|
||||
, {1324, 4, 2, 0}, {1324, 4, 3, 0}, {1324, 4, 4, 0}// 1119 1120 1121
|
||||
, {1324, 4, 5, 0}, {1323, 4, 6, 0}, {1324, 4, 7, 0}// 1122 1123 1124
|
||||
, {1322, 4, 8, 0}, {1322, 5, 2, 0}, {1323, 5, 3, 0}// 1125 1126 1127
|
||||
, {1323, 5, 4, 0}, {1324, 5, 5, 0}, {1321, 5, 6, 0}// 1128 1129 1130
|
||||
, {1323, 5, 7, 0}, {1321, 5, 8, 0}, {1903, 3, 3, 0}// 1131 1132 1133
|
||||
, {1903, 4, 3, 0}, {1903, 5, 3, 0}, {1900, 3, 5, 0}// 1134 1135 1136
|
||||
, {1900, 3, 6, 0}, {1900, 3, 7, 0}, {1900, 3, 8, 0}// 1137 1138 1139
|
||||
, {1900, 3, 9, 0}, {1900, 3, 10, 0}, {1900, 3, 11, 0}// 1140 1141 1142
|
||||
, {1900, 3, 12, 0}, {1900, 3, 13, 0}, {1900, 4, 5, 0}// 1143 1144 1145
|
||||
, {1900, 4, 6, 0}, {1900, 4, 7, 0}, {1900, 4, 8, 0}// 1146 1147 1148
|
||||
, {1900, 4, 9, 0}, {1900, 4, 10, 0}, {1900, 4, 11, 0}// 1149 1150 1151
|
||||
, {1900, 4, 12, 0}, {1900, 4, 13, 0}, {1900, 5, 5, 0}// 1152 1153 1154
|
||||
, {1900, 5, 6, 0}, {1900, 5, 7, 0}, {1900, 5, 8, 0}// 1155 1156 1157
|
||||
, {1900, 5, 9, 0}, {1900, 5, 10, 0}, {1900, 5, 11, 0}// 1158 1159 1160
|
||||
, {1900, 5, 12, 0}, {1900, 5, 13, 0}, {1900, -10, 2, 7}// 1161 1162 1163
|
||||
, {1900, -10, 3, 7}, {1900, -10, 4, 7}, {1900, -10, 5, 7}// 1164 1165 1166
|
||||
, {1900, -9, 2, 7}, {1900, -9, 3, 7}, {1900, -9, 4, 7}// 1167 1168 1169
|
||||
, {1900, -9, 5, 7}, {1900, -10, 2, 12}, {1900, -10, 3, 12}// 1170 1171 1172
|
||||
, {1900, -10, 4, 12}, {1900, -10, 5, 12}, {1900, -9, 2, 12}// 1173 1174 1175
|
||||
, {1900, -9, 3, 12}, {1900, -9, 4, 12}, {1900, -9, 5, 12}// 1176 1177 1178
|
||||
, {1900, -8, 2, 12}, {1900, -8, 3, 12}, {1900, -8, 4, 12}// 1179 1180 1181
|
||||
, {1900, -8, 5, 12}, {1900, -10, 2, 17}, {1900, -10, 3, 17}// 1182 1183 1184
|
||||
, {1900, -10, 4, 17}, {1900, -10, 5, 17}, {1900, -9, 2, 17}// 1185 1186 1187
|
||||
, {1900, -9, 3, 17}, {1900, -9, 4, 17}, {1900, -9, 5, 17}// 1188 1189 1190
|
||||
, {1900, -8, 2, 17}, {1900, -8, 3, 17}, {1900, -8, 4, 17}// 1191 1192 1193
|
||||
, {1900, -8, 5, 17}, {1904, -9, 6, 7}, {1904, -9, 7, 7}// 1194 1195 1196
|
||||
, {1904, -9, 8, 7}, {1904, -9, 9, 7}, {1904, -9, 10, 7}// 1197 1198 1199
|
||||
, {1904, -9, 11, 7}, {1911, -9, 12, 7}, {1900, -8, 2, 7}// 1200 1201 1202
|
||||
, {1900, -8, 3, 7}, {1900, -8, 4, 7}, {1900, -8, 5, 7}// 1203 1204 1205
|
||||
, {1900, -8, 6, 7}, {1900, -8, 7, 7}, {1900, -8, 8, 7}// 1206 1207 1208
|
||||
, {1900, -8, 9, 7}, {1900, -8, 10, 7}, {1900, -8, 11, 7}// 1209 1210 1211
|
||||
, {1904, -8, 6, 12}, {1904, -8, 7, 12}, {1904, -8, 8, 12}// 1212 1213 1214
|
||||
, {1904, -8, 9, 12}, {1904, -8, 10, 12}, {1911, -8, 11, 12}// 1215 1216 1217
|
||||
, {1901, -8, 12, 7}, {1901, -7, 12, 7}, {1901, -6, 12, 7}// 1218 1219 1220
|
||||
, {1900, -7, 4, 7}, {1900, -7, 5, 7}, {1900, -7, 6, 7}// 1221 1222 1223
|
||||
, {1900, -7, 7, 7}, {1900, -7, 8, 7}, {1900, -7, 9, 7}// 1224 1225 1226
|
||||
, {1900, -7, 10, 7}, {1900, -7, 11, 7}, {1900, -6, 4, 7}// 1227 1228 1229
|
||||
, {1900, -6, 5, 7}, {1900, -6, 6, 7}, {1900, -6, 7, 7}// 1230 1231 1232
|
||||
, {1900, -6, 8, 7}, {1900, -6, 9, 7}, {1900, -6, 10, 7}// 1233 1234 1235
|
||||
, {1900, -6, 11, 7}, {1900, -7, 4, 12}, {1900, -7, 5, 12}// 1236 1237 1238
|
||||
, {1900, -7, 6, 12}, {1900, -7, 7, 12}, {1900, -7, 8, 12}// 1239 1240 1241
|
||||
, {1900, -7, 9, 12}, {1900, -7, 10, 12}, {1900, -6, 4, 12}// 1242 1243 1244
|
||||
, {1900, -6, 5, 12}, {1900, -6, 6, 12}, {1900, -6, 7, 12}// 1245 1246 1247
|
||||
, {1900, -6, 8, 12}, {1900, -6, 9, 12}, {1900, -6, 10, 12}// 1248 1249 1250
|
||||
, {1900, -7, 4, 17}, {1900, -7, 5, 17}, {1904, -7, 6, 17}// 1251 1252 1253
|
||||
, {1904, -7, 7, 17}, {1904, -7, 8, 17}, {1904, -7, 9, 17}// 1254 1255 1256
|
||||
, {1911, -7, 10, 17}, {1901, -7, 11, 12}, {1901, -6, 11, 12}// 1257 1258 1259
|
||||
, {1901, -5, 11, 12}, {1900, -6, 5, 17}, {1900, -6, 6, 17}// 1260 1261 1262
|
||||
, {1900, -6, 7, 17}, {1900, -6, 8, 17}, {1900, -6, 9, 17}// 1263 1264 1265
|
||||
, {1901, -6, 10, 17}, {1901, -5, 10, 17}, {1901, -4, 10, 17}// 1266 1267 1268
|
||||
, {1900, -5, 9, 7}, {1900, -5, 10, 7}, {1900, -5, 11, 7}// 1269 1270 1271
|
||||
, {1900, -5, 9, 12}, {1900, -5, 10, 12}, {1900, -4, 9, 12}// 1272 1273 1274
|
||||
, {1900, -4, 10, 12}, {1900, -5, 9, 17}, {1900, -4, 9, 17}// 1275 1276 1277
|
||||
, {1900, -3, 9, 17}, {1900, -2, 9, 17}, {1900, -1, 9, 17}// 1278 1279 1280
|
||||
, {1900, 0, 9, 17}, {1900, 1, 9, 17}, {1900, 2, 9, 17}// 1281 1282 1283
|
||||
, {1900, 3, 9, 17}, {1900, 4, 9, 17}, {1900, 5, 9, 17}// 1284 1285 1286
|
||||
, {1916, -5, 12, 7}, {1911, -5, 13, 7}, {1900, -4, 9, 7}// 1287 1288 1289
|
||||
, {1900, -4, 10, 7}, {1900, -4, 11, 7}, {1900, -4, 12, 7}// 1290 1291 1292
|
||||
, {1900, -3, 9, 7}, {1900, -3, 10, 7}, {1900, -3, 11, 7}// 1293 1294 1295
|
||||
, {1900, -3, 12, 7}, {1900, -2, 9, 7}, {1900, -2, 10, 7}// 1296 1297 1298
|
||||
, {1900, -2, 11, 7}, {1900, -2, 12, 7}, {1900, -1, 9, 7}// 1299 1300 1301
|
||||
, {1900, -1, 10, 7}, {1900, -1, 11, 7}, {1900, -1, 12, 7}// 1302 1303 1304
|
||||
, {1916, -4, 11, 12}, {1911, -4, 12, 12}, {1901, -4, 13, 7}// 1305 1306 1307
|
||||
, {1901, -3, 13, 7}, {1901, -2, 13, 7}, {1901, -1, 13, 7}// 1308 1309 1310
|
||||
, {1900, -3, 9, 12}, {1900, -3, 10, 12}, {1900, -3, 11, 12}// 1311 1312 1313
|
||||
, {1900, -2, 9, 12}, {1900, -2, 10, 12}, {1900, -2, 11, 12}// 1314 1315 1316
|
||||
, {1900, -1, 9, 12}, {1900, -1, 10, 12}, {1900, -1, 11, 12}// 1317 1318 1319
|
||||
, {1916, -3, 10, 17}, {1911, -3, 11, 17}, {1901, -3, 12, 12}// 1320 1321 1322
|
||||
, {1901, -2, 12, 12}, {1901, -1, 12, 12}, {1900, -2, 10, 17}// 1323 1324 1325
|
||||
, {1900, -1, 10, 17}, {1900, 0, 10, 17}, {1900, 1, 10, 17}// 1326 1327 1328
|
||||
, {1900, 2, 10, 17}, {1901, -2, 11, 17}, {1901, -1, 11, 17}// 1329 1330 1331
|
||||
, {1900, 0, 9, 7}, {1900, 0, 10, 7}, {1900, 0, 9, 12}// 1332 1333 1334
|
||||
, {1900, 0, 10, 12}, {1900, 1, 9, 7}, {1900, 1, 10, 7}// 1335 1336 1337
|
||||
, {1900, 1, 11, 7}, {1900, 1, 12, 7}, {1900, 2, 9, 7}// 1338 1339 1340
|
||||
, {1900, 2, 10, 7}, {1900, 2, 11, 7}, {1900, 2, 12, 7}// 1341 1342 1343
|
||||
, {1900, 1, 9, 12}, {1900, 1, 10, 12}, {1900, 1, 11, 12}// 1344 1345 1346
|
||||
, {1900, 2, 9, 12}, {1900, 2, 10, 12}, {1900, 2, 11, 12}// 1347 1348 1349
|
||||
, {1901, 1, 11, 17}, {1901, 2, 11, 17}, {1901, 1, 12, 12}// 1350 1351 1352
|
||||
, {1901, 2, 12, 12}, {1901, 3, 12, 12}, {1901, 1, 13, 7}// 1353 1354 1355
|
||||
, {1901, 2, 13, 7}, {1901, 3, 13, 7}, {1901, 4, 13, 7}// 1356 1357 1358
|
||||
, {1903, 3, 4, 7}, {1903, 4, 4, 7}, {1903, 5, 4, 7}// 1359 1360 1361
|
||||
, {1900, 3, 5, 7}, {1900, 3, 6, 7}, {1900, 3, 7, 7}// 1362 1363 1364
|
||||
, {1900, 3, 8, 7}, {1900, 3, 9, 7}, {1900, 3, 10, 7}// 1365 1366 1367
|
||||
, {1900, 3, 11, 7}, {1900, 3, 12, 7}, {1900, 4, 5, 7}// 1368 1369 1370
|
||||
, {1900, 4, 6, 7}, {1900, 4, 7, 7}, {1900, 4, 8, 7}// 1371 1372 1373
|
||||
, {1900, 4, 9, 7}, {1900, 4, 10, 7}, {1900, 4, 11, 7}// 1374 1375 1376
|
||||
, {1900, 4, 12, 7}, {1903, 3, 5, 12}, {1903, 4, 5, 12}// 1377 1378 1379
|
||||
, {1903, 5, 5, 12}, {1900, 3, 6, 12}, {1900, 3, 7, 12}// 1380 1381 1382
|
||||
, {1900, 3, 8, 12}, {1900, 3, 9, 12}, {1900, 3, 10, 12}// 1383 1384 1385
|
||||
, {1900, 3, 11, 12}, {1903, 3, 6, 17}, {1903, 4, 6, 17}// 1386 1387 1388
|
||||
, {1903, 5, 6, 17}, {1900, 3, 7, 17}, {1900, 3, 8, 17}// 1389 1390 1391
|
||||
, {1900, 4, 7, 17}, {1900, 4, 8, 17}, {1900, 5, 7, 17}// 1392 1393 1394
|
||||
, {1900, 5, 8, 17}, {1914, 3, 10, 17}, {1910, 3, 11, 17}// 1395 1396 1397
|
||||
, {1900, 4, 6, 12}, {1900, 4, 7, 12}, {1900, 4, 8, 12}// 1398 1399 1400
|
||||
, {1900, 4, 9, 12}, {1900, 4, 10, 12}, {1900, 5, 6, 12}// 1401 1402 1403
|
||||
, {1900, 5, 7, 12}, {1900, 5, 8, 12}, {1900, 5, 9, 12}// 1404 1405 1406
|
||||
, {1900, 5, 10, 12}, {1901, 4, 10, 17}, {1901, 5, 10, 17}// 1407 1408 1409
|
||||
, {1914, 4, 11, 12}, {1910, 4, 12, 12}, {1900, 5, 5, 7}// 1410 1411 1412
|
||||
, {1900, 5, 6, 7}, {1900, 5, 7, 7}, {1900, 5, 8, 7}// 1413 1414 1415
|
||||
, {1900, 5, 9, 7}, {1900, 5, 10, 7}, {1900, 5, 11, 7}// 1416 1417 1418
|
||||
, {1901, 5, 11, 12}, {1914, 5, 12, 7}, {1910, 5, 13, 7}// 1419 1420 1421
|
||||
, {351, -7, 2, 27}, {351, -7, 4, 27}, {351, -7, 5, 27}// 1422 1424 1425
|
||||
, {1900, -6, 5, 27}, {1900, -6, 5, 32}, {1900, -6, 5, 37}// 1426 1427 1428
|
||||
, {1900, -6, 5, 42}, {351, -6, 6, 27}, {351, -6, 8, 27}// 1429 1430 1432
|
||||
, {404, -5, 9, 27}, {404, -3, 9, 27}, {404, 0, 9, 27}// 1433 1434 1435
|
||||
, {404, 2, 9, 27}, {1900, -6, 2, 47}, {1900, -6, 3, 47}// 1436 1437 1438
|
||||
, {1900, -6, 4, 47}, {1900, -6, 5, 47}, {1900, -6, 6, 47}// 1439 1440 1441
|
||||
, {1900, -6, 7, 47}, {1900, -6, 8, 47}, {1900, -6, 9, 47}// 1442 1443 1444
|
||||
, {1900, -5, 2, 47}, {1900, -5, 3, 47}, {1900, -5, 4, 47}// 1445 1446 1447
|
||||
, {1900, -5, 5, 47}, {1900, -5, 6, 47}, {1900, -5, 7, 47}// 1448 1449 1450
|
||||
, {1900, -5, 8, 47}, {1900, -5, 9, 47}, {1900, -4, 2, 47}// 1451 1452 1453
|
||||
, {1900, -4, 3, 47}, {1900, -4, 4, 47}, {1900, -4, 5, 47}// 1454 1455 1456
|
||||
, {1900, -4, 6, 47}, {1900, -4, 7, 47}, {1900, -4, 8, 47}// 1457 1458 1459
|
||||
, {1900, -4, 9, 47}, {1900, -3, 2, 47}, {1900, -3, 3, 47}// 1460 1461 1462
|
||||
, {1900, -3, 4, 47}, {1900, -3, 5, 47}, {1900, -3, 6, 47}// 1463 1464 1465
|
||||
, {1900, -3, 7, 47}, {1900, -3, 8, 47}, {1900, -3, 9, 47}// 1466 1467 1468
|
||||
, {1900, -2, 2, 47}, {1900, -2, 3, 47}, {1900, -2, 4, 47}// 1469 1470 1471
|
||||
, {1900, -2, 5, 47}, {1900, -2, 6, 47}, {1900, -2, 7, 47}// 1472 1473 1474
|
||||
, {1900, -2, 8, 47}, {1900, -2, 9, 47}, {1900, -1, 2, 47}// 1475 1476 1477
|
||||
, {1900, -1, 3, 47}, {1900, -1, 4, 47}, {1900, -1, 5, 47}// 1478 1479 1480
|
||||
, {1900, -1, 6, 47}, {1900, -1, 7, 47}, {1900, -1, 8, 47}// 1481 1482 1483
|
||||
, {1900, -1, 9, 47}, {1900, 0, 2, 47}, {1900, 0, 3, 47}// 1484 1485 1486
|
||||
, {1900, 0, 4, 47}, {1900, 0, 5, 47}, {1900, 0, 6, 47}// 1487 1488 1489
|
||||
, {1900, 0, 7, 47}, {1900, 0, 8, 47}, {1900, 0, 9, 47}// 1490 1491 1492
|
||||
, {1900, 1, 2, 47}, {1900, 1, 3, 47}, {1900, 1, 4, 47}// 1493 1494 1495
|
||||
, {1900, 1, 5, 47}, {1900, 1, 6, 47}, {1900, 1, 7, 47}// 1496 1497 1498
|
||||
, {1900, 1, 8, 47}, {1900, 1, 9, 47}, {1900, 2, 2, 47}// 1499 1500 1501
|
||||
, {1900, 2, 3, 47}, {1900, 2, 4, 47}, {1900, 2, 5, 47}// 1502 1503 1504
|
||||
, {1900, 2, 6, 47}, {1900, 2, 7, 47}, {1900, 2, 8, 47}// 1505 1506 1507
|
||||
, {1900, 2, 9, 47}, {1900, -3, 2, 52}, {1900, -3, 3, 52}// 1508 1509 1510
|
||||
, {1900, -3, 4, 52}, {1900, -3, 5, 52}, {1900, -3, 6, 52}// 1511 1512 1513
|
||||
, {1900, -3, 7, 52}, {1900, -2, 2, 52}, {1900, -2, 3, 52}// 1514 1515 1516
|
||||
, {1900, -2, 4, 52}, {1900, -2, 5, 52}, {1900, -2, 6, 52}// 1517 1518 1519
|
||||
, {1900, -2, 7, 52}, {1900, -1, 2, 52}, {1900, -1, 3, 52}// 1520 1521 1522
|
||||
, {1900, -1, 4, 52}, {1900, -1, 5, 52}, {1900, -1, 6, 52}// 1523 1524 1525
|
||||
, {1900, -1, 7, 52}, {1900, 0, 2, 52}, {1900, 0, 3, 52}// 1526 1527 1528
|
||||
, {1900, 0, 4, 52}, {1900, 0, 5, 52}, {1900, 0, 6, 52}// 1529 1530 1531
|
||||
, {1900, 0, 7, 52}, {1900, 1, 2, 52}, {1900, 1, 3, 52}// 1532 1533 1534
|
||||
, {1900, 1, 4, 52}, {1900, 1, 5, 52}, {1900, 1, 6, 52}// 1535 1536 1537
|
||||
, {1900, 1, 7, 52}, {1900, 2, 2, 52}, {1900, 2, 3, 52}// 1538 1539 1540
|
||||
, {1900, 2, 4, 52}, {1900, 2, 5, 52}, {1900, 2, 6, 52}// 1541 1542 1543
|
||||
, {1900, 2, 7, 52}, {1900, 3, 2, 47}, {1900, 3, 3, 47}// 1544 1545 1546
|
||||
, {1900, 3, 4, 47}, {1900, 3, 5, 47}, {1900, 3, 6, 47}// 1547 1548 1549
|
||||
, {1900, 3, 2, 52}, {1900, 3, 3, 52}, {1900, 3, 4, 52}// 1550 1551 1552
|
||||
, {1900, 3, 5, 52}, {1900, 3, 6, 52}, {1900, 4, 2, 47}// 1553 1554 1555
|
||||
, {1900, 4, 3, 47}, {1900, 4, 4, 47}, {1900, 4, 5, 47}// 1556 1557 1558
|
||||
, {1900, 4, 6, 47}, {1900, 4, 2, 52}, {1900, 4, 3, 52}// 1559 1560 1561
|
||||
, {1900, 4, 4, 52}, {1900, 4, 5, 52}, {1900, 4, 6, 52}// 1562 1563 1564
|
||||
, {1900, 5, 2, 47}, {1900, 5, 3, 47}, {1900, 5, 4, 47}// 1565 1566 1567
|
||||
, {1900, 5, 5, 47}, {1900, -6, 5, 0}, {1901, 0, 14, 0}// 1568 1569 1571
|
||||
, {1900, 0, 13, 0}, {1901, 0, 12, 12}, {1900, 0, 12, 0}// 1572 1573 1574
|
||||
, {1900, 0, 11, 0}, {1900, 0, 11, 5}, {1900, 0, 12, 5}// 1575 1576 1577
|
||||
, {1900, 0, 11, 10}, {1901, 0, 13, 7}, {1900, 0, 12, 9}// 1578 1579 1580
|
||||
, {1901, 0, 11, 17}, {404, -2, 9, 27}, {404, 1, 9, 27}// 1581 1582 1583
|
||||
, {404, -4, 9, 27}, {404, -1, 9, 27}, {1900, 2, 8, 52}// 1584 1585 1586
|
||||
, {1900, 2, 9, 52}, {1900, 1, 8, 52}, {1900, 1, 9, 52}// 1587 1588 1589
|
||||
, {1900, 0, 8, 52}, {1900, 0, 9, 52}, {1900, -1, 8, 52}// 1590 1591 1592
|
||||
, {1900, -1, 9, 52}, {1900, -2, 8, 52}, {1900, -3, 8, 52}// 1593 1594 1595
|
||||
, {1900, -2, 9, 52}, {1900, -3, 9, 52}, {1900, -4, 9, 52}// 1596 1597 1598
|
||||
, {1900, -5, 9, 52}, {1900, -4, 8, 52}, {1900, -5, 8, 52}// 1599 1600 1601
|
||||
, {1900, -4, 6, 52}, {1900, -4, 7, 52}, {1900, -5, 7, 52}// 1602 1603 1604
|
||||
, {1900, -5, 6, 52}, {1900, -4, 4, 52}, {1900, -4, 5, 52}// 1605 1606 1607
|
||||
, {1900, -5, 5, 52}, {1900, -5, 4, 52}, {1900, -5, 2, 52}// 1608 1609 1610
|
||||
, {1900, -4, 3, 52}, {1900, -4, 2, 52}, {1900, -5, 3, 52}// 1611 1612 1613
|
||||
, {358, 9, -8, 22}, {358, 9, -6, 22}, {358, 9, -11, 17}// 1617 1618 1619
|
||||
, {358, 9, -7, 22}, {358, 9, -10, 22}, {358, 9, -9, 22}// 1620 1622 1623
|
||||
, {1322, 6, -9, 0}, {1323, 7, -9, 0}, {1324, 8, -9, 0}// 1624 1625 1626
|
||||
, {1900, 6, -5, 0}, {1903, 6, -12, 0}, {1903, 7, -12, 0}// 1627 1628 1629
|
||||
, {1903, 8, -12, 0}, {1903, 9, -12, 0}, {1900, 6, -11, 0}// 1630 1631 1632
|
||||
, {1900, 6, -10, 0}, {1900, 6, -9, 0}, {1900, 7, -11, 0}// 1633 1634 1635
|
||||
, {1900, 7, -10, 0}, {1900, 7, -9, 0}, {1900, 8, -11, 0}// 1636 1637 1638
|
||||
, {1900, 8, -10, 0}, {1900, 8, -9, 0}, {1317, 6, -8, 0}// 1639 1640 1641
|
||||
, {1318, 6, -7, 0}, {1320, 6, -6, 0}, {1323, 6, -5, 0}// 1642 1643 1644
|
||||
, {1323, 6, -4, 0}, {1322, 6, -3, 0}, {1322, 6, -2, 0}// 1645 1646 1647
|
||||
, {1321, 6, -1, 0}, {1321, 6, 0, 0}, {1324, 6, 1, 0}// 1648 1649 1650
|
||||
, {1318, 7, -8, 0}, {1317, 7, -7, 0}, {1317, 7, -6, 0}// 1651 1652 1653
|
||||
, {1320, 7, -5, 0}, {1317, 8, -8, 0}, {1318, 8, -7, 0}// 1654 1655 1656
|
||||
, {1318, 8, -6, 0}, {1317, 8, -5, 0}, {1323, 7, -4, 0}// 1657 1658 1659
|
||||
, {1322, 7, -3, 0}, {1324, 7, -2, 0}, {1323, 7, -1, 0}// 1660 1661 1662
|
||||
, {1322, 7, 0, 0}, {1324, 7, 1, 0}, {1321, 8, -4, 0}// 1663 1664 1665
|
||||
, {1324, 8, -3, 0}, {1324, 8, -2, 0}, {1321, 8, -1, 0}// 1666 1667 1668
|
||||
, {1323, 8, 0, 0}, {1321, 8, 1, 0}, {1321, 9, -4, 0}// 1669 1670 1671
|
||||
, {1324, 9, -3, 0}, {1324, 9, -2, 0}, {1321, 9, -1, 0}// 1672 1673 1674
|
||||
, {1321, 9, 0, 0}, {1323, 9, 1, 0}, {1322, 10, -4, 0}// 1675 1676 1677
|
||||
, {1323, 10, -3, 0}, {1322, 10, -2, 0}, {1322, 10, -1, 0}// 1678 1679 1680
|
||||
, {1323, 10, 0, 0}, {1322, 10, 1, 0}, {1323, 11, -4, 0}// 1681 1682 1683
|
||||
, {1323, 11, -3, 0}, {1322, 11, -2, 0}, {1322, 11, -1, 0}// 1684 1685 1686
|
||||
, {1323, 11, 0, 0}, {1321, 11, 1, 0}, {1900, 9, -11, 0}// 1687 1688 1689
|
||||
, {1900, 9, -10, 0}, {1900, 9, -9, 0}, {1900, 9, -8, 0}// 1690 1691 1692
|
||||
, {1900, 9, -7, 0}, {1900, 9, -6, 0}, {1900, 9, -5, 0}// 1693 1694 1695
|
||||
, {1900, 9, -4, 0}, {1900, 9, -3, 0}, {1900, 9, -2, 0}// 1696 1697 1698
|
||||
, {1900, 9, -1, 0}, {1900, 9, 0, 0}, {1900, 9, 1, 0}// 1699 1700 1701
|
||||
, {1900, 10, -5, 0}, {1900, 10, -4, 0}, {1900, 10, -3, 0}// 1702 1703 1704
|
||||
, {1900, 10, -2, 0}, {1900, 10, -1, 0}, {1900, 10, 0, 0}// 1705 1706 1707
|
||||
, {1900, 10, 1, 0}, {1900, 11, -5, 0}, {1900, 11, -4, 0}// 1708 1709 1710
|
||||
, {1900, 11, -3, 0}, {1900, 11, -2, 0}, {1900, 11, -1, 0}// 1711 1712 1713
|
||||
, {1900, 11, 0, 0}, {1900, 11, 1, 0}, {1900, 12, -5, 0}// 1714 1715 1716
|
||||
, {1900, 12, -4, 0}, {1900, 12, -3, 0}, {1900, 12, -2, 0}// 1717 1718 1719
|
||||
, {1900, 12, -1, 0}, {1900, 12, 0, 0}, {1900, 12, 1, 0}// 1720 1721 1722
|
||||
, {1900, 13, -5, 0}, {1900, 13, -4, 0}, {1900, 13, -3, 0}// 1723 1724 1725
|
||||
, {1900, 13, -2, 0}, {1900, 13, -1, 0}, {1900, 13, 0, 0}// 1726 1727 1728
|
||||
, {1900, 13, 1, 0}, {1902, 14, -5, 0}, {1902, 14, -4, 0}// 1729 1730 1731
|
||||
, {1902, 14, -3, 0}, {1902, 14, -2, 0}, {1902, 14, -1, 0}// 1732 1733 1734
|
||||
, {1900, 14, 0, 0}, {1902, 14, 1, 0}, {1900, 6, -9, 12}// 1735 1736 1737
|
||||
, {1900, 7, -9, 12}, {1900, 8, -9, 12}, {1900, 9, -9, 12}// 1738 1739 1740
|
||||
, {1900, 6, -8, 17}, {1900, 7, -8, 17}, {1900, 8, -8, 17}// 1741 1742 1743
|
||||
, {1900, 9, -8, 17}, {1903, 6, -9, 17}, {1903, 7, -9, 17}// 1744 1745 1746
|
||||
, {1903, 8, -9, 17}, {1903, 6, -10, 12}, {1903, 7, -10, 12}// 1747 1748 1749
|
||||
, {1903, 8, -10, 12}, {1903, 6, -11, 7}, {1903, 7, -11, 7}// 1750 1751 1752
|
||||
, {1903, 8, -11, 7}, {1900, 6, -10, 7}, {1900, 7, -10, 7}// 1753 1754 1755
|
||||
, {1900, 8, -10, 7}, {1900, 9, -10, 7}, {1900, 6, -7, 17}// 1756 1757 1758
|
||||
, {1900, 7, -7, 17}, {1900, 8, -7, 17}, {1900, 9, -7, 17}// 1759 1760 1761
|
||||
, {1900, 6, -5, 7}, {1900, 6, -5, 12}, {1900, 6, -5, 17}// 1762 1763 1764
|
||||
, {1900, 7, -5, 17}, {1900, 8, -5, 17}, {1900, 9, -5, 17}// 1765 1766 1767
|
||||
, {1900, 10, -5, 17}, {1900, 11, -5, 17}, {1900, 6, -5, 22}// 1768 1769 1770
|
||||
, {1900, 7, -6, 17}, {1900, 8, -6, 17}, {1900, 9, -6, 17}// 1771 1772 1773
|
||||
, {1900, 7, -4, 17}, {1900, 7, -3, 17}, {1900, 7, -2, 17}// 1774 1775 1776
|
||||
, {1900, 7, -1, 17}, {1900, 7, 0, 17}, {1900, 7, 1, 17}// 1777 1778 1779
|
||||
, {1900, 8, -4, 17}, {1900, 8, -3, 17}, {1900, 8, -2, 17}// 1780 1781 1782
|
||||
, {1900, 8, -1, 17}, {1900, 8, 0, 17}, {1900, 8, 1, 17}// 1783 1784 1785
|
||||
, {1900, 9, -4, 17}, {1900, 9, -3, 17}, {1900, 9, -2, 17}// 1786 1787 1788
|
||||
, {1900, 9, -1, 17}, {1900, 9, 0, 17}, {1900, 9, 1, 17}// 1789 1790 1791
|
||||
, {1900, 9, -11, 7}, {1900, 9, -11, 12}, {1900, 9, -10, 12}// 1792 1793 1794
|
||||
, {1900, 9, -10, 17}, {1900, 9, -9, 17}, {1900, 9, -9, 7}// 1795 1796 1797
|
||||
, {1900, 9, -8, 7}, {1900, 9, -7, 7}, {1900, 9, -6, 7}// 1798 1799 1800
|
||||
, {1900, 9, -5, 7}, {1900, 9, -4, 7}, {1900, 9, -3, 7}// 1801 1802 1803
|
||||
, {1900, 9, -2, 7}, {1900, 9, -1, 7}, {1900, 9, 0, 7}// 1804 1805 1806
|
||||
, {1900, 9, 1, 7}, {1900, 9, -8, 12}, {1900, 9, -7, 12}// 1807 1808 1809
|
||||
, {1900, 9, -6, 12}, {1900, 9, -5, 12}, {1900, 9, -4, 12}// 1810 1811 1812
|
||||
, {1900, 9, -3, 12}, {1900, 9, -2, 12}, {1900, 9, -1, 12}// 1813 1814 1815
|
||||
, {1900, 9, 0, 12}, {1900, 9, 1, 12}, {1900, 10, -5, 7}// 1816 1817 1818
|
||||
, {1900, 10, -4, 7}, {1900, 10, -3, 7}, {1900, 10, -2, 7}// 1819 1820 1821
|
||||
, {1900, 10, -1, 7}, {1900, 10, 0, 7}, {1900, 10, 1, 7}// 1822 1823 1824
|
||||
, {1900, 11, -5, 7}, {1900, 11, -4, 7}, {1900, 11, -3, 7}// 1825 1826 1827
|
||||
, {1900, 11, -2, 7}, {1900, 11, -1, 7}, {1900, 11, 0, 7}// 1828 1829 1830
|
||||
, {1900, 11, 1, 7}, {1900, 12, -5, 7}, {1900, 12, -4, 7}// 1831 1832 1833
|
||||
, {1900, 12, -3, 7}, {1900, 12, -2, 7}, {1900, 12, -1, 7}// 1834 1835 1836
|
||||
, {1900, 12, 0, 7}, {1900, 12, 1, 7}, {1900, 10, -5, 12}// 1837 1838 1839
|
||||
, {1900, 10, -4, 12}, {1900, 10, -3, 12}, {1900, 10, -2, 12}// 1840 1841 1842
|
||||
, {1900, 10, -1, 12}, {1900, 10, 0, 12}, {1900, 10, 1, 12}// 1843 1844 1845
|
||||
, {1900, 11, -5, 12}, {1900, 11, -4, 12}, {1900, 11, -3, 12}// 1846 1847 1848
|
||||
, {1900, 11, -2, 12}, {1900, 11, -1, 12}, {1900, 11, 0, 12}// 1849 1850 1851
|
||||
, {1900, 11, 1, 12}, {1900, 10, -4, 17}, {1900, 10, -3, 17}// 1852 1853 1854
|
||||
, {1900, 10, -2, 17}, {1900, 10, -1, 17}, {1900, 10, 0, 17}// 1855 1856 1857
|
||||
, {1900, 10, 1, 17}, {1902, 11, -4, 17}, {1902, 11, -3, 17}// 1858 1859 1860
|
||||
, {1902, 11, -2, 17}, {1902, 11, -1, 17}, {1900, 11, 0, 17}// 1861 1862 1863
|
||||
, {1900, 12, 0, 17}, {1900, 13, 0, 17}, {1900, 14, 0, 17}// 1864 1865 1866
|
||||
, {1904, 11, 0, 22}, {1902, 11, 1, 17}, {1900, 12, -5, 12}// 1867 1868 1869
|
||||
, {1902, 12, -4, 12}, {1902, 12, -3, 12}, {1902, 12, -2, 12}// 1870 1871 1872
|
||||
, {1902, 12, -1, 12}, {1900, 12, 0, 12}, {1900, 13, 0, 12}// 1873 1874 1875
|
||||
, {1900, 14, 0, 12}, {1900, 12, 0, 22}, {1900, 13, 0, 22}// 1876 1877 1878
|
||||
, {1900, 14, 0, 22}, {1902, 12, 1, 12}, {1900, 13, -5, 7}// 1879 1880 1881
|
||||
, {1902, 13, -4, 7}, {1902, 13, -3, 7}, {1902, 13, -2, 7}// 1882 1883 1884
|
||||
, {1902, 13, -1, 7}, {1900, 13, 0, 7}, {1900, 14, 0, 7}// 1885 1886 1887
|
||||
, {1902, 13, 1, 7}, {1900, 6, -5, 27}, {1900, 6, -5, 32}// 1888 1889 1890
|
||||
, {1900, 6, -5, 37}, {1900, 6, -5, 42}, {404, 7, -4, 27}// 1891 1892 1893
|
||||
, {404, 7, -3, 27}, {404, 7, -2, 27}, {404, 7, -1, 27}// 1894 1895 1896
|
||||
, {404, 7, 0, 27}, {404, 7, 1, 27}, {1900, 6, -5, 47}// 1897 1898 1899
|
||||
, {1900, 6, -4, 47}, {1900, 6, -3, 47}, {1900, 6, -2, 47}// 1900 1901 1902
|
||||
, {1900, 6, -1, 47}, {1900, 6, 0, 47}, {1900, 6, 1, 47}// 1903 1904 1905
|
||||
, {1900, 7, -5, 47}, {1900, 7, -4, 47}, {1900, 7, -3, 47}// 1906 1907 1908
|
||||
, {1900, 7, -2, 47}, {1900, 7, -1, 47}, {1900, 7, 0, 47}// 1909 1910 1911
|
||||
, {1900, 7, 1, 47}, {1900, 7, 6, 47}, {1900, 6, 6, 47}// 1912 1914 1915
|
||||
, {358, 9, 12, 17}, {358, 9, 6, 22}, {1900, 6, 4, 0}// 1916 1917 1918
|
||||
, {1324, 6, 2, 0}, {1324, 6, 3, 0}, {1322, 6, 4, 0}// 1919 1920 1921
|
||||
, {1320, 6, 5, 0}, {1318, 6, 6, 0}, {1319, 6, 7, 0}// 1922 1923 1924
|
||||
, {1319, 6, 8, 0}, {1323, 6, 9, 0}, {1323, 6, 10, 0}// 1925 1926 1927
|
||||
, {1323, 7, 9, 0}, {1322, 7, 10, 0}, {1323, 8, 9, 0}// 1928 1929 1930
|
||||
, {1323, 8, 10, 0}, {1900, 6, 9, 0}, {1900, 6, 10, 0}// 1931 1932 1933
|
||||
, {1900, 6, 11, 0}, {1900, 6, 12, 0}, {1900, 7, 9, 0}// 1934 1935 1936
|
||||
, {1900, 7, 10, 0}, {1900, 7, 11, 0}, {1900, 7, 12, 0}// 1937 1938 1939
|
||||
, {1900, 8, 9, 0}, {1900, 8, 10, 0}, {1900, 8, 11, 0}// 1940 1941 1942
|
||||
, {1900, 8, 12, 0}, {1914, 6, 13, 0}, {1910, 6, 14, 0}// 1943 1944 1945
|
||||
, {1324, 7, 2, 0}, {1322, 7, 3, 0}, {1323, 8, 2, 0}// 1946 1947 1948
|
||||
, {1321, 8, 3, 0}, {1324, 9, 2, 0}, {1323, 9, 3, 0}// 1949 1950 1951
|
||||
, {1321, 10, 2, 0}, {1324, 10, 3, 0}, {1321, 11, 2, 0}// 1952 1953 1954
|
||||
, {1323, 11, 3, 0}, {1319, 7, 4, 0}, {1317, 7, 5, 0}// 1955 1956 1957
|
||||
, {1319, 7, 6, 0}, {1320, 7, 7, 0}, {1319, 7, 8, 0}// 1958 1959 1960
|
||||
, {1319, 8, 4, 0}, {1317, 8, 5, 0}, {1317, 8, 6, 0}// 1961 1962 1963
|
||||
, {1318, 8, 7, 0}, {1320, 8, 8, 0}, {1901, 7, 13, 0}// 1964 1965 1966
|
||||
, {1901, 8, 13, 0}, {1901, 9, 13, 0}, {1900, 9, 2, 0}// 1967 1968 1969
|
||||
, {1900, 9, 3, 0}, {1900, 9, 4, 0}, {1900, 9, 5, 0}// 1970 1971 1972
|
||||
, {1900, 9, 6, 0}, {1900, 9, 7, 0}, {1900, 9, 8, 0}// 1973 1974 1975
|
||||
, {1900, 9, 9, 0}, {1900, 9, 10, 0}, {1900, 9, 11, 0}// 1976 1977 1978
|
||||
, {1900, 9, 12, 0}, {1900, 10, 2, 0}, {1900, 10, 3, 0}// 1979 1980 1981
|
||||
, {1900, 10, 4, 0}, {1900, 10, 5, 0}, {1900, 11, 2, 0}// 1982 1983 1984
|
||||
, {1900, 11, 3, 0}, {1900, 11, 4, 0}, {1900, 11, 5, 0}// 1985 1986 1987
|
||||
, {1900, 12, 2, 0}, {1900, 12, 3, 0}, {1900, 12, 4, 0}// 1988 1989 1990
|
||||
, {1900, 12, 5, 0}, {1900, 13, 2, 0}, {1900, 13, 3, 0}// 1991 1992 1993
|
||||
, {1900, 13, 4, 0}, {1900, 13, 5, 0}, {1902, 14, 2, 0}// 1994 1995 1996
|
||||
, {1902, 14, 3, 0}, {1902, 14, 4, 0}, {1902, 14, 5, 0}// 1997 1998 1999
|
||||
, {1900, 6, 9, 17}, {1900, 7, 9, 17}, {1900, 8, 9, 17}// 2000 2001 2002
|
||||
, {1900, 9, 9, 17}, {1901, 6, 10, 17}, {1901, 7, 10, 17}// 2003 2004 2005
|
||||
, {1901, 8, 10, 17}, {1901, 6, 11, 12}, {1901, 7, 11, 12}// 2006 2007 2008
|
||||
, {1901, 8, 11, 12}, {1900, 6, 4, 7}, {1900, 6, 4, 12}// 2009 2010 2011
|
||||
, {1900, 6, 4, 17}, {1900, 6, 5, 17}, {1900, 6, 6, 17}// 2012 2013 2014
|
||||
, {1900, 6, 7, 17}, {1900, 6, 8, 17}, {1900, 6, 4, 22}// 2015 2016 2017
|
||||
, {1900, 6, 10, 7}, {1900, 6, 11, 7}, {1900, 6, 10, 12}// 2018 2019 2020
|
||||
, {1900, 7, 10, 12}, {1900, 8, 10, 12}, {1900, 9, 10, 12}// 2021 2022 2023
|
||||
, {1901, 6, 12, 7}, {1901, 7, 12, 7}, {1901, 8, 12, 7}// 2024 2025 2026
|
||||
, {1900, 7, 2, 17}, {1900, 7, 3, 17}, {1900, 7, 4, 17}// 2027 2028 2029
|
||||
, {1900, 7, 5, 17}, {1900, 7, 6, 17}, {1900, 7, 7, 17}// 2030 2031 2032
|
||||
, {1900, 7, 8, 17}, {1900, 8, 2, 17}, {1900, 8, 3, 17}// 2033 2034 2035
|
||||
, {1900, 8, 4, 17}, {1900, 8, 5, 17}, {1900, 8, 6, 17}// 2036 2037 2038
|
||||
, {1900, 8, 7, 17}, {1900, 8, 8, 17}, {1900, 9, 2, 17}// 2039 2040 2041
|
||||
, {1900, 9, 3, 17}, {1900, 9, 4, 17}, {1900, 9, 5, 17}// 2042 2043 2044
|
||||
, {1900, 9, 6, 17}, {1900, 9, 7, 17}, {1900, 9, 8, 17}// 2045 2046 2047
|
||||
, {1900, 7, 9, 7}, {1900, 7, 10, 7}, {1900, 7, 11, 7}// 2048 2049 2050
|
||||
, {1900, 8, 9, 7}, {1900, 8, 10, 7}, {1900, 8, 11, 7}// 2051 2052 2053
|
||||
, {1900, 7, 9, 12}, {1900, 8, 9, 12}, {1900, 9, 9, 12}// 2054 2055 2056
|
||||
, {1900, 9, 2, 7}, {1900, 9, 3, 7}, {1900, 9, 4, 7}// 2057 2058 2059
|
||||
, {1900, 9, 5, 7}, {1900, 9, 6, 7}, {1900, 9, 7, 7}// 2060 2061 2062
|
||||
, {1900, 9, 8, 7}, {1900, 9, 9, 7}, {1900, 9, 10, 7}// 2063 2064 2065
|
||||
, {1900, 9, 11, 7}, {1900, 9, 12, 7}, {358, 9, 8, 22}// 2066 2067 2068
|
||||
, {358, 9, 9, 22}, {358, 9, 10, 22}, {1900, 9, 2, 12}// 2069 2070 2071
|
||||
, {1900, 9, 3, 12}, {1900, 9, 4, 12}, {1900, 9, 5, 12}// 2072 2073 2074
|
||||
, {1900, 9, 6, 12}, {1900, 9, 7, 12}, {1900, 9, 8, 12}// 2075 2076 2077
|
||||
, {358, 9, 7, 22}, {1900, 9, 10, 17}, {1900, 9, 11, 17}// 2078 2079 2080
|
||||
, {1900, 9, 11, 12}, {1900, 9, 12, 12}, {1900, 10, 2, 7}// 2081 2082 2083
|
||||
, {1900, 10, 3, 7}, {1900, 10, 4, 7}, {1900, 10, 5, 7}// 2084 2085 2086
|
||||
, {1900, 11, 2, 7}, {1900, 11, 3, 7}, {1900, 11, 4, 7}// 2087 2088 2089
|
||||
, {1900, 11, 5, 7}, {1900, 12, 2, 7}, {1900, 12, 3, 7}// 2090 2091 2092
|
||||
, {1900, 12, 4, 7}, {1900, 12, 5, 7}, {1900, 10, 2, 12}// 2093 2094 2095
|
||||
, {1900, 10, 3, 12}, {1900, 10, 4, 12}, {1900, 10, 5, 12}// 2096 2097 2098
|
||||
, {1900, 11, 2, 12}, {1900, 11, 3, 12}, {1900, 11, 4, 12}// 2099 2100 2101
|
||||
, {1900, 11, 5, 12}, {358, 9, 11, 22}, {1900, 10, 2, 17}// 2102 2103 2104
|
||||
, {1900, 10, 3, 17}, {1900, 10, 4, 17}, {1900, 10, 5, 17}// 2105 2106 2107
|
||||
, {1902, 11, 2, 17}, {1902, 11, 3, 17}, {1902, 11, 4, 17}// 2108 2109 2110
|
||||
, {1900, 11, 5, 17}, {1902, 12, 2, 12}, {1902, 12, 3, 12}// 2111 2112 2113
|
||||
, {1902, 12, 4, 12}, {1900, 12, 5, 12}, {1902, 13, 2, 7}// 2114 2115 2116
|
||||
, {1902, 13, 3, 7}, {1902, 13, 4, 7}, {1900, 13, 5, 7}// 2117 2118 2119
|
||||
, {1900, 6, 4, 27}, {1900, 6, 4, 32}, {1900, 6, 4, 37}// 2120 2121 2122
|
||||
, {1900, 6, 4, 42}, {404, 7, 2, 27}, {404, 7, 3, 27}// 2123 2124 2125
|
||||
, {1900, 6, 2, 47}, {1900, 6, 3, 47}, {1900, 6, 4, 47}// 2126 2127 2128
|
||||
, {1900, 6, 5, 47}, {1900, 7, 2, 47}, {1900, 7, 3, 47}// 2129 2130 2131
|
||||
, {1900, 7, 4, 47}, {1900, 7, 5, 47}// 2132 2133
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MeetingAreaAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MeetingAreaAddon()
|
||||
{
|
||||
|
||||
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, 6587, -6, -4, 17, 0, 1, "", 1);// 126
|
||||
AddComplexComponent( (BaseAddon) this, 354, -7, -1, 27, 0, 0, "", 1);// 680
|
||||
AddComplexComponent( (BaseAddon) this, 354, -6, -6, 27, 0, 0, "", 1);// 685
|
||||
AddComplexComponent( (BaseAddon) this, 6570, -5, -6, 0, 0, 1, "", 1);// 883
|
||||
AddComplexComponent( (BaseAddon) this, 3633, 3, -11, 19, 0, 1, "", 1);// 907
|
||||
AddComplexComponent( (BaseAddon) this, 3633, -2, -11, 19, 0, 1, "", 1);// 908
|
||||
AddComplexComponent( (BaseAddon) this, 3633, -10, -5, 22, 0, 1, "", 1);// 909
|
||||
AddComplexComponent( (BaseAddon) this, 6587, -6, 4, 17, 0, 1, "", 1);// 916
|
||||
AddComplexComponent( (BaseAddon) this, 354, -7, 3, 27, 0, 0, "", 1);// 1423
|
||||
AddComplexComponent( (BaseAddon) this, 354, -6, 7, 27, 0, 0, "", 1);// 1431
|
||||
AddComplexComponent( (BaseAddon) this, 6570, -5, 5, 0, 0, 1, "", 1);// 1570
|
||||
AddComplexComponent( (BaseAddon) this, 3633, 3, 11, 19, 0, 1, "", 1);// 1614
|
||||
AddComplexComponent( (BaseAddon) this, 3633, -3, 11, 19, 0, 1, "", 1);// 1615
|
||||
AddComplexComponent( (BaseAddon) this, 3633, -10, 5, 22, 0, 1, "", 1);// 1616
|
||||
AddComplexComponent( (BaseAddon) this, 13042, 14, 0, 27, 2962, -1, "", 1);// 1621
|
||||
AddComplexComponent( (BaseAddon) this, 3633, 11, -5, 22, 0, 1, "", 1);// 1913
|
||||
AddComplexComponent( (BaseAddon) this, 3633, 11, 5, 22, 0, 1, "", 1);// 2134
|
||||
|
||||
}
|
||||
|
||||
public MeetingAreaAddon( 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 MeetingAreaAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MeetingAreaAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MeetingAreaAddonDeed()
|
||||
{
|
||||
Name = "MeetingArea";
|
||||
}
|
||||
|
||||
public MeetingAreaAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
155
Scripts/Scripts-master/Addons2/MegaForgeAddon.cs
Normal file
155
Scripts/Scripts-master/Addons2/MegaForgeAddon.cs
Normal file
@@ -0,0 +1,155 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MegaForgeAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{4023, 0, -3, 6}, {4021, 2, -2, 5}, {5453, 0, -3, 1}// 1 2 3
|
||||
, {4022, 1, -3, 1}, {4024, -1, -2, 11}, {7025, -2, -2, 26}// 6 9 10
|
||||
, {6719, -2, -2, 11}, {7866, 0, -2, 5}, {4024, -1, -2, 14}// 11 13 16
|
||||
, {4027, -1, -1, 13}, {10559, -2, -3, 1}, {5091, -1, -1, 12}// 19 21 24
|
||||
, {6711, -2, -1, 11}, {7152, -1, 1, 13}, {4020, 0, 4, 7}// 28 34 37
|
||||
, {6263, -1, 2, 10}, {13371, -2, 0, 11}, {6265, -1, 2, 13}// 39 41 42
|
||||
, {14027, -1, 1, 26}, {4027, -1, 0, 11}, {7025, -2, 2, 26}// 44 45 46
|
||||
, {3707, 0, 2, 1}, {6711, -2, 2, 11}, {6719, -2, 1, 11}// 51 55 56
|
||||
, {7025, -2, 0, 26}// 59
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MegaForgeAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MegaForgeAddon()
|
||||
{
|
||||
|
||||
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, 10556, -1, -1, 1, 2747, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 10555, -2, -1, 21, 2747, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 1180, -2, -1, 26, 1109, -1, "", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 10556, -1, -2, 1, 2747, -1, "", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 1180, -1, -2, 11, 1109, -1, "", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 10559, -2, -3, 11, 2747, -1, "", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 10555, -2, -2, 21, 2747, -1, "", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 14089, -2, -2, 26, 0, 1, "", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 10558, -2, -3, 21, 2747, -1, "", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 14133, 0, -3, 6, 1150, -1, "Steam", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 10559, -1, -3, 0, 2747, -1, "", 1);// 22
|
||||
AddComplexComponent( (BaseAddon) this, 4015, 1, -2, 1, 1109, -1, "", 1);// 23
|
||||
AddComplexComponent( (BaseAddon) this, 6534, -1, -2, 4, 2950, -1, "", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 6538, -1, -1, 4, 2950, 29, "", 1);// 26
|
||||
AddComplexComponent( (BaseAddon) this, 1180, -1, -1, 11, 1109, -1, "", 1);// 27
|
||||
AddComplexComponent( (BaseAddon) this, 1180, -1, 1, 11, 1109, -1, "", 1);// 29
|
||||
AddComplexComponent( (BaseAddon) this, 10555, -2, 1, 21, 2747, -1, "", 1);// 30
|
||||
AddComplexComponent( (BaseAddon) this, 10556, -1, 1, 1, 2747, -1, "", 1);// 31
|
||||
AddComplexComponent( (BaseAddon) this, 14089, -2, 2, 26, 0, 1, "", 1);// 32
|
||||
AddComplexComponent( (BaseAddon) this, 10556, -1, 0, 1, 2747, -1, "", 1);// 33
|
||||
AddComplexComponent( (BaseAddon) this, 10553, -1, 2, 1, 2747, -1, "", 1);// 35
|
||||
AddComplexComponent( (BaseAddon) this, 1180, -2, 1, 26, 1109, -1, "", 1);// 36
|
||||
AddComplexComponent( (BaseAddon) this, 10552, -2, 2, 21, 2747, -1, "", 1);// 38
|
||||
AddComplexComponent( (BaseAddon) this, 4016, -1, 3, 3, 1109, -1, "", 1);// 40
|
||||
AddComplexComponent( (BaseAddon) this, 1180, -1, 0, 11, 1109, -1, "", 1);// 43
|
||||
AddComplexComponent( (BaseAddon) this, 10559, -2, 2, 1, 2747, -1, "", 1);// 47
|
||||
AddComplexComponent( (BaseAddon) this, 10559, -2, 2, 11, 2747, -1, "", 1);// 48
|
||||
AddComplexComponent( (BaseAddon) this, 1180, -1, 2, 11, 1109, -1, "", 1);// 49
|
||||
AddComplexComponent( (BaseAddon) this, 10555, -2, 0, 21, 2747, -1, "", 1);// 50
|
||||
AddComplexComponent( (BaseAddon) this, 14119, 2, 2, 1, 0, 1, "", 1);// 52
|
||||
AddComplexComponent( (BaseAddon) this, 7715, -1, 2, 19, 1109, -1, "Ingot Mold", 1);// 53
|
||||
AddComplexComponent( (BaseAddon) this, 9560, -1, 1, 11, 0, -1, "Handle", 1);// 54
|
||||
AddComplexComponent( (BaseAddon) this, 6546, -1, 1, 4, 2950, -1, "", 1);// 57
|
||||
AddComplexComponent( (BaseAddon) this, 6550, -1, 0, 4, 2950, -1, "", 1);// 58
|
||||
|
||||
}
|
||||
|
||||
public MegaForgeAddon( 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 MegaForgeAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MegaForgeAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MegaForgeAddonDeed()
|
||||
{
|
||||
Name = "MegaForge";
|
||||
}
|
||||
|
||||
public MegaForgeAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
115
Scripts/Scripts-master/Addons2/Memorialtabl1WEAddon.cs
Normal file
115
Scripts/Scripts-master/Addons2/Memorialtabl1WEAddon.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Memorialtabl1WEAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2943, 0, 0, 0}, {2942, 1, 0, 0}, {2886, 0, 0, 6}// 1 2 4
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtabl1WEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Memorialtabl1WEAddon()
|
||||
{
|
||||
|
||||
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, 7188, 1, 0, 6, 0, 1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 6377, 0, 0, 11, 0, -1, "Long Stem Rose", 1);// 5
|
||||
|
||||
}
|
||||
|
||||
public Memorialtabl1WEAddon( 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 Memorialtabl1WEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtabl1WEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Memorialtabl1WEAddonDeed()
|
||||
{
|
||||
Name = "Memorialtabl1WE";
|
||||
}
|
||||
|
||||
public Memorialtabl1WEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
115
Scripts/Scripts-master/Addons2/Memorialtabl3NSAddon.cs
Normal file
115
Scripts/Scripts-master/Addons2/Memorialtabl3NSAddon.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Memorialtabl3NSAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2923, 0, 1, 0}, {2924, 0, 0, 0}, {4029, 0, 1, 6}// 1 2 3
|
||||
, {2886, 0, 0, 6}// 4
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtabl3NSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Memorialtabl3NSAddon()
|
||||
{
|
||||
|
||||
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, 6377, 0, 0, 11, 0, -1, "Long Stem Rose", 1);// 5
|
||||
|
||||
}
|
||||
|
||||
public Memorialtabl3NSAddon( 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 Memorialtabl3NSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtabl3NSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Memorialtabl3NSAddonDeed()
|
||||
{
|
||||
Name = "Memorialtabl3NS";
|
||||
}
|
||||
|
||||
public Memorialtabl3NSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
115
Scripts/Scripts-master/Addons2/Memorialtabl3WEAddon.cs
Normal file
115
Scripts/Scripts-master/Addons2/Memorialtabl3WEAddon.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Memorialtabl3WEAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2942, 1, 0, 0}, {2943, 0, 0, 0}, {4030, 1, 0, 6}// 1 2 3
|
||||
, {2886, 0, 0, 6}// 4
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtabl3WEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Memorialtabl3WEAddon()
|
||||
{
|
||||
|
||||
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, 6377, 0, 0, 11, 0, -1, "Long Stem Rose", 1);// 5
|
||||
|
||||
}
|
||||
|
||||
public Memorialtabl3WEAddon( 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 Memorialtabl3WEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtabl3WEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Memorialtabl3WEAddonDeed()
|
||||
{
|
||||
Name = "Memorialtabl3WE";
|
||||
}
|
||||
|
||||
public Memorialtabl3WEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
115
Scripts/Scripts-master/Addons2/Memorialtable1NSAddon.cs
Normal file
115
Scripts/Scripts-master/Addons2/Memorialtable1NSAddon.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Memorialtable1NSAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2923, 0, 1, 0}, {2924, 0, 0, 0}, {2886, 0, 0, 6}// 1 2 3
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtable1NSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Memorialtable1NSAddon()
|
||||
{
|
||||
|
||||
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, 6377, 0, 0, 11, 0, -1, "Long Stem Rose", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 7188, 0, 1, 6, 0, 1, "", 1);// 5
|
||||
|
||||
}
|
||||
|
||||
public Memorialtable1NSAddon( 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 Memorialtable1NSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtable1NSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Memorialtable1NSAddonDeed()
|
||||
{
|
||||
Name = "Memorialtable1NS";
|
||||
}
|
||||
|
||||
public Memorialtable1NSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
115
Scripts/Scripts-master/Addons2/Memorialtable2NSAddon.cs
Normal file
115
Scripts/Scripts-master/Addons2/Memorialtable2NSAddon.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Memorialtable2NSAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2923, 0, 1, 0}, {2924, 0, 0, 0}, {7186, 0, 1, 6}// 1 2 3
|
||||
, {2888, 0, 0, 6}// 4
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtable2NSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Memorialtable2NSAddon()
|
||||
{
|
||||
|
||||
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, 6377, 0, 0, 10, 0, -1, "Long Stem Rose", 1);// 5
|
||||
|
||||
}
|
||||
|
||||
public Memorialtable2NSAddon( 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 Memorialtable2NSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtable2NSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Memorialtable2NSAddonDeed()
|
||||
{
|
||||
Name = "Memorialtable2NS";
|
||||
}
|
||||
|
||||
public Memorialtable2NSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
115
Scripts/Scripts-master/Addons2/Memorialtable2WEAddon.cs
Normal file
115
Scripts/Scripts-master/Addons2/Memorialtable2WEAddon.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class Memorialtable2WEAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2942, 1, 0, 0}, {2943, 0, 0, 0}, {7186, 1, 0, 6}// 1 2 3
|
||||
, {2888, 0, 0, 6}// 4
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtable2WEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public Memorialtable2WEAddon()
|
||||
{
|
||||
|
||||
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, 6377, 0, 0, 10, 0, -1, "Long Stem Rose", 1);// 5
|
||||
|
||||
}
|
||||
|
||||
public Memorialtable2WEAddon( 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 Memorialtable2WEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Memorialtable2WEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Memorialtable2WEAddonDeed()
|
||||
{
|
||||
Name = "Memorialtable2WE";
|
||||
}
|
||||
|
||||
public Memorialtable2WEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
118
Scripts/Scripts-master/Addons2/MerlinsbunnyAddon.cs
Normal file
118
Scripts/Scripts-master/Addons2/MerlinsbunnyAddon.cs
Normal file
@@ -0,0 +1,118 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MerlinsbunnyAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MerlinsbunnyAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MerlinsbunnyAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 3962, 0, 0, 11, 2448, -1, "Merlin Bunny", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 10145, 0, 0, 4, 2448, -1, "Merlin Bunny", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 3614, 0, 0, 6, 2448, -1, "Merlin Bunny", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 3981, 1, 0, 9, 2448, -1, "Merlin Bunny Tail", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 14079, 0, 0, 3, 2448, -1, "Merlin Bunny", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 3576, 0, 0, 9, 2448, -1, "Merlin Bunny", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 5908, 1, 0, 17, 2448, -1, "Merlin Bunny", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 5915, 0, 0, 15, 2448, -1, "Merlin Bunny", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 10134, 0, 0, 0, 2448, -1, "Merlin Bunny", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 3576, 0, 0, 5, 2448, -1, "Merlin Bunny", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 5444, 0, 0, 12, 2448, -1, "Merlin Bunny", 1);// 11
|
||||
|
||||
}
|
||||
|
||||
public MerlinsbunnyAddon( 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 MerlinsbunnyAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MerlinsbunnyAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MerlinsbunnyAddonDeed()
|
||||
{
|
||||
Name = "Merlinsbunny";
|
||||
}
|
||||
|
||||
public MerlinsbunnyAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
159
Scripts/Scripts-master/Addons2/MoatBridgeAddon.cs
Normal file
159
Scripts/Scripts-master/Addons2/MoatBridgeAddon.cs
Normal 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 MoatBridgeAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1928, -2, -7, 0}, {1928, -1, -7, 0}, {1928, 0, -7, 0}// 1 2 3
|
||||
, {1928, 1, -7, 0}, {1928, 2, -7, 0}, {1928, 3, -7, 0}// 4 5 6
|
||||
, {1928, 3, -3, 0}, {1928, -2, -3, 0}, {1928, 3, 2, 0}// 7 8 9
|
||||
, {1928, -2, 2, 0}, {1305, -2, -7, 5}, {1305, -2, -6, 5}// 10 11 12
|
||||
, {1305, -2, -5, 5}, {1305, -2, -4, 5}, {1305, -2, -3, 5}// 13 14 15
|
||||
, {1305, -2, -2, 5}, {1305, -2, -1, 5}, {1305, -2, 0, 5}// 16 17 18
|
||||
, {1305, -2, 1, 5}, {1305, -2, 2, 5}, {1305, -2, 3, 5}// 19 20 21
|
||||
, {1305, -2, 4, 5}, {1305, -1, -7, 5}, {1305, -1, -6, 5}// 22 23 24
|
||||
, {1305, -1, -5, 5}, {1305, -1, -4, 5}, {1305, -1, -3, 5}// 25 26 27
|
||||
, {1305, -1, -2, 5}, {1305, -1, -1, 5}, {1305, -1, 0, 5}// 28 29 30
|
||||
, {1305, -1, 1, 5}, {1305, -1, 2, 5}, {1305, -1, 3, 5}// 31 32 33
|
||||
, {1305, -1, 4, 5}, {1305, 0, -7, 5}, {1305, 0, -6, 5}// 34 35 36
|
||||
, {1305, 0, -5, 5}, {1305, 0, -4, 5}, {1305, 0, -3, 5}// 37 38 39
|
||||
, {1305, 0, -2, 5}, {1305, 0, -1, 5}, {1305, 0, 0, 5}// 40 41 42
|
||||
, {1305, 0, 1, 5}, {1305, 0, 2, 5}, {1305, 0, 3, 5}// 43 44 45
|
||||
, {1305, 0, 4, 5}, {1305, 1, -7, 5}, {1305, 1, -6, 5}// 46 47 48
|
||||
, {1305, 1, -5, 5}, {1305, 1, -4, 5}, {1305, 1, -3, 5}// 49 50 51
|
||||
, {1305, 1, -2, 5}, {1305, 1, -1, 5}, {1305, 1, 0, 5}// 52 53 54
|
||||
, {1305, 1, 1, 5}, {1305, 1, 2, 5}, {1305, 1, 3, 5}// 55 56 57
|
||||
, {1305, 1, 4, 5}, {1305, 2, -7, 5}, {1305, 2, -6, 5}// 58 59 60
|
||||
, {1305, 2, -5, 5}, {1305, 2, -4, 5}, {1305, 2, -3, 5}// 61 62 63
|
||||
, {1305, 2, -2, 5}, {1305, 2, -1, 5}, {1305, 2, 0, 5}// 64 65 66
|
||||
, {1305, 2, 1, 5}, {1305, 2, 2, 5}, {1305, 2, 3, 5}// 67 68 69
|
||||
, {1305, 2, 4, 5}, {1305, 3, -7, 5}, {1305, 3, -6, 5}// 70 71 72
|
||||
, {1305, 3, -5, 5}, {1305, 3, -4, 5}, {1305, 3, -3, 5}// 73 74 75
|
||||
, {1305, 3, -2, 5}, {1305, 3, -1, 5}, {1305, 3, 0, 5}// 76 77 78
|
||||
, {1305, 3, 1, 5}, {1305, 3, 2, 5}, {1305, 3, 3, 5}// 79 80 81
|
||||
, {1305, 3, 4, 5}, {1925, 4, -7, 0}, {1925, 4, -3, 0}// 82 83 84
|
||||
, {1925, 4, 2, 0}, {1926, -3, -7, 0}, {1926, -3, -3, 0}// 85 86 87
|
||||
, {1926, -3, 2, 0}, {1928, -2, 7, 0}, {1928, -1, 7, 0}// 88 95 96
|
||||
, {1928, 0, 7, 0}, {1928, 1, 7, 0}, {1928, 2, 7, 0}// 97 98 99
|
||||
, {1928, 3, 7, 0}, {1929, -2, 8, 0}, {1929, -1, 8, 0}// 100 101 102
|
||||
, {1929, 0, 8, 0}, {1929, 1, 8, 0}, {1929, 2, 8, 0}// 103 104 105
|
||||
, {1929, 3, 8, 0}, {1934, 4, 8, 0}, {1930, 4, 7, 0}// 106 107 108
|
||||
, {1936, -3, 8, 0}, {1932, -3, 7, 0}, {1305, -2, 5, 5}// 109 110 111
|
||||
, {1305, -2, 6, 5}, {1305, -2, 7, 5}, {1305, -1, 5, 5}// 112 113 114
|
||||
, {1305, -1, 6, 5}, {1305, -1, 7, 5}, {1305, 0, 5, 5}// 115 116 117
|
||||
, {1305, 0, 6, 5}, {1305, 0, 7, 5}, {1305, 1, 5, 5}// 118 119 120
|
||||
, {1305, 1, 6, 5}, {1305, 1, 7, 5}, {1305, 2, 5, 5}// 121 122 123
|
||||
, {1305, 2, 6, 5}, {1305, 2, 7, 5}, {1305, 3, 5, 5}// 124 125 126
|
||||
, {1305, 3, 6, 5}, {1305, 3, 7, 5}// 127 128
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MoatBridgeAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MoatBridgeAddon()
|
||||
{
|
||||
|
||||
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, 6570, 4, -7, 5, 0, 29, "", 1);// 89
|
||||
AddComplexComponent( (BaseAddon) this, 6570, 4, -3, 5, 0, 29, "", 1);// 90
|
||||
AddComplexComponent( (BaseAddon) this, 6570, 4, 2, 5, 0, 29, "", 1);// 91
|
||||
AddComplexComponent( (BaseAddon) this, 6570, -3, 2, 5, 0, 29, "", 1);// 92
|
||||
AddComplexComponent( (BaseAddon) this, 6570, -3, -3, 5, 0, 29, "", 1);// 93
|
||||
AddComplexComponent( (BaseAddon) this, 6570, -3, -7, 5, 0, 29, "", 1);// 94
|
||||
|
||||
}
|
||||
|
||||
public MoatBridgeAddon( 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 MoatBridgeAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MoatBridgeAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MoatBridgeAddonDeed()
|
||||
{
|
||||
Name = "MoatBridge";
|
||||
}
|
||||
|
||||
public MoatBridgeAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
119
Scripts/Scripts-master/Addons2/ModernflashingtreeAddon.cs
Normal file
119
Scripts/Scripts-master/Addons2/ModernflashingtreeAddon.cs
Normal file
@@ -0,0 +1,119 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class ModernflashingtreeAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{7038, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new ModernflashingtreeAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public ModernflashingtreeAddon()
|
||||
{
|
||||
|
||||
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, 7878, 1, 1, 30, 2673, -1, "flashing lights", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 7878, 1, 1, 25, 2581, -1, "flashing lights", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 7878, 1, 1, 20, 2673, -1, "flashing lights", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 7878, 1, 1, 15, 2581, -1, "flashing lights", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 10299, 0, 0, 32, 2293, -1, "Tree Topper", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 7878, 1, 1, 35, 2581, -1, "flashing lights", 1);// 7
|
||||
|
||||
}
|
||||
|
||||
public ModernflashingtreeAddon( 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 ModernflashingtreeAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new ModernflashingtreeAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public ModernflashingtreeAddonDeed()
|
||||
{
|
||||
Name = "Modernflashingtree";
|
||||
}
|
||||
|
||||
public ModernflashingtreeAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
129
Scripts/Scripts-master/Addons2/MonkeyBarsAddon.cs
Normal file
129
Scripts/Scripts-master/Addons2/MonkeyBarsAddon.cs
Normal file
@@ -0,0 +1,129 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MonkeyBarsAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MonkeyBarsAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MonkeyBarsAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 499, 2, 0, 0, 2998, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 499, 2, 1, 0, 2998, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 3722, 2, 1, 15, 2998, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 3722, 2, 0, 15, 2998, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 2208, 3, 1, 10, 2998, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 3722, 0, 1, 15, 2998, -1, "", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 3722, 0, 0, 15, 2998, -1, "", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 3722, -2, 1, 15, 2998, -1, "", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 3722, -2, 0, 15, 2998, -1, "", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 499, -4, 1, 0, 2998, -1, "", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 499, -4, 0, 0, 2998, -1, "", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 7136, -3, 1, 21, 2998, -1, "", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 7136, -2, 1, 21, 2998, -1, "", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 7136, -1, 1, 21, 2998, -1, "", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 7136, 0, 1, 21, 2998, -1, "", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 7136, 1, 1, 21, 2998, -1, "", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 7136, 2, 1, 21, 2998, -1, "", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 5121, -4, 1, 9, 2998, -1, "", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 5121, -4, 1, 6, 2998, -1, "", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 5121, -4, 1, 3, 2998, -1, "", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 5121, -4, 1, 0, 2998, -1, "", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 2207, 4, 1, 0, 2998, -1, "", 1);// 22
|
||||
|
||||
}
|
||||
|
||||
public MonkeyBarsAddon( 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 MonkeyBarsAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MonkeyBarsAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MonkeyBarsAddonDeed()
|
||||
{
|
||||
Name = "MonkeyBars";
|
||||
}
|
||||
|
||||
public MonkeyBarsAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
118
Scripts/Scripts-master/Addons2/MorgannasbunnyAddon.cs
Normal file
118
Scripts/Scripts-master/Addons2/MorgannasbunnyAddon.cs
Normal file
@@ -0,0 +1,118 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MorgannasbunnyAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MorgannasbunnyAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MorgannasbunnyAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 5444, 0, 0, 12, 2603, -1, "morganna bunny", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 3981, 1, 0, 9, 2603, -1, "morganna bunny tail", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 3962, 0, 0, 11, 2603, -1, "morganna bunny", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 3614, 0, 0, 6, 2603, -1, "morganna bunny", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 14079, 0, 0, 3, 2603, -1, "morganna bunny", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 5915, 0, 0, 15, 2603, -1, "morganna bunny", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 5908, 1, 0, 17, 2603, -1, "morganna bunny", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 10145, 0, 0, 4, 2603, -1, "morganna bunny", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 3576, 0, 0, 5, 2603, -1, "morganna bunny", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 10134, 0, 0, 0, 2603, -1, "morganna bunny", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 3576, 0, 0, 9, 2603, -1, "morganna bunny", 1);// 11
|
||||
|
||||
}
|
||||
|
||||
public MorgannasbunnyAddon( 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 MorgannasbunnyAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MorgannasbunnyAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MorgannasbunnyAddonDeed()
|
||||
{
|
||||
Name = "Morgannasbunny";
|
||||
}
|
||||
|
||||
public MorgannasbunnyAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
92
Scripts/Scripts-master/Addons2/MountedBluePixieAddon.cs
Normal file
92
Scripts/Scripts-master/Addons2/MountedBluePixieAddon.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MountedBluePixieAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{10869, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedBluePixieAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MountedBluePixieAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MountedBluePixieAddon( 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 MountedBluePixieAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedBluePixieAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MountedBluePixieAddonDeed()
|
||||
{
|
||||
Name = "MountedBluePixie";
|
||||
}
|
||||
|
||||
public MountedBluePixieAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
92
Scripts/Scripts-master/Addons2/MountedGreenPixieAddon.cs
Normal file
92
Scripts/Scripts-master/Addons2/MountedGreenPixieAddon.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MountedGreenPixieAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{10865, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedGreenPixieAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MountedGreenPixieAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MountedGreenPixieAddon( 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 MountedGreenPixieAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedGreenPixieAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MountedGreenPixieAddonDeed()
|
||||
{
|
||||
Name = "MountedGreenPixie";
|
||||
}
|
||||
|
||||
public MountedGreenPixieAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
92
Scripts/Scripts-master/Addons2/MountedLimeGreenPixieAddon.cs
Normal file
92
Scripts/Scripts-master/Addons2/MountedLimeGreenPixieAddon.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MountedLimeGreenPixieAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{10871, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedLimeGreenPixieAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MountedLimeGreenPixieAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MountedLimeGreenPixieAddon( 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 MountedLimeGreenPixieAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedLimeGreenPixieAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MountedLimeGreenPixieAddonDeed()
|
||||
{
|
||||
Name = "MountedLimeGreenPixie";
|
||||
}
|
||||
|
||||
public MountedLimeGreenPixieAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
92
Scripts/Scripts-master/Addons2/MountedWhitePixieAddon.cs
Normal file
92
Scripts/Scripts-master/Addons2/MountedWhitePixieAddon.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MountedWhitePixieAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{10873, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedWhitePixieAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MountedWhitePixieAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MountedWhitePixieAddon( 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 MountedWhitePixieAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedWhitePixieAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MountedWhitePixieAddonDeed()
|
||||
{
|
||||
Name = "MountedWhitePixie";
|
||||
}
|
||||
|
||||
public MountedWhitePixieAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
92
Scripts/Scripts-master/Addons2/MountedYellowPixieAddon.cs
Normal file
92
Scripts/Scripts-master/Addons2/MountedYellowPixieAddon.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - Ver 2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// Modified by Hammerhand for //
|
||||
// SA & High Seas content //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MountedYellowPixieAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{10867, 0, 0, 0}// 1
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedYellowPixieAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MountedYellowPixieAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MountedYellowPixieAddon( 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 MountedYellowPixieAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MountedYellowPixieAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MountedYellowPixieAddonDeed()
|
||||
{
|
||||
Name = "MountedYellowPixie";
|
||||
}
|
||||
|
||||
public MountedYellowPixieAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
136
Scripts/Scripts-master/Addons2/MuleShackAddon.cs
Normal file
136
Scripts/Scripts-master/Addons2/MuleShackAddon.cs
Normal file
@@ -0,0 +1,136 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MuleShackAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1257, -1, -1, 4}, {1257, -1, 0, 4}, {1257, -1, 1, 4}// 1 2 3
|
||||
, {1257, 0, -2, 4}, {1257, 0, 0, 4}, {1257, 0, 2, 4}// 4 5 6
|
||||
, {1257, 1, -1, 4}, {1257, 1, 0, 4}, {1257, 1, 1, 4}// 7 8 9
|
||||
, {1257, 1, 2, 4}, {1335, 2, 0, 4}, {1336, 2, -1, 4}// 10 11 12
|
||||
, {1336, 3, 0, 4}, {1338, 2, 1, 4}, {1338, -2, 1, 4}// 13 14 15
|
||||
, {1338, -2, 0, 4}, {1337, -2, -1, 4}, {1337, 0, -1, 4}// 16 17 18
|
||||
, {1338, 0, 1, 4}, {1338, 1, -2, 4}, {1338, -1, 2, 4}// 19 20 21
|
||||
, {149, -2, 2, 4}, {149, 1, 2, 4}, {154, 2, 2, 4}// 22 23 26
|
||||
, {148, -3, -1, 0}, {148, -3, 0, 4}, {148, -3, 1, 4}// 27 28 29
|
||||
, {148, -3, 2, 4}, {155, -3, -2, 4}, {156, -2, -3, 4}// 30 31 32
|
||||
, {149, 1, -3, 4}, {149, 0, -3, 4}, {8626, 2, -3, 7}// 33 34 36
|
||||
, {8642, 3, -2, 4}, {8643, 3, -3, 4}, {8641, 3, -1, 4}// 37 38 39
|
||||
, {2324, -2, -2, 4}, {2324, 3, 1, 4}, {2324, 2, -2, 4}// 40 41 42
|
||||
, {2323, 0, 0, 4}, {2323, 1, -1, 4}, {11156, -1, 2, 24}// 43 44 45
|
||||
, {11156, -1, 1, 24}, {11157, -1, 0, 24}, {11157, -2, 2, 24}// 46 47 48
|
||||
, {11157, -2, 1, 23}, {11157, -3, -1, 16}, {11160, -1, -1, 24}// 49 50 51
|
||||
, {11160, -3, -2, 14}, {3892, -1, -2, 4}, {3892, -2, 0, 4}// 52 53 54
|
||||
, {3892, 0, 0, 4}, {3892, 0, -2, 4}, {2324, 2, 0, 4}// 55 56 58
|
||||
, {2324, -1, 0, 4}, {2324, 0, -1, 4}// 59 60
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MuleShackAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MuleShackAddon()
|
||||
{
|
||||
|
||||
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, 152, -1, 2, 4, 0, 1, "", 1);// 24
|
||||
AddComplexComponent( (BaseAddon) this, 152, 0, 2, 4, 0, 1, "", 1);// 25
|
||||
AddComplexComponent( (BaseAddon) this, 152, -1, -3, 4, 0, 1, "", 1);// 35
|
||||
AddComplexComponent( (BaseAddon) this, 3707, 1, -2, 4, 0, -1, "a wash tub", 1);// 57
|
||||
AddComplexComponent( (BaseAddon) this, 5453, 2, 3, 4, 0, -1, "Rainbarrel", 1);// 61
|
||||
|
||||
}
|
||||
|
||||
public MuleShackAddon( 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 MuleShackAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MuleShackAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MuleShackAddonDeed()
|
||||
{
|
||||
Name = "MuleShack";
|
||||
}
|
||||
|
||||
public MuleShackAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
125
Scripts/Scripts-master/Addons2/MummificationCenterAddon.cs
Normal file
125
Scripts/Scripts-master/Addons2/MummificationCenterAddon.cs
Normal file
@@ -0,0 +1,125 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MummificationCenterAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{7233, 0, -1, 0}, {7234, 1, -1, 0}, {7235, 2, -1, 0}// 1 2 3
|
||||
, {7235, 2, -1, 3}, {7234, 1, -1, 3}, {7233, 0, -1, 3}// 4 5 6
|
||||
, {3137, -1, -1, 0}, {7562, 1, 2, 0}, {7563, 2, 2, 0}// 8 9 10
|
||||
, {7450, 2, 0, 0}, {7451, 1, 0, 0}, {7452, 0, 0, 0}// 11 12 13
|
||||
, {7239, 0, 1, 0}, {7240, 1, 1, 0}, {7241, 2, 1, 0}// 14 15 16
|
||||
, {3133, -1, 0, 0}, {3131, -1, 1, 0}// 23 24
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MummificationCenterAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MummificationCenterAddon()
|
||||
{
|
||||
|
||||
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, 9245, -1, -1, 0, 0, -1, "Canopic Jar", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 3617, 0, 2, 0, 2402, -1, "Mummy Wrapping", 2);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 9245, -1, 0, 0, 0, -1, "Canopic Jar", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 4102, -1, 1, 0, 0, -1, "Salt", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 3621, 0, 2, 4, 0, -1, "Annointing Oils", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 3625, 0, 2, 4, 0, -1, "Annointing Oils", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 4135, -1, 2, 0, 2785, -1, "Ritual Inscense", 1);// 22
|
||||
|
||||
}
|
||||
|
||||
public MummificationCenterAddon( 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 MummificationCenterAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MummificationCenterAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MummificationCenterAddonDeed()
|
||||
{
|
||||
Name = "MummificationCenter";
|
||||
}
|
||||
|
||||
public MummificationCenterAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
135
Scripts/Scripts-master/Addons2/MushroomBenchAddon.cs
Normal file
135
Scripts/Scripts-master/Addons2/MushroomBenchAddon.cs
Normal file
@@ -0,0 +1,135 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MushroomBenchAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{9966, -3, 1, 0}, {9971, -3, 1, 0}, {9329, -1, -2, 0}// 1 2 3
|
||||
, {9334, -1, -2, 0}, {3262, -2, 2, 0}, {3127, -1, 3, 0}// 4 11 22
|
||||
, {3127, 2, -1, 0}, {3144, 1, 3, 0}, {3144, -1, -1, 0}// 23 24 25
|
||||
, {3149, 2, -2, 0}, {3149, -2, 2, 0}, {3149, 2, 2, 0}// 26 27 28
|
||||
, {3149, -1, 1, 0}, {3149, -1, 2, 0}, {3149, 3, -1, 0}// 29 30 31
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MushroomBenchAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MushroomBenchAddon()
|
||||
{
|
||||
|
||||
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, 7629, 0, 1, 0, 1150, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 7630, 0, -1, 0, 1150, -1, "", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 7631, 0, 0, 0, 1150, -1, "", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 8750, 2, -2, 0, 1168, -1, "", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 8751, 0, -2, 0, 1166, -1, "", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 8752, -1, 1, 0, 1166, -1, "", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 3332, 1, 3, 0, 0, -1, "Rose Bush", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 3332, 1, 2, 0, 0, -1, "Rose Bush", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 3332, 0, 2, 0, 0, -1, "Rose Bush", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 3332, 0, 3, 0, 0, -1, "Rose Bush", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 3332, -1, -1, 0, 0, -1, "Rose Bush", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 3196, 1, 3, 3, 2749, -1, "Rose", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 3196, 1, 2, 3, 2749, -1, "Rose", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 3196, 0, 2, 3, 2749, -1, "Rose", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 3196, 0, 3, 3, 2749, -1, "Rose", 1);// 20
|
||||
AddComplexComponent( (BaseAddon) this, 3196, -1, -1, 3, 2749, -1, "Rose", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 9654, -1, 1, 10, 2445, -1, "", 1);// 32
|
||||
AddComplexComponent( (BaseAddon) this, 8474, 2, -2, 5, 2445, -1, "", 1);// 33
|
||||
|
||||
}
|
||||
|
||||
public MushroomBenchAddon( 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 MushroomBenchAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MushroomBenchAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MushroomBenchAddonDeed()
|
||||
{
|
||||
Name = "MushroomBench";
|
||||
}
|
||||
|
||||
public MushroomBenchAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
96
Scripts/Scripts-master/Addons2/MushroomCrazyAddon.cs
Normal file
96
Scripts/Scripts-master/Addons2/MushroomCrazyAddon.cs
Normal file
@@ -0,0 +1,96 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class MushroomCrazyAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{8753, -1, 0, 0}, {8750, -1, 2, 4}, {9325, -1, 0, 0}// 1 2 3
|
||||
, {9326, -1, -1, 0}, {9326, -2, 0, 0}, {3204, -1, 1, 0}// 4 5 6
|
||||
, {3210, -1, 2, 0}, {3204, -2, 1, 0}, {3376, -1, 1, 0}// 7 8 9
|
||||
, {8751, 1, 0, 3}, {8752, 1, 1, 3}, {9328, 0, -2, 0}// 10 11 12
|
||||
, {3210, 1, -1, 0}, {3210, 0, 1, 0}, {3204, 2, 0, 0}// 13 14 15
|
||||
, {3210, 0, -1, 0}, {3204, 0, 2, 0}, {3377, 0, 0, 0}// 16 17 18
|
||||
, {3210, 1, 1, 0}// 19
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MushroomCrazyAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public MushroomCrazyAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public MushroomCrazyAddon( 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 MushroomCrazyAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new MushroomCrazyAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public MushroomCrazyAddonDeed()
|
||||
{
|
||||
Name = "MushroomCrazy";
|
||||
}
|
||||
|
||||
public MushroomCrazyAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
97
Scripts/Scripts-master/Addons2/NDcornercouchNEAddon.cs
Normal file
97
Scripts/Scripts-master/Addons2/NDcornercouchNEAddon.cs
Normal file
@@ -0,0 +1,97 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NDcornercouchNEAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2861, -2, -2, 0}, {2861, -1, -2, 0}, {1824, -1, -3, 0}// 1 2 3
|
||||
, {1824, -2, -3, 0}, {1824, -3, -3, 0}, {1824, -3, -2, 0}// 4 5 6
|
||||
, {1824, 3, -3, 0}, {1824, 3, -2, 0}, {1824, 3, -1, 0}// 7 8 9
|
||||
, {1824, 2, -3, 0}, {2860, 2, -1, 0}, {2861, 0, -2, 0}// 10 11 12
|
||||
, {2861, 1, -2, 0}, {1824, 1, -3, 0}, {1824, 0, -3, 0}// 13 14 15
|
||||
, {1824, 2, -2, 0}, {1824, 2, 3, 0}, {1824, 3, 3, 0}// 16 17 18
|
||||
, {1824, 3, 0, 0}, {1824, 3, 1, 0}, {1824, 3, 2, 0}// 19 20 21
|
||||
, {2860, 2, 0, 0}, {2860, 2, 1, 0}, {2860, 2, 2, 0}// 22 23 24
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchNEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NDcornercouchNEAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NDcornercouchNEAddon( 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 NDcornercouchNEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchNEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NDcornercouchNEAddonDeed()
|
||||
{
|
||||
Name = "NDcornercouchNE";
|
||||
}
|
||||
|
||||
public NDcornercouchNEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
97
Scripts/Scripts-master/Addons2/NDcornercouchNWAddon.cs
Normal file
97
Scripts/Scripts-master/Addons2/NDcornercouchNWAddon.cs
Normal file
@@ -0,0 +1,97 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NDcornercouchNWAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{2861, -1, -2, 0}, {1824, -1, -3, 0}, {1824, -2, -3, 0}// 1 2 3
|
||||
, {1824, -3, -3, 0}, {1824, -3, -2, 0}, {1824, -2, -2, 0}// 4 5 6
|
||||
, {1824, -3, -1, 0}, {2860, -2, -1, 0}, {1824, -3, 0, 0}// 7 8 9
|
||||
, {1824, -3, 1, 0}, {1824, -3, 2, 0}, {1824, -3, 3, 0}// 10 11 12
|
||||
, {1824, -2, 3, 0}, {2860, -2, 2, 0}, {2860, -2, 1, 0}// 13 14 15
|
||||
, {2860, -2, 0, 0}, {1824, 3, -3, 0}, {1824, 3, -2, 0}// 16 17 18
|
||||
, {1824, 2, -3, 0}, {2861, 0, -2, 0}, {2861, 1, -2, 0}// 19 20 21
|
||||
, {1824, 1, -3, 0}, {1824, 0, -3, 0}, {2861, 2, -2, 0}// 22 23 24
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchNWAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NDcornercouchNWAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NDcornercouchNWAddon( 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 NDcornercouchNWAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchNWAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NDcornercouchNWAddonDeed()
|
||||
{
|
||||
Name = "NDcornercouchNW";
|
||||
}
|
||||
|
||||
public NDcornercouchNWAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
97
Scripts/Scripts-master/Addons2/NDcornercouchSEAddon.cs
Normal file
97
Scripts/Scripts-master/Addons2/NDcornercouchSEAddon.cs
Normal file
@@ -0,0 +1,97 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NDcornercouchSEAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1824, -3, 2, 0}, {1824, -3, 3, 0}, {1824, -2, 3, 0}// 1 2 3
|
||||
, {1824, -1, 3, 0}, {2861, -2, 2, 0}, {2861, -1, 2, 0}// 4 5 6
|
||||
, {1824, 3, -3, 0}, {1824, 3, -2, 0}, {1824, 3, -1, 0}// 7 8 9
|
||||
, {1824, 2, -3, 0}, {2860, 2, -2, 0}, {2860, 2, -1, 0}// 10 11 12
|
||||
, {1824, 0, 3, 0}, {1824, 1, 3, 0}, {1824, 2, 3, 0}// 13 14 15
|
||||
, {1824, 3, 3, 0}, {1824, 3, 0, 0}, {1824, 3, 1, 0}// 16 17 18
|
||||
, {1824, 3, 2, 0}, {1824, 2, 2, 0}, {2860, 2, 0, 0}// 19 20 21
|
||||
, {2860, 2, 1, 0}, {2861, 0, 2, 0}, {2861, 1, 2, 0}// 22 23 24
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchSEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NDcornercouchSEAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NDcornercouchSEAddon( 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 NDcornercouchSEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchSEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NDcornercouchSEAddonDeed()
|
||||
{
|
||||
Name = "NDcornercouchSE";
|
||||
}
|
||||
|
||||
public NDcornercouchSEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
97
Scripts/Scripts-master/Addons2/NDcornercouchSWAddon.cs
Normal file
97
Scripts/Scripts-master/Addons2/NDcornercouchSWAddon.cs
Normal file
@@ -0,0 +1,97 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NDcornercouchSWAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1824, -2, -3, 0}, {1824, -3, -3, 0}, {1824, -3, -2, 0}// 1 2 3
|
||||
, {1824, -3, -1, 0}, {2860, -2, -1, 0}, {2860, -2, -2, 0}// 4 5 6
|
||||
, {1824, -3, 0, 0}, {1824, -3, 1, 0}, {1824, -3, 2, 0}// 7 8 9
|
||||
, {1824, -3, 3, 0}, {1824, -2, 3, 0}, {2860, -2, 1, 0}// 10 11 12
|
||||
, {2860, -2, 0, 0}, {1824, -2, 2, 0}, {1824, -1, 3, 0}// 13 14 15
|
||||
, {2861, -1, 2, 0}, {1824, 0, 3, 0}, {1824, 1, 3, 0}// 16 17 18
|
||||
, {1824, 2, 3, 0}, {1824, 3, 3, 0}, {1824, 3, 2, 0}// 19 20 21
|
||||
, {2861, 2, 2, 0}, {2861, 1, 2, 0}, {2861, 0, 2, 0}// 22 23 24
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchSWAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NDcornercouchSWAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NDcornercouchSWAddon( 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 NDcornercouchSWAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NDcornercouchSWAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NDcornercouchSWAddonDeed()
|
||||
{
|
||||
Name = "NDcornercouchSW";
|
||||
}
|
||||
|
||||
public NDcornercouchSWAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
169
Scripts/Scripts-master/Addons2/NSGTownhedgeAddon.cs
Normal file
169
Scripts/Scripts-master/Addons2/NSGTownhedgeAddon.cs
Normal file
@@ -0,0 +1,169 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NSGTownhedgeAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3512, 0, -119, 0}, {3512, 0, -118, 0}, {3512, 0, -117, 0}// 1 2 3
|
||||
, {3512, 0, -116, 0}, {3512, 0, -115, 0}, {3512, 0, -114, 0}// 4 5 6
|
||||
, {3512, 0, -113, 0}, {3512, 0, -112, 0}, {3512, 0, -111, 0}// 7 8 9
|
||||
, {3512, 0, -110, 0}, {3512, 0, -109, 0}, {3512, 0, -108, 0}// 10 11 12
|
||||
, {3512, 0, -107, 0}, {3512, 0, -106, 0}, {3512, 0, -105, 0}// 13 14 15
|
||||
, {3512, 0, -104, 0}, {3512, 0, -103, 0}, {3512, 0, -102, 0}// 16 17 18
|
||||
, {3512, 0, -101, 0}, {3512, 0, -100, 0}, {3512, 0, -99, 0}// 19 20 21
|
||||
, {3512, 0, -98, 0}, {3512, 0, -97, 0}, {3512, 0, -96, 0}// 22 23 24
|
||||
, {3512, 0, -95, 0}, {3512, 0, -94, 0}, {3512, 0, -93, 0}// 25 26 27
|
||||
, {3512, 0, -92, 0}, {3512, 0, -91, 0}, {3512, 0, -90, 0}// 28 29 30
|
||||
, {3512, 0, -89, 0}, {3512, 0, -88, 0}, {3512, 0, -87, 0}// 31 32 33
|
||||
, {3512, 0, -86, 0}, {3512, 0, -85, 0}, {3512, 0, -84, 0}// 34 35 36
|
||||
, {3512, 0, -83, 0}, {3512, 0, -82, 0}, {3512, 0, -81, 0}// 37 38 39
|
||||
, {3512, 0, -80, 0}, {3512, 0, -79, 0}, {3512, 0, -78, 0}// 40 41 42
|
||||
, {3512, 0, -77, 0}, {3512, 0, -76, 0}, {3512, 0, -75, 0}// 43 44 45
|
||||
, {3512, 0, -74, 0}, {3512, 0, -73, 0}, {3512, 0, -72, 0}// 46 47 48
|
||||
, {3512, 0, -71, 0}, {3512, 0, -70, 0}, {3512, 0, -69, 0}// 49 50 51
|
||||
, {3512, 0, -68, 0}, {3512, 0, -67, 0}, {3512, 0, -66, 0}// 52 53 54
|
||||
, {3512, 0, -65, 0}, {3512, 0, -64, 0}, {3512, 0, -63, 0}// 55 56 57
|
||||
, {3512, 0, -62, 0}, {3512, 0, -61, 0}, {3512, 0, -60, 0}// 58 59 60
|
||||
, {3512, 0, -59, 0}, {3512, 0, -58, 0}, {3512, 0, -57, 0}// 61 62 63
|
||||
, {3512, 0, -56, 0}, {3512, 0, -55, 0}, {3512, 0, -54, 0}// 64 65 66
|
||||
, {3512, 0, -53, 0}, {3512, 0, -52, 0}, {3512, 0, -51, 0}// 67 68 69
|
||||
, {3512, 0, -50, 0}, {3512, 0, -49, 0}, {3512, 0, -48, 0}// 70 71 72
|
||||
, {3512, 0, -47, 0}, {3512, 0, -46, 0}, {3512, 0, -45, 0}// 73 74 75
|
||||
, {3512, 0, -44, 0}, {3512, 0, -43, 0}, {3512, 0, -42, 0}// 76 77 78
|
||||
, {3512, 0, -41, 0}, {3512, 0, -40, 0}, {3512, 0, -39, 0}// 79 80 81
|
||||
, {3512, 0, -38, 0}, {3512, 0, -37, 0}, {3512, 0, -36, 0}// 82 83 84
|
||||
, {3512, 0, -35, 0}, {3512, 0, -34, 0}, {3512, 0, -33, 0}// 85 86 87
|
||||
, {3512, 0, -32, 0}, {3512, 0, -31, 0}, {3512, 0, -30, 0}// 88 89 90
|
||||
, {3512, 0, -29, 0}, {3512, 0, -28, 0}, {3512, 0, -27, 0}// 91 92 93
|
||||
, {3512, 0, -26, 0}, {3512, 0, -25, 0}, {3512, 0, -24, 0}// 94 95 96
|
||||
, {3512, 0, -23, 0}, {3512, 0, -22, 0}, {3512, 0, -21, 0}// 97 98 99
|
||||
, {3512, 0, -20, 0}, {3512, 0, -19, 0}, {3512, 0, -18, 0}// 100 101 102
|
||||
, {3512, 0, -17, 0}, {3512, 0, -16, 0}, {3512, 0, -15, 0}// 103 104 105
|
||||
, {3512, 0, -14, 0}, {3512, 0, -13, 0}, {3512, 0, -12, 0}// 106 107 108
|
||||
, {3512, 0, -11, 0}, {3512, 0, -10, 0}, {3512, 0, -9, 0}// 109 110 111
|
||||
, {3512, 0, -8, 0}, {3512, 0, -7, 0}, {3512, 0, -6, 0}// 112 113 114
|
||||
, {3512, 0, -5, 0}, {3512, 0, -4, 0}, {3512, 0, -3, 0}// 115 116 117
|
||||
, {3512, 0, -2, 0}, {3512, 0, -1, 0}, {3512, 0, 0, 0}// 118 119 120
|
||||
, {3512, 0, 1, 0}, {3512, 0, 2, 0}, {3512, 0, 3, 0}// 121 122 123
|
||||
, {3512, 0, 4, 0}, {3512, 0, 5, 0}, {3512, 0, 6, 0}// 124 125 126
|
||||
, {3512, 0, 7, 0}, {3512, 0, 8, 0}, {3512, 0, 9, 0}// 127 128 129
|
||||
, {3512, 0, 10, 0}, {3512, 0, 11, 0}, {3512, 0, 12, 0}// 130 131 132
|
||||
, {3512, 0, 13, 0}, {3512, 0, 14, 0}, {3512, 0, 15, 0}// 133 134 135
|
||||
, {3512, 0, 16, 0}, {3512, 0, 17, 0}, {3512, 0, 18, 0}// 136 137 138
|
||||
, {3512, 0, 19, 0}, {3512, 0, 20, 0}, {3512, 0, 21, 0}// 139 140 141
|
||||
, {3512, 0, 22, 0}, {3512, 0, 23, 0}, {3512, 0, 24, 0}// 142 143 144
|
||||
, {3512, 0, 25, 0}, {3512, 0, 26, 0}, {3512, 0, 27, 0}// 145 146 147
|
||||
, {3512, 0, 28, 0}, {3512, 0, 29, 0}, {3512, 0, 30, 0}// 148 149 150
|
||||
, {3512, 0, 31, 0}, {3512, 0, 32, 0}, {3512, 0, 33, 0}// 151 152 153
|
||||
, {3512, 0, 34, 0}, {3512, 0, 35, 0}, {3512, 0, 36, 0}// 154 155 156
|
||||
, {3512, 0, 37, 0}, {3512, 0, 38, 0}, {3512, 0, 39, 0}// 157 158 159
|
||||
, {3512, 0, 40, 0}, {3512, 0, 41, 0}, {3512, 0, 42, 0}// 160 161 162
|
||||
, {3512, 0, 43, 0}, {3512, 0, 44, 0}, {3512, 0, 45, 0}// 163 164 165
|
||||
, {3512, 0, 46, 0}, {3512, 0, 47, 0}, {3512, 0, 48, 0}// 166 167 168
|
||||
, {3512, 0, 49, 0}, {3512, 0, 50, 0}, {3512, 0, 51, 0}// 169 170 171
|
||||
, {3512, 0, 52, 0}, {3512, 0, 53, 0}, {3512, 0, 54, 0}// 172 173 174
|
||||
, {3512, 0, 55, 0}, {3512, 0, 56, 0}, {3512, 0, 57, 0}// 175 176 177
|
||||
, {3512, 0, 58, 0}, {3512, 0, 59, 0}, {3512, 0, 60, 0}// 178 179 180
|
||||
, {3512, 0, 61, 0}, {3512, 0, 62, 0}, {3512, 0, 63, 0}// 181 182 183
|
||||
, {3512, 0, 64, 0}, {3512, 0, 65, 0}, {3512, 0, 66, 0}// 184 185 186
|
||||
, {3512, 0, 67, 0}, {3512, 0, 68, 0}, {3512, 0, 69, 0}// 187 188 189
|
||||
, {3512, 0, 70, 0}, {3512, 0, 71, 0}, {3512, 0, 72, 0}// 190 191 192
|
||||
, {3512, 0, 73, 0}, {3512, 0, 74, 0}, {3512, 0, 75, 0}// 193 194 195
|
||||
, {3512, 0, 76, 0}, {3512, 0, 77, 0}, {3512, 0, 78, 0}// 196 197 198
|
||||
, {3512, 0, 79, 0}, {3512, 0, 80, 0}, {3512, 0, 81, 0}// 199 200 201
|
||||
, {3512, 0, 82, 0}, {3512, 0, 83, 0}, {3512, 0, 84, 0}// 202 203 204
|
||||
, {3512, 0, 85, 0}, {3512, 0, 86, 0}, {3512, 0, 87, 0}// 205 206 207
|
||||
, {3512, 0, 88, 0}, {3512, 0, 89, 0}, {3512, 0, 90, 0}// 208 209 210
|
||||
, {3512, 0, 91, 0}, {3512, 0, 92, 0}, {3512, 0, 93, 0}// 211 212 213
|
||||
, {3512, 0, 94, 0}, {3512, 0, 95, 0}, {3512, 0, 96, 0}// 214 215 216
|
||||
, {3512, 0, 97, 0}, {3512, 0, 98, 0}, {3512, 0, 99, 0}// 217 218 219
|
||||
, {3512, 0, 100, 0}, {3512, 0, 101, 0}, {3512, 0, 102, 0}// 220 221 222
|
||||
, {3512, 0, 103, 0}, {3512, 0, 104, 0}, {3512, 0, 105, 0}// 223 224 225
|
||||
, {3512, 0, 106, 0}, {3512, 0, 107, 0}, {3512, 0, 108, 0}// 226 227 228
|
||||
, {3512, 0, 109, 0}, {3512, 0, 110, 0}, {3512, 0, 111, 0}// 229 230 231
|
||||
, {3512, 0, 112, 0}, {3512, 0, 113, 0}, {3512, 0, 114, 0}// 232 233 234
|
||||
, {3512, 0, 115, 0}, {3512, 0, 116, 0}, {3512, 0, 117, 0}// 235 236 237
|
||||
, {3512, 0, 118, 0}, {3512, 0, 119, 0}// 238 239
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSGTownhedgeAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NSGTownhedgeAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NSGTownhedgeAddon( 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 NSGTownhedgeAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSGTownhedgeAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NSGTownhedgeAddonDeed()
|
||||
{
|
||||
Name = "NSGTownhedge";
|
||||
}
|
||||
|
||||
public NSGTownhedgeAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
93
Scripts/Scripts-master/Addons2/NSShortHedge10Addon.cs
Normal file
93
Scripts/Scripts-master/Addons2/NSShortHedge10Addon.cs
Normal file
@@ -0,0 +1,93 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NSShortHedge10Addon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3215, 0, -4, 0}, {3215, 0, -3, 0}, {3215, 0, -2, 0}// 1 2 3
|
||||
, {3215, 0, -1, 0}, {3215, 0, 0, 0}, {3215, 0, 1, 0}// 4 5 6
|
||||
, {3215, 0, 2, 0}, {3215, 0, 3, 0}, {3215, 0, 4, 0}// 7 8 9
|
||||
, {3215, 0, 5, 0}// 10
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSShortHedge10AddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NSShortHedge10Addon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NSShortHedge10Addon( 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 NSShortHedge10AddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSShortHedge10Addon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NSShortHedge10AddonDeed()
|
||||
{
|
||||
Name = "NSShortHedge10";
|
||||
}
|
||||
|
||||
public NSShortHedge10AddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
94
Scripts/Scripts-master/Addons2/NSShortHedge15Addon.cs
Normal file
94
Scripts/Scripts-master/Addons2/NSShortHedge15Addon.cs
Normal file
@@ -0,0 +1,94 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NSShortHedge15Addon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3215, 0, -7, 0}, {3215, 0, -6, 0}, {3215, 0, -5, 0}// 1 2 3
|
||||
, {3215, 0, -4, 0}, {3215, 0, -3, 0}, {3215, 0, -2, 0}// 4 5 6
|
||||
, {3215, 0, -1, 0}, {3215, 0, 0, 0}, {3215, 0, 1, 0}// 7 8 9
|
||||
, {3215, 0, 2, 0}, {3215, 0, 3, 0}, {3215, 0, 4, 0}// 10 11 12
|
||||
, {3215, 0, 5, 0}, {3215, 0, 6, 0}, {3215, 0, 7, 0}// 13 14 15
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSShortHedge15AddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NSShortHedge15Addon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NSShortHedge15Addon( 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 NSShortHedge15AddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSShortHedge15Addon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NSShortHedge15AddonDeed()
|
||||
{
|
||||
Name = "NSShortHedge15";
|
||||
}
|
||||
|
||||
public NSShortHedge15AddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
91
Scripts/Scripts-master/Addons2/NSShortHedge5Addon.cs
Normal file
91
Scripts/Scripts-master/Addons2/NSShortHedge5Addon.cs
Normal file
@@ -0,0 +1,91 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NSShortHedge5Addon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{3215, 0, -2, 0}, {3215, 0, -1, 0}, {3215, 0, 0, 0}// 1 2 3
|
||||
, {3215, 0, 1, 0}, {3215, 0, 2, 0}// 4 5
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSShortHedge5AddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NSShortHedge5Addon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NSShortHedge5Addon( 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 NSShortHedge5AddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSShortHedge5Addon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NSShortHedge5AddonDeed()
|
||||
{
|
||||
Name = "NSShortHedge5";
|
||||
}
|
||||
|
||||
public NSShortHedge5AddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
136
Scripts/Scripts-master/Addons2/NSWinterSidewalkAddon.cs
Normal file
136
Scripts/Scripts-master/Addons2/NSWinterSidewalkAddon.cs
Normal file
@@ -0,0 +1,136 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NSWinterSidewalkAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{6092, 2, 0, 0}, {6092, 2, -2, 0}, {6092, 2, -3, 0}// 1 2 3
|
||||
, {6092, 2, -4, 0}, {6090, -2, 0, 0}, {6090, -2, 1, 0}// 4 5 6
|
||||
, {6090, -2, -2, 0}, {6090, -2, -1, 0}, {6077, 0, 1, 0}// 7 8 9
|
||||
, {6077, 1, 0, 0}, {6090, -2, -3, 0}, {6077, 0, -3, 0}// 10 11 12
|
||||
, {6092, 2, 1, 0}, {6077, 0, 0, 0}, {6077, 0, -1, 0}// 13 14 15
|
||||
, {6077, 0, -4, 0}, {9009, 1, 0, 0}, {6092, 2, -1, 0}// 16 17 18
|
||||
, {6077, 1, -4, 0}, {6077, 1, -1, 0}, {6077, -1, -1, 0}// 19 20 22
|
||||
, {6077, -1, -2, 0}, {6090, -2, -4, 0}, {6077, 1, 1, 0}// 23 24 25
|
||||
, {6077, 0, -2, 0}, {6077, -1, -3, 0}, {6077, -1, 0, 0}// 26 27 29
|
||||
, {6077, 1, -3, 0}, {6077, 1, -2, 0}, {6077, -1, -4, 0}// 30 31 32
|
||||
, {9008, -1, 0, 0}, {9079, -1, -4, 0}, {9079, 1, -4, 0}// 33 34 35
|
||||
, {6077, -1, 1, 0}, {6089, 0, 5, 0}, {6089, 1, 5, 0}// 36 37 38
|
||||
, {6090, -2, 4, 0}, {6077, 0, 4, 0}, {6089, -1, 5, 0}// 39 40 41
|
||||
, {6090, -2, 2, 0}, {6088, -2, 5, 0}, {6077, -1, 2, 0}// 42 43 45
|
||||
, {6092, 2, 4, 0}, {6077, -1, 4, 0}, {6077, 0, 3, 0}// 46 47 48
|
||||
, {6077, 0, 2, 0}, {6087, 2, 5, 0}, {6092, 2, 3, 0}// 49 51 52
|
||||
, {6092, 2, 2, 0}, {6090, -2, 3, 0}, {6077, 1, 2, 0}// 53 54 56
|
||||
, {6077, 1, 4, 0}, {6077, 1, 3, 0}, {6077, -1, 3, 0}// 57 58 59
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSWinterSidewalkAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NSWinterSidewalkAddon()
|
||||
{
|
||||
|
||||
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, 9417, -1, -2, 0, 0, 1, "", 1);// 21
|
||||
AddComplexComponent( (BaseAddon) this, 9417, 1, -2, 0, 0, 1, "", 1);// 28
|
||||
AddComplexComponent( (BaseAddon) this, 9417, -1, 2, 0, 0, 1, "", 1);// 44
|
||||
AddComplexComponent( (BaseAddon) this, 9417, 1, 2, 0, 0, 1, "", 1);// 50
|
||||
AddComplexComponent( (BaseAddon) this, 9002, 1, 4, 0, 2603, -1, "", 1);// 55
|
||||
AddComplexComponent( (BaseAddon) this, 9002, -1, 4, 0, 2555, -1, "", 1);// 60
|
||||
|
||||
}
|
||||
|
||||
public NSWinterSidewalkAddon( 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 NSWinterSidewalkAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NSWinterSidewalkAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NSWinterSidewalkAddonDeed()
|
||||
{
|
||||
Name = "NSWinterSidewalk";
|
||||
}
|
||||
|
||||
public NSWinterSidewalkAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
130
Scripts/Scripts-master/Addons2/NecromancersCircleAddon.cs
Normal file
130
Scripts/Scripts-master/Addons2/NecromancersCircleAddon.cs
Normal file
@@ -0,0 +1,130 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NecromancersCircleAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{7417, -2, -1, 0}, {7416, -2, 0, 0}, {7419, -1, -2, 0}// 1 2 3
|
||||
, {7418, -1, -1, 0}, {7433, -1, 0, 0}, {7420, 0, -2, 0}// 4 5 6
|
||||
, {7434, 0, -1, 0}, {7441, 0, 0, 0}, {7421, 1, -2, 0}// 7 8 9
|
||||
, {7435, 1, -1, 0}, {7442, 1, 0, 0}, {7422, 2, -2, 0}// 10 11 12
|
||||
, {7436, 2, -1, 0}, {7437, 2, 0, 0}, {7423, 3, -2, 0}// 13 14 15
|
||||
, {7424, 3, -1, 0}, {7425, 3, 0, 0}, {7415, -2, 1, 0}// 16 17 20
|
||||
, {7414, -2, 2, 0}, {7413, -2, 3, 0}, {7432, -1, 1, 0}// 21 22 23
|
||||
, {7431, -1, 2, 0}, {7412, -1, 3, 0}, {7440, 0, 1, 0}// 24 25 26
|
||||
, {7430, 0, 2, 0}, {7411, 0, 3, 0}, {7439, 1, 1, 0}// 27 28 29
|
||||
, {7429, 1, 2, 0}, {7410, 1, 3, 0}, {7438, 2, 1, 0}// 30 31 32
|
||||
, {7428, 2, 2, 0}, {7409, 2, 3, 0}, {7426, 3, 1, 0}// 33 34 35
|
||||
, {7427, 3, 2, 0}// 36
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NecromancersCircleAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NecromancersCircleAddon()
|
||||
{
|
||||
|
||||
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, 6228, 3, -1, 1, 0, 1, "", 1);// 18
|
||||
AddComplexComponent( (BaseAddon) this, 6228, 0, -2, 1, 0, 1, "", 1);// 19
|
||||
AddComplexComponent( (BaseAddon) this, 3790, 1, 1, 6, 2450, -1, "", 1);// 37
|
||||
AddComplexComponent( (BaseAddon) this, 6228, 2, 2, 1, 0, 1, "", 1);// 38
|
||||
AddComplexComponent( (BaseAddon) this, 6228, -2, 1, 4, 0, 1, "", 1);// 39
|
||||
AddComplexComponent( (BaseAddon) this, 6228, -1, 3, 2, 0, 1, "", 1);// 40
|
||||
|
||||
}
|
||||
|
||||
public NecromancersCircleAddon( 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 NecromancersCircleAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NecromancersCircleAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NecromancersCircleAddonDeed()
|
||||
{
|
||||
Name = "NecromancersCircle";
|
||||
}
|
||||
|
||||
public NecromancersCircleAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
145
Scripts/Scripts-master/Addons2/NewbieBankTopAddon.cs
Normal file
145
Scripts/Scripts-master/Addons2/NewbieBankTopAddon.cs
Normal file
@@ -0,0 +1,145 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NewbieBankTopAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{1179, -4, -3, 0}, {1179, -4, -2, 0}, {1179, -4, -1, 0}// 1 2 3
|
||||
, {1179, -4, 0, 0}, {1179, -4, 1, 0}, {1179, -4, 2, 0}// 4 5 6
|
||||
, {1179, -4, 3, 0}, {1179, -4, 4, 0}, {1179, -3, -3, 0}// 7 8 9
|
||||
, {1179, -3, 4, 0}, {1179, -2, -3, 0}, {1179, -2, 4, 0}// 10 11 12
|
||||
, {1179, -1, -3, 0}, {1179, -1, 4, 0}, {1179, 0, -3, 0}// 13 14 15
|
||||
, {1179, 0, 4, 0}, {1179, 1, -3, 0}, {1179, 1, 4, 0}// 16 17 18
|
||||
, {1179, 2, -3, 0}, {1179, 2, 4, 0}, {1179, 3, -3, 0}// 19 20 21
|
||||
, {1179, 3, 4, 0}, {1179, 4, -3, 0}, {1179, 4, 4, 0}// 22 23 24
|
||||
, {1179, 5, -3, 0}, {1179, 5, -2, 0}, {1179, 5, -1, 0}// 25 26 27
|
||||
, {1179, 5, 0, 0}, {1179, 5, 1, 0}, {1179, 5, 2, 0}// 28 29 30
|
||||
, {1179, 5, 3, 0}, {1179, 5, 4, 0}, {1262, -3, -2, 0}// 31 32 33
|
||||
, {1263, 4, -2, 0}, {1264, 4, 3, 0}, {1265, -3, 3, 0}// 34 35 36
|
||||
, {1261, -2, -2, 0}, {1261, -1, -2, 0}, {1261, 0, -2, 0}// 37 38 39
|
||||
, {1261, 1, -2, 0}, {1261, 2, -2, 0}, {1261, 3, -2, 0}// 40 41 42
|
||||
, {1260, -3, -1, 0}, {1260, -3, 0, 0}, {1260, -3, 1, 0}// 43 44 45
|
||||
, {1260, -3, 2, 0}, {1259, -2, 3, 0}, {1259, -1, 3, 0}// 46 47 48
|
||||
, {1259, 0, 3, 0}, {1259, 1, 3, 0}, {1259, 2, 3, 0}// 49 50 51
|
||||
, {1259, 3, 3, 0}, {1258, 4, -1, 0}, {1258, 4, 0, 0}// 52 53 54
|
||||
, {1258, 4, 1, 0}, {1258, 4, 2, 0}, {1259, 0, 0, 0}// 55 56 57
|
||||
, {1259, 1, 0, 0}, {1261, 0, 1, 0}, {1261, 1, 1, 0}// 58 59 60
|
||||
, {1266, -2, -1, 0}, {1266, -2, 0, 0}, {1266, -2, 1, 0}// 61 62 63
|
||||
, {1266, -2, 2, 0}, {1266, -1, 2, 0}, {1266, 0, 2, 0}// 64 65 66
|
||||
, {1266, 1, 2, 0}, {1266, 2, 2, 0}, {1266, 3, 2, 0}// 67 68 69
|
||||
, {1266, 3, -1, 0}, {1266, 3, 0, 0}, {1266, 3, 1, 0}// 70 71 72
|
||||
, {1266, -1, -1, 0}, {1266, 0, -1, 0}, {1266, 1, -1, 0}// 73 74 75
|
||||
, {1266, 2, -1, 0}, {1265, 2, 0, 0}, {1264, -1, 0, 0}// 76 77 78
|
||||
, {1263, -1, 1, 0}, {1262, 2, 1, 0}, {3215, -4, 4, 1}// 79 80 81
|
||||
, {3215, -3, 4, 1}, {3215, -2, 4, 1}, {3215, -1, 4, 1}// 82 83 84
|
||||
, {3215, 0, 4, 1}, {3215, 1, 4, 1}, {3215, 2, 4, 1}// 85 86 87
|
||||
, {3215, 3, 4, 1}, {3215, 4, 4, 1}, {3215, 5, 4, 1}// 88 89 90
|
||||
, {3215, 5, -3, 1}, {3215, 5, -2, 1}, {3215, 5, -1, 1}// 91 92 93
|
||||
, {3215, 5, 0, 1}, {3215, 5, 1, 1}, {3215, 5, 2, 1}// 94 95 96
|
||||
, {3215, 5, 3, 1}, {3215, -4, -3, 1}, {3215, -3, -3, 1}// 97 98 99
|
||||
, {3215, -2, -3, 1}, {3215, -1, -3, 1}, {3215, 0, -3, 1}// 100 101 102
|
||||
, {3215, 1, -3, 1}, {3215, 2, -3, 1}, {3215, 4, -3, 1}// 103 104 105
|
||||
, {3215, 3, -3, 1}, {3215, -4, -2, 1}, {3215, -4, -1, 1}// 106 107 108
|
||||
, {3215, -4, 0, 1}, {3215, -4, 1, 1}, {3215, -4, 3, 1}// 109 110 111
|
||||
, {3215, -4, 2, 1}, {3148, -4, -3, 5}, {3148, -4, -2, 5}// 112 113 114
|
||||
, {3148, -4, -1, 5}, {3148, -4, 0, 5}, {3148, -4, 1, 5}// 115 116 117
|
||||
, {3148, -4, 2, 5}, {3148, -4, 3, 5}, {3148, -4, 4, 5}// 118 119 120
|
||||
, {3148, -3, -3, 5}, {3148, -2, -3, 5}, {3148, -1, -3, 5}// 121 122 123
|
||||
, {3148, 0, -3, 5}, {3148, 1, -3, 5}, {3148, 2, -3, 5}// 124 125 126
|
||||
, {3148, 3, -3, 5}, {3148, 4, -3, 5}, {3148, 5, -3, 5}// 127 128 129
|
||||
, {3148, 5, -2, 5}, {3148, 5, -1, 5}, {3148, 5, 0, 5}// 130 131 132
|
||||
, {3148, 5, 1, 5}, {3148, 5, 2, 5}, {3148, 5, 3, 5}// 133 134 135
|
||||
, {3148, 5, 4, 5}, {3148, -3, 4, 5}, {3148, -2, 4, 5}// 136 137 138
|
||||
, {3148, -1, 4, 5}, {3148, 0, 4, 5}, {3148, 1, 4, 5}// 139 140 141
|
||||
, {3148, 2, 4, 5}, {3148, 3, 4, 5}, {3148, 4, 4, 5}// 142 143 144
|
||||
, {3206, -3, -2, 1}, {3206, -2, -2, 1}, {3206, -1, -2, 1}// 145 146 147
|
||||
, {3206, 0, -2, 1}, {3206, 1, -2, 1}, {3206, 2, -2, 1}// 148 149 150
|
||||
, {3206, 3, -2, 1}, {3206, 4, -2, 1}, {3206, -3, 3, 1}// 151 152 153
|
||||
, {3206, -2, 3, 1}, {3206, -1, 3, 1}, {3206, 0, 3, 1}// 154 155 156
|
||||
, {3206, 1, 3, 1}, {3206, 2, 3, 1}, {3206, 3, 3, 1}// 157 158 159
|
||||
, {3206, 4, -1, 1}, {3206, 4, 0, 1}, {3206, 4, 1, 1}// 160 161 162
|
||||
, {3206, 4, 2, 1}, {3206, 4, 3, 1}, {3206, -3, -1, 1}// 163 164 165
|
||||
, {3206, -3, 0, 1}, {3206, -3, 1, 1}, {3206, -3, 2, 1}// 166 167 168
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NewbieBankTopAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NewbieBankTopAddon()
|
||||
{
|
||||
|
||||
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] );
|
||||
|
||||
|
||||
}
|
||||
|
||||
public NewbieBankTopAddon( 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 NewbieBankTopAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NewbieBankTopAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NewbieBankTopAddonDeed()
|
||||
{
|
||||
Name = "NewbieBankTop";
|
||||
}
|
||||
|
||||
public NewbieBankTopAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
114
Scripts/Scripts-master/Addons2/NorthpoleAddon.cs
Normal file
114
Scripts/Scripts-master/Addons2/NorthpoleAddon.cs
Normal file
@@ -0,0 +1,114 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class NorthpoleAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NorthpoleAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public NorthpoleAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 3500, 0, 0, 18, 2981, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 3500, 0, 0, 6, 2981, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 3500, 0, 0, 0, 2462, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 3500, 0, 0, 12, 2462, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 3500, 0, 0, 24, 2462, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 3500, 0, 0, 30, 2981, -1, "", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 8791, 0, 0, 36, 1153, -1, "", 1);// 7
|
||||
|
||||
}
|
||||
|
||||
public NorthpoleAddon( 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 NorthpoleAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new NorthpoleAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public NorthpoleAddonDeed()
|
||||
{
|
||||
Name = "Northpole";
|
||||
}
|
||||
|
||||
public NorthpoleAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
125
Scripts/Scripts-master/Addons2/OceCaveMainfloorNorthwallAddon.cs
Normal file
125
Scripts/Scripts-master/Addons2/OceCaveMainfloorNorthwallAddon.cs
Normal file
@@ -0,0 +1,125 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class OceCaveMainfloorNorthwallAddon : BaseAddon
|
||||
{
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OceCaveMainfloorNorthwallAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public OceCaveMainfloorNorthwallAddon()
|
||||
{
|
||||
|
||||
|
||||
|
||||
AddComplexComponent( (BaseAddon) this, 607, -3, 3, 0, 2797, -1, "", 1);// 1
|
||||
AddComplexComponent( (BaseAddon) this, 607, -4, 3, 0, 2797, -1, "", 1);// 2
|
||||
AddComplexComponent( (BaseAddon) this, 607, -5, 3, 0, 2797, -1, "", 1);// 3
|
||||
AddComplexComponent( (BaseAddon) this, 607, -6, 3, 0, 2797, -1, "", 1);// 4
|
||||
AddComplexComponent( (BaseAddon) this, 607, -2, 3, 0, 2797, -1, "", 1);// 5
|
||||
AddComplexComponent( (BaseAddon) this, 607, -1, 3, 0, 2797, -1, "", 1);// 6
|
||||
AddComplexComponent( (BaseAddon) this, 607, 0, 3, 0, 2797, -1, "", 1);// 7
|
||||
AddComplexComponent( (BaseAddon) this, 607, 1, 3, 0, 2797, -1, "", 1);// 8
|
||||
AddComplexComponent( (BaseAddon) this, 607, 2, 3, 0, 2797, -1, "", 1);// 9
|
||||
AddComplexComponent( (BaseAddon) this, 607, 3, 3, 0, 2797, -1, "", 1);// 10
|
||||
AddComplexComponent( (BaseAddon) this, 607, 4, 3, 0, 2797, -1, "", 1);// 11
|
||||
AddComplexComponent( (BaseAddon) this, 607, 5, 3, 0, 2797, -1, "", 1);// 12
|
||||
AddComplexComponent( (BaseAddon) this, 608, 6, -2, 0, 2797, -1, "", 1);// 13
|
||||
AddComplexComponent( (BaseAddon) this, 608, 6, -1, 0, 2797, -1, "", 1);// 14
|
||||
AddComplexComponent( (BaseAddon) this, 608, 6, 0, 0, 2797, -1, "", 1);// 15
|
||||
AddComplexComponent( (BaseAddon) this, 608, 6, 1, 0, 2797, -1, "", 1);// 16
|
||||
AddComplexComponent( (BaseAddon) this, 608, 6, 2, 0, 2797, -1, "", 1);// 17
|
||||
AddComplexComponent( (BaseAddon) this, 612, 6, 3, 0, 2797, -1, "", 1);// 18
|
||||
|
||||
}
|
||||
|
||||
public OceCaveMainfloorNorthwallAddon( 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 OceCaveMainfloorNorthwallAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OceCaveMainfloorNorthwallAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public OceCaveMainfloorNorthwallAddonDeed()
|
||||
{
|
||||
Name = "OceCaveMainfloorNorthwall";
|
||||
}
|
||||
|
||||
public OceCaveMainfloorNorthwallAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
131
Scripts/Scripts-master/Addons2/OfficeNSFSAddon.cs
Normal file
131
Scripts/Scripts-master/Addons2/OfficeNSFSAddon.cs
Normal file
@@ -0,0 +1,131 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class OfficeNSFSAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OfficeNSFSAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public OfficeNSFSAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 6418 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -2, 3, 0 );
|
||||
ac = new AddonComponent( 6430 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 6430 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 6430 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 1, 3, 0 );
|
||||
ac = new AddonComponent( 6424 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -2, 2, 0 );
|
||||
ac = new AddonComponent( 2944 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 2, 4 );
|
||||
ac = new AddonComponent( 2944 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 2, 4 );
|
||||
ac = new AddonComponent( 2944 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 1, 2, 4 );
|
||||
ac = new AddonComponent( 4632 );
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 2711 );
|
||||
AddComponent( ac, -2, -2, 0 );
|
||||
ac = new AddonComponent( 2711 );
|
||||
AddComponent( ac, -1, -2, 0 );
|
||||
ac = new AddonComponent( 2711 );
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 2711 );
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 3708 );
|
||||
AddComponent( ac, 2, 2, 10 );
|
||||
ac = new AddonComponent( 3708 );
|
||||
AddComponent( ac, 2, 2, 5 );
|
||||
ac = new AddonComponent( 3708 );
|
||||
AddComponent( ac, 2, 2, 0 );
|
||||
ac = new AddonComponent( 4553 );
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 11618 );
|
||||
AddComponent( ac, -2, 2, 8 );
|
||||
ac = new AddonComponent( 7712 );
|
||||
AddComponent( ac, 1, 3, 8 );
|
||||
ac = new AddonComponent( 8793 );
|
||||
AddComponent( ac, -1, 3, 8 );
|
||||
ac = new AddonComponent( 7186 );
|
||||
AddComponent( ac, 0, 3, 8 );
|
||||
ac = new AddonComponent( 4030 );
|
||||
AddComponent( ac, 0, 2, 10 );
|
||||
|
||||
}
|
||||
|
||||
public OfficeNSFSAddon( 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 OfficeNSFSAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OfficeNSFSAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public OfficeNSFSAddonDeed()
|
||||
{
|
||||
Name = "OfficeNSFS";
|
||||
}
|
||||
|
||||
public OfficeNSFSAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
150
Scripts/Scripts-master/Addons2/OfficeWEAddon.cs
Normal file
150
Scripts/Scripts-master/Addons2/OfficeWEAddon.cs
Normal file
@@ -0,0 +1,150 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class OfficeWEAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OfficeWEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public OfficeWEAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 6418 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 3, 0 );
|
||||
ac = new AddonComponent( 6428 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 2, 0 );
|
||||
ac = new AddonComponent( 6428 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 6428 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, -1, 0, 0 );
|
||||
ac = new AddonComponent( 6430 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 3, 0 );
|
||||
ac = new AddonComponent( 2475 );
|
||||
ac.Hue = 980;
|
||||
AddComponent( ac, 0, -1, 0 );
|
||||
ac = new AddonComponent( 2475 );
|
||||
ac.Hue = 980;
|
||||
AddComponent( ac, 0, -1, 10 );
|
||||
ac = new AddonComponent( 2475 );
|
||||
ac.Hue = 980;
|
||||
AddComponent( ac, 0, -1, 5 );
|
||||
ac = new AddonComponent( 2925 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 2, 6 );
|
||||
ac = new AddonComponent( 2925 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 1, 6 );
|
||||
ac = new AddonComponent( 2925 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 0, 0, 6 );
|
||||
ac = new AddonComponent( 4635 );
|
||||
ac.Hue = 980;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 4553 );
|
||||
AddComponent( ac, -2, -2, 0 );
|
||||
ac = new AddonComponent( 8793 );
|
||||
AddComponent( ac, -1, 0, 8 );
|
||||
ac = new AddonComponent( 7712 );
|
||||
AddComponent( ac, -1, 3, 8 );
|
||||
ac = new AddonComponent( 7187 );
|
||||
ac.Hue = 2113;
|
||||
AddComponent( ac, 0, 2, 12 );
|
||||
ac = new AddonComponent( 5356 );
|
||||
ac.Hue = 1828;
|
||||
AddComponent( ac, 0, -1, 15 );
|
||||
ac = new AddonComponent( 8901 );
|
||||
ac.Hue = 1622;
|
||||
AddComponent( ac, 0, 3, 8 );
|
||||
ac = new AddonComponent( 11618 );
|
||||
AddComponent( ac, 0, 0, 12 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 12423 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 12422 );
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 1 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 12423 );
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 12422 );
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 2717 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 2717 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 2, -2, 0 );
|
||||
|
||||
}
|
||||
|
||||
public OfficeWEAddon( 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 OfficeWEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OfficeWEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public OfficeWEAddonDeed()
|
||||
{
|
||||
Name = "OfficeWE";
|
||||
}
|
||||
|
||||
public OfficeWEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
133
Scripts/Scripts-master/Addons2/OfficeWEFEAddon.cs
Normal file
133
Scripts/Scripts-master/Addons2/OfficeWEFEAddon.cs
Normal file
@@ -0,0 +1,133 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class OfficeWEFEAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OfficeWEFEAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public OfficeWEFEAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 6430 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 2, 3, 0 );
|
||||
ac = new AddonComponent( 2925 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 2, 2, 4 );
|
||||
ac = new AddonComponent( 2925 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 2, 1, 4 );
|
||||
ac = new AddonComponent( 2925 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 2, 0, 4 );
|
||||
ac = new AddonComponent( 2475 );
|
||||
AddComponent( ac, 2, -1, 0 );
|
||||
ac = new AddonComponent( 2475 );
|
||||
AddComponent( ac, 2, -1, 5 );
|
||||
ac = new AddonComponent( 2475 );
|
||||
AddComponent( ac, 2, -1, 10 );
|
||||
ac = new AddonComponent( 11618 );
|
||||
AddComponent( ac, 2, 2, 10 );
|
||||
ac = new AddonComponent( 7187 );
|
||||
AddComponent( ac, 2, 1, 10 );
|
||||
ac = new AddonComponent( 4633 );
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 2713 );
|
||||
AddComponent( ac, -2, -1, 0 );
|
||||
ac = new AddonComponent( 2713 );
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 2713 );
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 10650 );
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 10650 );
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 10650 );
|
||||
AddComponent( ac, -1, -2, 0 );
|
||||
ac = new AddonComponent( 6419 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 3, 3, 0 );
|
||||
ac = new AddonComponent( 6428 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 3, 2, 0 );
|
||||
ac = new AddonComponent( 6428 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 3, 0, 0 );
|
||||
ac = new AddonComponent( 6428 );
|
||||
ac.Hue = 2642;
|
||||
AddComponent( ac, 3, 1, 0 );
|
||||
ac = new AddonComponent( 4553 );
|
||||
AddComponent( ac, 3, -1, 0 );
|
||||
ac = new AddonComponent( 8793 );
|
||||
AddComponent( ac, 3, 0, 10 );
|
||||
ac = new AddonComponent( 7712 );
|
||||
AddComponent( ac, 3, 3, 10 );
|
||||
|
||||
}
|
||||
|
||||
public OfficeWEFEAddon( 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 OfficeWEFEAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new OfficeWEFEAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public OfficeWEFEAddonDeed()
|
||||
{
|
||||
Name = "OfficeWEFE";
|
||||
}
|
||||
|
||||
public OfficeWEFEAddonDeed( 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user