فهرست منبع

Additional gunslinger.txt fixes...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6472 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 19 سال پیش
والد
کامیت
862b0c9c2a
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 1 0
      npc/Changelog.txt
  2. 2 2
      npc/jobs/1-1e/gunslinger.txt

+ 1 - 0
npc/Changelog.txt

@@ -29,6 +29,7 @@ Date		Added
 ======
 05/04
 	* Fixed a missing " in the gunslinger jobquest script [Playtester]
+	- some others fixes as well thanks to sodaboy581 and css25
 05/02
 	* Added kunai_maker.txt to make elemental kunais. [erKURITA]
 	* Added new npcs @ que_ng.gat ninja map portion. [erKURITA]

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

@@ -257,7 +257,7 @@ if (gs_quest == 1) {
 				end;
 			}
 	} else if (gs_quest == 3) || (gs_quest == 4) {
-		if (countitem(519) > 1) && (gs_quest == 4) {
+		if (countitem(519) >= 1) && (gs_quest == 4) {
 			mes @npcname$;
 			mes "THAT'S IT!! I was missing the Milk! Oh yes, thanks so much, will you give it to me?";
 			switch(select("Yes, take it please:Sorry but I need it")) {
@@ -280,7 +280,7 @@ if (gs_quest == 1) {
 			}
 		} else					
 		mes @npcname$;
-		mes "*sigh* All I need now is wait. Thanks for your help... but I believe there's something missing.."
+		mes "*sigh* All I need now is wait. Thanks for your help... but I believe there's something missing..";
 		close2;
 		set @npcname$,"";
 		set gs_quest,4;