I know there is a Beta Test “fierce Forces” Arena topic but this is just a general Fierce Forces topic so we don’t clog up the Beta Test topic for @Venneth. Enjoy!
Is a boulder considered a item or a unit?
My code is glitching!! Not my fault!! Also gg.
Idk, cause when i click on it there is no info on it.
@blasterdrag keeps on changing his pfp
first, roblox.
then, ritic,
finally, minecraft???
The code mirroring is definetly broken. I do one thing and humans and I dont do it in ogres.
(I posted the glitch in here bc i’ve reached my 3 posts in a row limit on the other one)
ikr, i cant seem to beat (@)ChickenMaster for blue but i can for red, the solution is just
as i can beat him on red just go to the top/link and change the word humans to ogres
and you will be in blue and you can make changes
def burstBlue(place):
boulders = hero.findBoulders()
for boulder in boulders:
if boulder.x == 50 and boulder.lane == "place":
hero.cast("pull", place, 76)
hero.cast("push", place, 70)
hero.cast("burst", place, 72)
#Do not copy this and submit it
This dosn’t work in blue but it does in red. See for yourself. P.S. This is the shortened version of the code.
umm problem,
im not using python
You can switch it just for this then change it back.
@Venneth Can you help with this?
I changed it so that it always pushes and pulls on the blue side as a quick fix instead of checking where the boulder is.
well you could do
if (hero.team == "ogres") {
hero.cast("spell", somewhere)
} else if (hero.team == "humans") {
hero.cast("spell", somewhereelse)
}
Thats what I do but the arena is glitching.
me too, how is it glitchy?
It just dosn’t do the casting when it sumulates me on blue.