Преглед на файлове

Some more modifications to the Nameless Access Quest start point.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12949 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf преди 17 години
родител
ревизия
89579bd5df
променени са 3 файла, в които са добавени 7 реда и са изтрити 4 реда
  1. 1 0
      npc/Changelog.txt
  2. 3 2
      npc/quests/quests_nameless.txt
  3. 3 2
      npc/quests/quests_prontera.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2008/07/13
+	* Rev. 12949 Some more modifications to the Nameless Access Quest start point.  [L0ne_W0lf]
 	* Rev. 12947 Made it so both success and failure of the gaebolg quest count as completion. [L0ne_W0lf]
 2008/07/12
 	* Rev. 12342, and 12343. \/ wuz typo'd [L0ne_W0lf]

+ 3 - 2
npc/quests/quests_nameless.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= L0ne_W0lf
 //===== Current Version: ===================================== 
-//= 1.1
+//= 1.1a
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -32,6 +32,7 @@
 //===== Additional Comments: ================================= 
 //= 1.0 First version. [L0ne_W0lf]
 //= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf]
+//= 1.1a Touch up to other Gaebolg fail-points. [L0ne_W0lf]
 //============================================================ 
 
 airplane_01,95,61,3	script	Agent#Aru	899,5,5,{
@@ -42,7 +43,7 @@ OnInit:
 	end;
 
 OnTouch:	
-	if ((prt_curse == 56 || prt_curse == 61) && (rachel_camel == 25) && (aru_monas < 1)) {
+	if ((prt_curse == 36 || prt_curse == 45 || prt_curse == 56 || prt_curse == 61) && (rachel_camel == 25) && (aru_monas < 1)) {
 		hideoffnpc "Agent#Aru";
 		mes "[????]";
 		mes "Are you "+strcharinfo(0)+"?";

+ 3 - 2
npc/quests/quests_prontera.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= kobra_k88; L0ne_W0lf
 //===== Current Version: ===================================== 
-//= 2.3
+//= 2.3a
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -39,6 +39,7 @@
 //= 2.1 Added missing checkweights. [L0ne_W0lf]
 //= 2.2 Added Nameless Island quest addition. [L0ne_W0lf]
 //= 2.3 Bamph will now talk to those who failed the Gaebolg quest. [L0ne_W0lf]
+//= 2.3a Touch up to Bamph fo other fail-points. [L0ne_W0lf]
 //============================================================ 
 
 // Prontera Culvert
@@ -2738,7 +2739,7 @@ prt_church,185,106,3	script	Father Bamph	60,{
 		close;
 	}
 	else {
-		if (prt_curse == 56 || prt_curse == 61) {
+		if (prt_curse == 36 || prt_curse == 45 || prt_curse == 56 || prt_curse == 61) {
 // Begin Nameless Island Access Quest Addition
 			if (aru_monas == 1) {
 				mes "[Father Bamph]";