diff options
Diffstat (limited to 'npc/009-2/ryan.txt')
-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 568f5d080..3607efe5d 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -27,7 +27,7 @@ inventoryplace ChefHat, 1; delitem TonoriDelight, .@a; - getexp rand(.@a, .@a*2)+.@q*rand(1,3), 0; + getexp rand(.@a, .@a*2)+.@q*rand(10,30), 0; Zeny=Zeny+.@a*21; setq HalinarzoQuest_LifeDelight, .@q+1; mesn; @@ -38,7 +38,7 @@ .@q=getq(HalinarzoQuest_LifeDelight); if (.@q == 11) { getitem ChefHat, 1; - getexp 10000, 10; + getexp 9500, 10; next; mesn; mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat)); |