L2JMobius

C6 Quest To Lead and Be Led

SonnySoprano · 9 · 2799

Offline SonnySoprano

  • Heir
  • **
    • Posts: 10
Hello!
On the quest To Lead and Be Led does not accept crystals from a sponsor for any type of armor.



Online Mobius

  • Distinguished King
  • *****
    • Posts: 16006
Try changing

if (!getSponsor(player))

to

if (getSponsor(player))


Offline SonnySoprano

  • Heir
  • **
    • Posts: 10
Did not work.
There is a similar quest The Leader and the Follower, everything works there.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16006
Additionally to the previous change

Change final QuestState st2 = academic.getQuestState(Q123_TheLeaderAndTheFollower.class.getSimpleName());

to

final QuestState st2 = academic.getQuestState(getName());



Offline SonnySoprano

  • Heir
  • **
    • Posts: 10
These two quests are similar. I compared both.
123_TheLeaderAndTheFollower works but 118_ToLeadandBeLeddoes doesn't


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16006

Offline SonnySoprano

  • Heir
  • **
    • Posts: 10
Everything worked. I changed it in another folder and restarted the game one.
That's right, you need to replace 2 lines.
Sorry )