diff options
-rw-r--r-- | npc/005-1/ayasha.txt | 14 | ||||
-rw-r--r-- | npc/005-6/morgan.txt | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index ec20dc7be..9bc7b2d2f 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -4,7 +4,7 @@ -005-1,52,81,0 script Ayasha NPC_PLAYER,{
+005-1,52,81,0 script Ayasha NPC_HUMAN_FEMALE_NOOB,{
function quest_findAllKids
@@ -61,7 +61,7 @@ close;
OnInit:
- .sex = G_MALE;
+ .sex = G_FEMALE;
.distance = 3;
end;
}
@@ -104,7 +104,7 @@ OnInit: }
end;
OnInit:
- .sex = G_OTHER;
+ .sex = G_MALE;
.distance = 1;
end;
}
@@ -118,7 +118,7 @@ OnInit: }
end;
OnInit:
- .sex = G_OTHER;
+ .sex = G_MALE;
.distance = 1;
end;
}
@@ -132,7 +132,7 @@ OnInit: }
end;
OnInit:
- .sex = G_OTHER;
+ .sex = G_MALE;
.distance = 1;
end;
}
@@ -146,7 +146,7 @@ OnInit: }
end;
OnInit:
- .sex = G_OTHER;
+ .sex = G_MALE;
.distance = 1;
end;
}
@@ -160,7 +160,7 @@ OnInit: }
end;
OnInit:
- .sex = G_OTHER;
+ .sex = G_MALE;
.distance = 1;
end;
}
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt index 5f9fe1c3b..44df10a63 100644 --- a/npc/005-6/morgan.txt +++ b/npc/005-6/morgan.txt @@ -1,5 +1,7 @@ 005-6,30,37,0 script Morgan NPC_RUMLY,{ +hello; + OnInit: .sex = G_MALE; end; |