summaryrefslogtreecommitdiff
path: root/npc/guides
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-31 00:21:08 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-31 00:21:08 +0000
commit2bb879552c0cd1cf4e8838885f72afa5cad8b724 (patch)
tree78f959e82ce687c2883c2bcb5c127b8f5d596458 /npc/guides
parentdd86a2c6688faa2229e3c72827d329e4d854d1c5 (diff)
downloadhercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.tar.gz
hercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.tar.bz2
hercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.tar.xz
hercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.zip
* Corrected some typos errors in Gunslinger Quest. (bugreport:1549)
* Corrected some "mes" without the getitemname in Sage Quest. (bugreport:1564) * Deleted Empty Color Tag in Soul Linker Quest. (bugreport:1572) * Changed an incorrect "!=" to "==" in Sage Quest. (bugreport:1572) -And Small Typo Error. * Changed some "close"s to "close2"s on Aldebaran Guides. (bugreport:1597) * Deleted a Unnecessary "end" in Rachel Guide. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides')
-rw-r--r--npc/guides/guides_alde.txt7
-rw-r--r--npc/guides/guides_rachel.txt4
2 files changed, 6 insertions, 5 deletions
diff --git a/npc/guides/guides_alde.txt b/npc/guides/guides_alde.txt
index 8fd200650..d65af4d45 100644
--- a/npc/guides/guides_alde.txt
+++ b/npc/guides/guides_alde.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.6
+//= 1.6a
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -17,6 +17,7 @@
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
//= 1.5 Removed Duplicates [Silent]
//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
+//= 1.6a Changed some "close"s to "close2"s. (bugreport:1597) [Samuray22]
//============================================================
aldebaran,139,63,4 script Soldier#alde 105,{
@@ -42,14 +43,14 @@ aldebaran,139,63,4 script Soldier#alde 105,{
mes "^515151+^000000 -> Pub";
mes "^3355FF+^000000 -> Item Shop";
mes "^FF5555+^000000 -> Alchemist Guild";
- close;
+ close2;
cutin "prt_soldier",255;
end;
}
mes "[Al De Baran Guard]";
mes "We are sworn to protect Al De Baran! May the forces of evil always be crushed by the";
mes "righteous fist of good!";
- close;
+ close2;
cutin "prt_soldier",255;
end;
}
diff --git a/npc/guides/guides_rachel.txt b/npc/guides/guides_rachel.txt
index 116349689..eecb8eb61 100644
--- a/npc/guides/guides_rachel.txt
+++ b/npc/guides/guides_rachel.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.2a
+//= 1.2b
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -16,6 +16,7 @@
// -Thanks to $ephiroth.
//= 1.2a Fixed some errors with the loop[Samuray22]
// -Thanks to $ephiroth.
+//= 1.2b Deleted a unnecessary "end". [Samuray22]
//============================================================
rachel,138,146,5 script Rachel Guide 934,{
@@ -112,5 +113,4 @@ rachel,138,146,5 script Rachel Guide 934,{
}
}
close;
- end;
}