Advertisement
CostyKiller

Q11024_PathOfDestinyBeginning - Fixes

Feb 17th, 2021
928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 4.10 KB | None | 0 0
  1. Index: dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-04.html
  2. ===================================================================
  3. --- dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-04.html   (revision 8300)
  4. +++ dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-04.html   (working copy)
  5. @@ -4,5 +4,4 @@
  6.  There also exist <font color="LEVEL">Spiritshots,</font> they <font color="LEVEL">increase the power of magic.</font> If you want your magic spells to be highly effective, use spiritshots.<br>
  7.  Okey, consider Soulshots covered. Now you'll need <font color="LEVEL">buffs</font>... Have you heard of them?<br>
  8.  <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-05.html">"Tell me about buffs".</Button>
  9. -
  10.  </body></html>
  11. \ No newline at end of file
  12. Index: dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-06.html
  13. ===================================================================
  14. --- dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-06.html   (revision 8300)
  15. +++ dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-06.html   (working copy)
  16. @@ -1,5 +1,4 @@
  17.  <html><body>Tarti:<br>
  18.  Have you defeated the Nasty Zombies and Nasty Zombie Lords?<br>
  19.  <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-07.html">"Confirm".</Button>
  20. -
  21.  </body></html>
  22. \ No newline at end of file
  23. Index: dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-07.html
  24. ===================================================================
  25. --- dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-07.html   (revision 8300)
  26. +++ dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-07.html   (working copy)
  27. @@ -2,5 +2,4 @@
  28.  Sometimes even death doesn't bring peace. That's horrible... Your training's going very well by the way. Contratulations.<br>
  29.  I'think I'tell you about class change. Its's pretty simple even if you're doing it for the first time.<br>
  30.  <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-08.html">"Learn More".</Button>
  31. -
  32.  </body></html>
  33. \ No newline at end of file
  34. Index: dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-08.html
  35. ===================================================================
  36. --- dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-08.html   (revision 8300)
  37. +++ dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-08.html   (working copy)
  38. @@ -1,8 +1,7 @@
  39.  <html><body>Tarti:<br>
  40.  To get stronger you need to change class.<br>
  41.  Once you change class you'll be able to increase your knowledge and learn even more skills. You will learn to handle new weapons and get new abilities.<br>
  42. -In order to change class, however, you nedd to gain a lot of power. Isee that the challenges you've faced have made you tougher and stronger.<br>
  43. +In order to change class, however, you need to gain a lot of power. I see that the challenges you've faced have made you tougher and stronger.<br>
  44.  Are you ready to change class?<br>
  45.  <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-09.html">"Nod".</Button>
  46. -
  47.  </body></html>
  48. \ No newline at end of file
  49. Index: dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/Q11024_PathOfDestinyBeginning.java
  50. ===================================================================
  51. --- dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/Q11024_PathOfDestinyBeginning.java  (revision 8300)
  52. +++ dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/Q11024_PathOfDestinyBeginning.java  (working copy)
  53. @@ -294,6 +294,10 @@
  54.                         {
  55.                             htmltext = "34505-06.html";
  56.                         }
  57. +                       else if (qs.isCond(8))
  58. +                       {
  59. +                           htmltext = "34505-08.html";
  60. +                       }
  61.                         break;
  62.                     }
  63.                     case SILVAN:
  64. @@ -302,6 +306,10 @@
  65.                         {
  66.                             htmltext = "33178-01.html";
  67.                         }
  68. +                       else if (qs.isCond(5))
  69. +                       {
  70. +                           htmltext = "33178-05.html";
  71. +                       }
  72.                         else if (qs.isCond(6))
  73.                         {
  74.                             htmltext = "33178-05.html";
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement