diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-05 16:11:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-05 16:11:42 -0300 |
commit | c43643c812c886267dc26b70b03dd639e05d1222 (patch) | |
tree | f11948ac9ee1199fb229155cd6f27e4473f7bd53 /npc/024-1/john.txt | |
parent | fc4255581693d2c19b9d9bf19328b0a153df17c6 (diff) | |
download | serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.gz serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.bz2 serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.xz serverdata-c43643c812c886267dc26b70b03dd639e05d1222.zip |
Boost Ryan's rewards with more milestones and monster points after stage 20r15_20210106
Diffstat (limited to 'npc/024-1/john.txt')
-rw-r--r-- | npc/024-1/john.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/024-1/john.txt b/npc/024-1/john.txt index 0fb62f87f..3ae7806e4 100644 --- a/npc/024-1/john.txt +++ b/npc/024-1/john.txt @@ -217,7 +217,7 @@ break; case 14: if (.@q2 >= 140) { - .@i = any(LukPotionC, DexPotionC, IntPotionC, VitPotionC, AgiPotionC, SacredLifePotion, SacredManaPotion, DodgePotion, PrecisionPotion, MoveSpeedPotion, StatusResetPotion, DeathPotion, PurificationPotion, NymphPoison, ElixirOfLife, SacredImmortalityPotion); + .@i = any(LukPotionC, DexPotionC, IntPotionC, VitPotionC, AgiPotionC, SacredLifePotion, SacredManaPotion, DodgePotion, PrecisionPotion, MoveSpeedPotion, StatusResetPotion, DeathPotion, PurificationPotion, NymphPoison, ElixirOfLife, SacredImmortalityPotion, Manapple); inventoryplace .@i, 1; getitem .@i, 1; setq3 FrostiaQuest_JhonH, .@q3 + 1; @@ -286,7 +286,7 @@ getitem .@i, 1; setq3 FrostiaQuest_JhonH, .@q3 + 1; mesc l("You have reached the current reward limit for Jhon."), 1; - mesc l("Futurely, Mylarin Dust and a Sunny Crystal will also be available."); + mesc l("Futurely, Mylarin Dust and a Sunny Crystal will also be available."); // And a Mysterious Fruit + Platinum, just like Ryan } break; } |