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