summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-12-12 09:18:31 +0100
committerReid <reidyaro@gmail.com>2012-12-12 09:18:31 +0100
commitb27e0da2de9410a9274da894dd318d35937a64bc (patch)
treed3ce28220aed77f73d87a93ee10907856c83e7c3 /npc/000-1
parent90b1a9c44a53d4851c0efa4369c509a335e1e983 (diff)
downloadserverdata-b27e0da2de9410a9274da894dd318d35937a64bc.tar.gz
serverdata-b27e0da2de9410a9274da894dd318d35937a64bc.tar.bz2
serverdata-b27e0da2de9410a9274da894dd318d35937a64bc.tar.xz
serverdata-b27e0da2de9410a9274da894dd318d35937a64bc.zip
Add new rewards.
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/chest.txt2
-rw-r--r--npc/000-1/darlin.txt1
-rw-r--r--npc/000-1/gugli.txt2
3 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index 88ddd196..14053a0a 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -26,7 +26,7 @@
l_Give:
if (@q > 1) goto l_Close;
setq ShipQuests_Darlin, 2;
- set zeny, zeny + 10;
+ set zeny, zeny + 100;
getitem SeaDrops, 1;
getitem Aquada, 1;
getitem OldBook, 1;
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index f8cd9c09..af3345bf 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -17,6 +17,7 @@
set @q, getq(ShipQuests_Darlin);
if (@q == 1 || @q == 2) goto OnQuestGiven;
if (@q > 2) goto l_QuestDone;
+
OnStart:
mesq l("HEY! HEY YOU!");
next;
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index c4a895ca..d95ff4af 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -137,7 +137,7 @@ l_Couwan:
mesq l("May this be a lesson for you.");
setq ShipQuests_Couwan, 2;
- set zeny, zeny+5;
+ set zeny, zeny+10;
if (countitem("FishBox") > 0) delitem "FishBox", 1;
message strcharinfo(0), l("You receive 5GP!");
close;