summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconf/map_athena.conf10
-rw-r--r--npc/ice-cave/monsters.txt1
-rw-r--r--npc/ice-cave/passages.txt1
-rw-r--r--npc/snow-village/monsters.txt1
-rw-r--r--npc/snow-village/passages.txt2
-rw-r--r--npc/snow-village/sexchanger.txt25
-rw-r--r--npc/snow-village/startrek.txt (renamed from npc/xmas/startrek.txt)0
-rw-r--r--npc/xmas/passages.txt1
8 files changed, 40 insertions, 1 deletions
diff --git a/conf/map_athena.conf b/conf/map_athena.conf
index 5dfd0129..7469218a 100755
--- a/conf/map_athena.conf
+++ b/conf/map_athena.conf
@@ -91,12 +91,20 @@ npc: npc/cave2/passages.txt
// Xmas snow map 10-1
npc: npc/xmas/monsters.txt
+npc: npc/xmas/passages.txt
npc: npc/xmas/santa.txt
npc: npc/xmas/snowman.txt
npc: npc/xmas/taro.txt
// Snow village 11-1
-npc: npc/xmas/startrek.txt
+//npc: npc/snow-village/monsters.txt
+npc: npc/snow-village/sexchanger.txt
+npc: npc/snow-village/startrek.txt
+npc: npc/snow-village/passages.txt
+
+// Ice cave 12-1
+npc: npc/ice-cave/monsters.txt
+npc: npc/ice-cave/passages.txt
// Small cave (test map) 4-1
npc: npc/cave-small/hermit.txt
diff --git a/npc/ice-cave/monsters.txt b/npc/ice-cave/monsters.txt
new file mode 100644
index 00000000..6c6a1507
--- /dev/null
+++ b/npc/ice-cave/monsters.txt
@@ -0,0 +1 @@
+new_12-1.gat,0,0,0,0 monster Bat 1017,20,0,0,0 \ No newline at end of file
diff --git a/npc/ice-cave/passages.txt b/npc/ice-cave/passages.txt
new file mode 100644
index 00000000..4be2752b
--- /dev/null
+++ b/npc/ice-cave/passages.txt
@@ -0,0 +1 @@
+new_12-1.gat,31,25 warp totown 2,1,new_11-1.gat,76,36
diff --git a/npc/snow-village/monsters.txt b/npc/snow-village/monsters.txt
new file mode 100644
index 00000000..bbd8ba9e
--- /dev/null
+++ b/npc/snow-village/monsters.txt
@@ -0,0 +1 @@
+new_11-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,0
diff --git a/npc/snow-village/passages.txt b/npc/snow-village/passages.txt
new file mode 100644
index 00000000..96d68ac3
--- /dev/null
+++ b/npc/snow-village/passages.txt
@@ -0,0 +1,2 @@
+new_11-1.gat,75,39 warp tocave 3,1,new_12-1.gat,31,28
+new_11-1.gat,70,105 warp tomap 3,1,new_10-1.gat,69,29
diff --git a/npc/snow-village/sexchanger.txt b/npc/snow-village/sexchanger.txt
new file mode 100644
index 00000000..908df567
--- /dev/null
+++ b/npc/snow-village/sexchanger.txt
@@ -0,0 +1,25 @@
+new_11-1.gat,50,49,0 script Sexchanger 136,{
+ mes "[Sexchanger]";
+ mes "Are you tired of being what you are?";
+ next;
+
+ mes "[Sexchanger]";
+ 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...",xes,
+ "Leave alone my family treasure!",nope;
+
+xes:
+ changesex;
+ close;
+
+nope:
+ close;
+}
diff --git a/npc/xmas/startrek.txt b/npc/snow-village/startrek.txt
index b8437fe3..b8437fe3 100644
--- a/npc/xmas/startrek.txt
+++ b/npc/snow-village/startrek.txt
diff --git a/npc/xmas/passages.txt b/npc/xmas/passages.txt
new file mode 100644
index 00000000..b7c6ea02
--- /dev/null
+++ b/npc/xmas/passages.txt
@@ -0,0 +1 @@
+new_10-1.gat,68,27 warp tovillage 4,1,new_11-1.gat,71,98