From 7a4307b8cc339471a0a7e969e66d34c41fa57141 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 12 May 2009 21:52:11 +0000 Subject: * Completely rescripted the DTS warp service based on the aegis 11.3 file. - Updated F_ClearGarbage to erase obsolete DTS player variables. - Moved Cool Corp. Staff NPCs to Lighthalzen (cities/lighthalzen.txt.) - Now everyone can enjoy the global broadcast "every-hour-nag" to vote! - Note: Upon loading ALL prior DTS global variables are erased. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13764 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/Global_Functions.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/other') diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 48149a80f..37a3c556c 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus, kobra_k88 //===== Current Version: ===================================== -//= 2.13 +//= 2.15 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -36,7 +36,8 @@ //= 2.11 Updated function Job_Change to jobchange based on Upper value. [Paradox924X] //= 2.12 Added more unused vars to F_ClearGarbage [Lupus] //= 2.13 Added more unused vars to F_ClearGarbage [Lupus] -//= 2,14 Added old novice variables to F_ClearGarbage. [L0ne_W0lf] +//= 2.14 Added old novice variables to F_ClearGarbage. [L0ne_W0lf] +//= 2.15 Added no unused DTS variables to F_ClearGarbage. [L0ne_W0lf] //============================================================ @@ -111,6 +112,10 @@ function script F_ClearGarbage { set NEW_LVUP1,0; set NEW_JOBLVUP,0; + // Old DTS variables that are no longer used. + set dtseligible,0; + set MISC_QUEST,MISC_QUEST & ~128; + return; } -- cgit v1.2.3-60-g2f50