diff options
author | Reid <reidyaro@gmail.com> | 2012-01-12 00:18:41 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-12 00:18:41 +0100 |
commit | 1832142cda8c1d1297e0e7074e8cb71082b65fa9 (patch) | |
tree | 9806880b0b3857c3afe22439f865002eb3ddc6ca /npc | |
parent | 09106f87a8aae2a510f051fddd0cfbf7b55c46f5 (diff) | |
download | serverdata-1832142cda8c1d1297e0e7074e8cb71082b65fa9.tar.gz serverdata-1832142cda8c1d1297e0e7074e8cb71082b65fa9.tar.bz2 serverdata-1832142cda8c1d1297e0e7074e8cb71082b65fa9.tar.xz serverdata-1832142cda8c1d1297e0e7074e8cb71082b65fa9.zip |
Correct bug on peter (reported by alastrim).
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/peter.txt | 3 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 042fff7f..357813bb 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -89,7 +89,7 @@ mesq $@RAT_SAILOR_HELPER$ + " " + l("is helping me."); close; - OnTimer500000: + OnTimer5000: stopnpctimer; //Attach player if possible, otherway free helper @@ -105,7 +105,6 @@ mesn; mesq l("Let me see your work..."); - next; set @q, geta4(ShipQuests, ShipQuests_Peter); if (getmapmobs("000-2-2.gat") || $@RAT_SAILOR_HELPER$ != strcharinfo(0)) goto l_QuestAborted; diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index d3c13b63..b8db0fbb 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -28,7 +28,7 @@ l_Menu: menu g(l("I feel ok."), l("I feel ok.")), l_Ok, l("Who is this Julia?"), l_Julia, - g(l("I'm sick, I'm going back to bed."), l("I'm sick, I'm going back to bed.")) -; + g(l("I'm sick, I'm going back to bed."), l("I'm sick, I'm going back to bed.")), -; mesn; mesq l("That's a good idea, go rest a bit and I'll see you tomorow!"); |