diff options
author | Nick Ashley <nick@shley.us> | 2015-04-24 10:31:08 -0400 |
---|---|---|
committer | Nick Ashley <nick@shley.us> | 2015-04-24 10:31:08 -0400 |
commit | 4e1c4cb707b82c253dd107e27f843cf68a37f5a9 (patch) | |
tree | a317fc08bd34e20efe7f84014fcc6dbf5cbe8633 /world/map/npc | |
parent | e8a1900fc0651a3ee74ce4cbe181fce2851f6420 (diff) | |
download | serverdata-4e1c4cb707b82c253dd107e27f843cf68a37f5a9.tar.gz serverdata-4e1c4cb707b82c253dd107e27f843cf68a37f5a9.tar.bz2 serverdata-4e1c4cb707b82c253dd107e27f843cf68a37f5a9.tar.xz serverdata-4e1c4cb707b82c253dd107e27f843cf68a37f5a9.zip |
Better weellos dialog
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/001-1/weellos.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/world/map/npc/001-1/weellos.txt b/world/map/npc/001-1/weellos.txt index ae5604f5..e49c6814 100644 --- a/world/map/npc/001-1/weellos.txt +++ b/world/map/npc/001-1/weellos.txt @@ -12,26 +12,24 @@ if (isin("001-1", 48, 20, 61, 28)) goto L_In; mes "[Weellos]"; - mes "\"This is a very historic building. One of the oldest in the area.\""; + mes "\"This is a very historic building – in fact, it's one of the oldest in the area.\""; next; - mes "\"It's the current seat of the council of wizards.\""; + mes "\"It's also the current seat of both the Council of Wizards and the Magic Institute of Tulimshar.\""; next; - mes "\"It's also holds the Magic Institute of Tulimshar.\""; - next; - mes "\"Part of It's been turned into a museum as well\""; + mes "\"Due to its historical significance, part of it has been turned into a museum.\""; goto L_BeforeClose; // If the player is inside the fence with Weellos L_In: mes "[Weellos]"; - mes "\"What did you think of the historic building?\""; + mes "\"What did you think? Isn't the building intriguing?\""; goto L_BeforeClose; L_BeforeClose: if (@kylian != 4) goto L_Close; next; - mes "You wonder if Kylian would be interested to see this building."; + mes "You wonder if Kylian would be interested in seeing this historic landmark..."; goto L_Close; L_Close: |