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!

Depositing items in players bank

Karmageddon

Sorceror
Depositing items in players bank

This is a very simple edit to do. If you want to have items dropped into a player bank without activating Test Center.
First open your CharacterCreation.cs which is in Scripts/Misc. Find line 645(in an unedited file). It will look like this:
Code:
if( TestCenter.Enabled )
Just comment the line out like this:
Code:
//if( TestCenter.Enabled )
Then restart your server and all the items listed will drop into the players bank when they start.
 
Top