Page 1 of 2

Help with quest

Posted: Mon Jul 19, 2010 12:38 pm
by sokal
ยป Find Revision
L2J Revision Number:4380
L2JDP Revision Number:7626

I was trying to implement a quest to my server, the one for Dynasty Essence II. The problem is that when i speak with Matras and i click on "Ask him for details" to get the quest nothing happen. I dont know whats the problem and i'm still a newbie with these things. I hope someone can help me. Here are my files:

Re: Help with quest

Posted: Mon Jul 19, 2010 3:31 pm
by hope
did you add it to the script.cfg file

Re: Help with quest

Posted: Mon Jul 19, 2010 3:36 pm
by sokal
what a newbie ^^' how did i forgot about script.cfg....thanks hope going to test

Re: Help with quest

Posted: Mon Jul 19, 2010 3:43 pm
by sokal
Nothing...I've added the line "quests/132_MatrasCuriosity/__init__.py" but its not working...nothing happen when i click :/

Re: Help with quest

Posted: Mon Jul 19, 2010 3:56 pm
by dinor
you mean that window do not appear?
The same happens with newbie guide npcs, maybe enable tutorial in game will fix it.

Re: Help with quest

Posted: Mon Jul 19, 2010 4:42 pm
by jurchiks
it's got nothing to do with tutorial lol...

Re: Help with quest

Posted: Mon Jul 19, 2010 5:18 pm
by dinor
jurchiks wrote:it's got nothing to do with tutorial lol...
my bad.. i didn't read well the 1st post.

Re: Help with quest

Posted: Mon Jul 19, 2010 7:26 pm
by sokal
When i speak with matras the window appears but when i click to go into the other page nothing happen

Re: Help with quest

Posted: Mon Jul 19, 2010 7:50 pm
by jurchiks
either wrong bypass or you haven't added addTalkNpc(Matras id)

Re: Help with quest

Posted: Mon Jul 19, 2010 11:49 pm
by hope
QUEST.addStartNpc(MATRAS)

QUEST.addTalkId(MATRAS)

try adding the ids not the names

Re: Help with quest

Posted: Tue Jul 20, 2010 8:32 am
by sokal
Added the IDs but it stil doesnt work

Re: Help with quest

Posted: Tue Jul 20, 2010 3:54 pm
by jurchiks
and the bypass?

Re: Help with quest

Posted: Tue Jul 20, 2010 6:27 pm
by sokal
I cant see anything wrong with the bypass

Re: Help with quest

Posted: Tue Jul 20, 2010 6:41 pm
by jurchiks
well...
can't be that you didn't add it to scripts.cfg?

Re: Help with quest

Posted: Wed Jul 21, 2010 12:33 am
by hope
not sure if this will even work so test first if it does not just delete