diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 16:21:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 16:21:24 -0300 |
commit | 5205184cebc7b1d47373e4dd65ce63d4b001a944 (patch) | |
tree | b81e81bc174aa6f106110e2b0227950ccf3d4646 /npc | |
parent | 8b701b65ccb0238d75cb52eb0412bd14ec040032 (diff) | |
download | serverdata-5205184cebc7b1d47373e4dd65ce63d4b001a944.tar.gz serverdata-5205184cebc7b1d47373e4dd65ce63d4b001a944.tar.bz2 serverdata-5205184cebc7b1d47373e4dd65ce63d4b001a944.tar.xz serverdata-5205184cebc7b1d47373e4dd65ce63d4b001a944.zip |
[skip ci] Ryan Quest </3
Diffstat (limited to 'npc')
-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 dcb0f5c3d..eb5a1eca6 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -42,15 +42,15 @@ mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat)); } if (.@q >= 21) { - Zeny=Zeny+.@a; + Zeny=Zeny+rand(1,.@a); getexp rand(1,.@q), rand(1, .@q); } if (.@q >= 51) { - Zeny=Zeny+.@a; + Zeny=Zeny+rand(.@q,.@a); getexp rand(1,.@a), rand(1, .@q); } if (.@q >= 91) { - Zeny=Zeny+.@a; + Zeny=Zeny+rand(.@a, .@a+.@q); getexp rand(.@q,.@a), rand(1, .@q); } |