EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=634)
-   -   qeynos/Iala_Lenard.lua (https://www.eqemulator.org/forums/showthread.php?t=42068)

dagulus2 08-26-2018 06:14 PM

qeynos/Iala_Lenard.lua
 
Missing flavor text from Iala Lenard. Technically this is part of the Princess Lenya quest line.

Code:


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:
Code:

-- 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.


All times are GMT -4. The time now is 06:04 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.