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!

Login/Logout/New Player Broadcast

Orbit Storm

Sorceror
These Login/Logout Broadcast scripts have been released dozens of times over the years. This one however, will broadcast when a new player logs in for the first time. Some folks may find this useful. ;)

Special thanks to Tabain for providing the correct EventSink!

All credit for this script goes to the original author, Mordero. Installation is a simple drag n' drop into your Custom Scripts folder.

You can customize the New Player Login message on line 24:
private readonly static string m_NewPlayerMessage = "Welcome the newest member of our shard, {0}!"; //New Player Message

You can also change the red hue to another color of your choice, on line 25.
private readonly static int m_NewPlayerHue = 33; //New Player Message Hue

You can of course, make edits to the basic Login/Logout messages and hues, as well. Enjoy!
 

Attachments

  • LoginBroadcast.cs
    3.8 KB · Views: 204
just like he said ther /* lines here
# *
*/
to here have # starting i just deleated the #'s in the first 10 lines or so worked on my ORb (2.2) server with no errors droped into customs reload wam bam thank you mam
 
Top