Ok I see now.. I fixed the issue with there being no spawns.. (basically I figured out what that variable meant in createzone)
here's the new code:
Code:
my $instanceID = quest::CreateInstance("freportn", 0, 6400);
quest::AssignToInstance($instanceID);
quest::MovePCInstance(8, $instanceID, 277, -162, 18);
I'm still however having problems with buffs that I cast only lasting 3 minutes ...