Nobleese Quest Part from 2 to 3

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
Post Reply
pitsiix
Posts: 3
Joined: Mon Jun 25, 2012 6:54 pm

Nobleese Quest Part from 2 to 3

Post by pitsiix »

Hello, I find 1 bug in l2j H5 the player finish the 2 nd part and npc dont give the letter to continue the part 3 !
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Nobleese Quest Part from 2 to 3

Post by jurchiks »

the code for part 2 is correct:

Code: Select all

if npcId == VIRGIL and cond == 11 :    htmltext = "31742-6.htm"    st.giveItems(CARADINE_LETTER,1)    st.addExpAndSp(455764,0)    st.exitQuest(False)
I ommitted some parts of the code just to shorten it, not all of it is needed here.
If you get the exp and the quest is removed from your quest list, then you should also get the item.
Perhaps you have some core mods or the item ID has been changed (though the latter one seems rather unlikely IMO).
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.
pitsiix
Posts: 3
Joined: Mon Jun 25, 2012 6:54 pm

Re: Nobleese Quest Part from 2 to 3

Post by pitsiix »

the problem solved with this 100% :D? why i have live server
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Nobleese Quest Part from 2 to 3

Post by jurchiks »

It seems you are unable to read or comprehend what I wrote.
There is no fix here, the code is correct as it is. If you have some mods that break this, it's your own problem.
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.
pitsiix
Posts: 3
Joined: Mon Jun 25, 2012 6:54 pm

Re: Nobleese Quest Part from 2 to 3

Post by pitsiix »

u can tell me where is the fix oO
Post Reply