From 2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 21 Nov 2008 22:13:33 +0000 Subject: Move more scripts --- npc/020-1/amrak.txt | 2 +- npc/020-1/monsters.txt | 4 ++-- npc/020-1/sexchanger.txt | 4 +++- npc/020-1/soul-menhir.txt | 6 ++++-- npc/020-1/startrek.txt | 6 ++++-- 5 files changed, 14 insertions(+), 8 deletions(-) (limited to 'npc/020-1') diff --git a/npc/020-1/amrak.txt b/npc/020-1/amrak.txt index b5b52962..19979ca0 100644 --- a/npc/020-1/amrak.txt +++ b/npc/020-1/amrak.txt @@ -1,6 +1,6 @@ // -new_11-1.gat,66,90,0 script Amrak 103, { +020-1.gat,66,90,0 script Amrak 103, { mes "[Amrak]"; mes "\"This... stone..."; mes "I have never seen a mineral like this"; diff --git a/npc/020-1/monsters.txt b/npc/020-1/monsters.txt index 92c95f81..9259cfdb 100644 --- a/npc/020-1/monsters.txt +++ b/npc/020-1/monsters.txt @@ -2,9 +2,9 @@ // This is Snow Town. // -new_11-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,Mob11::OnMaggot +020-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,Mob11::OnMaggot -new_11-1.gat,0,0,0 script Mob11 -1,{ +020-1.gat,0,0,0 script Mob11 -1,{ OnMaggot: set @mobID, 1002; callfunc "MobPoints"; diff --git a/npc/020-1/sexchanger.txt b/npc/020-1/sexchanger.txt index b26f9e14..168f47a3 100644 --- a/npc/020-1/sexchanger.txt +++ b/npc/020-1/sexchanger.txt @@ -1,4 +1,6 @@ -new_11-1.gat,50,49,0 script Xanith 136,{ +// + +020-1.gat,50,49,0 script Xanith 136,{ mes "[Xanith the Surgeon]"; mes "\"No sex changes right now, sorry.\""; close; diff --git a/npc/020-1/soul-menhir.txt b/npc/020-1/soul-menhir.txt index 7769530c..3d0bc82a 100644 --- a/npc/020-1/soul-menhir.txt +++ b/npc/020-1/soul-menhir.txt @@ -1,5 +1,7 @@ -new_11-1.gat,64,89,0 script Soul Menhir 144, { - set @map$, "new_11-1.gat"; +// + +020-1.gat,64,89,0 script Soul Menhir 144, { + set @map$, "020-1.gat"; set @x, 64; set @y, 90; callfunc "SoulMenhir"; diff --git a/npc/020-1/startrek.txt b/npc/020-1/startrek.txt index 72afe5e3..5c8847ad 100644 --- a/npc/020-1/startrek.txt +++ b/npc/020-1/startrek.txt @@ -1,11 +1,13 @@ -new_11-1.gat,79,77,0 script Kirk 133,{ +// + +020-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,{ +020-1.gat,81,77,0 script Spock 134,{ mes "[Spock]"; mes "\"Live long and prosper captain.\""; next; -- cgit v1.2.3-60-g2f50