diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 09:20:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 09:20:52 -0300 |
commit | 4d3625e6cac7fa7443ab20742a1a77576431a979 (patch) | |
tree | f5989824e8793e3210712e12ea8a8e99bc7db887 /npc/002-3 | |
parent | 7560b07ca31a1114caf07ed673c5bf06451763aa (diff) | |
download | serverdata-4d3625e6cac7fa7443ab20742a1a77576431a979.tar.gz serverdata-4d3625e6cac7fa7443ab20742a1a77576431a979.tar.bz2 serverdata-4d3625e6cac7fa7443ab20742a1a77576431a979.tar.xz serverdata-4d3625e6cac7fa7443ab20742a1a77576431a979.zip |
Nard: Drop “help my friends” requeriments if tutorial was aborted.
If you are skipping tutorial, I assume you already know your way on the world.
This effectively allows you to play the game without killing.
Note: No whinning about money and experience, shall you do so.
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 5d6751e58..1b4aafd64 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -202,9 +202,9 @@ L_NotYet: goto L_NeedHelp; mesn; - if (getq(CandorQuest_HAS) < 4 || + if (TUTORIAL && (getq(CandorQuest_HAS) < 4 || getq(CandorQuest_Barrel) < 4 || - getq(CandorQuest_Trainer) < 12) { + getq(CandorQuest_Trainer) < 12)) { mesq l("You didn't help all my friends yet, and without trainment, I can't send you to such dangerous place as Tulimshar."); mesc l("NOTE: It is possible to play the game as a crafter/merchant/fisherman, avoiding to kill as much as possible. However, it is not possible to play the game with a total kill count of zero."); close; |