diff options
-rw-r--r-- | npc/009-2/ryan.txt | 2 | ||||
-rw-r--r-- | npc/018-2-4/lv4.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index ca2664c9d..50fb2efb2 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -30,7 +30,7 @@ delitem TonoriDelight, .@a; getexp rand(.@a, .@a*2)+.@q*rand(10,30), 0; Zeny=Zeny+.@a*21; - setq HalinarzoQuest_LifeDelight, .@q+1; + setq2 HalinarzoQuest_LifeDelight, .@q+1; mesn; mesq l("Hmmm... Yummy!"); diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index 9b9cf2e36..fc76995f2 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -31,11 +31,11 @@ OnInit: sellitem BlacksmithAxe,36000; sellitem Judgement,16200; - sellitem MercBoxB,2500; + sellitem MercBoxB,2200; sellitem GoldenGift,1920; sellitem PlatinumOre,1600; - sellitem IridiumOre,1000; + sellitem IridiumOre,800; sellitem PoisonAmmoBox,2160; sellitem PoisonArrow,12; |