View Single Post
  #1  
Old 11-20-2015, 06:14 PM
druid64
Fire Beetle
 
Join Date: Dec 2011
Posts: 20
Default NPC Self buff in POK

I am trying to get some npcs to self buff in Pok but they never cast past the frist spell.

Code:
function event_spawn(e)
    e.self:CastSpell(5473, e.self:GetID());
    e.self:CastSpell(3031, e.self:GetID());
end
Reply With Quote