summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-08 19:10:14 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-08 19:10:14 -0200
commitb3de1c209677935fbf3810ac159e266211f4203b (patch)
tree382723c11476fa6fd61787e9689306d4323e9ca2
parent4754b528fb5f3ff14f8c508bd3aa98ffc70138d6 (diff)
downloadserverdata-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)
-rw-r--r--npc/005-1/ayasha.txt14
-rw-r--r--npc/005-6/morgan.txt2
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;