summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-12-02 00:44:04 +0100
committerReid <reidyaro@gmail.com>2014-12-02 00:44:04 +0100
commitcf71229de05f915ce28e7018246c5fc6b3e63b0c (patch)
tree61f5879299de320769d8a381aefa5ab837293bdd
parent67d840da08a1780a788c152de1da5ab527d93aaf (diff)
downloadserverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.gz
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.bz2
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.xz
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.zip
Add new sex consts.
-rw-r--r--npc/000-0-0/q'onan.txt2
-rw-r--r--npc/000-0-0/sailors.txt4
-rw-r--r--npc/000-0/sailors.txt2
-rw-r--r--npc/000-1/ale.txt2
-rw-r--r--npc/000-1/astapolos.txt2
-rw-r--r--npc/000-1/cookiemaster.txt2
-rw-r--r--npc/000-1/couwan.txt2
-rw-r--r--npc/000-1/darlin.txt2
-rw-r--r--npc/000-1/fexil.txt2
-rw-r--r--npc/000-1/gugli.txt2
-rw-r--r--npc/000-1/gulukan.txt2
-rw-r--r--npc/000-1/jalad.txt2
-rw-r--r--npc/000-1/lean.txt2
-rw-r--r--npc/000-1/max.txt2
-rw-r--r--npc/000-1/muller.txt2
-rw-r--r--npc/000-1/sapartan.txt2
-rw-r--r--npc/000-1/silvio.txt2
-rw-r--r--npc/000-1/tarlan.txt2
-rw-r--r--npc/000-1/tibbo.txt2
-rw-r--r--npc/000-2-0/billybons.txt2
-rw-r--r--npc/000-2-0/julia.txt2
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/000-2-1/arpan.txt2
-rw-r--r--npc/000-2-1/chefgado.txt2
-rw-r--r--npc/000-2-1/dan.txt2
-rw-r--r--npc/000-2-1/devis.txt2
-rw-r--r--npc/000-2-1/peter.txt2
-rw-r--r--npc/000-2-1/q'onan.txt2
-rw-r--r--npc/000-2-3/elmo.txt2
-rw-r--r--npc/000-2-3/nard.txt2
-rw-r--r--npc/001-1/artaxe.txt2
-rw-r--r--npc/001-1/cookiemaster.txt2
-rw-r--r--npc/001-2-0/resa.txt2
33 files changed, 34 insertions, 34 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt
index 637266374..02f7602e6 100644
--- a/npc/000-0-0/q'onan.txt
+++ b/npc/000-0-0/q'onan.txt
@@ -10,6 +10,6 @@
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
end;
}
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index a15b4c857..388581165 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -76,7 +76,7 @@ OnTalk:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
end;
}
@@ -85,6 +85,6 @@ OnInit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
end;
}
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 10a22d65f..ef3683dfd 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -90,6 +90,6 @@ OnTouch:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
end;
}
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 1e8ed8455..8b8cb4c62 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -112,7 +112,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 79263defe..2fd93c09e 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -155,7 +155,7 @@ L_Whyning:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt
index fceb005fd..c4db33a62 100644
--- a/npc/000-1/cookiemaster.txt
+++ b/npc/000-1/cookiemaster.txt
@@ -229,7 +229,7 @@ L_Bye:
close;
OnInit:
- setnpcsex 0;
+ setnpcsex G_FEMALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index 77e747dc5..f21582619 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -87,7 +87,7 @@ L_QuestDone:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 91b09f681..a579f4607 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -140,7 +140,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 14;
end;
}
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt
index 319a5e930..a3631b310 100644
--- a/npc/000-1/fexil.txt
+++ b/npc/000-1/fexil.txt
@@ -34,7 +34,7 @@ L_Accepted:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index cdfa1365a..aec14e5a9 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -228,7 +228,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index d96dcf0e7..b372482b2 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -161,7 +161,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 24a444178..e484862f9 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -121,7 +121,7 @@ L_Close:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index f4fc1ebd1..f264fae41 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -63,7 +63,7 @@ L_Close:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index cd56ec128..42f881e05 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -98,7 +98,7 @@ L_Secrets:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index 133cbb86a..8448b8f75 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -121,7 +121,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 39e977722..652e268d0 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -93,7 +93,7 @@
next;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index a663ae4af..162cc2204 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -188,7 +188,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index 1d8799afe..17ffeea0f 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -59,7 +59,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index f0332dcd8..31e99250f 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -113,7 +113,7 @@ L_Close:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index 06d77ab3b..17915ca9c 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -89,7 +89,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 3;
end;
}
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 5085abf9a..ef869c618 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -271,7 +271,7 @@ L_Rumors:
close;
OnInit:
- setnpcsex 0;
+ setnpcsex G_FEMALE;
setnpcdistance 10;
end;
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 31e606bdc..51f6a2488 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -294,7 +294,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index e68a780fd..65df5b013 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -226,7 +226,7 @@ L_EquipDone:
goto L_Menu;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 5;
end;
}
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 0cb6b709a..88225ddef 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -208,7 +208,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 6b2583708..e40dddd67 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -83,7 +83,7 @@ L_Quit2:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index 36d5ddb6e..2b59b02a0 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -11,7 +11,7 @@
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index c53c6c5fa..0e3809857 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -325,7 +325,7 @@ OnNoGoodTick:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 3;
end;
}
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index 6075d2cd8..10a9b80da 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -10,7 +10,7 @@
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index bc81a0205..b1a66b2e9 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -63,7 +63,7 @@ L_GotMoney:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 5;
end;
}
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 72ca4d97c..ba82a990c 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -220,7 +220,7 @@ L_Already:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 5;
end;
}
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt
index b624a6c76..8a7cbae0d 100644
--- a/npc/001-1/artaxe.txt
+++ b/npc/001-1/artaxe.txt
@@ -16,7 +16,7 @@
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 96b24acfe..138132d6a 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -255,7 +255,7 @@ L_Bye:
close;
OnInit:
- setnpcsex 0;
+ setnpcsex G_FEMALE;
setnpcdistance 2;
end;
}
diff --git a/npc/001-2-0/resa.txt b/npc/001-2-0/resa.txt
index e48971b88..019bd50ae 100644
--- a/npc/001-2-0/resa.txt
+++ b/npc/001-2-0/resa.txt
@@ -10,7 +10,7 @@
close;
OnInit:
- setnpcsex 0;
+ setnpcsex G_FEMALE;
setnpcdistance 2;
end;
}