瀏覽代碼

* Added a return at the end of several scripts. Should deal with errors being shown in due to a recent commit by FlavioJS

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11495 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 年之前
父節點
當前提交
37e98485d1

+ 3 - 0
npc/Changelog.txt

@@ -1,5 +1,8 @@
 Date		Added
 ======
+2007/10/16
+	* Rev. 11495 Added a return at the end of several scripts. [L0ne_W0lf]
+	  Should deal with errors being shown in due to a recent commit by FlavioJS
 2007/10/14
 	* Rev. 11473 Changed "Marthilda" to "Mathilda" in the Aco and priest Job quests. [L0ne_W0lf]
 	* Rev. 11472 Updated Merchant quest skill NPCs. [L0ne_W0lf]

+ 1 - 1
npc/cities/jawaii.txt

@@ -1454,4 +1454,4 @@ izlude,171,185,3	script	Honeymoon Helper#Izlude	71,{
 		mes "A vacation in Jawaii could very well be the greatest gift that you could give to the one you love~";
 		close;
 	}
-}
+}

+ 1 - 1
npc/cities/yuno.txt

@@ -387,4 +387,4 @@ S_Warp:
 		mes "Please check the amount of zeny that you have.";
 		close;
 	}
-}
+}

+ 1 - 1
npc/custom/adoption.txt

@@ -501,4 +501,4 @@ L_Cancel:
 	mes "[Mario]";
 	mes "Bye bye!";
 	close;
-}
+}

+ 1 - 1
npc/guild/prtg/prtg_treas.txt

@@ -172,4 +172,4 @@ prtg_cas05,276,178,0	script	ban_warp#5	-1,6,6,{
 OnTouch:
 	callfunc "F_TreasProtect", "prtg_cas05", "prontera",109,179;
 	end;
-}
+}

+ 1 - 1
npc/jobs/1-1e/gunslinger.txt

@@ -431,4 +431,4 @@ payon,184,65,3	script	The Wise Bull Horn	866,{
 			mes "Hopefully you'll become a strong Gunslinger.";
 			close;
 	}
-}
+}

+ 1 - 1
npc/jobs/1-1e/ninja.txt

@@ -684,4 +684,4 @@ einbroch,184,194,3	script	Suspicious Guy	881,{
 			mes "Don't give up -- it'll all come in handy during your training.";
 			close;
 	}
-}
+}

+ 1 - 1
npc/jobs/2-1/knight.txt

@@ -2628,4 +2628,4 @@ L_AskQuestions:
 		mes "treasure!";
 		close;
 	}
-}
+}

+ 1 - 1
npc/jobs/2-1/wizard.txt

@@ -1947,4 +1947,4 @@ gef_tower,107,36,4	script	White Dog#wiz	81,{
 		cutin "job_wizard_maria01",255;
 		end;
 	}
-}
+}

+ 1 - 1
npc/merchants/ammo_boxes.txt

@@ -124,4 +124,4 @@ function	script		Func_Casing	{
 	delitem getarg(0), .@amount * 500;
 	getitem getarg(1), .@amount;
 	close;
-}
+}

+ 1 - 1
npc/merchants/ammo_dealer.txt

@@ -98,4 +98,4 @@ function	script	Bullet_Trade	{
 		mes "Prepare again and come back.";
 		close;
 	}
-}
+}

+ 1 - 1
npc/merchants/gemstone.txt

@@ -113,4 +113,4 @@ S_TradeGems:
 			close;
 		}
 	}
-}
+}

+ 1 - 1
npc/merchants/hair_dyer.txt

@@ -149,4 +149,4 @@ S_NoDye:
 		mes "Eh?! But you need the item '"+getitemname(getarg(0))+"' to dye your hair "+getarg(1)+"...";
 		close;
 	}
-}
+}

+ 1 - 1
npc/merchants/kunai_maker.txt

@@ -92,4 +92,4 @@ function	script	Kunai_Trade	{
 	delitem getarg(2),getarg(3)*.@amount;
 	getitem getarg(4),10*.@amount;
 	close;
-}
+}

+ 1 - 1
npc/merchants/old_pharmacist.txt

@@ -247,4 +247,4 @@ L_making:
 			mes "Get lost!";
 			close;
 	}
-}
+}

+ 1 - 1
npc/merchants/quivers.txt

@@ -176,4 +176,4 @@ S_BuyQuiver:
 		mes "It's a miracle of science! One that you can experience for yourself if you bring me at least 500 Arrows and 500 Zeny for each Quiver.";
 		close;
 	}
-}
+}

+ 1 - 1
npc/other/divorce.txt

@@ -214,4 +214,4 @@ nif_in,190,112,5	script	Deviruchi#divorce	738,{
 	}
 	mes "Hmmm...your spouse isn't online...";
 	close;
-}
+}

+ 1 - 1
npc/other/hugel_bingo.txt

@@ -1154,4 +1154,4 @@ que_bingo,54,17,5	script	Arcade Owner	712,{
 	break;
 	}
 	
-}
+}

+ 1 - 1
npc/quests/doomed_swords_quest.txt

@@ -1095,4 +1095,4 @@ S_GetSword:
 	mes "then, take care of yourself, and be cautious in using that sword.";
 	set dmdswrd_Q,45;
 	return;
-}
+}

+ 1 - 1
npc/quests/quests_ayothaya.txt

@@ -2903,4 +2903,4 @@ s_Win2:
 	mes "one of the most important values";
 	mes "for human beings.";
 	close;
-}
+}

+ 1 - 1
npc/quests/quests_comodo.txt

@@ -2345,4 +2345,4 @@ comodo,232,87,4	script	Won#cmd	106,{
 		mes "anything right now, but...";
 		close;
 	}
-}
+}

+ 1 - 1
npc/quests/quests_louyang.txt

@@ -3621,4 +3621,4 @@ lou_in01,82,139,7	script	Soldier	825,{
 	close2;
 	warp "lou_in01",47,141;
 	end;
-}
+}

+ 1 - 1
npc/quests/skills/blacksmith_skills.txt

@@ -713,4 +713,4 @@ geffen,172,52,7	script	Goodday	826,{
 	mes "Why don't you become a";
 	mes "blacksmith someday?";
 	close;
-}
+}

+ 1 - 1
npc/quests/skills/knight_skills.txt

@@ -403,4 +403,4 @@ prontera,66,358,7	script	Knight#4	733,{
 	mes "have to live together...just because we're...";
 	mes "out of shape...its...not a sin. (pant)";
 	close;
-}
+}