mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
13 lines
296 B
Lua
Executable file
13 lines
296 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/AFancyFirework.lua
|
|
Script Author : neatz09
|
|
Script Date : 2019.08.18 09:08:59
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
-- Applies Basic Firework when Activated. Lasts for 3.0 seconds.
|
|
|
|
function cast(Caster, Target)
|
|
|
|
end
|