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!

Toggling Auto Account

Celestria

Wanderer
Toggling Auto Account

To turn auto account on and off
go to scripts\accounting\AccountHandler.cs

in line 14 you will find a code that looks like this

Code:
		private static bool AutoAccountCreation = true;

if you want auto account on it should say true
if you want auto account off it should say false
remeber do not capitalize true or false or it will not work.
 
Top