From adc33661b960ad7f26008263e474af03cf27170e Mon Sep 17 00:00:00 2001 From: Nick Ashley Date: Sun, 19 Apr 2015 21:54:15 -0400 Subject: Added some transient dialog to 001-2 The wizards now ignore you; the display cases have more meaningful descriptions. --- world/map/npc/001-2/manakins.txt | 22 ++++++++++++------ world/map/npc/001-2/wizards.txt | 50 ++++++++++++++++++++++++++++++++-------- 2 files changed, 55 insertions(+), 17 deletions(-) (limited to 'world/map/npc/001-2') diff --git a/world/map/npc/001-2/manakins.txt b/world/map/npc/001-2/manakins.txt index dabe7fc5..ef1e2982 100644 --- a/world/map/npc/001-2/manakins.txt +++ b/world/map/npc/001-2/manakins.txt @@ -3,19 +3,27 @@ // Forge 001-2,29,57,0|script|Terranite Armor#Female|401 { - mes "Terranite Armor complete set, made to order, inquire with Heathin"; + mes "A complete set of female Terranite armor stands on display. These appear to be made to order."; + next; + mes "An inscription on the helmet reads \"Made by Heathin.\""; close; } 001-2,34,57,0|script|Terranite Armor#Male|402 { - mes "Terranite Armor complete set, made to order, inquire with Heathin"; + mes "A complete set of male Terranite armor stands on display. These appear to be made to order."; + next; + mes "An inscription on the helmet reads \"Made by Heathin.\""; close; } 001-2,34,62,0|script|Terranite|403 { - mes "Ahhh! A Terranite! Wait it appears to just be a display model."; + mes "Ahhh! A Terranite!"; + next; + mes "Wait a minute..."; + next; + mes "It appears to just be a display model."; close; } @@ -23,25 +31,25 @@ 001-2,91,39,0|script|Talponian#Female|404 { - mes "A Female Talponian."; + mes "A female Talponian manakin stands on display."; close; } 001-2,91,44,0|script|Talponian#Male|405 { - mes "A Male Talponian."; + mes "A male Talponian manakin stands on display."; close; } 001-2,118,39,0|script|Gispaan#Female|406 { - mes "A Female Gispaan."; + mes "A female Gispaan manakin stands on display."; close; } 001-2,118,44,0|script|Gispaan#Male|407 { - mes "A Male Gispaan."; + mes "A male Gispaan manakin stands on display."; close; } diff --git a/world/map/npc/001-2/wizards.txt b/world/map/npc/001-2/wizards.txt index 4f88c58b..37efa8bd 100644 --- a/world/map/npc/001-2/wizards.txt +++ b/world/map/npc/001-2/wizards.txt @@ -3,58 +3,88 @@ // manaseed 001-2,104,19,0|script|Desert Mana Seed#_M|166 { - end; + mes "Strangely, you feel nothing – as if its membrane is closed to you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,99,22,0|script|Wizard#1|355 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,92,24,0|script|Wizard#2|356 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,92,30,0|script|Wizard#3|357 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,99,32,0|script|Wizard#4|358 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,110,22,0|script|Wizard#5|359 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,117,24,0|script|Wizard#6|360 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,117,30,0|script|Wizard#7|361 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,110,32,0|script|Wizard#8|362 { - end; + mes "The wizard seems to ignore you."; + next; + mes "Perhaps you should come back later."; + close; } // 001-2,104,27,0|script|Arch-Wizard#9|354 { - end; + mes "The arch wizard seems to be busy."; + next; + mes "Perhaps you should come back later."; + close; } -- cgit v1.2.3-60-g2f50