hey guys, i just wanna ask you how to make a NPC cast a spell at current X,Y,Z. example if a NPC should make a Teleporter 3 yrds front of him.
Thaaaanks :P
hey guys, i just wanna ask you how to make a NPC cast a spell at current X,Y,Z. example if a NPC should make a Teleporter 3 yrds front of him.
Thaaaanks :P
Lua knowledge [||||||||||]
pUnit:SpawnCreature(entryID, x, y, z, o, faction, duration)
Edit:Sorry this isnt what you are looking for
Last edited by Edude; 10-31-2008 at 03:23 PM.
isn't it justCode:unitTag:Teleport(mapID, x, y, z, o)
no i was meaning a NPC shoots example "Hunter's Volley" at a special X,Y,Z howto do!
Lua knowledge [||||||||||]