mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
No EOL
245 B
Lua
Executable file
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 |