summaryrefslogtreecommitdiff
path: root/npc/020-1
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
commit1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch)
tree888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/020-1
parentc35d7a43946974cc85497980f4542f0b8abc1a56 (diff)
downloadserverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/020-1')
-rw-r--r--npc/020-1/_import.txt8
-rw-r--r--npc/020-1/_mobs.txt7
-rw-r--r--npc/020-1/_warps.txt9
-rw-r--r--npc/020-1/amrak.txt17
-rw-r--r--npc/020-1/monsters.txt14
-rw-r--r--npc/020-1/sexchanger.txt27
-rw-r--r--npc/020-1/soul-menhir.txt6
-rw-r--r--npc/020-1/startrek.txt18
8 files changed, 106 insertions, 0 deletions
diff --git a/npc/020-1/_import.txt b/npc/020-1/_import.txt
new file mode 100644
index 00000000..bae7c91f
--- /dev/null
+++ b/npc/020-1/_import.txt
@@ -0,0 +1,8 @@
+map: 020-1.gat
+npc: npc/020-1/startrek.txt
+npc: npc/020-1/soul-menhir.txt
+npc: npc/020-1/sexchanger.txt
+npc: npc/020-1/monsters.txt
+npc: npc/020-1/amrak.txt
+npc: npc/020-1/_warps.txt
+npc: npc/020-1/_mobs.txt
diff --git a/npc/020-1/_mobs.txt b/npc/020-1/_mobs.txt
new file mode 100644
index 00000000..fa94c232
--- /dev/null
+++ b/npc/020-1/_mobs.txt
@@ -0,0 +1,7 @@
+// 020-1 mobs
+
+
+
+020-1.gat,0,0,0 script Mob020-1 -1,{
+ end;
+}
diff --git a/npc/020-1/_warps.txt b/npc/020-1/_warps.txt
new file mode 100644
index 00000000..36e0449a
--- /dev/null
+++ b/npc/020-1/_warps.txt
@@ -0,0 +1,9 @@
+// 020-1 warps
+
+020-1.gat,76,38 warp ToIceCave 1,-1,020-3.gat,31,28
+020-1.gat,47,48 warp ToClothesShop -1,-1,020-2.gat,25,33
+020-1.gat,66,52 warp ToHouse -1,-1,020-2.gat,72,68
+020-1.gat,70,127 warp toSnowField 2,-1,019-1.gat,70,22
+020-1.gat,64,82 warp toInn -1,-1,020-2.gat,111,31
+020-1.gat,86,46 warp toWeaponShop -1,-1,020-2.gat,32,72
+020-1.gat,56,90 warp ToPotionsShop -1,-1,020-2.gat,66,25
diff --git a/npc/020-1/amrak.txt b/npc/020-1/amrak.txt
new file mode 100644
index 00000000..b5b52962
--- /dev/null
+++ b/npc/020-1/amrak.txt
@@ -0,0 +1,17 @@
+//
+
+new_11-1.gat,66,90,0 script Amrak 103, {
+ mes "[Amrak]";
+ mes "\"This... stone...";
+ mes "I have never seen a mineral like this";
+ mes "before.";
+ mes "And some strange... aura... seems to";
+ mes "emit from it.\"";
+ next;
+ mes "[Amrak]";
+ mes "\"Where did it come from?";
+ mes "How did it got here?";
+ mes "What's its purpose?";
+ mes "I will solve its riddle for sure.\"";
+ close;
+}
diff --git a/npc/020-1/monsters.txt b/npc/020-1/monsters.txt
new file mode 100644
index 00000000..92c95f81
--- /dev/null
+++ b/npc/020-1/monsters.txt
@@ -0,0 +1,14 @@
+// Map: new_11-1
+// This is Snow Town.
+//
+
+new_11-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,Mob11::OnMaggot
+
+new_11-1.gat,0,0,0 script Mob11 -1,{
+OnMaggot:
+ set @mobID, 1002;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}
diff --git a/npc/020-1/sexchanger.txt b/npc/020-1/sexchanger.txt
new file mode 100644
index 00000000..b26f9e14
--- /dev/null
+++ b/npc/020-1/sexchanger.txt
@@ -0,0 +1,27 @@
+new_11-1.gat,50,49,0 script Xanith 136,{
+ mes "[Xanith the Surgeon]";
+ mes "\"No sex changes right now, sorry.\"";
+ close;
+
+ mes "[Xanith the Surgeon]";
+ mes "\"Are you tired of being what you are?\"";
+ next;
+
+ mes "[Xanith the Surgeon]";
+ mes "\"Would you maybe be interested in a sex change?\"";
+ next;
+
+ mes "[Server]";
+ mes "\"Warning: All the character in your account will get the sex changed.\"";
+ mes "\"Also you probably will require to restart the client to notice a change.\"";
+ next;
+
+ menu
+ "Please do, my dear...", L_Change,
+ "Leave alone my family treasure!", -;
+ close;
+
+L_Change:
+// changesex;
+ close;
+}
diff --git a/npc/020-1/soul-menhir.txt b/npc/020-1/soul-menhir.txt
new file mode 100644
index 00000000..7769530c
--- /dev/null
+++ b/npc/020-1/soul-menhir.txt
@@ -0,0 +1,6 @@
+new_11-1.gat,64,89,0 script Soul Menhir 144, {
+ set @map$, "new_11-1.gat";
+ set @x, 64;
+ set @y, 90;
+ callfunc "SoulMenhir";
+}
diff --git a/npc/020-1/startrek.txt b/npc/020-1/startrek.txt
new file mode 100644
index 00000000..72afe5e3
--- /dev/null
+++ b/npc/020-1/startrek.txt
@@ -0,0 +1,18 @@
+new_11-1.gat,79,77,0 script Kirk 133,{
+ mes "[Capt. Kirk]";
+ mes "\"Spock: We're breaking the prime directive.";
+ mes "This is not the right way to have the first contact.\"";
+ close;
+}
+
+new_11-1.gat,81,77,0 script Spock 134,{
+ mes "[Spock]";
+ mes "\"Live long and prosper captain.\"";
+ next;
+
+ mes "[Spock]";
+ mes "\"trr...Spock to Scotty...";
+ mes "Beam me to the elves village...";
+ mes "I will hide there.\"";
+ close;
+}