Problem with the game Fearless Warriors: it doesn't let me move forward in the level

Steven1985

Active member
Hi,
I arrived to level 43 of this game: when I eliminate the enemies that are at 55, the arrow to continue doesn't appear, and I remain stuck.
Thank you in advance.
C:
music        data/music/building.bor
panel        data/bgs/stage72/n01.gif        
order        a


spawn   cokes 
item    1up 
coords  468 173 
at      0 

#spawn   cokes  #disattivato
#2pitem  1up  #disattivato
#coords  468 221  #disattivato
#at      0  #disattivato

#-------1

group   5 5
at      55

wait   
at      55 

spawn   Dingo
health  150
coords  380 210
at      55

spawn   Suke
map     2
health  115
alias   Yamada
coords  380 205
at      55

spawn   Dingo
health  150
coords  380 210
at      55

spawn   Suke
map     2
health  115
alias   Yamada
coords  400 190
at      55

spawn   Brett
health  90
coords  400 215
at      55

spawn   Brett
health  90
coords  380 190
at      55

spawn   Henry
health  150
coords  380 210
at      55

spawn   Dragon
map     1
health  120
alias   Tiger
coords  380 205
at      55

spawn   Brett
map     2
health  90
alias   Billy
coords  380 170
at      55

spawn   Case
map     3
health  70
alias   Sentinel
coords  380 200
at      55

spawn   Daniel
map     3
health  70
alias   John
coords  380 205
at      55

#-------2

group   6 6
at      795

spawn   Andore
map     2
health  300
alias   G._Andore
coords  380 210
at      795

spawn   Robert
map     3
health  120
alias   Arthur
coords  400 200
at      795

spawn   Mary
coords  -30 210
at      795

spawn   Mary
coords  -40 205
at      795

spawn   Dirk
health  125
coords  -50 210
at      795

spawn   Vanadium
coords  300 140 
at      795

spawn   El_gado
map     3
health  125
alias   Iceman
coords  -30 190
at      795

spawn   Fish
health  110
alias   Eagle
coords  -40 215
at      795

spawn   Case
health  70
coords  -50 190
at      795

spawn   Elic
health  130
coords  -30 210
at      795

spawn   Henry
map     2
alias   Brutus
coords  -40 205
at      795

spawn   J
map     2
health  80
alias   B.T
coords  -30 170
at      795

spawn   J
map     2
health  80
alias   B.T
coords  -40 200
at      795

spawn   Daniel
map     1
health  70
alias   Darren
coords  -30 205
at      795

spawn   Franz
map     3
health  100
alias   Udo
coords  -30 210
at      795

spawn   Dragon
map     2
health  120
alias   Mantis
coords  -40 205
at      795

spawn   Eliza
coords  -50 210
at      795

spawn   Eliza
coords  -30 190
at      795

spawn   Wrestler
map     2
health  180
alias   Cruiser
coords  -40 215
at      795

spawn   Suke
map     1
health  115
alias   Ichiro
coords  -50 190
at      795

spawn   Brett
map     1
health  90
alias   Steve
coords  -30 210
at      795

spawn   Brett
map     1
health  90
alias   Steve
coords  -40 205
at      795

spawn   J
map     3
health  80
alias   Three_X
coords  -30 170
at      795

spawn   J
map     1
health  80
alias   Two_P
coords  -40 200
at      795

spawn   Vanadium
map     2
alias   Tungsten
coords  300 140 
at      795

spawn   Robert
map     4
health  120
alias   Will
coords  -30 205
at      795

spawn   Buzz
map     2
health  200
alias   Anders
coords  -30 210
at      795

spawn   Fish
map     4
health  120
alias   Robin
coords  -40 205
at      795

spawn   Miyuki
health  115
coords  -50 210
at      795

spawn   Miyuki
map     2
health  115
alias   Luna
coords  -30 190
at      795

spawn   El_gado
map     1
health  125
alias   Hollywood
coords  -40 215
at      795

spawn   Wrestler
health  180
coords  -50 190
at      795

spawn   Henry
map     1
health  140
alias   Al
coords  -30 210
at      795

spawn   Dingo
map     4
health  150
alias   Kato
coords  -40 205
at      795

spawn   Franz
map     1
health  100
alias   Hans
coords  -40 210
at      795
 
Last edited:
It's hard to say, my suggestion for now is to read the text above, list all enemies to be spawned at 155. Play the game, reach scrollpos 155, beat enemies one by one to see if all enemies in the list are spawned.
While doing that, count how many active enemies at once. If you see their number drops from 5 to 4, one of them might be stuck somewhere.
 
It's hard to say, my suggestion for now is to read the text above, list all enemies to be spawned at 155. Play the game, reach scrollpos 155, beat enemies one by one to see if all enemies in the list are spawned.
While doing that, count how many active enemies at once. If you see their number drops from 5 to 4, one of them might be stuck somewhere.
I discovered the problem:

spawn cokes
2pitem 1up
coords 468 221
at 0

I don't know but if I disable these lines, the arrow appears, allowing me to complete the level.
 
That's strange cause that spawn can't be found in the quoted level text above.
But if removing that solves the issue, I guess we could say that this problem is solved.
 
Back
Top Bottom