There is a "
;" missing at the end of the line in the /quests/guildlobby/player.pl
Try that and see if it works.
	Code:
	} else {
				$guildinstance = quest::CreateInstance("guildhall", 1, 86400);
				quest::AssignToInstance($guildinstance); 
				quest::setglobal("ginstance$uguild_id",$guildinstance,7,"H25");
				quest::MovePCInstance(345, $guildinstance, -1.00, -1.00, 3.34); <<<<< This one
			}