git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7695 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a1680ca13d
commit
0c7b44a0e6
@ -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]
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user