|
@@ -4,7 +4,7 @@
|
|
//= Persian, Vicious_Pucca, aoa00, Evera, MasterOfMupppets,
|
|
//= Persian, Vicious_Pucca, aoa00, Evera, MasterOfMupppets,
|
|
//= Lupus, Lord Gywall
|
|
//= Lupus, Lord Gywall
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 3.5a
|
|
|
|
|
|
+//= 3.7
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN
|
|
//= eAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -62,6 +62,8 @@
|
|
//= Added cutins for "Maku" npc, and changed "set HP" to percentheal.
|
|
//= Added cutins for "Maku" npc, and changed "set HP" to percentheal.
|
|
//= 3.5a Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf]
|
|
//= 3.5a Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf]
|
|
//= 3.6 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
|
|
//= 3.6 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
|
|
|
|
+//= 3.7 Counter-fixed negative value checking to now look for both positive and negative values
|
|
|
|
+//= since its symbol depends on the time. [SinSloth]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
lighthalzen,1,1,7 script sneakAddSuber -1,{
|
|
lighthalzen,1,1,7 script sneakAddSuber -1,{
|
|
@@ -8671,7 +8673,7 @@ OnTouch:
|
|
if((lhz_boss > 27) && (lhz_boss < 35))
|
|
if((lhz_boss > 27) && (lhz_boss < 35))
|
|
{
|
|
{
|
|
set @sneaktime,gettimetick(0) % 100;
|
|
set @sneaktime,gettimetick(0) % 100;
|
|
- if((@sneaktime > 10) && (@sneaktime < 59))
|
|
|
|
|
|
+ if((@sneaktime > 10 && @sneaktime < 59) || (@sneaktime < -10 && @sneaktime > -59))
|
|
{
|
|
{
|
|
mes "^3355FFAs you approach";
|
|
mes "^3355FFAs you approach";
|
|
mes "the corner, you can";
|
|
mes "the corner, you can";
|