summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-02 20:45:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-02 20:45:07 +0300
commitbd4d928258e8e5c9659aa5b399eeaa5bf84d8a15 (patch)
treeaecedfa74604008fdaa568630a1f2099c1dd64ad /npc/000-1
parentda54f2f9c80ed067b8e8447c2a03029b55cf681f (diff)
downloadserverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.gz
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.bz2
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.xz
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.zip
Fix case in all function names.
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/ale.txt4
-rw-r--r--npc/000-1/astapolos.txt4
-rw-r--r--npc/000-1/chest.txt2
-rw-r--r--npc/000-1/cookiemaster.txt2
-rw-r--r--npc/000-1/couwan.txt2
-rw-r--r--npc/000-1/gulukan.txt2
-rw-r--r--npc/000-1/jalad.txt7
-rw-r--r--npc/000-1/lean.txt2
-rw-r--r--npc/000-1/max.txt2
-rw-r--r--npc/000-1/muller.txt6
-rw-r--r--npc/000-1/sapartan.txt2
-rw-r--r--npc/000-1/silvio.txt2
-rw-r--r--npc/000-1/tibbo.txt7
13 files changed, 21 insertions, 23 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 5509d571e..54044d06e 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -31,7 +31,7 @@
mesq l("Hmm... Let's see, take this one.");
next;
- InventoryPlace 714, 1;
+ inventoryplace 714, 1;
setq ShipQuests_Ale, 1;
getitem "AquadaBox", 1;
@@ -43,7 +43,7 @@
close;
L_CallFunc:
- SailorFood;
+ sailorfood;
menu
rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 7648ef524..57ca18ac2 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -58,7 +58,7 @@
mesq lg("You have been so nice to me. So please, take one.");
next;
- InventoryPlace 715, 1;
+ inventoryplace 715, 1;
setq ShipQuests_Astapolos, 1;
getitem "CroconutBox", 1;
@@ -70,7 +70,7 @@
close;
L_CallFunc:
- SailorFood;
+ sailorfood;
menu
rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index 8871fefae..82fa2766d 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -24,7 +24,7 @@
L_Give:
if (.@q > 0) goto L_Close;
- InventoryPlace 514, 1;
+ inventoryplace 514, 1;
setq ShipQuests_TreasureChest, 1;
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt
index 9b48ce207..0253003ae 100644
--- a/npc/000-1/cookiemaster.txt
+++ b/npc/000-1/cookiemaster.txt
@@ -179,7 +179,7 @@ L_Reward:
set .@item, 517;
set .@count, 1;
- InventoryPlace 517, 1;
+ inventoryplace 517, 1;
setq General_Cookies, 1;
getitem "DeliciousCookie", 1;
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index bc312a329..97f7bb51e 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -43,7 +43,7 @@
mesq l("Yeye ask too much but do too little. Take this box and stop talking.");
next;
- InventoryPlace 713, 1;
+ inventoryplace 713, 1;
mesn "Narrator";
mes col(l("Couwan hands you a box full of fish."), 9);
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index e2ca632c5..356d1fa81 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -54,7 +54,7 @@ L_Continue2:
set .@item, 715;
set .@count, 1;
- InventoryPlace 715, 1;
+ inventoryplace 715, 1;
setq ShipQuests_Gulukan, 1;
getitem "CroconutBox", 1;
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index a2ab8ca81..4bd1edd32 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -40,7 +40,7 @@ L_Continue:
mesq l("Surely. Take this box full of @@s.", getitemlink("Plushroom"));
next;
- InventoryPlace 716, 1;
+ inventoryplace 716, 1;
setq ShipQuests_Jalad, 1;
getitem "PlushroomBox", 1;
@@ -52,7 +52,7 @@ L_Continue:
goto L_Close;
L_CallFunc:
- SailorFood;
+ sailorfood;
menu
rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
@@ -117,8 +117,7 @@ L_TaskDone:
mesq l("Perfect!");
L_Close:
- GoodBye;
- close;
+ goodbye;
OnInit:
setnpcsex G_MALE;
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index d73c08b0b..6b500f8ef 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -59,7 +59,7 @@ L_Sailors:
close;
L_Close:
- GoodBye;
+ goodbye;
close;
OnInit:
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index 36ed3db8e..ea49c2390 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -103,5 +103,5 @@ OnInit:
end;
L_Quit:
- GoodBye;
+ goodbye;
}
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index f63266d47..403556e04 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -42,7 +42,7 @@
mesq l("Well then... Take this one!");
next;
- InventoryPlace 716, 1;
+ inventoryplace 716, 1;
setq ShipQuests_QMuller, 1;
getitem "PlushroomBox", 1;
@@ -54,7 +54,7 @@
close;
L_CallFunc:
- SailorFood;
+ sailorfood;
menu
rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
@@ -114,7 +114,7 @@ L_TaskDone:
mesq l("Good to hear!");
next;
- GoodBye;
+ goodbye;
L_Quit:
closedialog;
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 76daf906c..60dee6dc2 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -98,5 +98,5 @@ OnInit:
end;
L_Quit:
- GoodBye;
+ goodbye;
}
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index 55b3cda2b..ddce00fcb 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -133,7 +133,7 @@ L_Artis:
next;
mesq l("You should look at them when we arrive at the port, they are worth it, hehe...");
- GoodBye;
+ goodbye;
L_ForeverAlone:
mes "";
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 31a927595..585698098 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -40,7 +40,7 @@
mesq l("Bring this box to Gugli. He will be extremely happy!");
next;
- InventoryPlace 714, 1;
+ inventoryplace 714, 1;
setq ShipQuests_Tibbo, 1;
getitem "AquadaBox", 1;
@@ -52,7 +52,7 @@
goto L_Close;
L_CallFunc:
- SailorFood;
+ sailorfood;
menu
rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
@@ -109,8 +109,7 @@ L_TaskDone:
close;
L_Close:
- GoodBye;
- close;
+ goodbye;
OnInit:
setnpcsex G_MALE;