ToT patch
This commit is contained in:
parent
fe6c18a2d4
commit
d3e95b7e53
9 changed files with 932 additions and 220 deletions
|
|
@ -361,7 +361,7 @@ namespace Server.Misc
|
|||
|
||||
PlaceItemIn( bank, 18, 124, cont );
|
||||
|
||||
if( TreasuresOfTokuno.Enabled )
|
||||
if( Core.SE )
|
||||
{
|
||||
cont = new Bag();
|
||||
cont.Hue = 0x501;
|
||||
|
|
@ -373,7 +373,7 @@ namespace Server.Misc
|
|||
PlaceItemIn( cont, 92, 80, new DragonNunchaku() );
|
||||
PlaceItemIn( cont, 42, 56, new PeasantsBokuto() );
|
||||
PlaceItemIn( cont, 44, 71, new TomeOfEnlightenment() );
|
||||
//PlaceItemIn( cont, 35, 35, new ChestOfHeirlooms() ); //Chest of Heirlooms
|
||||
PlaceItemIn( cont, 35, 35, new ChestOfHeirlooms() );
|
||||
PlaceItemIn( cont, 29, 0, new HonorableSwords() );
|
||||
PlaceItemIn( cont, 49, 85, new AncientUrn() );
|
||||
PlaceItemIn( cont, 51, 58, new FluteOfRenewal() );
|
||||
|
|
|
|||
|
|
@ -546,6 +546,13 @@ namespace Server
|
|||
|
||||
return Construct( m_WeaponTypes, m_RangedWeaponTypes, m_ArmorTypes, m_HatTypes, m_ShieldTypes, m_JewelryTypes );
|
||||
}
|
||||
|
||||
#region Chest of Heirlooms
|
||||
public static Item ChestOfHeirloomsContains()
|
||||
{
|
||||
return Construct( m_SEArmorTypes, m_SEHatTypes, m_SEWeaponTypes, m_SERangedWeaponTypes, m_JewelryTypes );
|
||||
}
|
||||
#endregion
|
||||
|
||||
public static Item RandomGem()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue