summaryrefslogtreecommitdiff
path: root/npc/other/Global_Functions.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-20 07:33:10 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-20 07:33:10 +0000
commitee340265a907f243c01588d86b47f244acf7e268 (patch)
tree79c00df86b58d2e19b97760d76ce96dbb17876f2 /npc/other/Global_Functions.txt
parent1b21a878a7016ae3bda15295b298b6c8cf3fd1de (diff)
downloadhercules-ee340265a907f243c01588d86b47f244acf7e268.tar.gz
hercules-ee340265a907f243c01588d86b47f244acf7e268.tar.bz2
hercules-ee340265a907f243c01588d86b47f244acf7e268.tar.xz
hercules-ee340265a907f243c01588d86b47f244acf7e268.zip
new job quests for Taekwon, Soul Linker, Star Gladiolus ^_-
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6189 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/Global_Functions.txt')
-rw-r--r--npc/other/Global_Functions.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt
index c55a3205d..66fa2bb7d 100644
--- a/npc/other/Global_Functions.txt
+++ b/npc/other/Global_Functions.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Lupus, kobra_k88
//===== Current Version: =====================================
-//= 1.7
+//= 1.8
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -18,6 +18,7 @@
//= 1.6 Added F_RandMes, F_SexMes, F_Hi, F_Bye functions [Lupus]
//= Moved here useful function 'getJobName'
//= 1.7 Added "F_ItemName" function, added a great sample for "F_ItemName"
+//= 1.8 Added Job Vars clear for Extended classes: TK,SL,SG [Lupus]
//============================================================
@@ -52,6 +53,10 @@ function script F_ClearJobVar {
set SAGE_Q,0; set SAGE_Q2,0;
set DANC_Q,0;
set BARD_Q,0;
+ // Extended Classes
+ set TAEK_Q,0;
+ set STGL_Q,0;
+ set SOUL_Q,0;
return;
}