diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 11:20:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 11:20:12 -0300 |
commit | b27cfa441ffe25bc784ec22982fb42e7b38b95c3 (patch) | |
tree | aefe8f5bdfef57f60953f4c110c378cc7e5b9f19 /npc | |
parent | 80748bdaa25ba076cfaec7fa8fa144a6852e0005 (diff) | |
download | serverdata-b27cfa441ffe25bc784ec22982fb42e7b38b95c3.tar.gz serverdata-b27cfa441ffe25bc784ec22982fb42e7b38b95c3.tar.bz2 serverdata-b27cfa441ffe25bc784ec22982fb42e7b38b95c3.tar.xz serverdata-b27cfa441ffe25bc784ec22982fb42e7b38b95c3.zip |
[skip ci] Max Coins at Sponsor's Only Quest: 14 -> 8
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-2/GonzoDark.txt | 2 | ||||
-rw-r--r-- | npc/012-2/Saulc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/GonzoDark.txt b/npc/012-2/GonzoDark.txt index db948a80d..509ca5fcd 100644 --- a/npc/012-2/GonzoDark.txt +++ b/npc/012-2/GonzoDark.txt @@ -33,7 +33,7 @@ L_Menu: L_Finish: delitem .itemID, 7; Zeny=Zeny+700; // 100 GP each - getitem StrangeCoin, rand(1,7); + getitem StrangeCoin, rand(1,4); .@q=getq(SQuest_Sponsor); setq1 SQuest_Sponsor, .@q | .questID; mes ""; diff --git a/npc/012-2/Saulc.txt b/npc/012-2/Saulc.txt index 53689d7b3..3163eba62 100644 --- a/npc/012-2/Saulc.txt +++ b/npc/012-2/Saulc.txt @@ -33,7 +33,7 @@ L_Menu: L_Finish: delitem .itemID, 7; Zeny=Zeny+84; // 12 GP each - getitem StrangeCoin, rand(1,7); + getitem StrangeCoin, rand(1,4); .@q=getq(SQuest_Sponsor); setq1 SQuest_Sponsor, .@q | .questID; mes ""; |