Currently available MegaGlest gameservers are listed on Play.MG.
nonMovableUnits = { "blacksmith", "bone_tent", "castle", "house", "valhalla", "farm", "thor_totem", "mistletoe_tree", "mead_bar", "air_pyramid", "desert_camp", "obelisk", "pyramid", "sphinx", "temple", "beehive", "big_tent", "campfire", "horse_farm", "main_teepee", "reed", "round_tent", "tent", "totem" } function isMovableUnit(value) local isMovable=1 for i = 1, #nonMovableUnits do if value == nonMovableUnits[i] then isMovable = 0 break end end return isMovable end