diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-26 05:38:39 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-26 05:38:39 +0000 |
commit | 6975a8cee7dcc83504f205039bcac4e7076f79ab (patch) | |
tree | 295d80f01c6a4f240c3476f569fa634e2878ddc0 /npc/other | |
parent | 683822cc659024af2d5050e81e02622e0eb01884 (diff) | |
download | hercules-6975a8cee7dcc83504f205039bcac4e7076f79ab.tar.gz hercules-6975a8cee7dcc83504f205039bcac4e7076f79ab.tar.bz2 hercules-6975a8cee7dcc83504f205039bcac4e7076f79ab.tar.xz hercules-6975a8cee7dcc83504f205039bcac4e7076f79ab.zip |
added new TK job quest, added Rachel city NPC!, added louyang guide
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9074 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/Global_Functions.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 4f2f8d747..fa6524366 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Lupus, kobra_k88
//===== Current Version: =====================================
-//= 2.05
+//= 2.07
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -29,6 +29,7 @@ //= 2.05 Book of Devil -> MISC_QUEST|256, clear other Niflheim garbage vars [Lupus]
//= +more garbage clean
//= 2.06 Pass to Bio-Lab -> MISC_QUEST|512 [Lupus]
+//= 2.07 Added TK_Q variable clear [Lupus]
//============================================================
@@ -68,7 +69,7 @@ function script F_ClearJobVar { set DANC_Q,0;
set BARD_Q,0;
// Extended Classes
- set TAEK_Q,0;
+ set TAEK_Q,0; set TK_Q,0;
set STGL_Q,0;
set SOUL_Q,0;
set GUNS_Q,0;
|