View Single Post
  #2  
Old 11-14-2010, 12:46 AM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default

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 ;\
Reply With Quote