Advertisement
CostyKiller

Q10579_ContainingTheAttributePower missing html

Nov 10th, 2020
1,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.72 KB | None | 0 0
  1. Index: dist/game/data/scripts/quests/Q10579_ContainingTheAttributePower/30847-99.html
  2. ===================================================================
  3. --- dist/game/data/scripts/quests/Q10579_ContainingTheAttributePower/30847-99.html  (nonexistent)
  4. +++ dist/game/data/scripts/quests/Q10579_ContainingTheAttributePower/30847-99.html  (working copy)
  5. @@ -0,0 +1,4 @@
  6. +<html><body>Head Blacksmith Ferris:<br>
  7. +Hey, let nature take its course. It's not good for us to go against it.<br>
  8. +(Only Premium characters who have the quest "Best Choice" in progress, can play this quest.)<br>
  9. +</body></html>
  10. \ No newline at end of file
  11. Index: dist/game/data/scripts/quests/Q10579_ContainingTheAttributePower/Q10579_ContainingTheAttributePower.java
  12. ===================================================================
  13. --- dist/game/data/scripts/quests/Q10579_ContainingTheAttributePower/Q10579_ContainingTheAttributePower.java    (revision 7782)
  14. +++ dist/game/data/scripts/quests/Q10579_ContainingTheAttributePower/Q10579_ContainingTheAttributePower.java    (working copy)
  15. @@ -62,7 +62,7 @@
  16.         addTalkId(FERRIS);
  17.         addCondMinLevel(MIN_LEVEL, "noLevel.html");
  18.         registerQuestItems(ATTRIBUTE_PRACTICE_LONG_SWORD, ATTRIBUTE_PRACTICE_FIRE_STONE, ATTRIBUTE_PRACTICE_WATER_STONE, ATTRIBUTE_PRACTICE_EARTH_STONE, ATTRIBUTE_PRACTICE_WIND_STONE, ATTRIBUTE_PRACTICE_HOLY_STONE, ATTRIBUTE_PRACTICE_DARK_STONE);
  19. -       addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "34138-99.html");
  20. +       addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "30847-99.html");
  21.         Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_ITEM_ATTRIBUTE_ADD, (OnItemAttributeAdd event) -> OnItemAttributeAdd(event), this));
  22.     }
  23.    
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement