diff options
author | TheKandiman <thekandiman@gmail.com> | 2011-02-06 10:46:39 -0500 |
---|---|---|
committer | TheKandiman <thekandiman@gmail.com> | 2011-02-06 10:46:39 -0500 |
commit | 0c1d3947f182df786ee52ca2bbb9033f7d4aeb77 (patch) | |
tree | 75560fa9b350adb5c98124693b3e66005c679d8d /npc/009-4/orum.txt | |
parent | 7a7e43b8b2697734ec958c4b348f3a9077241c96 (diff) | |
download | serverdata-0c1d3947f182df786ee52ca2bbb9033f7d4aeb77.tar.gz serverdata-0c1d3947f182df786ee52ca2bbb9033f7d4aeb77.tar.bz2 serverdata-0c1d3947f182df786ee52ca2bbb9033f7d4aeb77.tar.xz serverdata-0c1d3947f182df786ee52ca2bbb9033f7d4aeb77.zip |
Minor dialog addition to Orum quest.
Diffstat (limited to 'npc/009-4/orum.txt')
-rw-r--r-- | npc/009-4/orum.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/009-4/orum.txt b/npc/009-4/orum.txt index a2e56f49..6c2681f8 100644 --- a/npc/009-4/orum.txt +++ b/npc/009-4/orum.txt @@ -74,7 +74,7 @@ L_Explain: L_Explain_Barriers:
mes "[Orum]";
- mes "\"I've examined this room and it appears that the barrier is made up of two torches on each side. The flame on them has a strange glow.. They must be inbued with magical properties.\"";
+ mes "\"I've examined this room and it appears that the barrier is made up of two torches on each side. The flame on them has a strange glow.. They must be imbued with magical properties.\"";
next;
mes "[Orum]";
@@ -98,7 +98,7 @@ L_Explain_Note: next;
mes "[Orum]";
- mes "\"Ah! Here it is! If I'm reading this right we may have found a way past it after all.. I guess she would need a way to come and go unaffected while everyone else is kept from entering.\"";
+ mes "\"Ah! Here it is! If I'm reading this right we may have found a way past it after all. I guess she would need a way to come and go unaffected while everyone else is kept from entering.\"";
next;
menu
@@ -542,7 +542,11 @@ L_Explain_Torches_More: next;
mes "[Orum]";
- mes "\"Also while looking around I saw that behind one of the barriers was a cave. Maybe Waric is in there.. we should try to get that barrier dropped\"";
+ mes "\"It seems that the powders are only in these 3 colors, so you may have to experiment a bit to get the colors right.\"";
+ next;
+
+ mes "[Orum]";
+ mes "\"Also while looking around I saw that behind one of the barriers was a cave. Maybe Waric is in there.. we should try to get that barrier dropped.\"";
close;
L_More_Powder:
|