View Single Post
  #2  
Old 05-29-2018, 05:18 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

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
			}
Reply With Quote