PDA

View Full Version : qeynos/Iala_Lenard.lua


dagulus2
08-26-2018, 06:14 PM
Missing flavor text from Iala Lenard. Technically this is part of the Princess Lenya quest line.



function event_say(e)
if(e.message:findi("hail")) then
e.self:Say("Welcome to my humble establishment! I specialize in cloth, but lately I have begun to dabble in silk, the finest material I have ever used.");
end
end

Sturm
08-26-2018, 11:12 PM
Love the bits of lore. Thanks for posting them!

Minor suggestion, if you could add a header to the code block:

-- Iala_Lenard.lua npcID:(1141)
-- written by dagulus2

function event_say(e)
if(e.message:findi("hail")) then
e.self:Say("Welcome to my humble establishment! I specialize in cloth, but lately I have begun to dabble in silk, the finest material I have ever used.");
end
end


I don't mind adding it in myself, but it feels more complete and credit where credit is due.

dagulus2
08-27-2018, 03:10 AM
Thanks.

Will Do.

dagulus2
08-31-2018, 10:38 AM
So as it turns out, this is already in the PEQ Database. Its just that it has been done as an emoteid rather than as a Quest.

One of the issues of having multiple ways of achieving the same result.