View Single Post
  #4  
Old 06-26-2013, 04:18 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

So would it appear like this Dungeon:

Code:
sub EVENT_TIMER
{
if ($timer eq "atimer")
  {
my $target = #see list below

	if ($target) {
	$npc->SpellFinished(7983,$target);
}
	quest::stoptimer("atimer");
	quest::settimer("atimer2",10);
  }
or would
Code:
my $target = #see list below
be at the very top? Sorry im trying to learn this, I have literally no back ground in this stuff at all lol
Reply With Quote