Page 1 of 1
Variable SHARD_NAME OR SHARD_IP has not been declared
Posted: Tue Mar 18, 2014 2:06 pm
by Zaksmeer
I am getting this error, and the only thing I can think of to do is manually insert this information into the scripts by editing them. Or is there an easier way?
Re: Variable SHARD_NAME OR SHARD_IP has not been declared
Posted: Tue Mar 18, 2014 2:46 pm
by RusseL
Open modules/uo.em with text editor and add
Code: Select all
const SHARD_IP := yourip;
const SHARD_NAME := shardname;
Re: Variable SHARD_NAME OR SHARD_IP has not been declared
Posted: Tue Mar 18, 2014 3:03 pm
by Zaksmeer
If I don't see it in there, add it?
Re: Variable SHARD_NAME OR SHARD_IP has not been declared
Posted: Tue Mar 18, 2014 6:02 pm
by Ullr
Correct
Re: Variable SHARD_NAME OR SHARD_IP has not been declared
Posted: Tue Mar 18, 2014 6:38 pm
by Zaksmeer
thanks. I just wanted verification.