wolfwalkereci
12-08-2011, 07:18 PM
Was digging through the quests trying to find stuff I can learn from and when I looked at #Tqiv_Qukret_the_Furious.pl I see this:
sub EVENT_SIGNAL {
$npc->AddAISpell(5115);
$npc->AddAISpell(5116);
$npc->AddAISpell(5119);
quest::modifynpcstat("max_hit",4800);
quest::modifynpcstat(SrEQUMCNIDf);
}
Is not that final "quest::modifynpcstat" set incorrectly?
sub EVENT_SIGNAL {
$npc->AddAISpell(5115);
$npc->AddAISpell(5116);
$npc->AddAISpell(5119);
quest::modifynpcstat("max_hit",4800);
quest::modifynpcstat(SrEQUMCNIDf);
}
Is not that final "quest::modifynpcstat" set incorrectly?