diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 22:57:19 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 22:57:19 +0000 |
commit | bb7285c15066499c68f7d56cdc97020559058ccc (patch) | |
tree | 83fd36a2978e447e8dae691745b7b1b79e368b54 /npc/020-1_Nivalis | |
parent | 7ca6050f3f3d89180b7290c8c275894e053762e5 (diff) | |
download | serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.tar.gz serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.tar.bz2 serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.tar.xz serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.zip |
Move amrak to the woodland and give him new text
Diffstat (limited to 'npc/020-1_Nivalis')
-rw-r--r-- | npc/020-1_Nivalis/_import.txt | 1 | ||||
-rw-r--r-- | npc/020-1_Nivalis/amrak.txt | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1_Nivalis/_import.txt b/npc/020-1_Nivalis/_import.txt index 0e18f3ac..92d4b629 100644 --- a/npc/020-1_Nivalis/_import.txt +++ b/npc/020-1_Nivalis/_import.txt @@ -1,7 +1,6 @@ map: 020-1.gat npc: npc/020-1_Nivalis/_mobs.txt npc: npc/020-1_Nivalis/_warps.txt -npc: npc/020-1_Nivalis/amrak.txt npc: npc/020-1_Nivalis/sexchanger.txt npc: npc/020-1_Nivalis/soul-menhir.txt npc: npc/020-1_Nivalis/startrek.txt diff --git a/npc/020-1_Nivalis/amrak.txt b/npc/020-1_Nivalis/amrak.txt deleted file mode 100644 index 19979ca0..00000000 --- a/npc/020-1_Nivalis/amrak.txt +++ /dev/null @@ -1,17 +0,0 @@ -// - -020-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; -} |