Kerberos 17 năm trước cách đây
mục cha
commit
11d8ad251f

+ 1 - 1
datapack_development/data/scripts/quests/414_PathToOrcRaider/30570-02.htm

@@ -2,7 +2,7 @@
 
 <body>
 Prefect Karukia:<br>
-Of course, I know that you are trying to become a Raider to be an honored member of our kingdom. However courage that is not supported by skills is foolhardy! It is the shortcut to a meaningless death! If you are patient and train more, opportunity will find you in the proper course of time.<font color="LEVEL"> When you reach level 18, come back to me!</font>
+Of course, I know that you are trying to become a Raider to be an honored member of our kingdom. However courage that is not supported by skills is foolhardy! It is the shortcut to a meaningless death! If you are patient and train more, opportunity will find you in the proper course of time.<font color="LEVEL"> When you reach level 19, come back to me!</font>
 
 
 </body>

+ 1 - 1
datapack_development/data/scripts/quests/414_PathToOrcRaider/__init__.py

@@ -86,7 +86,7 @@ class Quest (JQuest) :
          htmltext = "30570-02a.htm" 
        else: 
          htmltext = "30570-03.htm" 
-     elif playerLvl < 18 and playerClassID == 0x2c : 
+     elif playerLvl < 19 and playerClassID == 0x2c : 
        htmltext = "30570-02.htm" 
      elif playerLvl >= 18 and playerClassID == 0x2c and st.getQuestItemsCount(MARK_OF_RAIDER) == 1 : 
        htmltext = "30570-04.htm" 

+ 1 - 1
datapack_development/data/scripts/quests/415_PathToOrcMonk/30587-03.htm

@@ -2,7 +2,7 @@
 
 <body>
 Gantaki Zu Urutu:<br>
-The traditional martial art, Kabart, learned by the Paagrio Monk, is only taught to Orc Fighters that have strong physical strength and indomitable faith! I am sorry to say that you come up short both physically and spiritually. Acknowledge your limitations and work hard on your training for the time being! Come back after you earn more experience and reach level 18!
+The traditional martial art, Kabart, learned by the Paagrio Monk, is only taught to Orc Fighters that have strong physical strength and indomitable faith! I am sorry to say that you come up short both physically and spiritually. Acknowledge your limitations and work hard on your training for the time being! Come back after you earn more experience and reach level 19!
 
 
 </body>

+ 2 - 1
datapack_development/data/scripts/quests/415_PathToOrcMonk/__init__.py

@@ -6,6 +6,7 @@ from net.sf.l2j.gameserver.model.quest import State
 from net.sf.l2j.gameserver.model.quest import QuestState
 from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest
 from net.sf.l2j.gameserver.serverpackets import SocialAction
+from net.sf.l2j.gameserver.templates import L2WeaponType
 
 qn = "415_PathToOrcMonk"
 
@@ -51,7 +52,7 @@ class Quest (JQuest) :
               htmltext = "30587-02.htm"
               st.exitQuest(1)
           else:
-            if player.getLevel()<18 :
+            if player.getLevel()<19 :
               htmltext = "30587-03.htm"
             else:
               if st.getQuestItemsCount(KHAVATARI_TOTEM) != 0 :

+ 1 - 1
datapack_development/data/scripts/quests/416_PathToOrcShaman/30585-03.htm

@@ -3,7 +3,7 @@
 <body>
 Tataru Zu Hestui:<br>
 If the magic of an Orc Mystic is simply to request favors of the spirits and borrow their power temporarily, Orc Shamans are those that control spirits with the authority of Paagrio. There are certain spiritual qualities that one must have to take that kind of authority into hand, and you are not of that level yet.<br>
-Acknowledge your limits and go accumulate more experience. When you reach level 18, then you may return!
+Acknowledge your limits and go accumulate more experience. When you reach level 19, then you may return!
 
 
 </body>

+ 1 - 1
datapack_development/data/scripts/quests/416_PathToOrcShaman/__init__.py

@@ -65,7 +65,7 @@ class Quest (JQuest) :
             else:
               htmltext = "30585-02.htm"
           else:
-            if player.getLevel()<18 :
+            if player.getLevel()<19 :
               htmltext = "30585-03.htm"
             else:
               if st.getQuestItemsCount(MASK_OF_MEDIUM) != 0 :