Found out basic instancing techniques.. here's how I'm doing it:
Code:
my $instanceID = quest::CreateInstance("freportn", $charid, 6400);
quest::AssignToInstance($instanceID);
quest::MovePCInstance(8, $instanceID, 277, -162, 18);
However it seems that the zone that my character enters has no NPCs spawned and any buffs I cast only last 3 minutes.. seems buggy.. not sure what's going on ;\