I fixed this script for the free shard I play on and thought i would put it out there in case other freeshard players want to use this, very simple fix. I havent read the whole thread so if someone else explained this, then my bad

The script is set for Osi and has a sub to check for OSI shards, if you do not edit this part you will be stuck in a login loop where you logg in, see server list and go back to logg in screen. To fix this I simply changes position 0,1,2 shard names to the three on my free shard i play on.
For example osi setup looks like this: sub setshard
if %shardname = Atlantic
{
set #lshard 0
set %lshardnumber 0
}
if %shardname = Lake_Superior
{
set #lshard 1
set %lshardnumber 1
}
if %shardname = Pacific
{
set #lshard 2
set %lshardnumber 2
}
Mine now looks like this:sub setshard
if %shardname = Wakened_USA_MO
{
set #lshard 0
set %lshardnumber 0
}
if %shardname = Wakened_EU_FR
{
set #lshard 1
set %lshardnumber 1
}
if %shardname = Wakened_UO_CO
Hope this helps

I play on a ML server and newest EUO 267, and works flawlessly once i got past the login loop

Great script C2, thanks

P.S. The waits you put in are huge help for free server world saves
