L2JMobius
Public Development => Bug Reports => Topic started by: lovepako on March 25, 2025, 11:13:08 PM
-
quest subclass bug .. the quest will only work if you do all the parts .. if you only do quest 235 it will not add sub would it be possible to change it ..
original code
protected boolean checkQuests(Player player)
{
// Noble players can add Sub-Classes without quests
if (player.isNoble())
{
return true;
}
QuestState qs = player.getQuestState("Q00234_FatesWhisper");
if ((qs == null) || !qs.isCreated())
{
return false;
}
qs = player.getQuestState("Q00235_MimirsElixir");
if ((qs == null) || !qs.isCompleted())
{
return false;
}
return true;
}
-
Next time try with English, maybe someone will understand you and give a solution.
-
This forum is in english. 80% of the commuty maybe more ar also not native on english. I make the effor to use the translator. If get rigth you complain for something work as retail and you want to make it custom... in what world this is a bug????
-
This forum is in english. 80% of the commuty maybe more ar also not native on english. I make the effor to use the translator. If get rigth you complain for something work as retail and you want to make it custom... in what world this is a bug????
new up linguage.