diff options
author | wushin <pasekei@gmail.com> | 2015-01-07 21:00:16 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-07 21:00:16 -0600 |
commit | 2901ba177dea5867cbd52eb2b02a0ef8e1816e15 (patch) | |
tree | 81cc70a70e7cc0b9e46cc3e055dea1c702db1309 /world/map/npc/068-1/tombstones.txt | |
parent | fb7caf2cb0e768cf4b9c7f83df644edc97250a78 (diff) | |
download | serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.gz serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.bz2 serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.xz serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.zip |
Moving Tutorial from Tulimshar to Candor
Diffstat (limited to 'world/map/npc/068-1/tombstones.txt')
-rw-r--r-- | world/map/npc/068-1/tombstones.txt | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/world/map/npc/068-1/tombstones.txt b/world/map/npc/068-1/tombstones.txt deleted file mode 100644 index 132be7ff..00000000 --- a/world/map/npc/068-1/tombstones.txt +++ /dev/null @@ -1,41 +0,0 @@ -// Tombstones in Noble memorial - -068-1.gat,91,48,0|script|Tombstone#1|400 -{ - - mes "~ wushin ~"; - mes "Tonori swallowed him whole."; - close; -} - -068-1.gat,92,48,0|script|Tombstone#2|400 -{ - - mes "~ Nard ~"; - mes "Crushed by a loom."; - close; -} - -068-1.gat,93,48,0|script|Tombstone#3|400 -{ - - mes "~ tux9th ~"; - mes "Eaten by bugs."; - close; -} - -068-1.gat,94,48,0|script|Tombstone#4|400 -{ - - mes "~ o11c ~"; - mes "He asked for it. So they gave it to him."; - close; -} - -068-1.gat,95,48,0|script|Tombstone#5|400 -{ - - mes "~ " + strcharinfo(0) + " ~"; - mes "The tombstone is blank and the grave freshly dug."; - close; -} |