Yet another question about me with lua's...
is it possible to spawn a gameobject instead of a creature and even more, is it possible to even let the gameobject cast spells with lua? (like when spawned, a frostbolt volley each 20 seconds) ?![]()
Yet another question about me with lua's...
is it possible to spawn a gameobject instead of a creature and even more, is it possible to even let the gameobject cast spells with lua? (like when spawned, a frostbolt volley each 20 seconds) ?![]()
RickAstley LUA Boss! (Rickroll)
mmowned.com/forums/emulator-server-releases/171755-epic-release-rick-astley-rickroll-boss-lua.html#post1119442
Zerglord @ Msn me![]()
Cheese Cake?
snailz if u can give a guide here:P
hes question is good and need to be answer:P
why would you want a gameobject to cast it? Why not a npc?
gtg now nn all...btw..
function Creature_Ondeath(Unit, Event)
x=Unit:GetX()
y=Unit:GetY()
z=Unit:GetZ()
o=Unit:GetO()
Unit:SpawnGameObject(ID, x, y, z, o, FactionID, Duration)
end
RegisterUnitEvent(ObjectID, 4, "Creature_Ondeath")
Cheese Cake?