L2JMobius

Interlude quest subclass

lovepako · 4 · 1189

Offline lovepako

  • Heir
  • **
    • Posts: 30
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


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


Online Skache

  • Distinguished King
  • *****
    • Posts: 825
    • l2skale.com
Next time try with English, maybe someone will understand you and give a solution.


Online Naker

  • Count
  • *****
    • Posts: 450
  • Coding Dreams
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????


Offline lovepako

  • Heir
  • **
    • Posts: 30
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.