Advertisement
Guest User

Untitled

a guest
Jan 14th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 38.73 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_4.0_GrandCrusade
  3. Index: dist/game/data/scripts/quests/Q10404_KekropusLetterAHiddenMeaning/Q10404_KekropusLetterAHiddenMeaning.java
  4. ===================================================================
  5. --- dist/game/data/scripts/quests/Q10404_KekropusLetterAHiddenMeaning/Q10404_KekropusLetterAHiddenMeaning.java  (revision 4700)
  6. +++ dist/game/data/scripts/quests/Q10404_KekropusLetterAHiddenMeaning/Q10404_KekropusLetterAHiddenMeaning.java  (working copy)
  7. @@ -39,7 +39,6 @@
  8.     // Items
  9.     private static final int SOE_TOWN_OF_ADEN = 37116; // Scroll of Escape: Town of Aden
  10.     private static final int SOE_FIELDS_OF_MASSACRE = 37029; // Scroll of Escape: Fields of Massacre
  11. -   private static final int EWA = 729; // Scroll: Enchant Weapon (A-grade)
  12.     // Location
  13.     private static final Location TELEPORT_LOC = new Location(147619, 24681, -1984);
  14.     // Misc
  15. @@ -91,11 +90,10 @@
  16.                 if (st.isCond(2))
  17.                 {
  18.                     st.exitQuest(false, true);
  19. -                   giveItems(player, EWA, 1);
  20.                     giveStoryQuestReward(npc, player);
  21.                     if (player.getLevel() >= MIN_LEVEL)
  22.                     {
  23. -                       addExpAndSp(player, 807_240, 193);
  24. +                       addExpAndSp(player, 807240, 193);
  25.                     }
  26.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_65, ExShowScreenMessage.TOP_CENTER, 6000);
  27.                     htmltext = event;
  28. Index: dist/game/data/scripts/quests/Q10405_KartiasSeed/Q10405_KartiasSeed.java
  29. ===================================================================
  30. --- dist/game/data/scripts/quests/Q10405_KartiasSeed/Q10405_KartiasSeed.java    (revision 4700)
  31. +++ dist/game/data/scripts/quests/Q10405_KartiasSeed/Q10405_KartiasSeed.java    (working copy)
  32. @@ -50,7 +50,6 @@
  33.     };
  34.     // Items
  35.     private static final int KARTIA_SEED = 36714; // Kartia's Mutated Seed
  36. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  37.     // Misc
  38.     private static final int MIN_LEVEL = 61;
  39.     private static final int MAX_LEVEL = 65;
  40. @@ -95,11 +94,10 @@
  41.                 if (st.isCond(2))
  42.                 {
  43.                     st.exitQuest(false, true);
  44. -                   giveItems(player, EAA, 5);
  45.                     giveStoryQuestReward(npc, player);
  46.                     if (player.getLevel() >= MIN_LEVEL)
  47.                     {
  48. -                       addExpAndSp(player, 6_251_174, 1_500);
  49. +                       addExpAndSp(player, 31303665, 1500);
  50.                     }
  51.                     htmltext = event;
  52.                 }
  53. Index: dist/game/data/scripts/quests/Q10460_ReturnOfTheAlligatorHunter/Q10460_ReturnOfTheAlligatorHunter.java
  54. ===================================================================
  55. --- dist/game/data/scripts/quests/Q10460_ReturnOfTheAlligatorHunter/Q10460_ReturnOfTheAlligatorHunter.java  (revision 4700)
  56. +++ dist/game/data/scripts/quests/Q10460_ReturnOfTheAlligatorHunter/Q10460_ReturnOfTheAlligatorHunter.java  (working copy)
  57. @@ -44,7 +44,6 @@
  58.     private static final int LEATHER = 36710; // Alligator Leather
  59.     private static final int BLUE_LEATHER = 36711; // Blue Alligator Leather
  60.     private static final int BEJEWELED_LEATHER = 36712; // Bejeweled Alligator Leather
  61. -   private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
  62.     // Misc
  63.     private static final int MIN_LEVEL = 40;
  64.     private static final int MAX_LEVEL = 46;
  65. @@ -89,9 +88,8 @@
  66.                 if (st.isCond(2))
  67.                 {
  68.                     st.exitQuest(false, true);
  69. -                   giveItems(player, EAC, 7);
  70.                     giveStoryQuestReward(npc, player);
  71. -                   addExpAndSp(player, 2795688, 670);
  72. +                   addExpAndSp(player, 4150144, 670);
  73.                     htmltext = event;
  74.                 }
  75.                 break;
  76. Index: dist/game/data/scripts/quests/Q10397_KekropusLetterASuspiciousBadge/Q10397_KekropusLetterASuspiciousBadge.java
  77. ===================================================================
  78. --- dist/game/data/scripts/quests/Q10397_KekropusLetterASuspiciousBadge/Q10397_KekropusLetterASuspiciousBadge.java  (revision 4700)
  79. +++ dist/game/data/scripts/quests/Q10397_KekropusLetterASuspiciousBadge/Q10397_KekropusLetterASuspiciousBadge.java  (working copy)
  80. @@ -39,7 +39,6 @@
  81.     // Items
  82.     private static final int SOE_TOWN_OF_OREN = 37114; // Scroll of Escape: Town of Oren
  83.     private static final int SOE_SEA_OF_SPORES = 37027; // Scroll of Escape: Sea of Spores
  84. -   private static final int EWB = 947; // Scroll: Enchant Weapon (B-grade)
  85.     // Location
  86.     private static final Location TELEPORT_LOC = new Location(81013, 56413, -1552);
  87.     // Misc
  88. @@ -91,11 +90,10 @@
  89.                 if (st.isCond(2))
  90.                 {
  91.                     st.exitQuest(false, true);
  92. -                   giveItems(player, EWB, 2);
  93.                     giveStoryQuestReward(npc, player);
  94.                     if (player.getLevel() >= MIN_LEVEL)
  95.                     {
  96. -                       addExpAndSp(player, 635_250, 152);
  97. +                       addExpAndSp(player, 635250, 152);
  98.                     }
  99.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_58, ExShowScreenMessage.TOP_CENTER, 6000);
  100.                     htmltext = event;
  101. Index: dist/game/data/scripts/quests/Q10710_LifeEnergyRepository/Q10710_LifeEnergyRepository.java
  102. ===================================================================
  103. --- dist/game/data/scripts/quests/Q10710_LifeEnergyRepository/Q10710_LifeEnergyRepository.java  (revision 4700)
  104. +++ dist/game/data/scripts/quests/Q10710_LifeEnergyRepository/Q10710_LifeEnergyRepository.java  (working copy)
  105. @@ -39,7 +39,6 @@
  106.     private static final int EMBRYO = 27521;
  107.     // Items
  108.     private static final int FRAGMENT = 39512; // Shine Stone Fragment
  109. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  110.     // Locations
  111.     private static final Location[] EMBRYO_LOC =
  112.     {
  113. @@ -113,11 +112,10 @@
  114.                 if (st.isCond(2))
  115.                 {
  116.                     st.exitQuest(false, true);
  117. -                   giveItems(player, EAA, 2);
  118.                     giveStoryQuestReward(npc, player);
  119.                     if (player.getLevel() >= MIN_LEVEL)
  120.                     {
  121. -                       addExpAndSp(player, 3_125_586, 750);
  122. +                       addExpAndSp(player, 15207327, 750);
  123.                     }
  124.                     htmltext = event;
  125.                 }
  126. Index: dist/game/data/scripts/quests/Q10411_KekropusLetterTheForestOfTheDead/Q10411_KekropusLetterTheForestOfTheDead.java
  127. ===================================================================
  128. --- dist/game/data/scripts/quests/Q10411_KekropusLetterTheForestOfTheDead/Q10411_KekropusLetterTheForestOfTheDead.java  (revision 4700)
  129. +++ dist/game/data/scripts/quests/Q10411_KekropusLetterTheForestOfTheDead/Q10411_KekropusLetterTheForestOfTheDead.java  (working copy)
  130. @@ -39,7 +39,6 @@
  131.     // Items
  132.     private static final int SOE_FOREST_OF_THE_DEAD = 37031; // Scroll of Escape: Forest of the Dead
  133.     private static final int SOE_TOWN_OF_RUNE = 37118; // Scroll of Escape: Town of Rune
  134. -   private static final int EWA = 729; // Scroll: Enchant Weapon (A-grade)
  135.     // Location
  136.     private static final Location TELEPORT_LOC = new Location(42682, -47986, -792);
  137.     // Misc
  138. @@ -92,11 +91,10 @@
  139.                 if (st.isCond(2))
  140.                 {
  141.                     st.exitQuest(false, true);
  142. -                   giveItems(player, EWA, 2);
  143.                     giveStoryQuestReward(npc, player);
  144.                     if (player.getLevel() >= MIN_LEVEL)
  145.                     {
  146. -                       addExpAndSp(player, 942_690, 226);
  147. +                       addExpAndSp(player, 942690, 226);
  148.                     }
  149.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_70, ExShowScreenMessage.TOP_CENTER, 6000);
  150.                     htmltext = event;
  151. Index: dist/game/data/scripts/quests/Q10358_DividedSakumPoslof/Q10358_DividedSakumPoslof.java
  152. ===================================================================
  153. --- dist/game/data/scripts/quests/Q10358_DividedSakumPoslof/Q10358_DividedSakumPoslof.java  (revision 4700)
  154. +++ dist/game/data/scripts/quests/Q10358_DividedSakumPoslof/Q10358_DividedSakumPoslof.java  (working copy)
  155. @@ -86,7 +86,6 @@
  156.             {
  157.                 if (st.isCond(4))
  158.                 {
  159. -                   giveAdena(player, 1050, true);
  160.                     addExpAndSp(player, 750000, 180);
  161.                     st.exitQuest(false, true);
  162.                     htmltext = event;
  163. Index: dist/game/data/scripts/quests/Q10709_TheStolenSeed/Q10709_TheStolenSeed.java
  164. ===================================================================
  165. --- dist/game/data/scripts/quests/Q10709_TheStolenSeed/Q10709_TheStolenSeed.java    (revision 4700)
  166. +++ dist/game/data/scripts/quests/Q10709_TheStolenSeed/Q10709_TheStolenSeed.java    (working copy)
  167. @@ -125,9 +125,10 @@
  168.                     giveItems(player, BLESSED_SCROLL_OF_ESCAPE, 3);
  169.                     giveItems(player, PAULINA_EQUIPMENT_SET, 1);
  170.                     giveStoryQuestReward(npc, player);
  171. +                   giveAdena(player, 990000, true);
  172.                     if (player.getLevel() >= MIN_LEVEL)
  173.                     {
  174. -                       addExpAndSp(player, 731_010, 175);
  175. +                       addExpAndSp(player, 5598386, 175);
  176.                     }
  177.                     htmltext = event;
  178.                 }
  179. Index: dist/game/data/scripts/quests/Q10403_TheGuardianGiant/Q10403_TheGuardianGiant.java
  180. ===================================================================
  181. --- dist/game/data/scripts/quests/Q10403_TheGuardianGiant/Q10403_TheGuardianGiant.java  (revision 4700)
  182. +++ dist/game/data/scripts/quests/Q10403_TheGuardianGiant/Q10403_TheGuardianGiant.java  (working copy)
  183. @@ -45,7 +45,6 @@
  184.     };
  185.     // Items
  186.     private static final int FRAGMENT = 36713; // Guardian Giant's Nucleus Fragment
  187. -   private static final int EAB = 948; // Scroll: Enchant Armor (B-grade)
  188.     // Misc
  189.     private static final int MIN_LEVEL = 58;
  190.     private static final int MAX_LEVEL = 61;
  191. @@ -92,11 +91,10 @@
  192.                 if (st.isCond(3))
  193.                 {
  194.                     st.exitQuest(false, true);
  195. -                   giveItems(player, EAB, 5);
  196.                     giveStoryQuestReward(npc, player);
  197.                     if (player.getLevel() >= MIN_LEVEL)
  198.                     {
  199. -                       addExpAndSp(player, 6_579_090, 1_578);
  200. +                       addExpAndSp(player, 9579090, 1578);
  201.                     }
  202.                     htmltext = event;
  203.                 }
  204. @@ -161,7 +159,7 @@
  205.             }
  206.             else if (st.isCond(1))
  207.             {
  208. -               if (giveItemRandomly(killer, FRAGMENT, 1, 50, 1, true))
  209. +               if (giveItemRandomly(killer, FRAGMENT, 1, 90, 1, true))
  210.                 {
  211.                     st.setCond(2, true);
  212.                     final L2Npc akum = addSpawn(AKUM, npc);
  213. Index: dist/game/data/scripts/quests/Q10333_DisappearedSakum/Q10333_DisappearedSakum.java
  214. ===================================================================
  215. --- dist/game/data/scripts/quests/Q10333_DisappearedSakum/Q10333_DisappearedSakum.java  (revision 4700)
  216. +++ dist/game/data/scripts/quests/Q10333_DisappearedSakum/Q10333_DisappearedSakum.java  (working copy)
  217. @@ -106,7 +106,6 @@
  218.             {
  219.                 if (qs.isCond(3))
  220.                 {
  221. -                   giveAdena(player, 800, true);
  222.                     addExpAndSp(player, 180000, 43);
  223.                     qs.exitQuest(false, true);
  224.                     htmltext = event;
  225. Index: dist/game/data/scripts/quests/Q10391_ASuspiciousHelper/Q10391_ASuspiciousHelper.java
  226. ===================================================================
  227. --- dist/game/data/scripts/quests/Q10391_ASuspiciousHelper/Q10391_ASuspiciousHelper.java    (revision 4700)
  228. +++ dist/game/data/scripts/quests/Q10391_ASuspiciousHelper/Q10391_ASuspiciousHelper.java    (working copy)
  229. @@ -36,7 +36,6 @@
  230.     // Items
  231.     private static final int CARD = 36707; // Forged Identification Card
  232.     private static final int EXP_MATERTIAL = 36708; // Experimental Material
  233. -   private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
  234.     // Misc
  235.     private static final int MIN_LEVEL = 40;
  236.     private static final int MAX_LEVEL = 46;
  237. @@ -96,7 +95,6 @@
  238.                 {
  239.                     st.exitQuest(false, true);
  240.                     giveStoryQuestReward(npc, player);
  241. -                   giveItems(player, EAC, 1);
  242.                     addExpAndSp(player, 388290, 93);
  243.                 }
  244.                 break;
  245. Index: dist/game/data/scripts/quests/Q10708_StrengthenTheBarrier/Q10708_StrengthenTheBarrier.java
  246. ===================================================================
  247. --- dist/game/data/scripts/quests/Q10708_StrengthenTheBarrier/Q10708_StrengthenTheBarrier.java  (revision 4700)
  248. +++ dist/game/data/scripts/quests/Q10708_StrengthenTheBarrier/Q10708_StrengthenTheBarrier.java  (working copy)
  249. @@ -37,7 +37,6 @@
  250.     private static final int SEALBREAKER = 27523;
  251.     // Items
  252.     private static final int KEY = 39509; // Barrier Enforcer Key
  253. -   private static final int EWB = 947; // Scroll: Enchant Armor (B-grade)
  254.     // Misc
  255.     private static final int MIN_LEVEL = 52;
  256.     private static final int MAX_LEVEL = 57;
  257. @@ -100,7 +99,6 @@
  258.                 if (st.isCond(2))
  259.                 {
  260.                     st.exitQuest(false, true);
  261. -                   giveItems(player, EWB, 1);
  262.                     giveStoryQuestReward(npc, player);
  263.                     if (player.getLevel() >= MIN_LEVEL)
  264.                     {
  265. Index: dist/game/data/scripts/quests/Q10416_InSearchOfTheEyeOfArgos/Q10416_InSearchOfTheEyeOfArgos.java
  266. ===================================================================
  267. --- dist/game/data/scripts/quests/Q10416_InSearchOfTheEyeOfArgos/Q10416_InSearchOfTheEyeOfArgos.java    (revision 4700)
  268. +++ dist/game/data/scripts/quests/Q10416_InSearchOfTheEyeOfArgos/Q10416_InSearchOfTheEyeOfArgos.java    (working copy)
  269. @@ -96,7 +96,7 @@
  270.                 {
  271.                     if (player.getLevel() >= MIN_LEVEL)
  272.                     {
  273. -                       addExpAndSp(player, 178_732_196, 261);
  274. +                       addExpAndSp(player, 178732196, 261);
  275.                         giveStoryQuestReward(npc, player);
  276.                         st.exitQuest(QuestType.ONE_TIME, true);
  277.                         htmltext = event;
  278. Index: dist/game/data/scripts/quests/Q10336_DividedSakumKanilov/Q10336_DividedSakumKanilov.java
  279. ===================================================================
  280. --- dist/game/data/scripts/quests/Q10336_DividedSakumKanilov/Q10336_DividedSakumKanilov.java    (revision 4700)
  281. +++ dist/game/data/scripts/quests/Q10336_DividedSakumKanilov/Q10336_DividedSakumKanilov.java    (working copy)
  282. @@ -40,7 +40,6 @@
  283.     private static final int KANILOV = 27451;
  284.     // Items
  285.     private static final int SAKUM_SKETCH = 17584;
  286. -   private static final int EWD = 955; // Scroll: Enchant Weapon (D-grade)
  287.     // Misc
  288.     private static final int MIN_LEVEL = 27;
  289.     private static final int MAX_LEVEL = 40;
  290. @@ -84,8 +83,6 @@
  291.             {
  292.                 if (st.isCond(3))
  293.                 {
  294. -                   giveAdena(player, 1000, true);
  295. -                   giveItems(player, EWD, 3);
  296.                     addExpAndSp(player, 500000, 120);
  297.                     st.exitQuest(false, true);
  298.                     htmltext = event;
  299. Index: dist/game/data/scripts/quests/Q10393_KekropusLetterAClueCompleted/Q10393_KekropusLetterAClueCompleted.java
  300. ===================================================================
  301. --- dist/game/data/scripts/quests/Q10393_KekropusLetterAClueCompleted/Q10393_KekropusLetterAClueCompleted.java  (revision 4700)
  302. +++ dist/game/data/scripts/quests/Q10393_KekropusLetterAClueCompleted/Q10393_KekropusLetterAClueCompleted.java  (working copy)
  303. @@ -39,7 +39,6 @@
  304.     // Items
  305.     private static final int SOE_TOWN_OF_OREN = 37113; // Scroll of Escape: Town of Oren
  306.     private static final int SOE_OUTLAW_FOREST = 37026; // Scroll of Escape: Outlaw Forest
  307. -   private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
  308.     // Location
  309.     private static final Location TELEPORT_LOC = new Location(83676, 55510, -1512);
  310.     // Misc
  311. @@ -91,7 +90,6 @@
  312.                 if (st.isCond(2))
  313.                 {
  314.                     st.exitQuest(false, true);
  315. -                   giveItems(player, EAC, 4);
  316.                     giveStoryQuestReward(npc, player);
  317.                     addExpAndSp(player, 483840, 116);
  318.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_52, ExShowScreenMessage.TOP_CENTER, 6000);
  319. Index: dist/game/data/scripts/quests/Q10401_KekropusLetterDecodingTheBadge/Q10401_KekropusLetterDecodingTheBadge.java
  320. ===================================================================
  321. --- dist/game/data/scripts/quests/Q10401_KekropusLetterDecodingTheBadge/Q10401_KekropusLetterDecodingTheBadge.java  (revision 4700)
  322. +++ dist/game/data/scripts/quests/Q10401_KekropusLetterDecodingTheBadge/Q10401_KekropusLetterDecodingTheBadge.java  (working copy)
  323. @@ -39,7 +39,6 @@
  324.     // Items
  325.     private static final int SOE_TOWN_OF_ADEN = 37115; // Scroll of Escape: Town of Aden
  326.     private static final int SOE_FORSAKEN_PLAINS = 37028; // Scroll of Escape: Forsaken Plains
  327. -   private static final int EAB = 948; // Scroll: Enchant Armor (B-grade)
  328.     // Location
  329.     private static final Location TELEPORT_LOC = new Location(147540, 24661, -1984);
  330.     // Misc
  331. @@ -91,11 +90,10 @@
  332.                 if (st.isCond(2))
  333.                 {
  334.                     st.exitQuest(false, true);
  335. -                   giveItems(player, EAB, 5);
  336.                     giveStoryQuestReward(npc, player);
  337.                     if (player.getLevel() >= MIN_LEVEL)
  338.                     {
  339. -                       addExpAndSp(player, 731_010, 175);
  340. +                       addExpAndSp(player, 731010, 175);
  341.                     }
  342.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_61, ExShowScreenMessage.TOP_CENTER, 6000);
  343.                     htmltext = event;
  344. Index: dist/game/data/scripts/quests/Q10410_EmbryoInTheSwampOfScreams/Q10410_EmbryoInTheSwampOfScreams.java
  345. ===================================================================
  346. --- dist/game/data/scripts/quests/Q10410_EmbryoInTheSwampOfScreams/Q10410_EmbryoInTheSwampOfScreams.java    (revision 4700)
  347. +++ dist/game/data/scripts/quests/Q10410_EmbryoInTheSwampOfScreams/Q10410_EmbryoInTheSwampOfScreams.java    (working copy)
  348. @@ -55,8 +55,6 @@
  349.         21517, // Needle Stakato Drone
  350.         21518, // Frenzied Stakato Soldier
  351.     };
  352. -   // Items
  353. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  354.     // Misc
  355.     private static final int MIN_LEVEL = 65;
  356.     private static final int MAX_LEVEL = 70;
  357. @@ -103,11 +101,10 @@
  358.                 if (st.isCond(2))
  359.                 {
  360.                     st.exitQuest(false, true);
  361. -                   giveItems(player, EAA, 5);
  362.                     giveStoryQuestReward(npc, player);
  363.                     if (player.getLevel() >= MIN_LEVEL)
  364.                     {
  365. -                       addExpAndSp(player, 161_046_201, 4072);
  366. +                       addExpAndSp(player, 161046201, 4072);
  367.                     }
  368.                     htmltext = event;
  369.                 }
  370. Index: dist/game/data/scripts/quests/Q10409_ASuspiciousVagabondInTheSwamp/Q10409_ASuspiciousVagabondInTheSwamp.java
  371. ===================================================================
  372. --- dist/game/data/scripts/quests/Q10409_ASuspiciousVagabondInTheSwamp/Q10409_ASuspiciousVagabondInTheSwamp.java    (revision 4700)
  373. +++ dist/game/data/scripts/quests/Q10409_ASuspiciousVagabondInTheSwamp/Q10409_ASuspiciousVagabondInTheSwamp.java    (working copy)
  374. @@ -33,8 +33,6 @@
  375.     // NPCs
  376.     private static final int DOKARA = 33847;
  377.     private static final int VAGABOND = 33848; // Critically-injured Suspicious Vagabond
  378. -   // Items
  379. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  380.     // Misc
  381.     private static final int MIN_LEVEL = 65;
  382.     private static final int MAX_LEVEL = 70;
  383. @@ -78,11 +76,10 @@
  384.                 if (st.isCond(2))
  385.                 {
  386.                     st.exitQuest(false, true);
  387. -                   giveItems(player, EAA, 3);
  388.                     giveStoryQuestReward(npc, player);
  389.                     if (player.getLevel() >= MIN_LEVEL)
  390.                     {
  391. -                       addExpAndSp(player, 942_690, 226);
  392. +                       addExpAndSp(player, 7541520, 226);
  393.                     }
  394.                     htmltext = event;
  395.                 }
  396. Index: dist/game/data/scripts/quests/Q10398_ASuspiciousBadge/Q10398_ASuspiciousBadge.java
  397. ===================================================================
  398. --- dist/game/data/scripts/quests/Q10398_ASuspiciousBadge/Q10398_ASuspiciousBadge.java  (revision 4700)
  399. +++ dist/game/data/scripts/quests/Q10398_ASuspiciousBadge/Q10398_ASuspiciousBadge.java  (working copy)
  400. @@ -43,7 +43,6 @@
  401.     };
  402.     // Items
  403.     private static final int BADGE = 36666; // Unidentified Suspicious Badge
  404. -   private static final int EAB = 948; // Scroll: Enchant Armor (B-grade)
  405.     // Misc
  406.     private static final int MIN_LEVEL = 52;
  407.     private static final int MAX_LEVEL = 58;
  408. @@ -87,7 +86,6 @@
  409.                 if (st.isCond(2))
  410.                 {
  411.                     st.exitQuest(false, true);
  412. -                   giveItems(player, EAB, 5);
  413.                     giveStoryQuestReward(npc, player);
  414.                     if (player.getLevel() >= MIN_LEVEL)
  415.                     {
  416. Index: dist/game/data/scripts/quests/Q10415_KekropusLetterWithWisdom/Q10415_KekropusLetterWithWisdom.java
  417. ===================================================================
  418. --- dist/game/data/scripts/quests/Q10415_KekropusLetterWithWisdom/Q10415_KekropusLetterWithWisdom.java  (revision 4700)
  419. +++ dist/game/data/scripts/quests/Q10415_KekropusLetterWithWisdom/Q10415_KekropusLetterWithWisdom.java  (working copy)
  420. @@ -40,7 +40,6 @@
  421.     // Items
  422.     private static final int SOE_WALL_OF_ARGOS = 37032; // Scroll of Escape: Wall of Argos
  423.     private static final int SOE_TOWN_OF_GODDARD = 37119; // Scroll of Escape: Town of Goddard
  424. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  425.     // Requirements
  426.     private static final int MIN_LEVEL = 70;
  427.     private static final int MAX_LEVEL = 75;
  428. @@ -93,11 +92,10 @@
  429.                 if (qs.isCond(2))
  430.                 {
  431.                     qs.exitQuest(false, true);
  432. -                   giveItems(player, EAA, 5);
  433.                     giveStoryQuestReward(npc, player);
  434.                     if (player.getLevel() >= MIN_LEVEL)
  435.                     {
  436. -                       addExpAndSp(player, 1_088_640, 261);
  437. +                       addExpAndSp(player, 1088640, 261);
  438.                     }
  439.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_76, ExShowScreenMessage.TOP_CENTER, 6000);
  440.                     htmltext = event;
  441. Index: dist/game/data/scripts/quests/Q10335_RequestToFindSakum/Q10335_RequestToFindSakum.java
  442. ===================================================================
  443. --- dist/game/data/scripts/quests/Q10335_RequestToFindSakum/Q10335_RequestToFindSakum.java  (revision 4700)
  444. +++ dist/game/data/scripts/quests/Q10335_RequestToFindSakum/Q10335_RequestToFindSakum.java  (working copy)
  445. @@ -94,7 +94,6 @@
  446.             {
  447.                 if (st.isCond(3))
  448.                 {
  449. -                   giveAdena(player, 900, true);
  450.                     addExpAndSp(player, 350000, 84);
  451.                     st.exitQuest(false, true);
  452.                     htmltext = event;
  453. Index: dist/game/data/scripts/quests/Q10395_NotATraitor/Q10395_NotATraitor.java
  454. ===================================================================
  455. --- dist/game/data/scripts/quests/Q10395_NotATraitor/Q10395_NotATraitor.java    (revision 4700)
  456. +++ dist/game/data/scripts/quests/Q10395_NotATraitor/Q10395_NotATraitor.java    (working copy)
  457. @@ -47,8 +47,6 @@
  458.         20576, // Oel Mahum Shaman
  459.         21261, // Ol Mahum Transcender
  460.     };
  461. -   // Items
  462. -   private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
  463.     // Misc
  464.     private static final int MIN_LEVEL = 46;
  465.     private static final int MAX_LEVEL = 52;
  466. @@ -93,11 +91,10 @@
  467.                 if (st.isCond(2))
  468.                 {
  469.                     st.exitQuest(false, true);
  470. -                   giveItems(player, EAC, 5);
  471.                     giveStoryQuestReward(npc, player);
  472.                     if (player.getLevel() >= MIN_LEVEL)
  473.                     {
  474. -                       addExpAndSp(player, 3_781_574, 907);
  475. +                       addExpAndSp(player, 8419210, 907);
  476.                     }
  477.                     htmltext = event;
  478.                 }
  479. Index: dist/game/data/scripts/quests/Q10337_SakumsImpact/Q10337_SakumsImpact.java
  480. ===================================================================
  481. --- dist/game/data/scripts/quests/Q10337_SakumsImpact/Q10337_SakumsImpact.java  (revision 4700)
  482. +++ dist/game/data/scripts/quests/Q10337_SakumsImpact/Q10337_SakumsImpact.java  (working copy)
  483. @@ -96,8 +96,7 @@
  484.             {
  485.                 if (qs.isCond(3))
  486.                 {
  487. -                   giveAdena(player, 1030, true);
  488. -                   addExpAndSp(player, 650000, 156);
  489. +                   addExpAndSp(player, 1000000, 156);
  490.                     qs.exitQuest(false, true);
  491.                     htmltext = event;
  492.                 }
  493. Index: dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
  494. ===================================================================
  495. --- dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java  (revision 4700)
  496. +++ dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java  (working copy)
  497. @@ -39,7 +39,6 @@
  498.     // Items
  499.     private static final int SOE_TOWN_OF_GODDARD = 37121; // Scroll of Escape: Town of Goddard
  500.     private static final int SOE_KETRA_ORC_OUTPOST = 37035; // Scroll of Escape: Varka Silenos Barracks
  501. -   private static final int EWS = 959; // Scroll: Enchant Weapon (S-grade)
  502.     // Location
  503.     private static final Location TELEPORT_LOC = new Location(147491, -56633, -2776);
  504.     // Misc
  505. @@ -91,11 +90,10 @@
  506.                 if (qs.isCond(2))
  507.                 {
  508.                     qs.exitQuest(false, true);
  509. -                   giveItems(player, EWS, 1);
  510.                     giveStoryQuestReward(npc, player);
  511.                     if (player.getLevel() >= MIN_LEVEL)
  512.                     {
  513. -                       addExpAndSp(player, 1_277_640, 306);
  514. +                       addExpAndSp(player, 1277640, 306);
  515.                     }
  516.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_81, ExShowScreenMessage.TOP_CENTER, 6000);
  517.                     htmltext = event;
  518. Index: dist/game/data/scripts/quests/Q10392_FailureAndItsConsequences/Q10392_FailureAndItsConsequences.java
  519. ===================================================================
  520. --- dist/game/data/scripts/quests/Q10392_FailureAndItsConsequences/Q10392_FailureAndItsConsequences.java    (revision 4700)
  521. +++ dist/game/data/scripts/quests/Q10392_FailureAndItsConsequences/Q10392_FailureAndItsConsequences.java    (working copy)
  522. @@ -42,7 +42,6 @@
  523.     };
  524.     // Items
  525.     private static final int FRAGMENT = 36709; // Suspicious Fragment
  526. -   private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
  527.     // Misc
  528.     private static final int MIN_LEVEL = 40;
  529.     private static final int MAX_LEVEL = 46;
  530. @@ -99,9 +98,8 @@
  531.                 if (st.isCond(3))
  532.                 {
  533.                     st.exitQuest(false, true);
  534. -                   giveItems(player, EAC, 5);
  535.                     giveStoryQuestReward(npc, player);
  536. -                   addExpAndSp(player, 2329740, 559);
  537. +                   addExpAndSp(player, 4175045, 559);
  538.                     htmltext = event;
  539.                 }
  540.                 break;
  541. Index: dist/game/data/scripts/quests/Q10414_KekropusLetterWithCourage/Q10414_KekropusLetterWithCourage.java
  542. ===================================================================
  543. --- dist/game/data/scripts/quests/Q10414_KekropusLetterWithCourage/Q10414_KekropusLetterWithCourage.java    (revision 4700)
  544. +++ dist/game/data/scripts/quests/Q10414_KekropusLetterWithCourage/Q10414_KekropusLetterWithCourage.java    (working copy)
  545. @@ -39,7 +39,6 @@
  546.     // Items
  547.     private static final int SOE_WALL_OF_ARGOS = 37032; // Scroll of Escape: Wall of Argos
  548.     private static final int SOE_TOWN_OF_GODDARD = 37119; // Scroll of Escape: Town of Goddard
  549. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  550.     // Location
  551.     private static final Location TELEPORT_LOC = new Location(147491, -56633, -2776);
  552.     // Misc
  553. @@ -92,11 +91,10 @@
  554.                 if (st.isCond(2))
  555.                 {
  556.                     st.exitQuest(false, true);
  557. -                   giveItems(player, EAA, 5);
  558.                     giveStoryQuestReward(npc, player);
  559.                     if (player.getLevel() >= MIN_LEVEL)
  560.                     {
  561. -                       addExpAndSp(player, 1_088_640, 261);
  562. +                       addExpAndSp(player, 1088640, 261);
  563.                     }
  564.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_76, ExShowScreenMessage.TOP_CENTER, 6000);
  565.                     htmltext = event;
  566. Index: dist/game/data/scripts/quests/Q10334_ReportingTheStatusOfTheWindmillHill/Q10334_ReportingTheStatusOfTheWindmillHill.java
  567. ===================================================================
  568. --- dist/game/data/scripts/quests/Q10334_ReportingTheStatusOfTheWindmillHill/Q10334_ReportingTheStatusOfTheWindmillHill.java    (revision 4700)
  569. +++ dist/game/data/scripts/quests/Q10334_ReportingTheStatusOfTheWindmillHill/Q10334_ReportingTheStatusOfTheWindmillHill.java    (working copy)
  570. @@ -78,7 +78,6 @@
  571.             {
  572.                 if (qs.isCond(1))
  573.                 {
  574. -                   giveAdena(player, 850, true);
  575.                     addExpAndSp(player, 200000, 48);
  576.                     qs.exitQuest(false, true);
  577.                     htmltext = event;
  578. Index: dist/game/data/scripts/quests/Q10390_KekropusLetter/Q10390_KekropusLetter.java
  579. ===================================================================
  580. --- dist/game/data/scripts/quests/Q10390_KekropusLetter/Q10390_KekropusLetter.java  (revision 4700)
  581. +++ dist/game/data/scripts/quests/Q10390_KekropusLetter/Q10390_KekropusLetter.java  (working copy)
  582. @@ -52,7 +52,6 @@
  583.     private static final int KEKROPUS_LETTER = 36706;
  584.     private static final int HAINE_SOE = 37112; // Scroll of Escape: Heine
  585.     private static final int ALLIGATOR_ISLAND_SOE = 37025; // Scroll of Escape: Alligator Island
  586. -   private static final int EWC = 951; // Scroll: Enchant Weapon (C-grade)
  587.     // Misc
  588.     private static final int MIN_LEVEL = 40;
  589.     private static final int MAX_LEVEL = 45;
  590. @@ -149,7 +148,6 @@
  591.             {
  592.                 if (st.isCond(4))
  593.                 {
  594. -                   giveItems(player, EWC, 3);
  595.                     giveStoryQuestReward(npc, player);
  596.                     addExpAndSp(player, 370440, 88);
  597.                     st.exitQuest(false, true);
  598. Index: dist/game/data/scripts/quests/Q10417_DaimonTheWhiteEyed/Q10417_DaimonTheWhiteEyed.java
  599. ===================================================================
  600. --- dist/game/data/scripts/quests/Q10417_DaimonTheWhiteEyed/Q10417_DaimonTheWhiteEyed.java  (revision 4700)
  601. +++ dist/game/data/scripts/quests/Q10417_DaimonTheWhiteEyed/Q10417_DaimonTheWhiteEyed.java  (working copy)
  602. @@ -35,8 +35,6 @@
  603.     private static final int EYE_OF_ARGOS = 31683;
  604.     private static final int JANITT = 33851;
  605.     private static final int DAIMON_THE_WHITEEYED = 27499;
  606. -   // Items
  607. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  608.     // Misc
  609.     private static final int MIN_LEVEL = 70;
  610.     private static final int MAX_LEVEL = 75;
  611. @@ -90,11 +88,10 @@
  612.                 if (st.isCond(3))
  613.                 {
  614.                     st.exitQuest(false, true);
  615. -                   giveItems(player, EAA, 5);
  616.                     giveStoryQuestReward(npc, player);
  617.                     if (player.getLevel() > MIN_LEVEL)
  618.                     {
  619. -                       addExpAndSp(player, 2_721_600, 653);
  620. +                       addExpAndSp(player, 306167814, 3265);
  621.                     }
  622.                     htmltext = event;
  623.                 }
  624. Index: dist/game/data/scripts/quests/Q10394_MutualBenefit/Q10394_MutualBenefit.java
  625. ===================================================================
  626. --- dist/game/data/scripts/quests/Q10394_MutualBenefit/Q10394_MutualBenefit.java    (revision 4700)
  627. +++ dist/game/data/scripts/quests/Q10394_MutualBenefit/Q10394_MutualBenefit.java    (working copy)
  628. @@ -39,8 +39,6 @@
  629.     private static final int GARGOYLE = 20241; // Hunter Gargoyle
  630.     private static final int BASILISK = 20573; // Tarlk Basilisk
  631.     private static final int ELDER_BASILISK = 20574; // Elder Tarlk Basilisk
  632. -   // Items
  633. -   private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
  634.     // Misc
  635.     private static final int MIN_LEVEL = 46;
  636.     private static final int MAX_LEVEL = 52;
  637. @@ -84,11 +82,10 @@
  638.                 if (st.isCond(2))
  639.                 {
  640.                     st.exitQuest(false, true);
  641. -                   giveItems(player, EAC, 6);
  642.                     giveStoryQuestReward(npc, player);
  643.                     if (player.getLevel() >= MIN_LEVEL)
  644.                     {
  645. -                       addExpAndSp(player, 3_151_312, 756);
  646. +                       addExpAndSp(player, 6758129, 756);
  647.                     }
  648.                     htmltext = event;
  649.                 }
  650. Index: dist/game/data/scripts/quests/Q10408_KekropusLetterTheSwampOfScreams/Q10408_KekropusLetterTheSwampOfScreams.java
  651. ===================================================================
  652. --- dist/game/data/scripts/quests/Q10408_KekropusLetterTheSwampOfScreams/Q10408_KekropusLetterTheSwampOfScreams.java    (revision 4700)
  653. +++ dist/game/data/scripts/quests/Q10408_KekropusLetterTheSwampOfScreams/Q10408_KekropusLetterTheSwampOfScreams.java    (working copy)
  654. @@ -39,7 +39,6 @@
  655.     // Items
  656.     private static final int SOE_SWAMP_OF_SCREAMS = 37030; // Scroll of Escape: Swamp of Screams
  657.     private static final int SOE_TOWN_OF_RUNE = 37117; // Scroll of Escape: Town of Rune
  658. -   private static final int EWA = 729; // Scroll: Enchant Weapon (A-grade)
  659.     // Location
  660.     private static final Location TELEPORT_LOC = new Location(42682, -47986, -792);
  661.     // Misc
  662. @@ -92,11 +91,10 @@
  663.                 if (st.isCond(2))
  664.                 {
  665.                     st.exitQuest(false, true);
  666. -                   giveItems(player, EWA, 2);
  667.                     giveStoryQuestReward(npc, player);
  668.                     if (player.getLevel() >= MIN_LEVEL)
  669.                     {
  670. -                       addExpAndSp(player, 942_690, 226);
  671. +                       addExpAndSp(player, 942690, 226);
  672.                     }
  673.                     showOnScreenMsg(player, NpcStringId.GROW_STRONGER_HERE_UNTIL_YOU_RECEIVE_THE_NEXT_LETTER_FROM_KEKROPUS_AT_LV_70, ExShowScreenMessage.TOP_CENTER, 6000);
  674.                     htmltext = event;
  675. Index: dist/game/data/scripts/quests/Q10413_EmbryoInTheForestOfTheDead/Q10413_EmbryoInTheForestOfTheDead.java
  676. ===================================================================
  677. --- dist/game/data/scripts/quests/Q10413_EmbryoInTheForestOfTheDead/Q10413_EmbryoInTheForestOfTheDead.java  (revision 4700)
  678. +++ dist/game/data/scripts/quests/Q10413_EmbryoInTheForestOfTheDead/Q10413_EmbryoInTheForestOfTheDead.java  (working copy)
  679. @@ -84,8 +84,6 @@
  680.         21595, // Vampire Warlord
  681.         21599, // Requiem Priest
  682.     };
  683. -   // Items
  684. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  685.     // Misc
  686.     private static final int MIN_LEVEL = 65;
  687.     private static final int MAX_LEVEL = 70;
  688. @@ -132,11 +130,10 @@
  689.                 if (st.isCond(2))
  690.                 {
  691.                     st.exitQuest(false, true);
  692. -                   giveItems(player, EAA, 5);
  693.                     giveStoryQuestReward(npc, player);
  694.                     if (player.getLevel() >= MIN_LEVEL)
  695.                     {
  696. -                       addExpAndSp(player, 16_968_420, 4072);
  697. +                       addExpAndSp(player, 161046201, 4072);
  698.                     }
  699.                     htmltext = event;
  700.                 }
  701. @@ -184,7 +181,7 @@
  702.             {
  703.                 int count = st.getInt("KillCount");
  704.                 st.set("KillCount", ++count);
  705. -               if (count >= 50)
  706. +               if (count >= 300)
  707.                 {
  708.                     st.setCond(2, true);
  709.                 }
  710. Index: dist/game/data/scripts/quests/Q10402_NowhereToTurn/Q10402_NowhereToTurn.java
  711. ===================================================================
  712. --- dist/game/data/scripts/quests/Q10402_NowhereToTurn/Q10402_NowhereToTurn.java    (revision 4700)
  713. +++ dist/game/data/scripts/quests/Q10402_NowhereToTurn/Q10402_NowhereToTurn.java    (working copy)
  714. @@ -48,8 +48,6 @@
  715.         21021, // Sharp Talon Tiger
  716.         21022, // Fallen Orc Captain
  717.     };
  718. -   // Items
  719. -   private static final int EAB = 948; // Scroll: Enchant Armor (B-grade)
  720.     // Misc
  721.     private static final int MIN_LEVEL = 58;
  722.     private static final int MAX_LEVEL = 61;
  723. @@ -93,11 +91,10 @@
  724.                 if (st.isCond(2))
  725.                 {
  726.                     st.exitQuest(false, true);
  727. -                   giveItems(player, EAB, 5);
  728.                     giveStoryQuestReward(npc, player);
  729.                     if (player.getLevel() >= MIN_LEVEL)
  730.                     {
  731. -                       addExpAndSp(player, 5_482_574, 1_315);
  732. +                       addExpAndSp(player, 9115741, 1315);
  733.                     }
  734.                     htmltext = event;
  735.                 }
  736. @@ -143,7 +140,7 @@
  737.         {
  738.             int killCount = st.getInt("KILLED_COUNT");
  739.            
  740. -           if (killCount < 40)
  741. +           if (killCount < 60)
  742.             {
  743.                 killCount++;
  744.                 st.set("KILLED_COUNT", killCount);
  745. @@ -150,7 +147,7 @@
  746.                 playSound(killer, QuestSound.ITEMSOUND_QUEST_ITEMGET);
  747.             }
  748.            
  749. -           if (killCount == 40)
  750. +           if (killCount == 60)
  751.             {
  752.                 st.setCond(2, true);
  753.             }
  754. Index: dist/game/data/scripts/quests/Q10406_BeforeDarknessBearsFruit/Q10406_BeforeDarknessBearsFruit.java
  755. ===================================================================
  756. --- dist/game/data/scripts/quests/Q10406_BeforeDarknessBearsFruit/Q10406_BeforeDarknessBearsFruit.java  (revision 4700)
  757. +++ dist/game/data/scripts/quests/Q10406_BeforeDarknessBearsFruit/Q10406_BeforeDarknessBearsFruit.java  (working copy)
  758. @@ -39,8 +39,6 @@
  759.     // NPCs
  760.     private static final int SHUVANN = 33867;
  761.     private static final int KARTIAS_FLOWER = 19470;
  762. -   // Items
  763. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  764.     // Misc
  765.     private static final int MIN_LEVEL = 61;
  766.     private static final int MAX_LEVEL = 65;
  767. @@ -85,11 +83,10 @@
  768.                 if (st.isCond(2))
  769.                 {
  770.                     st.exitQuest(false, true);
  771. -                   giveItems(player, EAA, 3);
  772.                     giveStoryQuestReward(npc, player);
  773.                     if (player.getLevel() >= MIN_LEVEL)
  774.                     {
  775. -                       addExpAndSp(player, 3_125_586, 750);
  776. +                       addExpAndSp(player, 13561681, 750);
  777.                     }
  778.                     htmltext = event;
  779.                 }
  780. Index: dist/game/data/scripts/quests/Q10707_FlamesOfSorrow/Q10707_FlamesOfSorrow.java
  781. ===================================================================
  782. --- dist/game/data/scripts/quests/Q10707_FlamesOfSorrow/Q10707_FlamesOfSorrow.java  (revision 4700)
  783. +++ dist/game/data/scripts/quests/Q10707_FlamesOfSorrow/Q10707_FlamesOfSorrow.java  (working copy)
  784. @@ -40,7 +40,6 @@
  785.     private static final int SPIRIT = 33959;
  786.     // Items
  787.     private static final int MARK = 39508; // Mark of Gratitude
  788. -   private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
  789.     // Misc
  790.     private static final int MIN_LEVEL = 46;
  791.     private static final int MAX_LEVEL = 51;
  792. @@ -91,11 +90,10 @@
  793.                 if (st.isCond(2))
  794.                 {
  795.                     st.exitQuest(false, true);
  796. -                   giveItems(player, EAC, 2);
  797.                     giveStoryQuestReward(npc, player);
  798.                     if (player.getLevel() >= MIN_LEVEL)
  799.                     {
  800. -                       addExpAndSp(player, 483_840, 116);
  801. +                       addExpAndSp(player, 6049417, 378);
  802.                     }
  803.                     htmltext = event;
  804.                 }
  805. Index: dist/game/data/scripts/quests/Q10359_TracesOfEvil/Q10359_TracesOfEvil.java
  806. ===================================================================
  807. --- dist/game/data/scripts/quests/Q10359_TracesOfEvil/Q10359_TracesOfEvil.java  (revision 4700)
  808. +++ dist/game/data/scripts/quests/Q10359_TracesOfEvil/Q10359_TracesOfEvil.java  (working copy)
  809. @@ -122,8 +122,7 @@
  810.             {
  811.                 if ((st.getCond() >= 4) && (st.getCond() <= 11))
  812.                 {
  813. -                   giveAdena(player, 1080, true);
  814. -                   addExpAndSp(player, 900000, 216);
  815. +                   addExpAndSp(player, 1800000, 216);
  816.                     st.exitQuest(false, true);
  817.                     htmltext = event;
  818.                 }
  819. Index: dist/game/data/scripts/quests/Q10399_TheAlphabetOfTheGiants/Q10399_TheAlphabetOfTheGiants.java
  820. ===================================================================
  821. --- dist/game/data/scripts/quests/Q10399_TheAlphabetOfTheGiants/Q10399_TheAlphabetOfTheGiants.java  (revision 4700)
  822. +++ dist/game/data/scripts/quests/Q10399_TheAlphabetOfTheGiants/Q10399_TheAlphabetOfTheGiants.java  (working copy)
  823. @@ -40,7 +40,6 @@
  824.     };
  825.     // Items
  826.     private static final int TABLET = 36667; // Giant's Alphabet
  827. -   private static final int EAB = 948; // Scroll: Enchant Armor (B-grade)
  828.     // Misc
  829.     private static final int MIN_LEVEL = 52;
  830.     private static final int MAX_LEVEL = 58;
  831. @@ -85,7 +84,6 @@
  832.                 if (st.isCond(2))
  833.                 {
  834.                     st.exitQuest(false, true);
  835. -                   giveItems(player, EAB, 5);
  836.                     giveStoryQuestReward(npc, player);
  837.                     if (player.getLevel() >= MIN_LEVEL)
  838.                     {
  839. Index: dist/game/data/scripts/quests/Q10412_ASuspiciousVagabondInTheForest/Q10412_ASuspiciousVagabondInTheForest.java
  840. ===================================================================
  841. --- dist/game/data/scripts/quests/Q10412_ASuspiciousVagabondInTheForest/Q10412_ASuspiciousVagabondInTheForest.java  (revision 4700)
  842. +++ dist/game/data/scripts/quests/Q10412_ASuspiciousVagabondInTheForest/Q10412_ASuspiciousVagabondInTheForest.java  (working copy)
  843. @@ -33,8 +33,6 @@
  844.     // NPCs
  845.     private static final int HATUBA = 33849;
  846.     private static final int VAGABOND = 33850; // Suspicious Vagabond Mortally Endangered
  847. -   // Items
  848. -   private static final int EAA = 730; // Scroll: Enchant Armor (A-grade)
  849.     // Misc
  850.     private static final int MIN_LEVEL = 65;
  851.     private static final int MAX_LEVEL = 70;
  852. @@ -78,11 +76,10 @@
  853.                 if (st.isCond(2))
  854.                 {
  855.                     st.exitQuest(false, true);
  856. -                   giveItems(player, EAA, 3);
  857.                     giveStoryQuestReward(npc, player);
  858.                     if (player.getLevel() >= MIN_LEVEL)
  859.                     {
  860. -                       addExpAndSp(player, 942_690, 226);
  861. +                       addExpAndSp(player, 7541520, 226);
  862.                     }
  863.                     htmltext = event;
  864.                 }
  865. Index: dist/game/data/scripts/quests/Q10332_ToughRoad/Q10332_ToughRoad.java
  866. ===================================================================
  867. --- dist/game/data/scripts/quests/Q10332_ToughRoad/Q10332_ToughRoad.java    (revision 4700)
  868. +++ dist/game/data/scripts/quests/Q10332_ToughRoad/Q10332_ToughRoad.java    (working copy)
  869. @@ -88,8 +88,7 @@
  870.             {
  871.                 if (st.isCond(1))
  872.                 {
  873. -                   giveAdena(player, 700, true);
  874. -                   addExpAndSp(player, 90000, 21);
  875. +                   addExpAndSp(player, 42250, 20);
  876.                     st.exitQuest(false, true);
  877.                     player.getVariables().remove(MOVIE_VAR);
  878.                     break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement