L2JMobius

Public Development => Bug Reports => Topic started by: gepcio on October 15, 2024, 11:06:55 PM

Title: Possessor of a Precious Soul - Part 4 quest
Post by: gepcio on October 15, 2024, 11:06:55 PM
We found a bug related to the completion of the Path of noblesse: Possessor of a Precious Soul - Part 4 quest. Namely, after talking to the Lady of the Lake and receiving the rewards for completing the quest, you can talk to her again and receive the rewards again. I checked the java file and it seemed correct. The bug works until you relogin.
Q00247_PossessorOfAPreciousSoul4
Title: Re: Possessor of a Precious Soul - Part 4 quest
Post by: Mobius on October 15, 2024, 11:29:08 PM
That should not happen, quest exits.
Code: [Select]
case "31745-5.html":
if (st.isCond(2))
{
player.setNoble(true);
addExpAndSp(player, 93836, 0);
giveItems(player, NOBLESS_TIARA, 1);
npc.setTarget(player);
npc.doCast(MIMIRS_ELIXIR.getSkill());
player.sendPacket(new SocialAction(player.getObjectId(), 3));
st.exitQuest(false, true);
}
break;
So no more condition 2.