using System; using Server; using Server.Commands;using Server.Gumps; using Server.Network;using Server.Items;using Server.Mobiles;namespace Server.Gumps
{ public class GoldenThreadQuestGump : Gump {
public static void Initialize() {
CommandSystem.Register( "GoldenThreadQuestGump", AccessLevel.GameMaster, new CommandEventHandler( GoldenThreadQuestGump_OnCommand ) );
}
private static void GoldenThreadQuestGump_OnCommand( CommandEventArgs e )
{
e.Mobile.SendGump( new GoldenThreadQuestGump( e.Mobile ) ); }
public GoldenThreadQuestGump( 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, "Golden Thread Quest" );
//----------------------/----------------------------------------------/
AddHtml( 107, 140, 300, 230, " < BODY > " +
"Search for Scottie's attacker, a wolf
" +
"in the clearing SouthWest of Brittain.
" +
"
" +
"Kill the wolf and retrieve the 10
" +
"special threads Scottie needs to use
" +
"in order to make his special items.
" +
"
" +
"Once you have killed the wolf and
" +
"retrieved the threads, bring them back
" +
" to Scottie for the reward!
" +
"
" +
"
" +
"
" +
"
" +
"