1
0
Quellcode durchsuchen

[fixed] actions in gadriver

sovietmercader vor 4 Jahren
Ursprung
Commit
98dfcb0b53
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      locations/gadriver.qsrc

+ 4 - 4
locations/gadriver.qsrc

@@ -70,7 +70,7 @@ if $ARGS[0] = 'start':
 				act 'Finish':minut += 10 & gt'gadukino'
 			end
 		else
-			act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+			act 'Go to Gadukino':minut += 20 & gt 'gadukino'
 			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	elseif temp_gr = 5 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5:
@@ -104,7 +104,7 @@ if $ARGS[0] = 'start':
 				act 'Leave': gt'gadukino'
 			end
 		else
-			act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+			act 'Go to Gadukino':minut += 20 & gt 'gadukino'
 			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	elseif temp_gr = 6 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5:
@@ -136,11 +136,11 @@ if $ARGS[0] = 'start':
 				act 'Finish': gt'gadukino'
 			end
 		else
-			act 'Go to the road (0:10)':minut += 20 & MiraLoc ! 1 & gt 'gadroad'
+			act 'Go to the road (0:10)':minut += 20 & gt 'gadroad'
 			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	else
-		act 'Go to the road (0:10)':minut += 20 & MiraLoc ! 1 & gt 'gadugadroadkino'
+		act 'Go to the road (0:10)':minut += 20 & gt 'gadroad'
 		act 'Go to the beach':gt 'gadriver', 'gadbitch'
 	end
 end