is DNC quest avaliable

Dancer
Post Reply
tazm
Posts: 38
Joined: Fri Jun 28, 2013 12:40 am

is DNC quest avaliable

Post by tazm » Tue Jul 09, 2013 5:20 pm

ive tried to talk to laila just wundering

User avatar
Pimu
Posts: 7
Joined: Sat Feb 20, 2016 9:43 am

Re: is DNC quest avaliable

Post by Pimu » Tue Feb 23, 2016 12:16 am

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: is DNC quest avaliable

Post by kjLotus » Tue Feb 23, 2016 12:29 am

it is implemented

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: is DNC quest avaliable

Post by Delaide » Tue Feb 23, 2016 1:38 am

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

User avatar
Pimu
Posts: 7
Joined: Sat Feb 20, 2016 9:43 am

Re: is DNC quest avaliable

Post by Pimu » Tue Feb 23, 2016 1:46 pm

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.

Post Reply