Seems like a good idea to me.
Shouldn't be too complex.

Are you in the process of planning everything?
 
LOL @ xGOOBERx
[doublepost=1507805030][/doublepost]Po0ka,

I haven't given it much thought yet. I'm working on some other stuff.
 
ummmmm no Gorean roleplay for me thanks. But the squire system is really cool.

And no, what I meant was like the slave auction you have on your shard.

And one more thing. What script did you do to do the announcements on login. I haven't been able to find one on ServUO.

Thanks :)
 
Open that script and where you find this
"Welcome to this shard.",
"Please enjoy your stay."
You can change those lines , add more lines
how ever you would like your welcome timer to announce
 
Code:
public static void Initialize()
{
	EventSink.Login += new LoginEventHandler(EventSink_Login);
}

private static void EventSink_Login(LoginEventArgs args)
{
	...
}
 
I assume You mean in the dated section I moved comments and complete file to this thread
https://www.servuo.com/threads/welcome-gump.8260/
I posted the whole file with Our messages in it first file I uploaded had commented sections on where to add and change second complete upload there both files for it to work has Our messages in the gump fil;e You have to manauly edit them
 
Back