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!

'Control Panel' Script

radsgarath

Wanderer
'Control Panel' Script

It would be great if there was some kind of ''control panel' (scrip), where you can fast set all the common changes made in most of the shard. Something Like this:

Code:
...
//server settings
server adress = "www.server.com";
server internal ip = 127.0.0.1;
server external ip = 200.00.000.1;

//player settings
statuscap = 275;
skillscap = 7000;
...



And more like these listed here : http://www.runuo.com/forums/script-support/78540-frequent-script-edit-requests.html

it can look like a idiot idea, but maybe with some heads thinking on the possibilities, it could be good.
 

Lichbane

Wanderer
Having only just started my own server, I love this idea.

Additionally, it would be great if when you modified player paramerters, it reflected in existing characters as well.
 
Additionally, it would be great if when you modified player paramerters, it reflected in existing characters as well.

you can do that currently if you set it up correctly

i.e. mynewvar = readerint; if (mynewvar < 100) mynewvar = 100;
or how ever you want that variable to be when 1st started
 

HellRazor

Knight
Hunt around, there is a script in script submissions that does exactly this. Can't remember the thread title though.
 
Top