Page 1 of 1

Nobleese Quest Part from 2 to 3

Posted: Tue Jun 26, 2012 8:53 am
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 !

Re: Nobleese Quest Part from 2 to 3

Posted: Fri Jun 29, 2012 1:45 pm
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).

Re: Nobleese Quest Part from 2 to 3

Posted: Sat Jun 30, 2012 2:29 pm
by pitsiix
the problem solved with this 100% :D? why i have live server

Re: Nobleese Quest Part from 2 to 3

Posted: Sat Jun 30, 2012 2:36 pm
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.

Re: Nobleese Quest Part from 2 to 3

Posted: Sat Jun 30, 2012 3:19 pm
by pitsiix
u can tell me where is the fix oO