Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
221
Scripts/Scripts-master/Addons2/trambritbankAddon.cs
Normal file
221
Scripts/Scripts-master/Addons2/trambritbankAddon.cs
Normal file
@@ -0,0 +1,221 @@
|
||||
|
||||
////////////////////////////////////////
|
||||
// //
|
||||
// Generated by CEO's YAAAG - V1.2 //
|
||||
// (Yet Another Arya Addon Generator) //
|
||||
// //
|
||||
////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class trambritbankAddon : BaseAddon
|
||||
{
|
||||
private static int[,] m_AddOnSimpleComponents = new int[,] {
|
||||
{6013, -8, -8, 0}, {6013, -8, -7, 0}, {6013, -7, -8, 0}// 1 2 3
|
||||
, {6013, -7, -7, 0}, {6013, -6, -8, 0}, {6013, -6, -7, 0}// 4 5 6
|
||||
, {6013, -5, -8, 0}, {6013, -5, -7, 0}, {6013, -4, -8, 0}// 7 8 9
|
||||
, {6013, -4, -7, 0}, {6013, -3, -8, 0}, {6013, -3, -7, 0}// 10 11 12
|
||||
, {6013, -2, -8, 0}, {6013, -2, -7, 0}, {6013, -1, -8, 0}// 13 14 15
|
||||
, {6013, -1, -7, 0}, {3379, -5, -8, 0}, {6013, -8, -6, 0}// 16 17 18
|
||||
, {6013, -8, -5, 0}, {6013, -8, -4, 0}, {6013, -8, -3, 0}// 19 20 21
|
||||
, {6013, -8, -2, 0}, {6013, -8, -1, 0}, {6013, -7, -6, 0}// 22 23 24
|
||||
, {6013, -7, -5, 0}, {6013, -7, -4, 0}, {6013, -7, -3, 0}// 25 26 27
|
||||
, {6013, -7, -2, 0}, {6013, -7, -1, 0}, {6013, -6, -6, 0}// 28 29 30
|
||||
, {6013, -6, -5, 0}, {6013, -6, -4, 0}, {6013, -6, -3, 0}// 31 32 33
|
||||
, {6013, -6, -2, 0}, {6013, -6, -1, 0}, {6013, -5, -6, 0}// 34 35 36
|
||||
, {6013, -5, -5, 0}, {6013, -5, -4, 0}, {6013, -5, -3, 0}// 37 38 39
|
||||
, {6013, -5, -2, 0}, {6013, -5, -1, 0}, {6013, -4, -6, 0}// 40 41 42
|
||||
, {6013, -4, -5, 0}, {6013, -4, -4, 0}, {6013, -4, -3, 0}// 43 44 45
|
||||
, {6013, -4, -2, 0}, {6013, -4, -1, 0}, {6013, -3, -6, 0}// 46 47 48
|
||||
, {6013, -3, -5, 0}, {6013, -3, -4, 0}, {6013, -3, -3, 0}// 49 50 51
|
||||
, {6013, -3, -2, 0}, {6013, -3, -1, 0}, {6013, -2, -6, 0}// 52 53 54
|
||||
, {6013, -2, -5, 0}, {6013, -2, -4, 0}, {6013, -2, -3, 0}// 55 56 57
|
||||
, {6013, -2, -2, 0}, {6013, -2, -1, 0}, {6013, -1, -6, 0}// 58 59 60
|
||||
, {6013, -1, -5, 0}, {6013, -1, -4, 0}, {6013, -1, -3, 0}// 61 62 63
|
||||
, {6013, -1, -1, 0}, {6013, -8, 0, 0}, {6013, -8, 1, 0}// 64 65 66
|
||||
, {6013, -8, 2, 0}, {6013, -8, 3, 0}, {6013, -7, 0, 0}// 67 68 69
|
||||
, {6013, -7, 1, 0}, {6013, -7, 2, 0}, {6013, -7, 3, 0}// 70 71 72
|
||||
, {6013, -6, 0, 0}, {6013, -6, 1, 0}, {6013, -6, 2, 0}// 73 74 75
|
||||
, {6013, -6, 3, 0}, {6013, -5, 0, 0}, {6013, -5, 1, 0}// 76 77 78
|
||||
, {6013, -5, 2, 0}, {6013, -5, 3, 0}, {6013, -4, 0, 0}// 79 80 81
|
||||
, {6013, -4, 1, 0}, {6013, -4, 2, 0}, {6013, -4, 3, 0}// 82 83 84
|
||||
, {6013, -3, 0, 0}, {6013, -3, 1, 0}, {6013, -3, 2, 0}// 85 86 87
|
||||
, {6013, -3, 3, 0}, {6013, -2, 0, 0}, {6013, -2, 1, 0}// 88 89 90
|
||||
, {6013, -2, 2, 0}, {6013, -2, 3, 0}, {6013, -1, 0, 0}// 91 92 93
|
||||
, {6013, -1, 1, 0}, {6013, -1, 2, 0}, {6013, -1, 3, 0}// 94 95 96
|
||||
, {6013, 0, 0, 0}, {6013, 0, 1, 0}, {6013, 0, 2, 0}// 97 98 99
|
||||
, {6013, 0, 3, 0}, {6013, 1, 0, 0}, {6013, 1, 1, 0}// 100 101 102
|
||||
, {6013, 1, 2, 0}, {6013, 1, 3, 0}, {6013, -8, 4, 0}// 103 104 105
|
||||
, {6013, -8, 5, 0}, {6013, -8, 6, 0}, {6013, -8, 7, 0}// 106 107 108
|
||||
, {6013, -8, 8, 0}, {6013, -7, 4, 0}, {6013, -7, 5, 0}// 109 110 111
|
||||
, {6013, -7, 6, 0}, {6013, -7, 7, 0}, {6013, -7, 8, 0}// 112 113 114
|
||||
, {6013, -6, 4, 0}, {6013, -6, 5, 0}, {6013, -6, 6, 0}// 115 116 117
|
||||
, {6013, -6, 7, 0}, {6013, -6, 8, 0}, {6013, -5, 4, 0}// 118 119 120
|
||||
, {6013, -5, 5, 0}, {6013, -5, 6, 0}, {6013, -5, 7, 0}// 121 122 123
|
||||
, {6013, -5, 8, 0}, {6013, -4, 4, 0}, {6013, -4, 5, 0}// 124 125 126
|
||||
, {6013, -4, 6, 0}, {6013, -4, 7, 0}, {6013, -4, 8, 0}// 127 128 129
|
||||
, {6013, -3, 4, 0}, {6013, -3, 5, 0}, {6013, -3, 6, 0}// 130 131 132
|
||||
, {6013, -3, 7, 0}, {6013, -3, 8, 0}, {6013, -2, 4, 0}// 133 134 135
|
||||
, {6013, -2, 5, 0}, {6013, -2, 6, 0}, {6013, -2, 7, 0}// 136 137 138
|
||||
, {6013, -2, 8, 0}, {6013, -1, 4, 0}, {6013, -1, 5, 0}// 139 140 141
|
||||
, {6013, -1, 6, 0}, {6013, -1, 7, 0}, {6013, -1, 8, 0}// 142 143 144
|
||||
, {6013, 0, 4, 0}, {6013, 0, 5, 0}, {6013, 0, 6, 0}// 145 146 147
|
||||
, {6013, 0, 7, 0}, {6013, 0, 8, 0}, {6013, 1, 4, 0}// 148 149 150
|
||||
, {6013, 1, 5, 0}, {6013, 1, 6, 0}, {6013, 1, 7, 0}// 151 152 153
|
||||
, {6013, 1, 8, 0}, {3484, -7, 5, 0}, {3486, -6, 6, 10}// 154 155 156
|
||||
, {3379, -7, 5, 0}, {3208, -6, 6, 0}, {6059, -7, -1, 0}// 157 158 160
|
||||
, {6059, -6, 0, 0}, {6059, -5, 1, 0}, {6051, -5, 2, 0}// 161 162 163
|
||||
, {6057, -4, 2, 0}, {6057, -5, 0, 0}, {6057, -6, -1, 0}// 164 165 166
|
||||
, {6057, -7, -2, 0}, {6057, -8, -3, 0}, {6056, -6, 1, 0}// 167 168 169
|
||||
, {6056, -7, 0, 0}, {6053, -8, -4, 0}, {6053, -7, -3, 0}// 170 171 172
|
||||
, {6053, -6, -2, 0}, {6053, -5, -1, 0}, {6059, -8, -2, 0}// 173 174 175
|
||||
, {6064, -8, -1, 0}, {6046, -4, 1, 0}, {6053, -4, 0, 0}// 176 177 178
|
||||
, {6047, -3, 2, 0}, {6048, -2, 2, 0}, {6047, -1, 2, 0}// 179 180 181
|
||||
, {6057, 0, 3, 0}, {6057, 1, 4, 0}, {6053, 1, 3, 0}// 182 183 184
|
||||
, {6053, 0, 2, 0}, {6059, -4, 5, 0}, {6059, -3, 6, 0}// 185 186 187
|
||||
, {6060, -3, 7, 0}, {6059, -3, 8, 0}, {6052, -5, 3, 0}// 188 189 190
|
||||
, {6051, -5, 4, 0}, {6056, -5, 5, 0}, {6056, -4, 6, 0}// 191 192 193
|
||||
, {6056, -4, 8, 0}, {6054, -4, 7, 0}, {6039, -4, 3, 0}// 194 195 196
|
||||
, {6039, -4, 4, 0}, {6039, -3, 5, 0}, {6039, -3, 4, 0}// 197 198 199
|
||||
, {6039, -3, 3, 0}, {6039, -2, 3, 0}, {6039, -1, 3, 0}// 200 201 202
|
||||
, {6039, 0, 4, 0}, {6039, -2, 8, 0}, {6039, -2, 7, 0}// 203 204 205
|
||||
, {6039, -2, 4, 0}, {6039, -1, 4, 0}, {6039, -2, 5, 0}// 206 207 208
|
||||
, {6039, -1, 5, 0}, {6039, 0, 5, 0}, {6039, 1, 5, 0}// 209 210 211
|
||||
, {6039, 1, 8, 0}, {6039, 0, 8, 0}, {6039, -1, 8, 0}// 212 213 214
|
||||
, {6039, -2, 6, 0}, {6039, -1, 7, 0}, {6039, 0, 7, 0}// 215 216 217
|
||||
, {6039, 1, 7, 0}, {6039, 1, 6, 0}, {6039, 0, 6, 0}// 218 219 220
|
||||
, {6039, -1, 6, 0}, {6013, -1, -2, 0}, {3219, -6, -2, 0}// 221 222 223
|
||||
, {3219, -4, 7, 0}, {3209, -3, -1, 0}, {3208, -4, -1, 9}// 224 225 226
|
||||
, {3262, -2, -2, 0}, {6809, -4, -1, 0}, {6810, -1, -3, 6}// 227 228 229
|
||||
, {6811, -2, -2, 8}, {3204, -2, -6, 0}, {3223, -3, -1, 4}// 230 231 232
|
||||
, {3223, -1, -4, 4}, {3127, -4, -1, 11}, {3144, -3, 1, 0}// 233 234 235
|
||||
, {3144, -2, 2, 0}, {3144, 0, 2, 0}, {3149, -6, 6, 0}// 236 237 238
|
||||
, {3149, -1, -6, 0}, {3149, -7, 1, 0}, {3208, -3, 7, 6}// 239 240 241
|
||||
, {4967, -5, 3, 0}, {4970, -2, 2, 0}, {4973, -4, 8, 0}// 242 243 244
|
||||
, {4973, 1, 3, 0}, {6013, 2, 0, 0}, {6013, 2, 1, 0}// 245 246 247
|
||||
, {6013, 2, 2, 0}, {6013, 2, 3, 0}, {6013, 3, 0, 0}// 248 249 250
|
||||
, {6013, 3, 1, 0}, {6013, 3, 2, 0}, {6013, 3, 3, 0}// 251 252 253
|
||||
, {6013, 4, 0, 0}, {6013, 4, 1, 0}, {6013, 4, 2, 0}// 254 255 256
|
||||
, {6013, 4, 3, 0}, {6013, 5, 0, 0}, {6013, 5, 1, 0}// 257 258 259
|
||||
, {6013, 5, 2, 0}, {6013, 5, 3, 0}, {6013, 6, 0, 0}// 260 261 262
|
||||
, {6013, 6, 1, 0}, {6013, 6, 2, 0}, {6013, 6, 3, 0}// 263 264 265
|
||||
, {6013, 2, 4, 0}, {6013, 2, 5, 0}, {6013, 2, 6, 0}// 266 267 268
|
||||
, {6013, 2, 7, 0}, {6013, 2, 8, 0}, {6013, 3, 4, 0}// 269 270 271
|
||||
, {6013, 3, 5, 0}, {6013, 3, 6, 0}, {6013, 3, 7, 0}// 272 273 274
|
||||
, {6013, 3, 8, 0}, {6013, 4, 4, 0}, {6013, 4, 5, 0}// 275 276 277
|
||||
, {6013, 4, 6, 0}, {6013, 4, 7, 0}, {6013, 4, 8, 0}// 278 279 280
|
||||
, {6013, 5, 4, 0}, {6013, 5, 5, 0}, {6013, 5, 6, 0}// 281 282 283
|
||||
, {6013, 5, 7, 0}, {6013, 5, 8, 0}, {6013, 6, 4, 0}// 284 285 286
|
||||
, {6013, 6, 5, 0}, {6013, 6, 6, 0}, {6013, 6, 7, 0}// 287 288 289
|
||||
, {6013, 6, 8, 0}, {6013, 7, 4, 0}, {6013, 7, 5, 0}// 290 291 292
|
||||
, {6013, 7, 6, 0}, {6013, 7, 7, 0}, {6013, 7, 8, 0}// 293 294 295
|
||||
, {6013, 8, 4, 0}, {6013, 8, 5, 0}, {6013, 8, 6, 0}// 296 297 298
|
||||
, {6013, 8, 7, 0}, {6013, 8, 8, 0}, {3476, 7, 5, 0}// 299 300 301
|
||||
, {3478, 7, 5, 0}, {3379, 7, 5, 0}, {3208, 8, 6, 0}// 302 303 304
|
||||
, {6057, 2, 5, 0}, {6057, 3, 6, 0}, {6057, 4, 8, 0}// 306 307 308
|
||||
, {6053, 2, 4, 0}, {6053, 3, 5, 0}, {6046, 4, 7, 0}// 309 310 311
|
||||
, {6053, 4, 6, 0}, {6053, 5, 8, 0}, {6039, 2, 6, 0}// 312 313 314
|
||||
, {6039, 3, 8, 0}, {6039, 2, 8, 0}, {6039, 3, 7, 0}// 315 316 317
|
||||
, {6039, 2, 7, 0}, {3219, 4, 7, 0}, {3149, 7, 6, 0}// 318 319 320
|
||||
, {4965, 3, 6, 0}, {4967, 3, 5, 0}// 321 322
|
||||
};
|
||||
|
||||
|
||||
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new trambritbankAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public trambritbankAddon()
|
||||
{
|
||||
|
||||
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, 10296, -6, 6, 26, 1328, -1, "", 1);// 159
|
||||
AddComplexComponent( (BaseAddon) this, 10296, 8, 6, 7, 2976, -1, "", 1);// 305
|
||||
|
||||
}
|
||||
|
||||
public trambritbankAddon( 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 trambritbankAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new trambritbankAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public trambritbankAddonDeed()
|
||||
{
|
||||
Name = "trambritbank";
|
||||
}
|
||||
|
||||
public trambritbankAddonDeed( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( 0 ); // Version
|
||||
}
|
||||
|
||||
public override void Deserialize( GenericReader reader )
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user