summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-30 18:34:39 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-30 18:34:39 +0100
commit7e7af651bbcb0c2e522938dea2e7898646712347 (patch)
tree1d17e858f8611afa8b465407033e1c1b7a235361
parent52517b8e8e3fb5614cb106523575c681c3beb6b9 (diff)
downloadserverdata-7e7af651bbcb0c2e522938dea2e7898646712347.tar.gz
serverdata-7e7af651bbcb0c2e522938dea2e7898646712347.tar.bz2
serverdata-7e7af651bbcb0c2e522938dea2e7898646712347.tar.xz
serverdata-7e7af651bbcb0c2e522938dea2e7898646712347.zip
add 30 useless npc in tulimshar town
-rw-r--r--npc/003-1/_import.txt32
-rw-r--r--npc/003-1/ched.txt12
-rw-r--r--npc/003-1/constableperry.txt13
-rw-r--r--npc/003-1/cyndala.txt12
-rw-r--r--npc/003-1/eomie.txt12
-rw-r--r--npc/003-1/gladys.txt13
-rw-r--r--npc/003-1/guardavou.txt13
-rw-r--r--npc/003-1/guardbenji.txt13
-rw-r--r--npc/003-1/guarddefou.txt13
-rw-r--r--npc/003-1/guardfalko.txt13
-rw-r--r--npc/003-1/guardmoustacha.txt13
-rw-r--r--npc/003-1/guardphilip.txt71
-rw-r--r--npc/003-1/guardpopaul.txt13
-rw-r--r--npc/003-1/guardvalou.txt14
-rw-r--r--npc/003-1/guardyen.txt13
-rw-r--r--npc/003-1/inac.txt13
-rw-r--r--npc/003-1/inar.txt13
-rw-r--r--npc/003-1/itka.txt13
-rw-r--r--npc/003-1/jakod.txt14
-rw-r--r--npc/003-1/jerican.txt13
-rw-r--r--npc/003-1/luca.txt13
-rw-r--r--npc/003-1/mahoud.txt13
-rw-r--r--npc/003-1/malivox.txt13
-rw-r--r--npc/003-1/mariusthebard.txt13
-rw-r--r--npc/003-1/michel.txt13
-rw-r--r--npc/003-1/neko.txt12
-rw-r--r--npc/003-1/ninathetraveler.txt80
-rw-r--r--npc/003-1/silvia.txt12
-rw-r--r--npc/003-1/swezanne.txt13
-rw-r--r--npc/003-1/tinris.txt12
-rw-r--r--npc/003-1/well.txt11
31 files changed, 471 insertions, 70 deletions
diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt
index 0c5d8d4cb..6bd89a8f6 100644
--- a/npc/003-1/_import.txt
+++ b/npc/003-1/_import.txt
@@ -4,4 +4,34 @@
"npc/003-1/_warps.txt",
"npc/003-1/tamiloc.txt",
"npc/003-1/sarah.txt",
-"npc/003-1/guardphilip.txt", \ No newline at end of file
+"npc/003-1/guardphilip.txt",
+"npc/003-1/itka.txt",
+"npc/003-1/ninathetraveler.txt",
+"npc/003-1/guardmoustacha.txt",
+"npc/003-1/guardpopaul.txt",
+"npc/003-1/gladys.txt",
+"npc/003-1/michel.txt",
+"npc/003-1/swezanne.txt",
+"npc/003-1/luca.txt",
+"npc/003-1/neko.txt",
+"npc/003-1/inar.txt",
+"npc/003-1/malivox.txt",
+"npc/003-1/guardavou.txt",
+"npc/003-1/guarddefou.txt",
+"npc/003-1/jerican.txt",
+"npc/003-1/mariusthebard.txt",
+"npc/003-1/silvia.txt",
+"npc/003-1/guardbenji.txt",
+"npc/003-1/guardvalou.txt",
+"npc/003-1/well.txt",
+"npc/003-1/mahoud.txt",
+"npc/003-1/inac.txt",
+"npc/003-1/constableperry.txt",
+"npc/003-1/guadyen.txt",
+"npc/003-1/cyndala.txt",
+"npc/003-1/jakod.txt",
+"npc/003-1/ched.txt",
+"npc/003-1/guardyen.txt",
+"npc/003-1/guardfalko.txt",
+"npc/003-1/eomie.txt",
+"npc/003-1/tinris.txt", \ No newline at end of file
diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt
new file mode 100644
index 000000000..db824681f
--- /dev/null
+++ b/npc/003-1/ched.txt
@@ -0,0 +1,12 @@
+// Author:
+// Saulc
+
+003-1,40,49,0 script Ched 450,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt
new file mode 100644
index 000000000..b2094dd79
--- /dev/null
+++ b/npc/003-1/constableperry.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,47,75,0 script Constable Perry 449,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+
diff --git a/npc/003-1/cyndala.txt b/npc/003-1/cyndala.txt
new file mode 100644
index 000000000..c22f1446a
--- /dev/null
+++ b/npc/003-1/cyndala.txt
@@ -0,0 +1,12 @@
+// Author:
+// Saulc
+
+003-1,41,80,0 script Cyndala 450,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/eomie.txt b/npc/003-1/eomie.txt
new file mode 100644
index 000000000..a2676728f
--- /dev/null
+++ b/npc/003-1/eomie.txt
@@ -0,0 +1,12 @@
+// Author:
+// Saulc
+
+003-1,68,24,0 script Eomie 450,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/gladys.txt b/npc/003-1/gladys.txt
new file mode 100644
index 000000000..bb49a0a36
--- /dev/null
+++ b/npc/003-1/gladys.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,63,105,0 script Gladys 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/guardavou.txt b/npc/003-1/guardavou.txt
new file mode 100644
index 000000000..c7cc62153
--- /dev/null
+++ b/npc/003-1/guardavou.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,102,121,0 script Guard Avou 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/guardbenji.txt b/npc/003-1/guardbenji.txt
new file mode 100644
index 000000000..02e4abcca
--- /dev/null
+++ b/npc/003-1/guardbenji.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,58,158,0 script Guard Benji 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
diff --git a/npc/003-1/guarddefou.txt b/npc/003-1/guarddefou.txt
new file mode 100644
index 000000000..c6c42b178
--- /dev/null
+++ b/npc/003-1/guarddefou.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,98,121,0 script Guard Defou 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/guardfalko.txt b/npc/003-1/guardfalko.txt
new file mode 100644
index 000000000..48ea42757
--- /dev/null
+++ b/npc/003-1/guardfalko.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,35,34,0 script Guard Falko 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/guardmoustacha.txt b/npc/003-1/guardmoustacha.txt
new file mode 100644
index 000000000..a4475e65c
--- /dev/null
+++ b/npc/003-1/guardmoustacha.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,58,128,0 script Guard Moustacha 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/guardphilip.txt b/npc/003-1/guardphilip.txt
index 99c7f85a1..d64eca424 100644
--- a/npc/003-1/guardphilip.txt
+++ b/npc/003-1/guardphilip.txt
@@ -3,78 +3,11 @@
003-1,98,100,0 script Guard Philipe 451,{
- .cake = CherryCake;
- .reward = FancyHat;
-
- function quest_completed{
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("It was so tasty, I can't eat anything more... Thank you.");
- close;
- }
- function quest_open {
- if (countitem(.cake) > 0)
- {
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("You brought me Cherry Cake! Here is your @@, as promised.",getitemlink(.reward));
- delitem .cake,1;
- getitem .reward,1;
- setq TulimsharQuest_Sarah, 1;
- close;
- }
- else
- {
- speech S_FIRST_BLANK_LINE,
- l("Sorry it's not the cake i love.");
- close;
- }
- }
-
- function quest_started {
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Oh Welcoem then.");
- speech S_LAST_NEXT,
- l("Can you bring me a piece of Cherry Cake? Pretty please?.");
- do
- {
- select
- l("Here is it !"),
- menuaction(l("Quit"));
-
- switch (@menu)
- {
- case 1:
- quest_open;
- break;
- }
- } while (@menu != 2);
- }
-
- do
- {
- .@chest = getq(TulimsharQuest_Sarah);
- if (.@chest == 1)
- goto quest_completed;
- select
- rif(.@chest == 0,
- l("Hello i'm new there, can i help you ?")),
- menuaction(l("Quit"));
-
- switch (@menu)
- {
- case 1:
- quest_started;
- break;
- }
- } while (@menu != 2);
-
- closedialog;
- goodbye;
- close;
+hello;
OnInit:
.sex = G_MALE;
.distance = 3;
end;
-}
-
+} \ No newline at end of file
diff --git a/npc/003-1/guardpopaul.txt b/npc/003-1/guardpopaul.txt
new file mode 100644
index 000000000..cd19f524c
--- /dev/null
+++ b/npc/003-1/guardpopaul.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,58,100,0 script Guard Popaul 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/guardvalou.txt b/npc/003-1/guardvalou.txt
new file mode 100644
index 000000000..97e20cca4
--- /dev/null
+++ b/npc/003-1/guardvalou.txt
@@ -0,0 +1,14 @@
+// Author:
+// Saulc
+
+003-1,62,158,0 script Guard Valou 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+
diff --git a/npc/003-1/guardyen.txt b/npc/003-1/guardyen.txt
new file mode 100644
index 000000000..2fedbade6
--- /dev/null
+++ b/npc/003-1/guardyen.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,51,73,0 script Guard Yen 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/inac.txt b/npc/003-1/inac.txt
new file mode 100644
index 000000000..ffa7bcb7d
--- /dev/null
+++ b/npc/003-1/inac.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,55,82,0 script Inac 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/inar.txt b/npc/003-1/inar.txt
new file mode 100644
index 000000000..90197520d
--- /dev/null
+++ b/npc/003-1/inar.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,109,109,0 script Inar 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/itka.txt b/npc/003-1/itka.txt
new file mode 100644
index 000000000..d8ec1d3cd
--- /dev/null
+++ b/npc/003-1/itka.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,63,141,0 script Itka 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt
new file mode 100644
index 000000000..6d513d1dd
--- /dev/null
+++ b/npc/003-1/jakod.txt
@@ -0,0 +1,14 @@
+// Author:
+// Saulc
+
+003-1,62,76,0 script Jakod 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+
diff --git a/npc/003-1/jerican.txt b/npc/003-1/jerican.txt
new file mode 100644
index 000000000..5a4a1cdb0
--- /dev/null
+++ b/npc/003-1/jerican.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,93,125,0 script Jerican 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/luca.txt b/npc/003-1/luca.txt
new file mode 100644
index 000000000..8c090ae29
--- /dev/null
+++ b/npc/003-1/luca.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,109,129,0 script Luca 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt
new file mode 100644
index 000000000..cadd72f34
--- /dev/null
+++ b/npc/003-1/mahoud.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,46,79,0 script Mahoud 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/malivox.txt b/npc/003-1/malivox.txt
new file mode 100644
index 000000000..05a0ba6ca
--- /dev/null
+++ b/npc/003-1/malivox.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,114,106,0 script Malivox 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt
new file mode 100644
index 000000000..0296c7cdb
--- /dev/null
+++ b/npc/003-1/mariusthebard.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,88,135,0 script Marius The Bard 441,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt
new file mode 100644
index 000000000..3c70f7e81
--- /dev/null
+++ b/npc/003-1/michel.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,89,109,0 script Michel 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
new file mode 100644
index 000000000..f2d62df52
--- /dev/null
+++ b/npc/003-1/neko.txt
@@ -0,0 +1,12 @@
+// Author:
+// Saulc
+
+003-1,103,106,0 script Neko 450,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt
new file mode 100644
index 000000000..771a495ab
--- /dev/null
+++ b/npc/003-1/ninathetraveler.txt
@@ -0,0 +1,80 @@
+// Author:
+// Saulc
+
+003-1,56,143,0 script Nina The Traveler 451,{
+
+ .cake = CherryCake;
+ .reward = FancyHat;
+
+ function quest_completed{
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
+ l("It was so tasty, I can't eat anything more... Thank you.");
+ close;
+ }
+
+ function quest_open {
+ if (countitem(.cake) > 0)
+ {
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
+ l("You brought me Cherry Cake! Here is your @@, as promised.",getitemlink(.reward));
+ delitem .cake,1;
+ getitem .reward,1;
+ setq TulimsharQuest_Sarah, 1;
+ close;
+ }
+ else
+ {
+ speech S_FIRST_BLANK_LINE,
+ l("Sorry it's not the cake i love.");
+ close;
+ }
+ }
+
+ function quest_started {
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
+ l("Oh Welcoem then.");
+ speech S_LAST_NEXT,
+ l("Can you bring me a piece of Cherry Cake? Pretty please?.");
+ do
+ {
+ select
+ l("Here is it !"),
+ menuaction(l("Quit"));
+
+ switch (@menu)
+ {
+ case 1:
+ quest_open;
+ break;
+ }
+ } while (@menu != 2);
+ }
+
+ do
+ {
+ .@chest = getq(TulimsharQuest_Sarah);
+ if (.@chest == 1)
+ goto quest_completed;
+ select
+ rif(.@chest == 0,
+ l("Hello i'm new there, can i help you ?")),
+ menuaction(l("Quit"));
+
+ switch (@menu)
+ {
+ case 1:
+ quest_started;
+ break;
+ }
+ } while (@menu != 2);
+
+ closedialog;
+ goodbye;
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt
new file mode 100644
index 000000000..6798e360c
--- /dev/null
+++ b/npc/003-1/silvia.txt
@@ -0,0 +1,12 @@
+// Author:
+// Saulc
+
+003-1,109,150,0 script Silvia 450,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
new file mode 100644
index 000000000..99d85d001
--- /dev/null
+++ b/npc/003-1/swezanne.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,70,100,0 script Swezanne 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt
new file mode 100644
index 000000000..d4d4434aa
--- /dev/null
+++ b/npc/003-1/tinris.txt
@@ -0,0 +1,12 @@
+// Author:
+// Saulc
+
+003-1,66,30,0 script Tinris 450,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
new file mode 100644
index 000000000..986d21c77
--- /dev/null
+++ b/npc/003-1/well.txt
@@ -0,0 +1,11 @@
+// Author:
+// Saulc
+
+003-1,45,80,0 script Well NPC_NO_SPRITE,{
+
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file