summaryrefslogtreecommitdiff
path: root/npc
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 /npc
parent67d840da08a1780a788c152de1da5ab527d93aaf (diff)
downloadserverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.gz
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.bz2
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.xz
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.zip
Add new sex consts.
Diffstat (limited to 'npc')
-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 63726637..02f7602e 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 a15b4c85..38858116 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 10a22d65..ef3683df 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 1e8ed845..8b8cb4c6 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 79263def..2fd93c09 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 fceb005f..c4db33a6 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 77e747dc..f2158261 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 91b09f68..a579f460 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 319a5e93..a3631b31 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 cdfa1365..aec14e5a 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 d96dcf0e..b372482b 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 24a44417..e484862f 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 f4fc1ebd..f264fae4 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 cd56ec12..42f881e0 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 133cbb86..8448b8f7 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 39e97772..652e268d 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 a663ae4a..162cc220 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 1d8799af..17ffeea0 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 f0332dcd..31e99250 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 06d77ab3..17915ca9 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 5085abf9..ef869c61 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 31e606bd..51f6a248 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 e68a780f..65df5b01 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 0cb6b709..88225dde 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 6b258370..e40dddd6 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 36d5ddb6..2b59b02a 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 c53c6c5f..0e380985 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 6075d2cd..10a9b80d 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 bc81a020..b1a66b2e 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 72ca4d97..ba82a990 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 b624a6c7..8a7cbae0 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 96b24acf..138132d6 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 e48971b8..019bd50a 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;
}