public YardTarget( YardWand wand, Mobile from, int itemid, int price, int page ) : base( -1, true, TargetFlags.None )
		{
			m_Wand = wand;
			m_From = from;
			m_ItemID = itemid;
			m_Price = price;
			m_Page = page;
			CheckLOS = false;
			m_Wand.page = page;
		}
		public YGSettingsGump(YardWand wand, Mobile from)
			: base( 0, 0 )
		{
			m_Wand = wand;
			string xstart = m_Wand.xstart.ToString();
			string ystart = m_Wand.ystart.ToString();
			Closable=true;
			Disposable=true;
			Dragable=true;
			Resizable=false;
			AddPage(0);
			AddBackground(0, 0, 200, 200, 9200);
			AddAlphaRegion(10, 9, 180, 180);
			AddLabel(71, 16, 0, @"Settings");
			AddBackground(46, 51, 108, 28, 0x2486);
			AddBackground(46, 91, 108, 28, 0x2486);
			AddTextEntry(50, 55, 100, 20, 0, (int)Buttons.XCoordTextBox, "X - " + xstart);
			AddTextEntry(50, 95, 100, 20, 0, (int)Buttons.YCoordTextBox, "Y - " + ystart);
			AddButton(68, 145, 238, 239, (int)Buttons.OK, GumpButtonType.Reply, 0);

		}
Example #3
0
		public Trees4(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(30, 115, 10830, 2361, (int)Buttons.Plants, GumpButtonType.Reply, 1);
			this.AddButton(30, 155, 2360, 10850, (int)Buttons.Trees, GumpButtonType.Reply, 3);
			this.AddButton(30, 195, 10810, 2362, (int)Buttons.Ground, GumpButtonType.Reply, 4);
			this.AddLabel(170, 74, 172, "Large Trees");
			this.AddButton(145, 70, 9909, 9910, (int)Buttons.Previous, GumpButtonType.Reply, 0);
//			this.AddButton(250, 70, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);

			this.AddLabel(107, 91, 537, @"Jungle 1T");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.Jungle1T, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 172, @"Leaves 1N");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.Leaves1N, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 172, @"Leaves 1O");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.Leaves1O, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 537, @"Jungle 3T");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.Jungle3T, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 172, @"Leaves 3N");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.Leaves3N, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 172, @"Leaves 3O");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.Leaves3O, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 537, @"Yew Tree T");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.YewTreeT, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 167, @"Vines 1");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.Vines1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 167, @"Vines 3");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.Vines3, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 537, @"Tree 15T");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.Tree15T, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 172, @"Leaves 15N");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.Leaves15N, GumpButtonType.Reply, 0);
/*			this.AddLabel(107, 311, 167, @"");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons., GumpButtonType.Reply, 0);
*/

			this.AddLabel(250, 91, 537, @"Jungle 2T");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.Jungle2T, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 172, @"Leaves 2N");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.Leaves2N, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 172, @"Leaves 2O");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.Leaves2O, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 537, @"Jungle 4T");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.Jungle4T, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 172, @"Leaves 4N");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.Leaves4N, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 172, @"Leaves 4O");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.Leaves4O, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 172, @"Yew Tree L");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.YewTreeL, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 167, @"Vines 2");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.Vines2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 167, @"Vines 4");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.Vines3, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 537, @"Tree 16T");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.Tree16T, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 172, @"Leaves 16N");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.Leaves16N, GumpButtonType.Reply, 0);
/*			this.AddLabel(250, 311, 167, @"");
			this.AddButton(232, 316, 5032, 5032, (int)Buttons., GumpButtonType.Reply, 0);
*/
			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
		public Stairs2(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);				//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);											//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(136, 74, 2084, 1210, 	(int) Buttons.Normal, GumpButtonType.Reply, 0);
			this.AddButton(181, 76, 2362, 2084, 	(int) Buttons.Water, GumpButtonType.Reply, 0);
			this.AddButton(226, 76, 2360, 2084, 	(int) Buttons.Lava, GumpButtonType.Reply, 0);
			this.AddButton(271, 76, 2361, 2084, 	(int) Buttons.Swamp, GumpButtonType.Reply, 0);

			this.AddButton(30, 115, 10830, 2361, (int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 2362, 10810, (int)Buttons.Ground, GumpButtonType.Reply, 0);
//			this.AddLabel(138, 74, 198, "Ground Tiles & Fences");
			this.AddButton(102, 74, 9909, 9910, (int)Buttons.Previous, GumpButtonType.Reply, 0);
			this.AddButton(287, 74, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);

			this.AddLabel(107, 91, 1150, @"W2 Block");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.Stairs1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 1150, @"W2 Stair");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.Stairs2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 1150, @"W2 Corner");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.Stairs3, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 1150, @"W2 Curved");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.Stairs4, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 1150, @"W2 Invert");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.Stairs5, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 1150, @"Wood Ramp");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.Stairs6, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 1150, @"S3 Block");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.Stairs7, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 1150, @"S3 Stair");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.Stairs8, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 1150, @"S3 Corner");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.Stairs9, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 1150, @"S3 Curved");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.Stairs10, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 1150, @"S3 Invert");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.Stairs11, GumpButtonType.Reply, 0);
			this.AddLabel(107, 311, 1150, @"S3 ICurved");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons.Stairs12, GumpButtonType.Reply, 0);

			this.AddLabel(250, 91, 1150, @"SS1 Block");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.Stairs13, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 1150, @"SS1 Stair");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.Stairs14, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 1150, @"SS1 Corner");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.Stairs15, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 1150, @"SS1 Curved");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.Stairs16, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 1150, @"SS1 Invert");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.Stairs17, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 1150, @"SS1 ICurved");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.Stairs18, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 1150, @"S4 Block");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.Stairs19, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 1150, @"S4 Stair");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.Stairs20, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 1150, @"S4 Corner");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.Stairs21, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 1150, @"S4 Curved");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.Stairs22, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 1150, @"S4 Invert");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.Stairs23, GumpButtonType.Reply, 0);
			this.AddLabel(250, 311, 1150, @"S4 ICurved");
			this.AddButton(232, 316, 5032, 5032, (int)Buttons.Stairs24, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
Example #5
0
		public Lava2(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(136, 74, 1210, 2084, 	(int) Buttons.Normal, GumpButtonType.Reply, 0);
			this.AddButton(181, 76, 2362, 2084, 	(int) Buttons.Water, GumpButtonType.Reply, 0);
			this.AddButton(226, 76, 2084, 2360, 	(int) Buttons.Lava, GumpButtonType.Reply, 0);
			this.AddButton(271, 76, 2361, 2084, 	(int) Buttons.Swamp, GumpButtonType.Reply, 0);

			this.AddButton(30, 115, 10830, 2361, (int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 2362, 10810, (int)Buttons.Ground, GumpButtonType.Reply, 0);
//			this.AddLabel(148, 74, 198, "Lava And Related");
			this.AddButton(102, 74, 9909, 9910, (int)Buttons.Previous, GumpButtonType.Reply, 0);
//			this.AddButton(295, 74, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);

			this.AddLabel(107, 91, 38, @"Lavafall East 1");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.LavafallEast1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 38, @"Lavafall East 2");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.LavafallEast2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 38, @"Lavafall East 3");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.LavafallEast3, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 38, @"Lavafall East 4");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.LavafallEast4, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 38, @"Lavafall East 5");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.LavafallEast5, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 38, @"Lavafall East 6");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.LavafallEast6, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 38, @"Lavafall East 7");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.LavafallEast7, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 38, @"Lavafall East 8");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.LavafallEast8, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 38, @"Lavafall East 9");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.LavafallEast9, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 38, @"Lavafall East 10");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.LavafallEast10, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 38, @"Lava Stagnant 1");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.LavaStagnant1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 311, 38, @"Bubble 1");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons.Bubble1, GumpButtonType.Reply, 0);

			this.AddLabel(191, 310, 38, @"Bubble 2");
			this.AddButton(173, 316, 5032, 5032, (int)Buttons.Bubble2, GumpButtonType.Reply, 0);

			this.AddLabel(250, 91, 38, @"Lavafall South 1");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.LavafallSouth1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 38, @"Lavafall South 2");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.LavafallSouth2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 38, @"Lavafall South 3");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.LavafallSouth3, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 38, @"Lavafall South 4");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.LavafallSouth4, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 38, @"Lavafall South 5");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.LavafallSouth5, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 38, @"Lavafall South 6");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.LavafallSouth6, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 38, @"Lavafall South 7");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.LavafallSouth7, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 38, @"Lavafall South 8");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.LavafallSouth8, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 38, @"Lavafall South 9");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.LavafallSouth9, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 38, @"Lavafall South 10");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.LavafallSouth10, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 38, @"Lava Stagnant 2");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.LavaStagnant2, GumpButtonType.Reply, 0);
			this.AddLabel(275, 311, 38, @"Bubble 2");
			this.AddButton(257, 316, 5032, 5032, (int)Buttons.Bubble3, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
Example #6
0
		public Trees1(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);

			this.AddHtml(86, 96, 246, 243, "<basefont color=#99AA22>This is the start of the Tree Pages.  Normal trees come in pieces, the trunk and leaves(if you want).  There are usually two types of leaves, normal and fall.  The Naming of the pages will be like this : Tree 1T, Leaves 1N, Leaves1F, Leaves 1O (If there are other types of leaves).  Larger trees (Yew tree) will come in a single item, both with and without the leaves.  These kinds will cost much more, since they are big, and contain many pieces.</basefont>", false, false);
			this.AddButton(30, 115, 10830, 2361, (int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 2360, 10850, (int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 10810, 2362, (int)Buttons.Ground, GumpButtonType.Reply, 0);
			this.AddLabel(172, 74, 172, "Trees Intro");
			this.AddButton(250, 70, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);


			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
		public GroundBase(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );

//Page 1
			this.AddPage(1);
			this.AddButton(136, 74, 1210, 2084, 	(int) Buttons.Normal, GumpButtonType.Reply, 0);
			this.AddButton(181, 76, 2362, 2084, 	(int) Buttons.Water, GumpButtonType.Reply, 0);
			this.AddButton(226, 76, 2360, 2084, 	(int) Buttons.Lava, GumpButtonType.Reply, 0);
			this.AddButton(271, 76, 2361, 2084, 	(int) Buttons.Swamp, GumpButtonType.Reply, 0);
			this.AddHtml(86, 96, 246, 243, "<basefont color=#99AA22>This is the Ground Tiles section.  Due to the mass amount of items available in this catagory, they have been split into four different catagories, accessed from the buttons above.  The buttons are color-coded : Silver = Normal, Blue = Water, Red = Lava, Green = Swamp.  Like the buttons to the side, you may press the button again to get back to this page.</basefont>", false, false);
			this.AddButton(30, 115, 10830, 2361, 	(int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 10850, 2360, 	(int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 2362, 10810, 	(int)Buttons.Ground, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1

		}
Example #8
0
		public Ground2(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);					//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);				//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);											//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(136, 74, 2084, 1210, 	(int) Buttons.Normal, GumpButtonType.Reply, 0);
			this.AddButton(181, 76, 2362, 2084, 	(int) Buttons.Water, GumpButtonType.Reply, 0);
			this.AddButton(226, 76, 2360, 2084, 	(int) Buttons.Lava, GumpButtonType.Reply, 0);
			this.AddButton(271, 76, 2361, 2084, 	(int) Buttons.Swamp, GumpButtonType.Reply, 0);

			this.AddButton(30, 115, 10830, 2361, (int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 2362, 10810, (int)Buttons.Ground, GumpButtonType.Reply, 0);
//			this.AddLabel(138, 74, 198, "Ground Tiles & Fences");
			this.AddButton(102, 74, 9909, 9910, (int)Buttons.Previous, GumpButtonType.Reply, 0);
			this.AddButton(287, 74, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);

			this.AddLabel(107, 91, 1150, @"Tall Iron Gate NW");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.TallIronGateNW, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 1150, @"Tall Iron Gate NE");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.TallIronGateNE, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 1150, @"Tall Iron Gate EN");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.TallIronGateEN, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 1150, @"Tall Iron Gate WN");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.TallIronGateWN, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 1150, @"Tall Iron Gate SE");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.TallIronGateSE, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 1150, @"Tall Iron Gate SW");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.TallIronGateSW, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 1150, @"Short Iron Gate NW");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.ShortIronGateNW, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 1150, @"Short Iron Gate NE");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.ShortIronGateNE, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 1150, @"Short Iron Gate EN");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.ShortIronGateEN, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 1150, @"Short Iron Gate WN");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.ShortIronGateWN, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 1150, @"Short Iron Gate SE");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.ShortIronGateSE, GumpButtonType.Reply, 0);
			this.AddLabel(107, 311, 1150, @"Short Iron Gate SW");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons.ShortIronGateSW, GumpButtonType.Reply, 0);

			this.AddLabel(250, 91, 1150, @"Light Wood NW");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.LightWoodNW, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 1150, @"Light Wood NE");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.LightWoodNE, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 1150, @"Light Wood EN");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.LightWoodEN, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 1150, @"Light Wood WN");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.LightWoodWN, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 1150, @"Light Wood SE");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.LightWoodSE, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 1150, @"Light Wood SW");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.LightWoodSW, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 1150, @"Dark Wood NW");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.DarkWoodNW, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 1150, @"Dark Wood NE");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.DarkWoodNE, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 1150, @"Dark Wood EN");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.DarkWoodEN, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 1150, @"Dark Wood WN");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.DarkWoodWN, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 1150, @"Dark Wood SE");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.DarkWoodSE, GumpButtonType.Reply, 0);
			this.AddLabel(250, 311, 1150, @"Dark Wood SW");
			this.AddButton(232, 316, 5032, 5032, (int)Buttons.DarkWoodSW, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
		public Plants3(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(30, 115, 2361, 10830, (int)Buttons.Plants, GumpButtonType.Reply, 1);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 3);
			this.AddButton(30, 195, 10810, 2362, (int)Buttons.Ground, GumpButtonType.Reply, 4);
			this.AddLabel(187, 74, 167, "Plants");
			this.AddButton(157, 70, 9909, 9910, (int)Buttons.Previous, GumpButtonType.Reply, 0);
			this.AddButton(239, 70, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);
			this.AddLabel(310, 70, 167, "3");

			this.AddLabel(107, 91, 167, @"Orfluer Flowers 1");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.OrfluerFlowers1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 167, @"Orfluer Flowers 2");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.OrfluerFlowers2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 167, @"Pampas Grass 1");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.PampasGrass1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 167, @"Century Plant 1");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.CenturyPlant1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 167, @"Century Plant 2");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.CenturyPlant2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 167, @"Yucca");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.Yucca, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 167, @"Pampas Grass 2");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.PampasGrass2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 167, @"Ponytail Palm");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.PonytailPalm, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 167, @"Rushes");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.Rushes, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 167, @"Small Banana Tree");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.SmallBananaTree, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 167, @"Snake Plant");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.SnakePlant, GumpButtonType.Reply, 0);
			this.AddLabel(107, 311, 167, @"Banana Tree");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons.BananaTree, GumpButtonType.Reply, 0);

			this.AddLabel(250, 91, 167, @"Fern 1");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.Fern1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 167, @"Fern 2");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.Fern2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 167, @"Fern 3");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.Fern3, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 167, @"Fern 4");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.Fern4, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 167, @"Fern 5");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.Fern5, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 167, @"Fern 6");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.Fern6, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 167, @"Spider Tree");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.SpiderTree, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 167, @"Sapling 1");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.Sapling1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 167, @"Sapling 2");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.Sapling2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 167, @"Muck");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.Muck, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 167, @"Weed");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.Weed, GumpButtonType.Reply, 0);
			this.AddLabel(250, 311, 167, @"Juniper Bush");
			this.AddButton(232, 316, 5032, 5032, (int)Buttons.JuniperBush, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
Example #10
0
		public Plants4(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;
			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(30, 115, 2361, 10830, (int)Buttons.Plants, GumpButtonType.Reply, 1);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 3);
			this.AddButton(30, 195, 10810, 2362, (int)Buttons.Ground, GumpButtonType.Reply, 4);
			this.AddLabel(187, 74, 167, "Plants");
			this.AddButton(157, 70, 9909, 9910, (int)Buttons.Previous, GumpButtonType.Reply, 0);
			this.AddButton(239, 70, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);
			this.AddLabel(310, 70, 167, "4");

			this.AddLabel(107, 91, 167, @"Water Plant");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.WaterPlant, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 167, @"Reeds");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.Reeds, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 167, @"Lilypad 1");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.Lilypad1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 167, @"Lilypad 2");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.Lilypad2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 167, @"Lilypad 3");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.Lilypad3, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 167, @"Lilypad 4");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.Lilypad4, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 167, @"Lilypad 5");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.Lilypad5, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 167, @"Lilypads");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.Lilypads, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 167, @"Pipe Cactus");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.PipeCactus, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 167, @"Cactus 1");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.Cactus1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 167, @"Cactus 2");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.Cactus2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 311, 167, @"Cactus 3");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons.Cactus3, GumpButtonType.Reply, 0);

			this.AddLabel(250, 91, 167, @"Cactus 4");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.Cactus4, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 167, @"Cactus 5");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.Cactus5, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 167, @"Cactus 6");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.Cactus6, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 167, @"Cactus 7");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.Cactus7, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 167, @"Mushrooms 1");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.Mushrooms1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 167, @"Mushrooms 2");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.Mushrooms2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 167, @"Mushrooms 3");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.Mushrooms3, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 167, @"Mushrooms 4");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.Mushrooms4, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 167, @"Mushrooms 5");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.Mushrooms5, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 167, @"Mushrooms 6");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.Mushrooms6, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 167, @"Mushrooms 7");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.Mushrooms7, GumpButtonType.Reply, 0);
			this.AddLabel(250, 311, 167, @"Mushrooms 8");
			this.AddButton(232, 316, 5032, 5032, (int)Buttons.Mushrooms8, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
Example #11
0
		public YardGump(Mobile owner, YardWand wand)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			computeGold( owner );
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, sprice + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);											//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//Page 1

			this.AddPage(1);
			this.AddHtml(86, 76, 246, 258, "<basefont color=#99AA22>Welcome to the Yard & Garden System!  Here you can purchase items for your yard.  These items can be placed while standing in your house, 10 spaces in front, 10 spaces to the side and 10 spaces behind the house.  (Can also be placed inside)  To the left are 3 buttons, each representing 3 catagories of items to be placed.  Green is plants. (Single tiled ones)  Red is trees that have both trunk and leaves.  Blue is ground tiles and fences.  Select the catagory and design away!</basefont>", false, false);
			this.AddButton(30, 115, 10830, 2361, (int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 10810, 2362, (int)Buttons.Ground, GumpButtonType.Reply, 0);
//End Page 1


		}
Example #12
0
		public Plants1(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(30, 115, 2361, 10830, (int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 10810, 2362, (int)Buttons.Ground, GumpButtonType.Reply, 0);
			this.AddLabel(187, 70, 167, "Plants");
			this.AddButton(239, 70, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);
			this.AddLabel(310, 70, 167, "1");

			this.AddLabel(107, 91, 167, @"Campion Flowers 1");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.CampionFlowers1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 167, @"Foxglove Flowers 1");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.FoxgloveFlowers1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 167, @"Orfluer Flower");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.OrfluerFlower, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 167, @"Red Poppies");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.RedPoppies, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 167, @"Campion Flowers 2");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.CampionFlowers2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 167, @"Snowdrops 1");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.Snowdrops1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 167, @"Campion Flowers 3");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.CampionFlowers3, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 167, @"Foxglove Flowers 2");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.FoxgloveFlowers2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 167, @"White Flowers 1");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.WhiteFlowers1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 167, @"White Flowers 2");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.WhiteFlowers2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 167, @"White Poppies");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.WhitePoppies, GumpButtonType.Reply, 0);
			this.AddLabel(107, 311, 167, @"Snowdrops 2");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons.Snowdrops2, GumpButtonType.Reply, 0);

			this.AddLabel(250, 91, 167, @"Blade Plant");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.BladePlant, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 167, @"Bulrushes");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.Bullrushes, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 167, @"Coconut Palm");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.CoconutPalm, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 167, @"Date Palm");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.DatePalm, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 167, @"Elephant Ear");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.ElephantEar, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 167, @"Fan Plant");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.FanPlant, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 167, @"Small Palm 1");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.SmallPalm1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 167, @"Small Palm 2");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.SmallPalm2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 167, @"Small Palm 3");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.SmallPalm3, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 167, @"Small Palm 4");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.SmallPalm4, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 167, @"Small Palm 5");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.SmallPalm5, GumpButtonType.Reply, 0);
			this.AddLabel(250, 311, 167, @"O'hii Tree");
			this.AddButton(232, 316, 5032, 5032, (int)Buttons.OhiiTree, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}
Example #13
0
		public Water1(YardWand wand, Mobile owner, int id, int p)
			: base( wand.xstart, wand.ystart )
		{
			m_Wand = wand;

			itemid = id;
			computeGold( owner );
			price = p;
			this.Closable=true;
			this.Disposable=true;
			this.Dragable=true;
			this.Resizable=false;

//Page 0
			this.AddPage(0);

			this.AddBackground(59, 55, 300, 300, 3600);					//MainGround
			this.AddBackground(34, 0, 350, 50, 3600);						//TitleGround
			this.AddBackground(385, 209, 150, 200, 3600);				//PicGround

			this.AddBackground(59, 358, 300, 50, 3600);					//PriceGround
			this.AddBackground(372, 93, 165, 50, 3600);					//PlaceGround
			this.AddBackground(372, 143, 165, 50, 3600);					//GoldGround

			this.AddButton(472, 102, 2642, 2643, (int)Buttons.Place, GumpButtonType.Reply, 0);
			this.AddLabel(398, 109, 197, "PLACE");
			this.AddItem(455, 98, 6022);										//LPGrass
			this.AddItem(489, 98, 6024);										//RPGrass

			this.AddLabel(136, 16, 68, @"Yard & Garden System");
			this.AddLabel(116, 375, 37, @"Price : ");
			this.AddLabel(166, 375, 37, price + " Gold");
			this.AddLabel(387, 160, 48, "Gold : " + TGold);

			this.AddItem(337, 110, 6019);										//TGrass
			this.AddItem(337, 155, 6019);										//BGrass
			this.AddItem(510, 183, 6024);										//FGrass
			this.AddItem(328, 190, 3317);										//TLog1
			this.AddItem(348, 195, 3318);										//TLog2
			this.AddItem(371, 221, 3319);										//TLog3
			this.AddItem(339, 354, 3316);										//BLog1
			this.AddItem(362, 338, 3315);										//BLog2

			this.AddItem(0, 8, 3497);											//LTree
			this.AddItem(330, 8, 3497);										//RTree
			this.AddItem(334, 266, 3312);										//RBVine
			this.AddItem(334, 192, 3312);										//RMVine
			this.AddItem(334, 118, 3312);										//RTVine
			this.AddItem(39, 266, 3308);										//LBVine
			this.AddItem(39, 192, 3308);										//LMVine
			this.AddItem(39, 118, 3308);										//LTVine

			this.AddItem(35, 325, 3310);										//LPVine
			this.AddItem(307, 325, 3314);										//RPVine
			this.AddButton( 490, 365, 22124, 22125, (int)Buttons.Settings, GumpButtonType.Reply, 0 );
//End Page 0
//Page 1
			this.AddPage(1);
			this.AddButton(136, 74, 1210, 2084, 	(int) Buttons.Normal, GumpButtonType.Reply, 0);
			this.AddButton(181, 76, 2084, 2362, 	(int) Buttons.Water, GumpButtonType.Reply, 0);
			this.AddButton(226, 76, 2360, 2084, 	(int) Buttons.Lava, GumpButtonType.Reply, 0);
			this.AddButton(271, 76, 2361, 2084, 	(int) Buttons.Swamp, GumpButtonType.Reply, 0);

			this.AddButton(30, 115, 10830, 2361, (int)Buttons.Plants, GumpButtonType.Reply, 0);
			this.AddButton(30, 155, 10850, 2360, (int)Buttons.Trees, GumpButtonType.Reply, 0);
			this.AddButton(30, 195, 2362, 10810, (int)Buttons.Ground, GumpButtonType.Reply, 0);
//			this.AddLabel(148, 74, 198, "Water And Related");
//			this.AddButton(109, 74, 9909, 9910, (int)Buttons.Previous, GumpButtonType.Reply, 0);
			this.AddButton(295, 74, 9903, 9904, (int)Buttons.Next, GumpButtonType.Reply, 0);

			this.AddLabel(107, 91, 198, @"Water East");
			this.AddButton(89, 96, 5032, 2361, (int)Buttons.WaterEast, GumpButtonType.Reply, 0);
			this.AddLabel(107, 111, 198, @"Water South");
			this.AddButton(89, 116, 5032, 2361, (int)Buttons.WaterSouth, GumpButtonType.Reply, 0);
			this.AddLabel(107, 131, 198, @"Water Stagnant");
			this.AddButton(89, 136, 5032, 5032, (int)Buttons.WaterStagnant, GumpButtonType.Reply, 0);
			this.AddLabel(107, 151, 198, @"Whirlpool");
			this.AddButton(89, 156, 5032, 5032, (int)Buttons.Whirlpool, GumpButtonType.Reply, 0);
			this.AddLabel(107, 171, 198, @"Waterfall E1");
			this.AddButton(89, 176, 5032, 5032, (int)Buttons.WaterfallE1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 191, 198, @"Waterfall E2");
			this.AddButton(89, 196, 5032, 5032, (int)Buttons.WaterfallE2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 211, 198, @"Waterfall E3");
			this.AddButton(89, 216, 5032, 5032, (int)Buttons.WaterfallE3, GumpButtonType.Reply, 0);
			this.AddLabel(107, 231, 198, @"Waterfall E4");
			this.AddButton(89, 236, 5032, 5032, (int)Buttons.WaterfallE4, GumpButtonType.Reply, 0);
			this.AddLabel(107, 251, 198, @"Waterfall E5");
			this.AddButton(89, 256, 5032, 5032, (int)Buttons.WaterfallE5, GumpButtonType.Reply, 0);
			this.AddLabel(107, 271, 198, @"Waterfall S1");
			this.AddButton(89, 276, 5032, 5032, (int)Buttons.WaterfallS1, GumpButtonType.Reply, 0);
			this.AddLabel(107, 291, 198, @"Waterfall S2");
			this.AddButton(89, 296, 5032, 5032, (int)Buttons.WaterfallS2, GumpButtonType.Reply, 0);
			this.AddLabel(107, 311, 198, @"Waterfall S3");
			this.AddButton(89, 316, 5032, 5032, (int)Buttons.WaterfallS3, GumpButtonType.Reply, 0);

			this.AddLabel(250, 91, 198, @"Waterfall S4");
			this.AddButton(232, 96, 5032, 5032, (int)Buttons.WaterfallS4, GumpButtonType.Reply, 0);
			this.AddLabel(250, 111, 198, @"Waterfall S5");
			this.AddButton(232, 116, 5032, 5032, (int)Buttons.WaterfallS5, GumpButtonType.Reply, 0);
			this.AddLabel(250, 131, 198, @"Large Rock E1");
			this.AddButton(232, 136, 5032, 5032, (int)Buttons.LargeRockE1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 151, 198, @"Large Rock E2");
			this.AddButton(232, 156, 5032, 5032, (int)Buttons.LargeRockE2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 171, 198, @"Large Rock S");
			this.AddButton(232, 176, 5032, 5032, (int)Buttons.LargeRockS, GumpButtonType.Reply, 0);
			this.AddLabel(250, 191, 198, @"Small Rock E1");
			this.AddButton(232, 196, 5032, 5032, (int)Buttons.SmallRockE1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 211, 198, @"Small Rock E2");
			this.AddButton(232, 216, 5032, 5032, (int)Buttons.SmallRockE2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 231, 198, @"Small Rock S1");
			this.AddButton(232, 236, 5032, 5032, (int)Buttons.SmallRockS1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 251, 198, @"Small Rock S2");
			this.AddButton(232, 256, 5032, 5032, (int)Buttons.SmallRockS2, GumpButtonType.Reply, 0);
			this.AddLabel(250, 271, 198, @"Post");
			this.AddButton(232, 276, 5032, 5032, (int)Buttons.Post, GumpButtonType.Reply, 0);
			this.AddLabel(250, 291, 198, @"Fountain 1");
			this.AddButton(232, 296, 5032, 5032, (int)Buttons.Fountain1, GumpButtonType.Reply, 0);
			this.AddLabel(250, 311, 198, @"Fountain 2");
			this.AddButton(232, 316, 5032, 5032, (int)Buttons.Fountain2, GumpButtonType.Reply, 0);

			if(id != 0)
			this.AddItem(410, 235, id);										//Choice Pic
//End Page 1
		}