View Single Post
  #6  
Old 11-14-2010, 02:56 PM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default

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