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!

Resource icon

BoxerChat 1.5

No permission to download
-Fixed a mistake in the System Message part of the code.
-Guild messages are now displayed when the gump is closed as a System Message.
-Removed [m as a default command prefix.
-Added option to disable the chat input box completely.
-Added option to disable the entire BoxerChat system.
-Fixed the chat messages when the gump is closed, it will not work for guild messages though, but it shouldn't display messages when it's not supposed to anymore.


Replace all files, if you want to keep your settings file add these lines:
C#:
public static bool BoxerChat_Enabled = true;
public static bool Chat_Input_Gump_Enabled = true; //Enable or disable the chat input gump(Not the chat gump itself, the mini chat box under it)
Fixed a potential out of bounds error.
-Fixed default accesslevel for online list [commands.
-Added different colors for staff and players in online list
-Fixed default command prefixes to player access level
-Added option to change the weather using a command prefix without text will open the online list
-Added online list [Commands
-Added if gump is not open, it will display the message via .SendMessage
Added a simple online player list, plan to expand its functionality later. (Type any of your command prefixes with no text to access it.)
Added a simple online player list, plan to expand its functionality later. (Type any of your command prefixes with no text to access it.)
Added a simple online player list, plan to expand its functionality later. (Type any of your command prefixes with no text to access it.)
-Added minimize button that keeps track of what tab you are on.
-Fixed two warnings
Top