diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-05 13:44:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-05 13:44:32 -0300 |
commit | cd48ff779729f92e80a650dd36ee7a11fea3e732 (patch) | |
tree | b8aebe216de6c54964b2831f648c7b02b3737323 /npc/014-5-1/sagratha.txt | |
parent | 0932a5b0c04eb47ff44572be3e0d8d91598a5a4f (diff) | |
download | serverdata-cd48ff779729f92e80a650dd36ee7a11fea3e732.tar.gz serverdata-cd48ff779729f92e80a650dd36ee7a11fea3e732.tar.bz2 serverdata-cd48ff779729f92e80a650dd36ee7a11fea3e732.tar.xz serverdata-cd48ff779729f92e80a650dd36ee7a11fea3e732.zip |
Better balance for "daily" reward at Sagratha. Yes, it is a reward, not a quest.
Diffstat (limited to 'npc/014-5-1/sagratha.txt')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 35cef5faa..cd8e1b6c1 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -151,7 +151,7 @@ function script SaggyMobCount { inventoryplace Milk, 2; SAGRATHA_SCORE-=8; // :o SAGRATHA_MILK=gettimeparam(GETTIME_HOUR)+4; - getitem Milk, 2; + getitem Milk, any(1,1,1,1,1,1,2); mesn; mesq l("Here. You know that milking Mouboos won't cause them harm, right? It's a different story with @@.", getitemlink(MoubooSteak)); close; |