mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
No EOL
259 B
Lua
Executable file
11 lines
No EOL
259 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/RingofTheRatongaEvil.lua
|
|
Script Purpose : <purpose>
|
|
Script Author : <author-name>
|
|
Script Date : 8/23/2020
|
|
Script Notes : pass tier 1 for evil 2 for good
|
|
--]]
|
|
|
|
function used(Item, Player)
|
|
CastSpell(Player, 5432, 1)
|
|
end |