Is there anyway to make the firework shows in retail that happen in SW ORG ect. on the 4th of july?
Everyone says its possible, but not easy...
So,
Is it possible and how hard is it?
Please help![]()
Is there anyway to make the firework shows in retail that happen in SW ORG ect. on the 4th of july?
Everyone says its possible, but not easy...
So,
Is it possible and how hard is it?
Please help![]()
I remeber project Silvermoon make a fileworks lua script. Dunno if thats what you mean but maybe you could copy the lua script and add it to your server?
Graphic designer for crossfire-entertainment! And thx to Brightchild for my great sig
Thats just an item? Think hes looking for a script or something that shots it into the air without doing it by someone else.
Yea, if you saw this years firework show or know what im talking about, i was looking for the one that they have yearly,(The big ones)
Im sure its pretty hard though...
not necissarily just use like a rabit as its spawn id and spawn a rabbit in the middle of the place and have an LUA Script set off firecrackers
Lunar Gaming - Reaching For The Stars
The repack is on mmowned if you cant find it. http://www.mmowned.com/forums/emulat...il-2008-a.html
Last edited by **Sweeny**; 07-05-2008 at 03:19 AM.
i wroted up a script of this for you but then my comp crashed but i can an example of what it should look like and you can make the script yourself
the way you want it
Lunar Gaming - Reaching For The Stars
Thank You So Much
+rep
lol, its a gameobject: Firework Rocket, Promotion - Object - World of Warcraft
read one of the comments:
By Nightstelth on 11/27/2007Code:This is an invisible object, witch shoot fireworks in the air
Graphic designer for crossfire-entertainment! And thx to Brightchild for my great sig
Give players fireworks that is probobly the easyest way ^^ I would suggest using wow models or maybe theres is a visual spell...
Err yea, i have used and known about the firework object- thanks though
As Far As just giving out fireworks,
There not that big,
The server i am on does not allow firework/cluster launchers.
and i think the best thing to do is try the repack...
Thanks AnyWays =]
i think this should workCode:function fw_rwb(pUnit, Event) pUnit:CastSpell(9317) end function fw_rose(pUnit, Event) pUnit:CastSpell(9315) end function fw_snake(pUnit, Event) pUnit:CastSpell(19026) end function fireworks_Phase1(Unit, event) Unit:RegisterEvent("fw_rwb",4000, 0) Unit:RegisterEvent("fw_rose",8000, 1) Unit:RegisterEvent("fw_snake",10000, 8) end function classdemonicwarlock2_OnCombat(Unit, event) Unit:RegisterEvent("fireworks_Phase1",1000, 0) end RegisterUnitEvent(558895, 1, "fireworks_OnCombat")
ok thanks =D
+rep