From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/068-1/tombstones.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 world/map/npc/068-1/tombstones.txt (limited to 'world/map/npc/068-1/tombstones.txt') diff --git a/world/map/npc/068-1/tombstones.txt b/world/map/npc/068-1/tombstones.txt new file mode 100644 index 00000000..424e0317 --- /dev/null +++ b/world/map/npc/068-1/tombstones.txt @@ -0,0 +1,36 @@ +// 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; +} -- cgit v1.2.3-60-g2f50