eq2emu-content/ItemScripts/RingofTheRatongaGood.lua
2024-10-26 11:37:28 +00:00

11 lines
No EOL
245 B
Lua
Executable file

--[[
Script Name : ItemScripts/RingofTheRatongaGood.lua
Script Purpose :
Script Author :
Script Date : 8/23/2020
Script Notes : pass tier 1 for evil 2 for good
--]]
function used(Item, Player)
CastSpell(Player, 5432, 2)
end