summaryrefslogtreecommitdiff
path: root/npc/quests/skills/acolyte_skills.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-15 02:51:48 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-15 02:51:48 +0000
commite21cce52274896709ca35256669a11707edfec82 (patch)
treeded7da58fba71b4d5022f192b7e4b92149486e5e /npc/quests/skills/acolyte_skills.txt
parent773e2923323be19a53f419fd99345a240beac653 (diff)
downloadhercules-e21cce52274896709ca35256669a11707edfec82.tar.gz
hercules-e21cce52274896709ca35256669a11707edfec82.tar.bz2
hercules-e21cce52274896709ca35256669a11707edfec82.tar.xz
hercules-e21cce52274896709ca35256669a11707edfec82.zip
Added headers to Acolyte, Swordman, and Novice quest skill files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11470 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills/acolyte_skills.txt')
-rw-r--r--npc/quests/skills/acolyte_skills.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/quests/skills/acolyte_skills.txt b/npc/quests/skills/acolyte_skills.txt
index 84cfc6db0..30ab80723 100644
--- a/npc/quests/skills/acolyte_skills.txt
+++ b/npc/quests/skills/acolyte_skills.txt
@@ -1,3 +1,18 @@
+//===== eAthena Script =======================================
+//= Acolyte Skill Quest
+//===== By: ==================================================
+//= kobra_k88
+//===== Current Version: =====================================
+//= 1.5
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Quest for skills: Holy Light
+//===== Additional Comments: =================================
+//= 1.5 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
+//============================================================
+
prt_church,173,23,4 script Cleric#qsk_al 79,{
mes "[Acolyte Klift]";
mes "Ahh . Brothers ! Does the task of";
@@ -95,3 +110,14 @@ prt_church,173,23,4 script Cleric#qsk_al 79,{
close;
}
}
+
+//============================================================
+// Old changelog
+//============================================================
+//= v1.0a Now using functions found in "Global_Functions.txt"
+//= for class checks.
+//= 1.2 Added Baby Class Support [Lupus]
+//= 1.3 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon]
+//= 1.4 Fixed an exploit [Lupus]
+//= 1.4a changed perm. variables to temp ones [Lupus]
+//============================================================