summaryrefslogtreecommitdiff
path: root/npc/quests/skills/swordman_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/swordman_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/swordman_skills.txt')
-rw-r--r--npc/quests/skills/swordman_skills.txt32
1 files changed, 31 insertions, 1 deletions
diff --git a/npc/quests/skills/swordman_skills.txt b/npc/quests/skills/swordman_skills.txt
index 8d1386ee6..7a4673543 100644
--- a/npc/quests/skills/swordman_skills.txt
+++ b/npc/quests/skills/swordman_skills.txt
@@ -1,3 +1,19 @@
+//===== eAthena Script =======================================
+//= Swordsman Skills Quests
+//===== By: ==================================================
+//= kobra_k88
+//===== Current Version: =====================================
+//= 1.6
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Quests for skills: Fatal Blow, Mobile HP Recovery,
+// Auto-Berserk
+//===== Additional Comments: =================================
+//= 1.6 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
+//============================================================
+
izlude_in,175,130,2 script Knight De Thomas#qsk_sm 98,{
if (BaseClass == Job_Swordman) {
if (SWORD_SK < 1 && getskilllv(144) == 0) {
@@ -466,4 +482,18 @@ prt_in,94,57,3 script Juan#qsk_sm 85,{
mes "Don't worry about me too much. Hahaha...";
close;
}
-} \ No newline at end of file
+}
+
+//============================================================
+// Old changelog
+//============================================================
+//= Fully working
+//= 1.0a Now using functions found in "Global_Functions.txt"
+//= for class checks.
+//= 1.1 Added missing delitem [Lupus]
+//= 1.2 Added Baby Class Support [Lupus]
+//= 1.3 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon]
+//= 1.4 Updated the NPC to allow subclasses of swordsman to learn the skills, [MasterOfMuppets]
+//= 1.5 Fixed exploits [Lupus]
+//= 1.5a Fixed some typos [IVBela]
+//============================================================