Page 1 of 1

is DNC quest avaliable

Posted: Tue Jul 09, 2013 5:20 pm
by tazm
ive tried to talk to laila just wundering

Re: is DNC quest avaliable

Posted: Tue Feb 23, 2016 12:16 am
by Pimu
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 :o

Re: is DNC quest avaliable

Posted: Tue Feb 23, 2016 12:29 am
by kjLotus
it is implemented

Re: is DNC quest avaliable

Posted: Tue Feb 23, 2016 1:38 am
by Delaide

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
Looks like it is there to me.
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

Posted: Tue Feb 23, 2016 1:46 pm
by Pimu
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.