Variable SHARD_NAME OR SHARD_IP has not been declared
Variable SHARD_NAME OR SHARD_IP has not been declared
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
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
If I don't see it in there, add it?
Re: Variable SHARD_NAME OR SHARD_IP has not been declared
thanks. I just wanted verification.