NPC skill using

Singularity

New member
Messages
5
Points
0
Hello there.
Firstly sorry for my english.
I'm trying to using Meteor Storm by NPC in on of my quests. But skill casts too long and damage is too small. How can I increase "npc stats"?
Thx.
 

Code:
unitskillusepos getnpcid(0),"WZ_METEOR",10,147,187;
 
You could use npcskill instead

Code:
*npcskill(<skill id>, <skill lvl>, <stat point>, <NPC level>)
 
Back
Top