From 25024604edb0d5e4a8fee94f6bc5d7fcca213574 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Mon, 24 Jul 2006 13:59:51 +0000 Subject: A bunch of updates. --- conf/map_athena.conf | 10 +++++++++- npc/ice-cave/monsters.txt | 1 + npc/ice-cave/passages.txt | 1 + npc/snow-village/monsters.txt | 1 + npc/snow-village/passages.txt | 2 ++ npc/snow-village/sexchanger.txt | 25 +++++++++++++++++++++++++ npc/snow-village/startrek.txt | 17 +++++++++++++++++ npc/xmas/passages.txt | 1 + npc/xmas/startrek.txt | 17 ----------------- 9 files changed, 57 insertions(+), 18 deletions(-) create mode 100644 npc/ice-cave/monsters.txt create mode 100644 npc/ice-cave/passages.txt create mode 100644 npc/snow-village/monsters.txt create mode 100644 npc/snow-village/passages.txt create mode 100644 npc/snow-village/sexchanger.txt create mode 100644 npc/snow-village/startrek.txt create mode 100644 npc/xmas/passages.txt delete mode 100644 npc/xmas/startrek.txt 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/snow-village/startrek.txt b/npc/snow-village/startrek.txt new file mode 100644 index 00000000..b8437fe3 --- /dev/null +++ b/npc/snow-village/startrek.txt @@ -0,0 +1,17 @@ +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; +} 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 diff --git a/npc/xmas/startrek.txt b/npc/xmas/startrek.txt deleted file mode 100644 index b8437fe3..00000000 --- a/npc/xmas/startrek.txt +++ /dev/null @@ -1,17 +0,0 @@ -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; -} -- cgit v1.2.3-70-g09d2