public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Better Homes And Gardens", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Architect")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Bears And Deer", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Furtrader")));
                    }
                }
            }
Exemple #3
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Island of Dracula", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "NecroGreeter")));
                    }
                }
            }
Exemple #4
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Camping Tent", SpeechFunctions.SpeechText(m_Mobile.Name, m_Mobile.Name, "CampTent")));
                    }
                }
            }
Exemple #5
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Guild Of Assassins", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Xardok")));
                    }
                }
            }
Exemple #6
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Seeking Brave Sailors", SpeechFunctions.SpeechText(m_Mobile.Name, m_Mobile.Name, "FishQuestBoard")));
                    }
                }
            }
Exemple #7
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Surely You Jest", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Jester")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Animal Companions", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Pets")));
                    }
                }
            }
Exemple #9
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Copper and Silver Coins", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Banker")));
                    }
                }
            }
Exemple #10
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Fish In A Barrel", SpeechFunctions.SpeechText(m_Mobile.Name, m_Mobile.Name, "Aquarium")));
                    }
                }
            }
Exemple #11
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Legacy of Frankenstein", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Frankenstein")));
                    }
                }
            }
Exemple #12
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Message Deliveries", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Courier")));
                    }
                }
            }
Exemple #13
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Sailing Carthax Lake", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Devon")));
                    }
                }
            }
Exemple #14
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("A Sip And A Taste", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Alchemist")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Enhancing Items", SpeechFunctions.SpeechText(m_Mobile.Name, m_Mobile.Name, "EnhanceJewels")));
                    }
                }
            }
Exemple #16
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Right Survival Gear", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Provisioner")));
                    }
                }
            }
Exemple #17
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Knocking The Dents Out", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Blacksmith")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Hunt For Relics", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Variety")));
                    }
                }
            }
Exemple #19
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Fruits of Labor", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Farmer")));
                    }
                }
            }
Exemple #20
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Portraits of Adventurers", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Painter")));
                    }
                }
            }
Exemple #21
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Herbs And Spices", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Herbalist")));
                    }
                }
            }
Exemple #22
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Altering Cloaks And Robes", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Tailor")));
                    }
                }
            }
Exemple #23
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("When The Bow Breaks", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Bowyer")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Seeking Higher Knowledge", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Powerscroll")));
                    }
                }
            }
Exemple #25
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Weapon Repairs", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Weaponsmith")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("X Marks The Spot", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Mapmaker")));
                    }
                }
            }
Exemple #27
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Art Of Thievery", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Thief")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("The Shaping of Stone", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Stonecrafter")));
                    }
                }
            }
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Thou Art Going To Get Hurt", SpeechFunctions.SpeechText(m_Giver.Name, m_Mobile.Name, "Healer")));
                    }
                }
            }
Exemple #30
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    if (!mobile.HasGump(typeof(SpeechGump)))
                    {
                        mobile.SendGump(new SpeechGump("Rusty Gold", SpeechFunctions.SpeechText(m_Mobile.Name, m_Mobile.Name, "ScrapMetal")));
                    }
                }
            }