소스 검색

* Small fixes to Hugel and Lighthalzen quests.
- 'gettimetick' checking in Schwartzvalt Trilogy now looks for both positive and negative values.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11528 54d463be-8e91-2dee-dedb-b68131a5f0ec

SinSloth 17 년 전
부모
커밋
ea5a2947bd
3개의 변경된 파일11개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 0
      npc/Changelog.txt
  2. 4 3
      npc/quests/quests_hugel.txt
  3. 4 2
      npc/quests/quests_lighthalzen.txt

+ 3 - 0
npc/Changelog.txt

@@ -1,5 +1,8 @@
 Date		Added
 ======
+2007/10/20
+	* Small fixes to Hugel and Lighthalzen quests. [SinSloth]
+	- 'gettimetick' checking in Schwartzvalt Trilogy now looks for both positive and negative values.
 2007/10/19
 	* Rev. 11527 Small Adjustment to the Juperos Elevator timer. [L0ne_W0lf]
 	* Rev. 11524 Fixed the errors in the recent change to the juperos warps. [L0ne_W0lf]

+ 4 - 3
npc/quests/quests_hugel.txt

@@ -3,7 +3,7 @@
 //===== By: ==================================================
 //= MasterOfMuppets & SinSloth
 //===== Current Version: =====================================
-//= 1.5
+//= 1.5b
 //===== Compatible With: =====================================
 //= eAthena
 //===== Description: =========================================
@@ -16,7 +16,8 @@
 //= 1.3 Added a Missing "close;". [Samuray22]
 //=	-Thanks to Elfange
 //= 1.4 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
-//= 1.5 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 1.5a Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 1.5b Fixed a variable name. [SinSloth]
 //============================================================
 
 //-------------------------------------------------------------------------
@@ -1544,7 +1545,7 @@ hu_in01,326,307,3	script	Siria	90,{
 		mes "to worry about me!";
 		close;
 	}
-	else if(v[hg_bio] == 9)
+	else if(hg_bio == 9)
 	{
 		mes "[Siria]";
 		mes "Oh, welcome~";

+ 4 - 2
npc/quests/quests_lighthalzen.txt

@@ -4,7 +4,7 @@
 //= Persian, Vicious_Pucca, aoa00, Evera, MasterOfMupppets,
 //= Lupus, Lord Gywall
 //===== Current Version: ===================================== 
-//= 3.5a
+//= 3.7
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -62,6 +62,8 @@
 //=	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.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,{
@@ -8671,7 +8673,7 @@ OnTouch:
 	if((lhz_boss > 27) && (lhz_boss < 35))
 	{
 		set @sneaktime,gettimetick(0) % 100;
-		if((@sneaktime > 10) && (@sneaktime < 59))
+		if((@sneaktime > 10 && @sneaktime < 59) || (@sneaktime < -10 && @sneaktime > -59))
 		{
 			mes "^3355FFAs you approach";
 			mes "the corner, you can";