Help with quest

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
sokal
Posts: 17
Joined: Wed May 27, 2009 1:07 pm

Help with quest

Post 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:
You do not have the required permissions to view the files attached to this post.
Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Help with quest

Post by hope »

did you add it to the script.cfg file
User avatar
sokal
Posts: 17
Joined: Wed May 27, 2009 1:07 pm

Re: Help with quest

Post by sokal »

what a newbie ^^' how did i forgot about script.cfg....thanks hope going to test
Image
User avatar
sokal
Posts: 17
Joined: Wed May 27, 2009 1:07 pm

Re: Help with quest

Post by sokal »

Nothing...I've added the line "quests/132_MatrasCuriosity/__init__.py" but its not working...nothing happen when i click :/
Image
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: Help with quest

Post by dinor »

you mean that window do not appear?
The same happens with newbie guide npcs, maybe enable tutorial in game will fix it.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help with quest

Post by jurchiks »

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.
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: Help with quest

Post by dinor »

jurchiks wrote:it's got nothing to do with tutorial lol...
my bad.. i didn't read well the 1st post.
User avatar
sokal
Posts: 17
Joined: Wed May 27, 2009 1:07 pm

Re: Help with quest

Post by sokal »

When i speak with matras the window appears but when i click to go into the other page nothing happen
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help with quest

Post by jurchiks »

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.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Help with quest

Post by hope »

QUEST.addStartNpc(MATRAS)

QUEST.addTalkId(MATRAS)

try adding the ids not the names
User avatar
sokal
Posts: 17
Joined: Wed May 27, 2009 1:07 pm

Re: Help with quest

Post by sokal »

Added the IDs but it stil doesnt work
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help with quest

Post by jurchiks »

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.
User avatar
sokal
Posts: 17
Joined: Wed May 27, 2009 1:07 pm

Re: Help with quest

Post by sokal »

I cant see anything wrong with the bypass
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help with quest

Post by jurchiks »

well...
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.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Help with quest

Post by hope »

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.
Post Reply