PDA

View Full Version : Picking quests apart, question


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?

joligario
12-08-2011, 09:38 PM
Yes, it is incorrect.

There was more than one of those in the Uqua folder. They will be fixed with next quest push.