Prechádzať zdrojové kódy

- Fixed typos in magic_books.txt and quests_dewata.txt (bugreport:6480)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16648 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 12 rokov pred
rodič
commit
3e0fcd52ae

+ 2 - 2
npc/re/quests/magic_books.txt

@@ -679,7 +679,7 @@ dic_in01,25,190,0	script	Mysterious Documents	844,{
 		mes "I better not forget to equip my ring.";
 		close;
 	}
-	if (ep13_3_invite < 6) {
+	if (ep13_3_invite < 5) {
 		mes "When you approach the documents, an Evil Giant that looks like the archive manager tries to call Guard Galton. You should get out of here quickly.";
 		close;
 	}
@@ -842,4 +842,4 @@ thor_v02,163,104,0	script	Powerful Lava Energy#33	844,{ callfunc "Magic_Book_Ess
 thor_v01,185,91,0	script	Powerful Flame Energy#33	844,{ callfunc "Magic_Book_Essence",12219,7098,10,"Flame"; end; }
 ice_dun03,137,148,0	script	Powerful Glacier Energy	844,{ callfunc "Magic_Book_Essence",12220,7561,10,"Glacier"; end; }
 ein_dun02,181,124,0	script	Powerful Fossil Energy	844,{ callfunc "Magic_Book_Essence",12221,7312,10,"Fossil"; end; }
-gon_dun02,252,198,0	script	Powerful Storm Energy#33	844,{ callfunc "Magic_Book_Essence",12222,7266,10,"Storm"; end; }
+gon_dun02,252,198,0	script	Powerful Storm Energy#33	844,{ callfunc "Magic_Book_Essence",12222,7266,10,"Storm"; end; }

+ 2 - 2
npc/re/quests/pile_bunker.txt

@@ -107,9 +107,9 @@ yuno,179,174,4	script	Gomer	851,{
 			delitem 999,50; // Steel
 			delitem 7325,30; // Flexible Tube
 			delitem 1415,1; // Brocca
-			getitem 1549,1; // Pile Bunker	
+			getitem 1549,1; // Pile Bunker
 			getitem 1360,1; // Two-handed Axe [1]
 			close;
 		}
 	}
-}
+}

+ 3 - 2
npc/re/quests/quests_dewata.txt

@@ -193,9 +193,10 @@ dew_fild01,185,300,4	script	Tribe Manager	541,{
 	mes "[Tribe Manager]";
 	mes "Keeping our culture and tradition";
 	mes "is very important.";
-	if(!checkquest(9160)>=0 || !countitem(11533)) {
+	if(checkquest(9160)==-1 || !countitem(11533)) {
 		mes "Although it is a little boring...";
-		close; }
+		close;
+	}
 	next;
 	mes "[Tribe Manager]";
 	mes "It seems to me that you have";

+ 1 - 1
npc/re/quests/quests_dicastes.txt

@@ -6558,4 +6558,4 @@ dic_in01,353,37,5	script	Kareka#pa0829	460,{
 	mes "[Kareka]";
 	mes "I can cast an additional spell to your ^800080Light of El Dicastes^000000 accessory.";
 	close;
-}
+}