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; }
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?