summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-11-21 23:42:12 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-11-21 23:42:12 +0100
commited96d187db3687812c36b912ad4e1e79f7e5b0d6 (patch)
tree4b216ca57a81f5d34fd56c487f2838bb005a9115 /npc
parentb98b02aeb1a6f84828b64518006be9be0a9043bc (diff)
downloadserverdata-ed96d187db3687812c36b912ad4e1e79f7e5b0d6.tar.gz
serverdata-ed96d187db3687812c36b912ad4e1e79f7e5b0d6.tar.bz2
serverdata-ed96d187db3687812c36b912ad4e1e79f7e5b0d6.tar.xz
serverdata-ed96d187db3687812c36b912ad4e1e79f7e5b0d6.zip
Correct bug in sailors' dialogues.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/ale.txt2
-rw-r--r--npc/000-1/astapolos.txt2
-rw-r--r--npc/000-1/gulukan.txt2
-rw-r--r--npc/000-1/jalad.txt2
-rw-r--r--npc/000-1/muller.txt2
-rw-r--r--npc/000-1/tibbo.txt2
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 74bcb390..eb89676b 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -8,7 +8,7 @@
000-1.gat,55,23,0,1 script Ale 105;2,{
set @g, getq(ShipQuests_Gugli);
- if (@g == 1) goto l_NoTask;
+ if (@g == 0) goto l_NoTask;
set @q, getq(ShipQuests_Ale);
if (@q == 1) goto l_CallFunc;
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index f208d0d1..dd0d6521 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -8,7 +8,7 @@
000-1.gat,22,50,0,1 script Astapolos 107;2,{
set @g, getq(ShipQuests_Gugli);
- if (@g == 1) goto l_NoTask;
+ if (@g == 0) goto l_NoTask;
set @q, getq(ShipQuests_Astapolos);
if (@q == 1) goto l_CallFunc;
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index ec5066d3..c33b0699 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -8,7 +8,7 @@
000-1.gat,54,90,0,1 script Gulukan 111;2,{
set @g, getq(ShipQuests_Gugli);
- if (@g == 1) goto l_NoTask;
+ if (@g == 0) goto l_NoTask;
set @q, getq(ShipQuests_Gulukan);
if (@q == 1) l_Func;
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 1b91fb78..44cdd78b 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -8,7 +8,7 @@
000-1.gat,46,35,0,1 script Jalad 110;2,{
set @g, getq(ShipQuests_Gugli);
- if (@g == 1) goto l_NoTask;
+ if (@g == 0) goto l_NoTask;
set @q, getq(ShipQuests_Jalad);
if (@q == 1) goto l_CallFunc;
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index 242223ab..71838575 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -8,7 +8,7 @@
000-1.gat,35,69,0,1 script Q'Muller 104;2,{
set @g, getq(ShipQuests_Gugli);
- if (@g == 1) goto l_NoTask;
+ if (@g == 0) goto l_NoTask;
set @q, getq(ShipQuests_QMuller);
if (@q == 1) goto l_CallFunc;
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 74b03bfd..a5b07a47 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -8,7 +8,7 @@
000-1.gat,34,111,0,1 script Tibbo 110;2,{
set @g, getq(ShipQuests_Gugli);
- if (@g == 1) goto l_NoTask;
+ if (@g == 0) goto l_NoTask;
set @q, getq(ShipQuests_Tibbo);
if (@q == 1) goto l_CallFunc;