View Single Post
  #1  
Old 12-08-2011, 07:18 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default Picking quests apart, question

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:
Code:
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?
Reply With Quote