diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-12 00:21:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-12 00:21:45 -0300 |
commit | b384216c40b8acbd592194fded0a47e34922c9c8 (patch) | |
tree | f3b2d3edf15a59b2b3f92a43898bd39172dc0195 /npc/009-2 | |
parent | ecc0eb38f7e20dce0bb17b173ae9d6eb17d83b98 (diff) | |
download | serverdata-b384216c40b8acbd592194fded0a47e34922c9c8.tar.gz serverdata-b384216c40b8acbd592194fded0a47e34922c9c8.tar.bz2 serverdata-b384216c40b8acbd592194fded0a47e34922c9c8.tar.xz serverdata-b384216c40b8acbd592194fded0a47e34922c9c8.zip |
As Crazyfefe said, Ryan total quest should only demand about 100k, not 300k
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/ryan.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 7b05babdf..86bc31986 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -9,10 +9,10 @@ if (BaseLevel < 17) goto L_Weak; if (!getq(HalinarzoQuest_LifeDelight)) goto L_Prologue; .@q=getq2(HalinarzoQuest_LifeDelight); - if (.@q < 50) + if (.@q < 25) .@a=(.@q**2)+18; else - .@a=2500+18*(.@q-49); + .@a=625+18*(.@q-24); if (.@q > 100) goto L_Complete; mesn; @@ -66,7 +66,7 @@ Zeny+=rand(.@a, .@a+.@q)*.p; getexp rand(.@q,.@a)*.@l, rand(1, .@q); } - // Platinum + Iridium last stage: 3418 Delights - 189275 in total + // Platinum + Iridium last stage: ~2000 Delights - 103,525 in total if (.@r < 3 && .@q == 100) { setq1 HalinarzoQuest_LifeDelight, 3; getitem PlatinumIngot, 1; |