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!

GmToolBar :)

Mctetly

Wanderer
How about a bar for player's

Hi
I am abit confused about who to give credit to after reading all these post's, so to the people who did make this WELL DONE I love it, just was wondering as sifted through the script would it be possible to make one for player's as they seem to forget the most basic of commands available to them.

I have tried to modify the Gmtool bar but get the NOT appear in the chat window.

And i can't figure out what i should do to make the commands work.

Any help would be greatfully recieved, or has anyone done this already if so where can i find it and then stop taking these dang pills for my headache ( lol).

I will add credits to the right people when i can finish modifing this script.

i have attached a screen shot of what i get and the script modified.

your's mctetly
 

Attachments

  • Unknown_1-31_11.43.jpg
    Unknown_1-31_11.43.jpg
    56.8 KB · Views: 81
  • Player ToolBar.txt
    7.2 KB · Views: 29

Joeku

Lord
At line 109 in PlayerToolbar.txt:
Code:
					[COLOR="Red"]if ( from.AccessLevel > AccessLevel.Player )[/COLOR]					{
					Commands.Handle( from, String.Format( "{0}band", prefix ) );	
					}
					else
					{
					from.SendMessage( "NOT" );
					}
 
Top