From 728b7c8ee510fe2b1f2a322f0b4d37823c61c49a Mon Sep 17 00:00:00 2001 From: evera Date: Sat, 15 Jul 2006 20:48:32 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7695 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/other/Global_Functions.txt | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e7943315d..7efd71580 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -40,6 +40,8 @@ Date Added ====== 07/15 * Removed global eligibility option from DTS warper [Evera] + - Added old global eligibility variable for DTS warper to garbage [Evera] + - Fixed incorrect information in DTS warper header [Evera] * Fixed Detale's spawn location [Playtester] * Fixed Blue Fish quest only removing 1 Stinky Scale [Playtester] * Fixed some typos in cities/izlude.txt thanks to Zarnox [Playtester] diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 451f937bf..d6a8eb869 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus, kobra_k88 //===== Current Version: ===================================== -//= 2.01 +//= 2.02 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -23,6 +23,7 @@ //= 1.91 Added "F_SaveQuestSkills","F_Load?Skills" functions [Lupus] //= 2.0 Fixed F_Save/LoadQuestSkills functions. Had to split in into 2 vars [Lupus] //= 2.01 Added $talk to F_ClearGarbage [Evera] +//= 2.02 Added $dtsglobalelig and $dts|(1<<6) to F_ClearGarbage [Evera] //============================================================ @@ -67,6 +68,8 @@ function script F_ClearJobVar { function script F_ClearGarbage { // Clear outdated global VARS if($talk) set $talk,0; + if($dtsglobalelig) set $dtsglobalelig,0; + if($dts&(1<<6)) set $dts,$dts&~(1<<6); if(MARIANNE) {set MISC_QUEST,MISC_QUEST | 1; set MARIANNE,0;} set MEAT,0; set MORRISON,0; set BUNYBND,0; set TEMPESTRA,0; -- cgit v1.2.3-60-g2f50