diff options
Diffstat (limited to 'npc/new_11-1-snow-village')
-rw-r--r-- | npc/new_11-1-snow-village/amrak.txt | 17 | ||||
-rw-r--r-- | npc/new_11-1-snow-village/monsters.txt | 14 | ||||
-rw-r--r-- | npc/new_11-1-snow-village/passages.txt | 13 | ||||
-rw-r--r-- | npc/new_11-1-snow-village/sexchanger.txt | 27 | ||||
-rw-r--r-- | npc/new_11-1-snow-village/soul-menhir.txt | 6 | ||||
-rw-r--r-- | npc/new_11-1-snow-village/startrek.txt | 18 |
6 files changed, 0 insertions, 95 deletions
diff --git a/npc/new_11-1-snow-village/amrak.txt b/npc/new_11-1-snow-village/amrak.txt deleted file mode 100644 index b5b52962..00000000 --- a/npc/new_11-1-snow-village/amrak.txt +++ /dev/null @@ -1,17 +0,0 @@ -// - -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/new_11-1-snow-village/monsters.txt b/npc/new_11-1-snow-village/monsters.txt deleted file mode 100644 index 92c95f81..00000000 --- a/npc/new_11-1-snow-village/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// 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/new_11-1-snow-village/passages.txt b/npc/new_11-1-snow-village/passages.txt deleted file mode 100644 index b42939ec..00000000 --- a/npc/new_11-1-snow-village/passages.txt +++ /dev/null @@ -1,13 +0,0 @@ -new_11-1.gat,76,38 warp tocave 0,0,new_12-1.gat,31,28 -new_11-1.gat,69,128 warp tomap 3,0,new_10-1.gat,69,21 - -// outside -> Clothes shop -new_11-1.gat,47,49 warp inside1 0,0,new_13-1.gat,25,33 -// outside -> Potions shop -new_11-1.gat,57,90 warp inside2 0,0,new_13-1.gat,66,25 -// outside -> INN -new_11-1.gat,64,83 warp inside3 0,0,new_13-1.gat,111,30 -// outside -> Weapons shop -new_11-1.gat,87,47 warp inside4 0,0,new_13-1.gat,32,71 -// outside -> House -new_11-1.gat,66,53 warp inside5 0,0,new_13-1.gat,72,68
\ No newline at end of file diff --git a/npc/new_11-1-snow-village/sexchanger.txt b/npc/new_11-1-snow-village/sexchanger.txt deleted file mode 100644 index b26f9e14..00000000 --- a/npc/new_11-1-snow-village/sexchanger.txt +++ /dev/null @@ -1,27 +0,0 @@ -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/new_11-1-snow-village/soul-menhir.txt b/npc/new_11-1-snow-village/soul-menhir.txt deleted file mode 100644 index 7769530c..00000000 --- a/npc/new_11-1-snow-village/soul-menhir.txt +++ /dev/null @@ -1,6 +0,0 @@ -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/new_11-1-snow-village/startrek.txt b/npc/new_11-1-snow-village/startrek.txt deleted file mode 100644 index 72afe5e3..00000000 --- a/npc/new_11-1-snow-village/startrek.txt +++ /dev/null @@ -1,18 +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; -} |