Browse Source

Removing the max-level cap for quest 621-Egg Delivery. Thx DisKret

Fulminus 17 năm trước cách đây
mục cha
commit
396f8623a6

+ 1 - 1
datapack_development/data/scripts/quests/621_EggDelivery/__init__.py

@@ -129,7 +129,7 @@ class Quest (JQuest) :
        st.set("cond","0")
      cond = st.getInt("cond")
      if npcId == 31521 and cond == 0 :
-       if player.getLevel() >= 68 and player.getLevel() <= 73 :
+       if player.getLevel() >= 68 :
          htmltext = "31521-0.htm"
        else :
          st.exitQuest(1)