178 lines
No EOL
6.7 KiB
C#
178 lines
No EOL
6.7 KiB
C#
using System;
|
|
using Server.Network;
|
|
using Server.Gumps;
|
|
using Server.Regions;
|
|
|
|
namespace Server.Items
|
|
{
|
|
public class SOS : Item
|
|
{
|
|
public override int LabelNumber
|
|
{
|
|
get
|
|
{
|
|
if ( IsAncient )
|
|
return 1063450; // an ancient SOS
|
|
|
|
return 1041081; // a waterstained SOS
|
|
}
|
|
}
|
|
|
|
private Point3D m_TargetLocation;
|
|
private int m_MessageIndex;
|
|
|
|
[CommandProperty( AccessLevel.GameMaster )]
|
|
public bool IsAncient
|
|
{
|
|
get{ return ( m_Level >= 4 ); }
|
|
}
|
|
|
|
private int m_Level;
|
|
|
|
[CommandProperty( AccessLevel.GameMaster )]
|
|
public int Level
|
|
{
|
|
get { return m_Level; }
|
|
set { m_Level = value; InvalidateProperties(); }
|
|
}
|
|
|
|
[CommandProperty( AccessLevel.GameMaster )]
|
|
public Point3D TargetLocation
|
|
{
|
|
get{ return m_TargetLocation; }
|
|
set{ m_TargetLocation = value; }
|
|
}
|
|
|
|
[CommandProperty( AccessLevel.GameMaster )]
|
|
public int MessageIndex
|
|
{
|
|
get{ return m_MessageIndex; }
|
|
set{ m_MessageIndex = value; }
|
|
}
|
|
|
|
public void UpdateHue()
|
|
{
|
|
if ( IsAncient )
|
|
Hue = 0x481;
|
|
else
|
|
Hue = 0;
|
|
}
|
|
|
|
[Constructable]
|
|
public SOS() : this( MessageInABottle.GetRandomLevel() )
|
|
{
|
|
}
|
|
|
|
[Constructable]
|
|
public SOS( int level ) : base( 0x14ED )
|
|
{
|
|
Weight = 1.0;
|
|
|
|
m_Level = level;
|
|
m_MessageIndex = Utility.Random( MessageEntry.Entries.Length );
|
|
m_TargetLocation = BaseRegion.GetOceanSpot();
|
|
|
|
UpdateHue();
|
|
}
|
|
|
|
public SOS( Serial serial ) : base( serial )
|
|
{
|
|
}
|
|
|
|
public override void Serialize( GenericWriter writer )
|
|
{
|
|
base.Serialize( writer );
|
|
writer.Write( (int) 4 ); // version
|
|
writer.Write( m_Level );
|
|
writer.Write( m_TargetLocation );
|
|
writer.Write( m_MessageIndex );
|
|
}
|
|
|
|
public override void Deserialize( GenericReader reader )
|
|
{
|
|
base.Deserialize( reader );
|
|
int version = reader.ReadInt();
|
|
m_Level = reader.ReadInt();
|
|
m_TargetLocation = reader.ReadPoint3D();
|
|
m_MessageIndex = reader.ReadInt();
|
|
}
|
|
|
|
public override void OnDoubleClick( Mobile from )
|
|
{
|
|
if ( IsChildOf( from.Backpack ) )
|
|
{
|
|
MessageEntry entry;
|
|
|
|
if ( m_MessageIndex >= 0 && m_MessageIndex < MessageEntry.Entries.Length )
|
|
entry = MessageEntry.Entries[m_MessageIndex];
|
|
else
|
|
entry = MessageEntry.Entries[m_MessageIndex = Utility.Random( MessageEntry.Entries.Length )];
|
|
|
|
from.CloseGump( typeof( MessageGump ) );
|
|
from.SendGump( new MessageGump( entry, m_TargetLocation ) );
|
|
}
|
|
else
|
|
{
|
|
from.SendLocalizedMessage( 1042001 ); // That must be in your pack for you to use it.
|
|
}
|
|
}
|
|
|
|
private class MessageGump : Gump
|
|
{
|
|
public MessageGump( MessageEntry entry, Point3D loc ) : base( (640 - entry.Width) / 2, (480 - entry.Height) / 2 )
|
|
{
|
|
int xLong = 0, yLat = 0;
|
|
int xMins = 0, yMins = 0;
|
|
bool xEast = false, ySouth = false;
|
|
string fmt;
|
|
|
|
if ( Sextant.Format( loc, Map.Britannia, ref xLong, ref yLat, ref xMins, ref yMins, ref xEast, ref ySouth ) )
|
|
fmt = String.Format( "{0}°{1}'{2},{3}°{4}'{5}", yLat, yMins, ySouth ? "S" : "N", xLong, xMins, xEast ? "E" : "W" );
|
|
else
|
|
fmt = "?????";
|
|
|
|
AddPage( 0 );
|
|
AddBackground( 0, 0, entry.Width, entry.Height, 2520 );
|
|
AddHtml( 38, 38, entry.Width - 83, entry.Height - 86, String.Format( entry.Message, fmt ), false, false );
|
|
}
|
|
}
|
|
|
|
private class MessageEntry
|
|
{
|
|
private int m_Width, m_Height;
|
|
private string m_Message;
|
|
|
|
public int Width{ get{ return m_Width; } }
|
|
public int Height{ get{ return m_Height; } }
|
|
public string Message{ get{ return m_Message; } }
|
|
|
|
public MessageEntry( int width, int height, string message )
|
|
{
|
|
m_Width = width;
|
|
m_Height = height;
|
|
m_Message = message;
|
|
}
|
|
|
|
private static MessageEntry[] m_Entries = new MessageEntry[]
|
|
{
|
|
new MessageEntry( 280, 180, "...Ar! {0} and a fair wind! No chance... storms, though--ar! Is that a sea serp...<br><br>uh oh." ),
|
|
new MessageEntry( 280, 215, "...been inside this whale for three days now. I've run out of food I can pick out of his teeth. I took a sextant reading through the blowhole: {0}. I'll never see my treasure again..." ),
|
|
new MessageEntry( 280, 285, "...grand adventure! Captain Quacklebush had me swab down the decks daily...<br> ...pirates came, I was in the rigging practicing with my sextant. {0} if I am not mistaken...<br> ....scuttled the ship, and our precious cargo went with her and the screaming pirates, down to the bottom of the sea..." ),
|
|
new MessageEntry( 280, 180, "Help! Ship going dow...n heavy storms...precious cargo...st reach dest...current coordinates {0}...ve any survivors... ease!" ),
|
|
new MessageEntry( 280, 215, "...know that the wreck is near {0} but have not found it. Could the message passed down in my family for generations be wrong? No... I swear on the soul of my grandfather, I will find..." ),
|
|
new MessageEntry( 280, 195, "...never expected an iceberg...silly woman on bow crushed instantly...send help to {0}...ey'll never forget the tragedy of the sinking of the Miniscule..." ),
|
|
new MessageEntry( 280, 265, "...nobody knew I was a girl. They just assumed I was another sailor...then we met the undine. {0}. It was demanded sacrifice...I was youngset, they figured...<br> ...grabbed the captain's treasure, screamed, 'It'll go down with me!'<br> ...they took me up on it." ),
|
|
new MessageEntry( 280, 230, "...so I threw the treasure overboard, before the curse could get me too. But I was too late. Now I am doomed to wander these seas, a ghost forever. Join me: seek ye at {0} if thou wishest my company..." ),
|
|
new MessageEntry( 280, 285, "...then the ship exploded. A dragon swooped by. The slime swallowed Bertie whole--he screamed, it was amazing. The sky glowed orange. A sextant reading put us at {0}. Norma was chattering about sailing over the edge of the world. I looked at my hands and saw through them..." ),
|
|
new MessageEntry( 280, 285, "...trapped on a deserted island, with a magic fountain supplying wood, fresh water springs, gorgeous scenery, and my lovely young wife. I know the ship with all our life's earnings sank at {0} but I don't know what our coordinates are... someone has GOT to rescue me before Sunday's finals game or I'll go mad..." ),
|
|
new MessageEntry( 280, 160, "WANTED: divers exp...d in shipwre...overy. Must have own vess...pply at {0}<br>...good benefits, flexible hours..." ),
|
|
new MessageEntry( 280, 250, "...was a cad and a boor, no matter what momma s...rew him overboard! Oh, Anna, 'twas so exciting!<br> Unfort...y he grabbe...est, and all his riches went with him!<br> ...sked the captain, and he says we're at {0}<br>...so maybe..." )
|
|
};
|
|
|
|
public static MessageEntry[] Entries
|
|
{
|
|
get{ return m_Entries; }
|
|
}
|
|
}
|
|
}
|
|
} |