diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-02 19:03:25 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-02 19:03:25 +0100 |
commit | 4306953dc0d6a3d0761b4f8c34c40a85ef1df97f (patch) | |
tree | 35bc9ea3f496690273d93af11899041ea3beb979 /npc/020-1_Nivalis | |
parent | 252f1193faede4a670125928a568558c21ef5b3a (diff) | |
download | serverdata-4306953dc0d6a3d0761b4f8c34c40a85ef1df97f.tar.gz serverdata-4306953dc0d6a3d0761b4f8c34c40a85ef1df97f.tar.bz2 serverdata-4306953dc0d6a3d0761b4f8c34c40a85ef1df97f.tar.xz serverdata-4306953dc0d6a3d0761b4f8c34c40a85ef1df97f.zip |
adding nivalis packrat: baktar
a strange person
additionally:
remove taro and startrek from nivalis
Diffstat (limited to 'npc/020-1_Nivalis')
-rw-r--r-- | npc/020-1_Nivalis/_import.txt | 1 | ||||
-rw-r--r-- | npc/020-1_Nivalis/startrek.txt | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/npc/020-1_Nivalis/_import.txt b/npc/020-1_Nivalis/_import.txt index 4b64cf8d..7dd9e29a 100644 --- a/npc/020-1_Nivalis/_import.txt +++ b/npc/020-1_Nivalis/_import.txt @@ -3,4 +3,3 @@ npc: npc/020-1_Nivalis/_mobs.txt npc: npc/020-1_Nivalis/_warps.txt npc: npc/020-1_Nivalis/mapflags.txt npc: npc/020-1_Nivalis/soul-menhir.txt -npc: npc/020-1_Nivalis/startrek.txt diff --git a/npc/020-1_Nivalis/startrek.txt b/npc/020-1_Nivalis/startrek.txt deleted file mode 100644 index 5c8847ad..00000000 --- a/npc/020-1_Nivalis/startrek.txt +++ /dev/null @@ -1,20 +0,0 @@ -// - -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; -} - -020-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; -} |