summaryrefslogtreecommitdiff
path: root/npc/000-1
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/000-1
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/000-1')
-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
16 files changed, 16 insertions, 16 deletions
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;
}