mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
small redundant memote fix and added Obretl dialogue added keeper of souls trigger to essence tamer added emote in the database instead of script for leatherfoot spy
5 lines
No EOL
182 B
Lua
5 lines
No EOL
182 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("This place is not for the living. Get out!!"); -- need exact text, this is based on allakhazam comments
|
|
end
|
|
end |