|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= Evera
|
|
//= Evera
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 2.3
|
|
|
|
|
|
+//= 2.3a
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena
|
|
//= eAthena
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -69,6 +69,7 @@
|
|
//= Added $dtsday for vote session counter
|
|
//= Added $dtsday for vote session counter
|
|
//= Fixed bug that involved having both warpers enabled at the same time. [Evera]
|
|
//= Fixed bug that involved having both warpers enabled at the same time. [Evera]
|
|
//= New $dtsday system and bug fix[Evera]
|
|
//= New $dtsday system and bug fix[Evera]
|
|
|
|
+//= 2.3a fixed 2 bugs with comparision [Lupus]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
//Yuno
|
|
//Yuno
|
|
@@ -222,7 +223,7 @@ lhz_in02.gat,36,274,3 script Cool Event Staff#02 831,{
|
|
mes "selecting our valued customers";
|
|
mes "selecting our valued customers";
|
|
mes "to choose the company they want.";
|
|
mes "to choose the company they want.";
|
|
next;
|
|
next;
|
|
- if(dtseligible == 0 && baselevel >= 60 && MISC_QUEST&128 == 0 || dtseligible == 3 && baselevel >= 60 && MISC_QUEST&128 == 0) set dtseligible,1; //Clear previous var of dtseligible,3 being tried for eligibility already
|
|
|
|
|
|
+ if((dtseligible == 0 || dtseligible == 3) && baselevel >= 60 && MISC_QUEST&128 == 0)) set dtseligible,1; //Clear previous var of dtseligible,3 being tried for eligibility already
|
|
if(dtseligible != $dtsday && baselevel >= 60 && MISC_QUEST&128){
|
|
if(dtseligible != $dtsday && baselevel >= 60 && MISC_QUEST&128){
|
|
set MISC_QUEST,MISC_QUEST&~128;
|
|
set MISC_QUEST,MISC_QUEST&~128;
|
|
set dtseligible,1;
|
|
set dtseligible,1;
|
|
@@ -519,7 +520,7 @@ function script F_DTS_Warp {
|
|
set $dts,$dts|(1<<0);
|
|
set $dts,$dts|(1<<0);
|
|
set $dts,$dts|(1<<3);
|
|
set $dts,$dts|(1<<3);
|
|
}
|
|
}
|
|
- if(dtseligible == 0 && baselevel >= 60 && MISC_QUEST&128 == 0 || dtseligible == 3 && baselevel >= 60 && MISC_QUEST&128 == 0) set dtseligible,1; //Clear previous var of dtseligible,3 being tried for eligibility already
|
|
|
|
|
|
+ if((dtseligible == 0 || dtseligible == 3) && baselevel >= 60 && MISC_QUEST&128 == 0) set dtseligible,1; //Clear previous var of dtseligible,3 being tried for eligibility already
|
|
if(dtseligible != $dtsday && baselevel >= 60 && MISC_QUEST&128){
|
|
if(dtseligible != $dtsday && baselevel >= 60 && MISC_QUEST&128){
|
|
set MISC_QUEST,MISC_QUEST&~128;
|
|
set MISC_QUEST,MISC_QUEST&~128;
|
|
set dtseligible,1;
|
|
set dtseligible,1;
|