Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! Vegetato
I love the template and I wanted to apply the firewizard boss' mechanics to my game that I have been developing, however whenever the firewizard boss stops teleporting after the cutscenes end, the boss keeps firing the fireball instead of firing 3 fireballs and he doesn't teleport when it's life reaches 70 or lower.

how do I fix this?

Hello, thank you for your purchase <3

About the issue, most likely you changed the template conditions for the boss events, which is causing this issue, please check the template original events and watch how we set the conditions correctly, the boss shooting events can be found here:

Game scene events → Bosses mechanics → Fire wizard boss → Movements → Shoot fireball.

Boss keep firing bullets more than 3, means the object variable (NumberOfShotBullets) is not being increased, check the boss events:
Game scene events → Bosses mechanics → Fire wizard boss → Movements → Shoot fireball.

This condition and action are the one making the wizard shoots 3 bullets only, make sure you have them

As for boss not teleporting if his health got to 70 or lower means the object timer "StandStill" is stuck, double-check your events:
Game scene events → Bosses mechanics → Fire wizard boss → Movements → Shoot fireball → make sure the start timer "StandStill" action is in the event.

I recommend copy-paste the boss events to your project to avoid all kind of bugs.

Thank you so much! I just copied the event to my project and it is working now!
Love your template! please keep making more!

Happy it works!
Thank you again for your support, ill keep making more templates for sure <3