L2JMobius

Free Users => Bug Reports => Topic started by: FanaticoLineage2 on September 09, 2020, 05:55:52 PM

Title: Quest Proof of clan alliance
Post by: FanaticoLineage2 on September 09, 2020, 05:55:52 PM
The problem is that the characters that are from your clan do not let them sacrifice themselves.
Title: Re: Quest Proof of clan alliance
Post by: tevsko on September 13, 2020, 06:50:15 AM
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
Title: Re: Quest Proof of clan alliance
Post by: Mobius on September 13, 2020, 11:51:13 AM
Are you sure this is a bug and not retail behavior?
Title: Re: Quest Proof of clan alliance
Post by: G-hamsteR on September 14, 2020, 08:46:20 PM
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.
Title: Re: Quest Proof of clan alliance
Post by: Mobius on September 14, 2020, 09:12:35 PM
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);
}
}
Title: Re: Quest Proof of clan alliance
Post by: Mobius on September 16, 2020, 03:47:46 PM
Just tested, the clan member did die and got the quest item.
We need a way to reproduce this.
Title: Re: Quest Proof of clan alliance
Post by: G-hamsteR on September 16, 2020, 06:01:06 PM
One clan said that they got 2 emblems and they were only missing the last one.
Title: Re: Quest Proof of clan alliance
Post by: Mobius on September 16, 2020, 06:35:31 PM
Was player over 40 level?