mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
8 lines
No EOL
183 B
Lua
Executable file
8 lines
No EOL
183 B
Lua
Executable file
function equipped(Item, Spawn)
|
|
while HasItem(Spawn, 157245)
|
|
do
|
|
PlayAnimation(Spawn, 16583)
|
|
end
|
|
Emote(Spawn, "feels empowered.")
|
|
ModifyHP(Spawn, 1000000000)
|
|
end |