summaryrefslogtreecommitdiff
path: root/npc/guides
diff options
context:
space:
mode:
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;
}