L2JMobius

C6 Quest Proof of clan alliance

FanaticoLineage2 · 8 · 5972

Offline FanaticoLineage2

  • Heir
  • **
    • Posts: 13
The problem is that the characters that are from your clan do not let them sacrifice themselves.


Offline tevsko

  • Knight
  • ***
    • Posts: 96
    • L2Babylon
The problem is that you will have to use other characters, since the same thing happened to me, and I had to use other characters to continue the quest, obviously I had to start the quest from the beginning


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16060

Online G-hamsteR

  • Viscount
  • *****
    • Posts: 333
It's really strange. When I tested it by myself, the quest was working. When real players tested it, they all had the described problem.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16060
Check this part.
It is random, apparently one works and the other does not.
Code: [Select]
else if (event.equals("30757-03.htm"))
{
if (Rnd.get(10) > 5)
{
st.setState(State.STARTED);
st.set("symbol", "1");
st2.set("symbols", String.valueOf(st2.getInt("symbols") + 1));
st.giveItems(SYMBOL_OF_LOYALTY, 1);
st.playSound(QuestState.SOUND_ACCEPT);
htmltext = "30757-04.htm";
}
else
{
castSkill(npc, player, 4083);
startQuestTimer("die", 4000, npc, player, false);
}
}


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16060
Just tested, the clan member did die and got the quest item.
We need a way to reproduce this.


Online G-hamsteR

  • Viscount
  • *****
    • Posts: 333
One clan said that they got 2 emblems and they were only missing the last one.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16060