浏览代码

Fixed some wrong Zeny checks (#8806)

Fixes #8801

Thanks to @jamesandrewww
Lemongrass3110 6 月之前
父节点
当前提交
2c79fdae36
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      npc/quests/gunslinger_quests.txt
  2. 2 2
      npc/quests/quests_yuno.txt

+ 1 - 1
npc/quests/gunslinger_quests.txt

@@ -1018,7 +1018,7 @@ que_ng,149,178,4	script	Lab Director	744,{
 		}
 	}
 	else if(gun_na == 10){
-		if (countitem(999) > 69 && countitem(985) > 4 && countitem(984) > 2 && countitem(1003) > 69 && countitem(7317) > 49 && Zeny > 50000){
+		if (countitem(999) > 69 && countitem(985) > 4 && countitem(984) > 2 && countitem(1003) > 69 && countitem(7317) > 49 && Zeny >= 50000){
 			delitem 999,70;
 			delitem 985,5;
 			delitem 984,3;

+ 2 - 2
npc/quests/quests_yuno.txt

@@ -433,7 +433,7 @@ yuno_in01,103,157,3	script	Bain#juno	98,{
 		mes "- after you lose some weight. -";
 		close;
 	}
-	if (countitem(974) > 0 && countitem(612) > 4 && countitem(1003) > 4 && countitem(7068) > 4 && countitem(7043) > 4 && countitem(757) > 2 && countitem(756) > 2 && Zeny > 2000) {
+	if (countitem(974) > 0 && countitem(612) > 4 && countitem(1003) > 4 && countitem(7068) > 4 && countitem(7043) > 4 && countitem(757) > 2 && countitem(756) > 2 && Zeny >= 2000) {
 		if (ALCH_Q == 23) set ALCH_Q,24;
 		set .@kyulkwa,rand(1,10);
 		mes "[Bain]";
@@ -565,7 +565,7 @@ yuno_in01,100,153,7	script	Bajin	47,0,0,{
 		mes "- after you lose some weight. -";
 		close;
 	}
-	if (countitem(974) > 0 && countitem(612) > 4 && countitem(1003) > 4 && countitem(7068) > 4 && countitem(7043) > 4 && countitem(757) > 2 && countitem(756) > 2 && Zeny > 2000) {
+	if (countitem(974) > 0 && countitem(612) > 4 && countitem(1003) > 4 && countitem(7068) > 4 && countitem(7043) > 4 && countitem(757) > 2 && countitem(756) > 2 && Zeny >= 2000) {
 		if (ALCH_Q == 23) set ALCH_Q,24;
 		set .@kyulkwa,rand(1,10);
 		mes "[Bajin]";