RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Ethereal Stone

a_QuieT_Bum

Wanderer
Ethereal Stone

Description: Its basicaly a ethereal stone that gives your players ethereals for money. With a unique gump made by me !!!!

Installation:Open the Script and Put your Shards Name in the Gump. Drop in Customs =)

 

Attachments

  • EtherealStone.zip
    2.2 KB · Views: 163

Thraxus

Sorceror
I find that blue text is somewhat hard to read on that background. Of course, it could simply be my crappy eyesight. ;)
 
Code:
public EtherealGump( Mobile owner ) : base( 0,0 )
{
owner.CloseGump( typeof( EtherealGump ) );
Are you sure it's a good idea to close the gump while you create it? (Best put it infront the from.SendGump)
But anyways, the script comes with a gmcommand to get the gump, thats cool :D
oh and either remove
ItemID = 3806;
or change [FlipableAttribute( 0xEDC, 0xEDB )] and public EtherealStone() : base( 0xEDC )
Why? Because it's useless code, depending on what you want the stone to look like. :p Just a suggestion :p
 
Top