summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-17 03:42:21 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-17 03:42:21 +0300
commit06ead8264687dc51f02cdfd107b68319eda73d49 (patch)
tree5d19415ca3e3b3eb73a97545d5c2d3dfaa58581d
parent0257fc84007e3231f867818f283016544a80c8b6 (diff)
downloadserverdata-06ead8264687dc51f02cdfd107b68319eda73d49.tar.gz
serverdata-06ead8264687dc51f02cdfd107b68319eda73d49.tar.bz2
serverdata-06ead8264687dc51f02cdfd107b68319eda73d49.tar.xz
serverdata-06ead8264687dc51f02cdfd107b68319eda73d49.zip
Comment unknown commands in function villagertalk.
-rw-r--r--npc/functions/villagertalk.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/functions/villagertalk.txt b/npc/functions/villagertalk.txt
index 1df55c97..da90ec90 100644
--- a/npc/functions/villagertalk.txt
+++ b/npc/functions/villagertalk.txt
@@ -18,14 +18,14 @@ function script villagertalk {
{
if (rand(2) == 1)
{
- wait 1;
- emote 6; // "Angel".
+// wait 1;
+// emote 6; // "Angel".
goodbye;
}
else
{
- wait 1;
- emote 13; // "Blah".
+// wait 1;
+// emote 13; // "Blah".
goodbye;
}
if (.@darn == 23) npctalk3 l("Stop it!");
@@ -48,8 +48,8 @@ function script villagertalk {
if (.@rand == 4)
{
npctalk3 l("It's difficult to distinguish good villagers from bad ones; keep your guard up, and stay away from me.");
- wait 1;
- emote 6;
+// wait 1;
+// emote 6;
}
if ((.@rand == 4) && (.@darn == 2))
@@ -58,8 +58,8 @@ function script villagertalk {
}
else if (((.@rand + .@darn) - 2) == 9)
{
- zeny rand(10);
- emote rand(13);
+// zeny rand(10);
+// emote rand(13);
goodbye;
}