using System;
using Server;
using Server.Commands;
using Server.Gumps;
using Server.Network;
using Server.Items;
using Server.Mobiles;
namespace Server.Gumps
{
public class DanteQuestGump : Gump
{
public static void Initialize()
{
CommandSystem.Register("DanteQuestGump", AccessLevel.GameMaster, new CommandEventHandler(DanteQuestGump_OnCommand));
}
private static void DanteQuestGump_OnCommand(CommandEventArgs e)
{
e.Mobile.SendGump(new DanteQuestGump(e.Mobile));
}
public DanteQuestGump(Mobile owner) : base(50, 50)
{
//----------------------------------------------------------------------------------------------------
AddPage(0); AddImageTiled(54, 33, 369, 400, 2624); AddAlphaRegion(54, 33, 369, 400); AddImageTiled(416, 39, 44, 389, 203);
//--------------------------------------Window size bar--------------------------------------------
AddImage(97, 49, 9005); AddImageTiled(58, 39, 29, 390, 10460); AddImageTiled(412, 37, 31, 389, 10460);
AddLabel(140, 60, 0x34, "The Stolen Inks");
//----------------------/----------------------------------------------/
AddHtml(107, 140, 300, 230, " < BODY > " +
"Greetings Traveler.
" +
"Sorry to bother you but I need a little help.
" +
"I was robbed of my inks and need them to finish illustrating my book.
" +
"You see I have just returned from the underworld and am writing a book about my adventures there.
" +
"If you could find them and bring some of them back,
" +
"bring five inks and, I'll reward you with some
" +
"jewelry I found, I have three different pieces.Drop the inks on your player to stack them.
" +
"Last I saw my inks was right before I was attacked by some brigands outside of Cove.
" +
"That will teach me teach me to travel in unguarded.
" +
"
" +
"