EQEmulator Forums

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

dagulus2 08-19-2018 03:22 PM

qey2hh1/Cleet_Miller_Jr.lua
 
Just missing flavor text;

Code:


function event_say(e)
        if(e.message:findi("hail")) then
                e.self:Emote("Cleet Miller Jr grumbles and looks up at you");
        else
                e.self:Say(string.format("Listen, %s, I don't want to be rude, but these fields don't tend themselves, you know. I don't have time for your little questions. Go talk to Tiny if you are feeling chatty.",e.other:Name()));
        end
end


dagulus2 08-31-2018 10:46 AM

So its turns out Cleet's response to hail as already been done as an emoteid, but the follow up he responds to any questions has not been.

So if you choose to use this, you would have to either disable his emoteid (There is nothing else in it) or remove the hail response from this quest.


All times are GMT -4. The time now is 03:27 PM.

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