diff options
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-1/darlin.txt | 1 | ||||
-rw-r--r-- | npc/000-1/gugli.txt | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 88ddd1969..14053a0a3 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 f8cd9c092..af3345bf2 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 c4a895ca6..d95ff4afd 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; |