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!

Website Stone

mikefrisk

Wanderer
Website Stone

This is a simple script i created, I couldnt find a webstone, im sure there is one. But thought i would share this anyway.

Prety much just a stone, that when you double click it, it takes you to a website..

Just change this line:
Code:
      public override void OnDoubleClick( Mobile from ) 
      { 
      from.LaunchBrowser( "http://Aoc.MichaelFrisk.com" );//Edit Website Here

To something like:
Code:
      public override void OnDoubleClick( Mobile from ) 
      { 
      from.LaunchBrowser( "http://Yourshardsite.com" );//Edit Website Here

Just put your website where it says ");//Edit Website Here"

Thats it.. have fun.
 

Attachments

  • WebStone.cs
    873 bytes · Views: 206

aleon

Wanderer
yeah why do people dont search then just write some stuff for what =? Nothing ...

Well thanks for the re-post :)
 
Top