Exemple #1
0
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "An Ankh Necklace",
                Description = "Recovered from a Fallen Ranger in Hythloth",
                Line1       = "You should return the item to Shamino's statue at once!",
            };

            g.RenderString(from);
        }
Exemple #2
0
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "An Ankh Necklace",
                Description = "Recovered from a Fallen Ranger in Hythloth",
                Line1       = "You recovered the spirit of the fallen ranger in Hytloth for Shamino.",
                Line2       = "You have proven your own Spirituality in performing this solemn deed, and for that Shamino has given you the necklace."
            };

            g.RenderString(from);
        }
Exemple #3
0
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "Premium Shorn Wool",
                Description = "Given to you by Katrina",
                Line1       = "You have killed the troglodytes that were tormenting the sheep farmers.",
                Line2       = "In performing such a task for those who cannot defend themselves you have humbled yourself in their service."
            };

            g.RenderString(from);
        }
Exemple #4
0
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "A Threatening Note",
                Description = "Found at the site of the Yew Winery Break in",
                Line1       = "The note is quite disturbing. The details threaten the accused should they not steal from the Winery!",
                Line2       = "Janna will most definitely be interested in this information!"
            };

            g.RenderString(from);
        }
Exemple #5
0
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "Mariah's Illumination from the Book of Truth",
                Description = "Given for Helping Mariah Recover from the Madness of the Tetrahedron",
                Line1       = "The ornate illumination was painstakingly copied from the book of truth by Mariah.",
                Line2       = "Great care was taken to make an honest recreation from the famed Book of Truth."
            };

            g.RenderString(from);
        }
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "A Frothy Mug of Purple Ale",
                Description = "Shared by Dupre",
                Line1       = "A specialty of the Keg and Anchor, Dupre is known to enjoy a mug or two of Purple Ale.",
                Line2       = "In proving your Honor to Dupre in battle against the daemon Arcadion, he has shared this mug of ale with you."
            };

            g.RenderString(from);
        }
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "A Large Heart Embroidered on a Fluffy Pillow",
                Description = "Given by Iolo for Providing Provisions to the Children of the Poorhouse",
                Line1       = "Despite the artisan being a mere child, the embroidery work is impressive.",
                Line2       = "Provisions provided to the poorhouse went a long way to ease the suffering of those in need, a compassionate gift indeed."
            };

            g.RenderString(from);
        }
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "Recovered From a Fellowship Killer in Destard",
                Description = "Given by Geoffrey in Recognition for Valiant Efforts Against the Fellowship",
                Line1       = "The blade is in quite poor repair. clearly showing signs of its use in a fierce battle. The former owner fared far worse.",
                Line2       = "Your valiant efforts in Destard stopped the Fellowship Killers from raising an army of dragons against Britannia."
            };

            g.RenderString(from);
        }
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "A Common Barrister's Robe",
                Description = "Worn by Jaana at the Court of Truth in Yew",
                Line1       = "The robe commonly worn by those standing as barristers before the Court of Truth in Yew.",
                Line2       = "In delivering evidence against the Fellowship, you have brought Justice to those who seek to harm Britannia."
            };

            g.RenderString(from);
        }
Exemple #10
0
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = "A Vial of Julia's Blood",
                Description = "Recovered from the Site of her Death near Minoc",
                Line1       = "Julia was killed some time back by the vengeful troll G'thunk. The ground is still wet with her Sacrifice.",
                Line2       = "Her blood stands as a reminder of the sacrifice you must ultimately make to save virtue and rebuild the shrines..."
            };

            g.RenderString(from);
        }
Exemple #11
0
        public override void OnDoubleClick(Mobile from)
        {
            QuestRewardGump g = new QuestRewardGump(this, from)
            {
                Title       = Name,
                Description = "Given to you by Julia as a thanks for restoring protection to the Shrines of Britannia",
                Line1       = "The artisanship of the heavy stone rune is like nothing you have ever seen. The sigil is carved and adorned with exacting precision.",
                Line2       = "Despite the the size and heft of the stone, it is uncharacteristically easy to move."
            };

            g.RenderString(from);
        }