C-C
November 17, 2023, 2:39pm
1
Heya Guys! Im making a game for a friend and he said he wanted it to be challenging, so I want to add a massive boss fight with moves and everything, Yet I have no idea how. Can yall give me some ideas?
1 Like
This is my first block code guide! I hope you like it!
First, decide how many attacks you want. Then plug it into this block code. I used 3 attacks, with the first two having a 40% chance and the third having a 20% chance. (The boss I was making was called the translator boss. Name the channels whatever you want)
[Screenshot 2023-10-12 6.20.18 PM]
Next make when it attacks. make a second trigger, make it have a __ second delay, and make the second one trigger the first when triggered. I r…
Hey! In this guide I’ll be teaching you how to make a boss attack!
(Difficulty: 3/10 or )
first you want to put two laser managers and 10 lasers put like ex. below:
[Screen Shot 2023-11-05 at 7.06.14 PM]
Note: all the lasers should be deavtivated at game start
red laser → laser manager 1
Green laser → laser manager 2
In the picture the left laser manager is 1 and the right manager is 2
The left laser beam manager should be named: “Laser Manager1”
The Right laser beam mana…
Hey, in this guide you can show some stuff to make your bosses look very intimidating!
The "Knight" So first off you’ll want an armor display, sentry, and a shield!
make the sentry skin a sentry and put the armor display over it, make sure to layer the sentry over the armor display. next you want to get the shield and put it next to the armor display (shield should be layered over the sentry and armor display). And this is the final result!
[Screen Shot 2023-11-08 at 5.18.19 PM]
The …
(credit to @Eeveeborg for her boss attack guide)first you need a delayed repeater that stops when the sentry boss is defeated and starts either when they enter the area or starts on gamestart then link that repeater up to a trigger that cannot be stepped on or seen and has block code like this
[Screenshot 2023-10-23 9.42.30 AM]
then for the attacks which will be the main focus ( you can make any attack just make it so that it starts when recieving on a channel that broadcasts from the block co…
Just some guides to help you out!
2 Likes
Try these guides!
This is my first block code guide! I hope you like it!
First, decide how many attacks you want. Then plug it into this block code. I used 3 attacks, with the first two having a 40% chance and the third having a 20% chance. (The boss I was making was called the translator boss. Name the channels whatever you want)
[Screenshot 2023-10-12 6.20.18 PM]
Next make when it attacks. make a second trigger, make it have a __ second delay, and make the second one trigger the first when triggered. I r…
Hey! In this guide I’ll be teaching you how to make a boss attack!
(Difficulty: 3/10 or )
first you want to put two laser managers and 10 lasers put like ex. below:
[Screen Shot 2023-11-05 at 7.06.14 PM]
Note: all the lasers should be deavtivated at game start
red laser → laser manager 1
Green laser → laser manager 2
In the picture the left laser manager is 1 and the right manager is 2
The left laser beam manager should be named: “Laser Manager1”
The Right laser beam mana…
Hey, in this guide you can show some stuff to make your bosses look very intimidating!
The "Knight" So first off you’ll want an armor display, sentry, and a shield!
make the sentry skin a sentry and put the armor display over it, make sure to layer the sentry over the armor display. next you want to get the shield and put it next to the armor display (shield should be layered over the sentry and armor display). And this is the final result!
[Screen Shot 2023-11-08 at 5.18.19 PM]
The …
(credit to @Eeveeborg for her boss attack guide)first you need a delayed repeater that stops when the sentry boss is defeated and starts either when they enter the area or starts on gamestart then link that repeater up to a trigger that cannot be stepped on or seen and has block code like this
[Screenshot 2023-10-23 9.42.30 AM]
then for the attacks which will be the main focus ( you can make any attack just make it so that it starts when recieving on a channel that broadcasts from the block co…
https://forum.creative.gimkit.com/t/how-to-make-boss-2-0/14437
2 Likes
I can’t help you with unique mechanics, but I can make it hard to cheese!Step 1:Add a barrier prop on the boss room that is not visible YET.2:Make 2 zones, one ahead of the prop when you enter the room, and one on the spawn point.For the one next to the barrier prop, set it so that when the player walks in, it shows the prop.Also, when the player walks out of the spawn pad zone, it hides the prop.Also set the scope visibility on the barrier to player!
1 Like
C-C
November 17, 2023, 2:50pm
6
Thank you guys so much! Im gonna keep this post open in case anyone has more ideas.
(Maybe for another, 10 minutes or so?)
2 Likes
Don’t forget to mark a solution @C-C !You’re welcome for the help!
1 Like
Haiasi
November 17, 2023, 2:54pm
8
Maybe a boss attack called “Poison?”
It removed all of your consumables, slows you for a set amount of time?
1 Like
C-C
November 17, 2023, 2:54pm
9
That would be really cool! I might add that. Thank you!
@c-c cc is my nickname in school.LOL
1 Like
C-C
November 17, 2023, 2:56pm
11
Thats kinda ironic, Thats my nickname too!
(we’re getting a little off topic so ima go back to looking for boss attack guides)
Haiasi
November 17, 2023, 2:58pm
12
You could also incorporate lifesteal and pseudo-health into this idea since we can’t subtract health from the health granter yet.
Pseudo-health is tricking the game into using a property for health. Since it is a property we can set it to start at 100 (or 200 for shield) or some absurd number like 10,000.
[Screenshot 2023-10-17 10.07.54]
The default value is the amount of health that you want to start with.
If you want a zone to deal damage without using lasers do player entered zone (zone) → trigger (trigger) that trigger would subtract any amount you want from the property.
[Screenshot 2023-10-17 10.09.18]
And you…
So Lifesteal is when you lose a life, the player that killed you gains that life, and if you run out of lives, you die permanently, right? So this is how to make it in gimkit.
Choose a item to use as lives. I use golden seeds.
Make a starting inventory device to give the amount of starting golden seeds the player starts out with.
Make an overlay (optional) to display the number of golden seeds.
Get a lifecycle, item granter, checker, and team switcher.
Set the lifecycle to on player knockout.
S…
In some video games, you only have a limited number of lives, for example, if you respawn 3 times, the game ends.
Today, I’m going to teach you how to do this in GKC.
Items Needed but may vary depending on how many lives you want:
3 Lifecycles
3 Overlays
2 Counters
1 Team Switcher
Step 1: Place three Lifecycles. Set one of them to game start and the other 2 to player knocked out.
[Capture]
Step 2: Place one overlay and make the text say “3 Lives left.” Now wire the first Lifecycle to t…
1 Like
C-C
November 17, 2023, 2:59pm
13
Im Definitely using that limited number of lives guide! I want the player to try their hardest in this. The lifesteal is also pretty good too!
1 Like
Why not try to add a high health + shield boss with the highest accuracy and fire speed. It might be tough, but I can send a picture later.
1 Like
C-C
November 17, 2023, 3:02pm
15
Please do! I think that would be an amazing idea to add.
welcome to the community @MAD_Dragon_3.0 ! Make sure the read the community guidelines and new-user-must-read post!
Haiasi
November 17, 2023, 3:09pm
17
Welcome to the forums! @MAD_Dragon_3.0 !
Don’t forget to check out the new-user-must-read and forum-tips tag.
The Community Made Guides category is also very useful, posts there give you a gist of the rules and mechanics in Gimkit Creative.
While you’re at it, I suggest also reading the
TOS and FAQ .
If you need help with anything, just ask!
After all, this is a Community Forum !
system
Closed
November 17, 2023, 7:19pm
19
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.