diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 11:14:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 11:14:53 -0300 |
commit | 80748bdaa25ba076cfaec7fa8fa144a6852e0005 (patch) | |
tree | 7b2abdf244bd38e32570167abdc9609986ca5cf3 /npc/012-2 | |
parent | fd36f8c372408b6223e9e1f2664e1ee652ccedf3 (diff) | |
download | serverdata-80748bdaa25ba076cfaec7fa8fa144a6852e0005.tar.gz serverdata-80748bdaa25ba076cfaec7fa8fa144a6852e0005.tar.bz2 serverdata-80748bdaa25ba076cfaec7fa8fa144a6852e0005.tar.xz serverdata-80748bdaa25ba076cfaec7fa8fa144a6852e0005.zip |
Sponsor Quests are like normally selling the items, except it may yield Strange Coins.
To buy awesome items, you know. Only monthly, too. In overall... Not a great quest.
Diffstat (limited to 'npc/012-2')
-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 23299bb45..db948a80d 100644 --- a/npc/012-2/GonzoDark.txt +++ b/npc/012-2/GonzoDark.txt @@ -32,7 +32,7 @@ L_Menu: L_Finish: delitem .itemID, 7; - getexp 2640, 0; // 7 / 8.0% = 88 kills * 120 xp = 10560 xp gained from killing. (25% bonus) + Zeny=Zeny+700; // 100 GP each getitem StrangeCoin, rand(1,7); .@q=getq(SQuest_Sponsor); setq1 SQuest_Sponsor, .@q | .questID; diff --git a/npc/012-2/Saulc.txt b/npc/012-2/Saulc.txt index 7814deb6f..53689d7b3 100644 --- a/npc/012-2/Saulc.txt +++ b/npc/012-2/Saulc.txt @@ -32,7 +32,7 @@ L_Menu: L_Finish: delitem .itemID, 7; - getexp 770, 0; // 7 / 4.1% = 171 kills * 52 xp = 3078 xp gained from killing. (25% bonus) + Zeny=Zeny+84; // 12 GP each getitem StrangeCoin, rand(1,7); .@q=getq(SQuest_Sponsor); setq1 SQuest_Sponsor, .@q | .questID; |