This commit is contained in:
parent
c63a5f13fa
commit
2204d5fb86
86 changed files with 1077 additions and 257 deletions
|
|
@ -16,6 +16,7 @@ namespace Server.Items
|
|||
public ArcaneCircleScroll( int amount )
|
||||
: base( 600, 0x2D51, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public ArcaneCircleScroll( Serial serial )
|
||||
|
|
@ -50,6 +51,7 @@ namespace Server.Items
|
|||
public GiftOfRenewalScroll( int amount )
|
||||
: base( 601, 0x2D52, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public GiftOfRenewalScroll( Serial serial )
|
||||
|
|
@ -84,6 +86,7 @@ namespace Server.Items
|
|||
public ImmolatingWeaponScroll( int amount )
|
||||
: base( 602, 0x2D53, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public ImmolatingWeaponScroll( Serial serial )
|
||||
|
|
@ -118,6 +121,7 @@ namespace Server.Items
|
|||
public AttuneWeaponScroll( int amount )
|
||||
: base( 603, 0x2D54, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public AttuneWeaponScroll( Serial serial )
|
||||
|
|
@ -152,6 +156,7 @@ namespace Server.Items
|
|||
public ThunderstormScroll( int amount )
|
||||
: base( 604, 0x2D55, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public ThunderstormScroll( Serial serial )
|
||||
|
|
@ -186,6 +191,7 @@ namespace Server.Items
|
|||
public NatureFuryScroll( int amount )
|
||||
: base( 605, 0x2D56, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public NatureFuryScroll( Serial serial )
|
||||
|
|
@ -220,6 +226,7 @@ namespace Server.Items
|
|||
public SummonFeyScroll( int amount )
|
||||
: base( 606, 0x2D57, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public SummonFeyScroll( Serial serial )
|
||||
|
|
@ -254,6 +261,7 @@ namespace Server.Items
|
|||
public SummonFiendScroll( int amount )
|
||||
: base( 607, 0x2D58, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public SummonFiendScroll( Serial serial )
|
||||
|
|
@ -288,6 +296,7 @@ namespace Server.Items
|
|||
public ReaperFormScroll( int amount )
|
||||
: base( 608, 0x2D59, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public ReaperFormScroll( Serial serial )
|
||||
|
|
@ -322,6 +331,7 @@ namespace Server.Items
|
|||
public WildfireScroll( int amount )
|
||||
: base( 609, 0x2D5A, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public WildfireScroll( Serial serial )
|
||||
|
|
@ -356,6 +366,7 @@ namespace Server.Items
|
|||
public EssenceOfWindScroll( int amount )
|
||||
: base( 610, 0x2D5B, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public EssenceOfWindScroll( Serial serial )
|
||||
|
|
@ -390,6 +401,7 @@ namespace Server.Items
|
|||
public DryadAllureScroll( int amount )
|
||||
: base( 611, 0x2D5C, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public DryadAllureScroll( Serial serial )
|
||||
|
|
@ -424,6 +436,7 @@ namespace Server.Items
|
|||
public EtherealVoyageScroll( int amount )
|
||||
: base( 612, 0x2D5D, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public EtherealVoyageScroll( Serial serial )
|
||||
|
|
@ -458,6 +471,7 @@ namespace Server.Items
|
|||
public WordOfDeathScroll( int amount )
|
||||
: base( 613, 0x2D5E, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public WordOfDeathScroll( Serial serial )
|
||||
|
|
@ -492,6 +506,7 @@ namespace Server.Items
|
|||
public GiftOfLifeScroll( int amount )
|
||||
: base( 614, 0x2D5F, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public GiftOfLifeScroll( Serial serial )
|
||||
|
|
@ -526,6 +541,7 @@ namespace Server.Items
|
|||
public ArcaneEmpowermentScroll( int amount )
|
||||
: base( 615, 0x2D60, amount )
|
||||
{
|
||||
Hue = 0x8FD;
|
||||
}
|
||||
|
||||
public ArcaneEmpowermentScroll( Serial serial )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue