diff options
author | wushin <pasekei@gmail.com> | 2015-01-07 21:00:16 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-07 21:00:16 -0600 |
commit | 2901ba177dea5867cbd52eb2b02a0ef8e1816e15 (patch) | |
tree | 81cc70a70e7cc0b9e46cc3e055dea1c702db1309 /world/map/npc/001-1/gate_guards.txt | |
parent | fb7caf2cb0e768cf4b9c7f83df644edc97250a78 (diff) | |
download | serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.gz serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.bz2 serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.xz serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.zip |
Moving Tutorial from Tulimshar to Candor
Diffstat (limited to 'world/map/npc/001-1/gate_guards.txt')
-rw-r--r-- | world/map/npc/001-1/gate_guards.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/world/map/npc/001-1/gate_guards.txt b/world/map/npc/001-1/gate_guards.txt new file mode 100644 index 00000000..5eb44e36 --- /dev/null +++ b/world/map/npc/001-1/gate_guards.txt @@ -0,0 +1,26 @@ +// Guard near the magic school +001-1.gat,39,33,0|script|Guard#school|104 +{ + mes "[Guard]"; + mes "\"I'm just here to provide a presence for the guards at this gate. The mages here can defend themselves without problem.\""; + close; +} +001-1.gat,56,47,0|script|Guard#castle|104 +{ + mes "[Guard]"; + mes "\"The volcano and earthquake did a lot of damage, but the citizens of Tulimshar sure did a good job of cleaning up.\""; + close; +} + +001-1.gat,61,99,0|script|Guard#east3|104 +{ + mes "[Guard]"; + mes "\"The Palace is North of here. That is where you will find the Council of Wizards.\""; + close; +} +001-1.gat,53,72,0|script|Guard#govt_out|123 +{ + mes "[Guard]"; + mes "\"This is a government building. They have some clerical and tax offices in here. There is also a jail in the subbasement.\""; + close; +} |