diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-08 19:10:14 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-08 19:10:14 -0200 |
commit | b3de1c209677935fbf3810ac159e266211f4203b (patch) | |
tree | 382723c11476fa6fd61787e9689306d4323e9ca2 /npc/005-1 | |
parent | 4754b528fb5f3ff14f8c508bd3aa98ffc70138d6 (diff) | |
download | serverdata-b3de1c209677935fbf3810ac159e266211f4203b.tar.gz serverdata-b3de1c209677935fbf3810ac159e266211f4203b.tar.bz2 serverdata-b3de1c209677935fbf3810ac159e266211f4203b.tar.xz serverdata-b3de1c209677935fbf3810ac159e266211f4203b.zip |
Minor improvements at Ayasha and Morgan (sprites, hello-es, this sort of stuff)
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/ayasha.txt | 14 |
1 files changed, 7 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;
}
|