diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 23:37:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 23:37:50 -0300 |
commit | d97ed10839dc1d39ebb5c0101028c5d8a6fd930e (patch) | |
tree | f754c339d5ff7dd7b9936996954b8ed1fcf6a74a /npc | |
parent | 1b6a82e9c8cfba7ceca2e6c15bce846b8388b575 (diff) | |
download | serverdata-d97ed10839dc1d39ebb5c0101028c5d8a6fd930e.tar.gz serverdata-d97ed10839dc1d39ebb5c0101028c5d8a6fd930e.tar.bz2 serverdata-d97ed10839dc1d39ebb5c0101028c5d8a6fd930e.tar.xz serverdata-d97ed10839dc1d39ebb5c0101028c5d8a6fd930e.zip |
Be veeeeeery generous at final step (jk, the final step is insane)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-2/ryan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index f11a50812..5b729c8a2 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -26,7 +26,7 @@ close; inventoryplace ChefHat, 1; - inventoryplace PlatinumIngot, 1, IridiumIngot, 1; + inventoryplace PlatinumIngot, 1, IridiumIngot, 2; delitem TonoriDelight, .@a; getexp rand(.@a, .@a*2)+.@q*rand(10,30), 0; @@ -62,7 +62,7 @@ if (.@r < 3 && .@q == 100) { setq1 HalinarzoQuest_LifeDelight, 3; getitem PlatinumIngot, 1; - getitem IridiumIngot, 1; + getitem IridiumIngot, 2; next; mesn; mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(PlatinumIngot)); |