Thread: Npc Casting
View Single Post
  #1  
Old 01-18-2010, 05:18 PM
Digitala's Avatar
Digitala
Sarnak
 
Join Date: Dec 2006
Posts: 35
Default Npc Casting

Hey guys!

I just have a question regarding npc channeling.
I have been writing this perl port quests for an npc.

Player tells npc something and i want this npc to cast a portspell.
The thing is that the npc casts it instant. There is no casting time for some reason.
What should i do to force the npc to channel the spell instead of an insta translocation.

{quest::selfcast("####"); }

Any info is appreciated
Thx
Reply With Quote