Help with quest
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- sokal
- Posts: 17
- Joined: Wed May 27, 2009 1:07 pm
Help with quest
» 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:
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:
You do not have the required permissions to view the files attached to this post.

-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: Help with quest
did you add it to the script.cfg file
- sokal
- Posts: 17
- Joined: Wed May 27, 2009 1:07 pm
Re: Help with quest
what a newbie ^^' how did i forgot about script.cfg....thanks hope going to test

- sokal
- Posts: 17
- Joined: Wed May 27, 2009 1:07 pm
Re: Help with quest
Nothing...I've added the line "quests/132_MatrasCuriosity/__init__.py" but its not working...nothing happen when i click :/

-
- Posts: 141
- Joined: Tue Aug 26, 2008 10:07 am
Re: Help with quest
you mean that window do not appear?
The same happens with newbie guide npcs, maybe enable tutorial in game will fix it.
The same happens with newbie guide npcs, maybe enable tutorial in game will fix it.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Help with quest
it's got nothing to do with tutorial lol...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 141
- Joined: Tue Aug 26, 2008 10:07 am
Re: Help with quest
my bad.. i didn't read well the 1st post.jurchiks wrote:it's got nothing to do with tutorial lol...
- sokal
- Posts: 17
- Joined: Wed May 27, 2009 1:07 pm
Re: Help with quest
When i speak with matras the window appears but when i click to go into the other page nothing happen

- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Help with quest
either wrong bypass or you haven't added addTalkNpc(Matras id)
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: Help with quest
QUEST.addStartNpc(MATRAS)
QUEST.addTalkId(MATRAS)
try adding the ids not the names
QUEST.addTalkId(MATRAS)
try adding the ids not the names
- sokal
- Posts: 17
- Joined: Wed May 27, 2009 1:07 pm
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Help with quest
and the bypass?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- sokal
- Posts: 17
- Joined: Wed May 27, 2009 1:07 pm
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Help with quest
well...
can't be that you didn't add it to scripts.cfg?
can't be that you didn't add it to scripts.cfg?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: Help with quest
not sure if this will even work so test first if it does not just delete
You do not have the required permissions to view the files attached to this post.