Plant gump issues
http://jira.runuo.com/browse/RUNUO-12 House decay stages should pass at random intervals http://jira.runuo.com/browse/RUNUO-113 Nature's Fury cast issues http://jira.runuo.com/browse/RUNUO-114 Animal Form inaccuracies and issue with Talisman of the Fey http://jira.runuo.com/browse/RUNUO-115 BaseWaterContainer fill messages and behavior http://jira.runuo.com/browse/RUNUO-116 AdminGump filter for accounts owning houses http://jira.runuo.com/browse/RUNUO-118 Seeds should be stackable http://jira.runuo.com/browse/RUNUO-119 Typo in case of a jailbreak http://jira.runuo.com/browse/RUNUO-120 Prevent creation of invalid account names http://jira.runuo.com/browse/RUNUO-121
This commit is contained in:
parent
d2f79e93ea
commit
4cba2c8d56
18 changed files with 440 additions and 137 deletions
|
|
@ -44,19 +44,19 @@ namespace Server.Engines.Plants
|
|||
AddPlusMinus( 196, 67, system.Water );
|
||||
|
||||
AddButton( 209, 91, 0xD4, 0xD4, 7, GumpButtonType.Reply, 0 ); // Poison potion
|
||||
AddItem( 197, 91, 0xF0A );
|
||||
AddItem( 201, 91, 0xF0A );
|
||||
AddLevel( 196, 91, system.PoisonPotion );
|
||||
|
||||
AddButton( 209, 115, 0xD4, 0xD4, 8, GumpButtonType.Reply, 0 ); // Cure potion
|
||||
AddItem( 192, 115, 0xF07 );
|
||||
AddItem( 201, 115, 0xF07 );
|
||||
AddLevel( 196, 115, system.CurePotion );
|
||||
|
||||
AddButton( 209, 139, 0xD4, 0xD4, 9, GumpButtonType.Reply, 0 ); // Heal potion
|
||||
AddItem( 190, 139, 0xF0C );
|
||||
AddItem( 201, 139, 0xF0C );
|
||||
AddLevel( 196, 139, system.HealPotion );
|
||||
|
||||
AddButton( 209, 163, 0xD4, 0xD4, 10, GumpButtonType.Reply, 0 ); // Strength potion
|
||||
AddItem( 193, 163, 0xF09 );
|
||||
AddItem( 201, 163, 0xF09 );
|
||||
AddLevel( 196, 163, system.StrengthPotion );
|
||||
|
||||
AddImage( 48, 47, 0xD2 );
|
||||
|
|
@ -317,6 +317,8 @@ namespace Server.Engines.Plants
|
|||
from.SendLocalizedMessage( 1060808, "#" + m_Plant.GetLocalizedPlantStatus().ToString() ); // Target the container you wish to use to water the ~1_val~.
|
||||
}
|
||||
|
||||
from.SendGump( new MainPlantGump( m_Plant ) );
|
||||
|
||||
break;
|
||||
}
|
||||
case 7: // Poison potion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue