mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
12 lines
No EOL
382 B
Lua
12 lines
No EOL
382 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Hello there. adventurer! I am sure you are thirsty after that long boat ride from Qeynos!");
|
|
eq.signal(24039,2); -- NPC: Phloatin_Highbrow
|
|
end
|
|
end
|
|
|
|
function event_signal(e)
|
|
e.self:Say("Pipe down, Phloatin! Treat the new clientele with respect.");
|
|
end
|
|
|
|
-- END of FILE Zone:erudnext ID:98065 -- Helia_BlueHawk |