diff options
author | Wushin <pasekei@gmail.com> | 2015-04-20 21:12:03 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-20 21:12:03 -0500 |
commit | 612388fd6062c178ece3aa652a8323dcc053eb46 (patch) | |
tree | 247975c1b91bfc944bba5532b8e9aa092a13013e /world/map/npc/001-2/manakins.txt | |
parent | 89f9d26373d266f6539326962d1ed291afd3e574 (diff) | |
parent | adc33661b960ad7f26008263e474af03cf27170e (diff) | |
download | serverdata-612388fd6062c178ece3aa652a8323dcc053eb46.tar.gz serverdata-612388fd6062c178ece3aa652a8323dcc053eb46.tar.bz2 serverdata-612388fd6062c178ece3aa652a8323dcc053eb46.tar.xz serverdata-612388fd6062c178ece3aa652a8323dcc053eb46.zip |
Merge pull request #326 from nashley/tulim_wizards_dialog
Added some transient dialog to 001-2
Diffstat (limited to 'world/map/npc/001-2/manakins.txt')
-rw-r--r-- | world/map/npc/001-2/manakins.txt | 22 |
1 files changed, 15 insertions, 7 deletions
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; } |