is DNC quest avaliable
is DNC quest avaliable
ive tried to talk to laila just wundering
Re: is DNC quest avaliable
Wondering the same thing. I'm playing on Landmark with a friend and when we talk to Laila, she's only saying "What are you gawpin' at? I don't give out autographs."
Don't know if this means that the quest hasn't been implemented or if it's a serverside thing
Don't know if this means that the quest hasn't been implemented or if it's a serverside thing
Re: is DNC quest avaliable
it is implemented
Re: is DNC quest avaliable
Code: Select all
if (lakesideMin == QUEST_AVAILABLE and player:getMainLvl() >= ADVANCED_JOB_LEVEL and ENABLE_WOTG == 1) then
player:startEvent(0x277f); -- Start quest csid, asks for Key Item Stardust Pebble
Is your character at or above the ADVANCED_JOB_LEVEL when you talk to her?
(Check settings.lua:
Code: Select all
ADVANCED_JOB_LEVEL = 30;
Is WOTG enabled?
(Check settings.lua:
Code: Select all
ENABLE_WOTG = 0;
As long as those are set properly, and you meet the conditions, you should be able to start the quest.
Scripts used in this reference:
https://github.com/DarkstarProject/dark ... ttings.lua
https://github.com/DarkstarProject/dark ... /Laila.lua
Re: is DNC quest avaliable
Sadly, I don't run a server, I just play on one, but I will point the owner this way if it's still giving me trouble ^^; Thank you.