summaryrefslogtreecommitdiff
path: root/npc/guides/guides_brasilis.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-07 21:35:12 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-07 21:35:12 +0000
commit033373a5a75599f8607107cb28b97cc6a653b0b5 (patch)
treec520e925018ac7de37d05f690d357fcf55b56ec4 /npc/guides/guides_brasilis.txt
parent692dd1e5737b01ef26ba889f60d013cb992c3cec (diff)
downloadhercules-033373a5a75599f8607107cb28b97cc6a653b0b5.tar.gz
hercules-033373a5a75599f8607107cb28b97cc6a653b0b5.tar.bz2
hercules-033373a5a75599f8607107cb28b97cc6a653b0b5.tar.xz
hercules-033373a5a75599f8607107cb28b97cc6a653b0b5.zip
* Merged changes from trunk [14895:14966/trunk].
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14967 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides/guides_brasilis.txt')
-rw-r--r--npc/guides/guides_brasilis.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/npc/guides/guides_brasilis.txt b/npc/guides/guides_brasilis.txt
index 73e7c73b6..54b11ae1b 100644
--- a/npc/guides/guides_brasilis.txt
+++ b/npc/guides/guides_brasilis.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -11,6 +11,7 @@
//= Guide for the city of Brasilis
//===== Additional Comments: =================================
//= 1.0 First Version, Renewal guide.
+//= 1.1 Added a missing close.
//============================================================
brasilis,219,97,3 script Brasilis Guide 478,{
@@ -74,5 +75,23 @@ brasilis,219,97,3 script Brasilis Guide 478,{
mes "Wandering on your own is always the best way to explore. Anyway, take care.";
close;
}
+ close;
+ break;
+ case 2:
+ viewpoint 2,273,149,2,0xFF0000;
+ viewpoint 2,308,333,3,0xCC6600;
+ viewpoint 0,133,167,4,0x00FF00;
+ viewpoint 0,238,248,5,0x00FF00;
+ set .@compass_check,0;
+ mes "[Brasilis Guide]";
+ mes "I've deleted all marks on the mini-map.";
+ mes "Whenever you'd like to put marks";
+ mes "there, you can ask me.";
+ close;
+ case 3:
+ mes "[Brasilis Guide]";
+ mes "Exploring things here on your own can also be fun.";
+ mes "Anyway, take care.";
+ close;
}
}