Nobleese Quest Part from 2 to 3
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 3
- Joined: Mon Jun 25, 2012 6:54 pm
Nobleese Quest Part from 2 to 3
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 !
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Nobleese Quest Part from 2 to 3
the code for part 2 is correct:
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).
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)
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 3
- Joined: Mon Jun 25, 2012 6:54 pm
Re: Nobleese Quest Part from 2 to 3
the problem solved with this 100%
? why i have live server

- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Nobleese Quest Part from 2 to 3
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.
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 3
- Joined: Mon Jun 25, 2012 6:54 pm
Re: Nobleese Quest Part from 2 to 3
u can tell me where is the fix oO