L2JMobius

High Five Possessor of a Precious Soul - Part 4 quest

gepcio · 2 · 1677

Offline gepcio

  • Vassal
  • *
    • Posts: 4
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


Online Mobius

  • Distinguished King
  • *****
    • Posts: 19655
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.