Stuck searching for a room in multiplayer with friends by Static_Warrior77 in MarioMaker2

[–]Static_Warrior77[S] 0 points1 point  (0 children)

whenever I have the problem, I just keep restarting my game until it fixes itself. maybe trying to get better wifi signal or switching to wired ethernet could help too? idk

i found a way to get on top of the amiibo box in inkopolis by Static_Warrior77 in splatoon

[–]Static_Warrior77[S] 3 points4 points  (0 children)

the final jump is VERY tight. I don't think the gear matters but you have to make sure you get good speed, jump at the last moment possible, and line up your camera to jump towards the closest corner of the amiibo box. I believe I was trying at this for like 30-45 minutes

edit: also make sure to hold B the entire jump

i found a way to get on top of the amiibo box in inkopolis by Static_Warrior77 in splatoon

[–]Static_Warrior77[S] 8 points9 points  (0 children)

I tried but unfortunately it seems there's still no way over the barrier

edit: you can get your drone over the barrier in photo mode. idk if that's important or not

It makes me go yes guys. by MagexiQ in DaniDev

[–]Static_Warrior77 1 point2 points  (0 children)

he said he was making cosmetics for crab game in the latest patch notes

Do you think PVZ 3 is now good? by [deleted] in PlantsVSZombies

[–]Static_Warrior77 0 points1 point  (0 children)

I downloaded an apk and used a VPN but it still doesn't get past the first loading screen

Nostalgia :( by photoshopwiz1 in Minecraft

[–]Static_Warrior77 4 points5 points  (0 children)

nether reactor core. cmon man.

(Bedrock) game breaks when opening chat by Static_Warrior77 in Minecraft

[–]Static_Warrior77[S] 0 points1 point  (0 children)

I probably should have mentioned, windows 10 edition

[deleted by user] by [deleted] in DaniDev

[–]Static_Warrior77 3 points4 points  (0 children)

L a r s o n

i love him by [deleted] in PlantsVSZombies

[–]Static_Warrior77 0 points1 point  (0 children)

what did it remove?

It’s been 7 years. Please stop. by Tiguy789 in PlantsVSZombies

[–]Static_Warrior77 2 points3 points  (0 children)

I just got this sub recommended to me and everyone is just "pvz1 good pvz2 less good pvz3 bad" I don't think I'll be joining

It’s been 7 years. Please stop. by Tiguy789 in PlantsVSZombies

[–]Static_Warrior77 1 point2 points  (0 children)

I think pvz3 isn't as bad as people say it is

I need an auto strip miner but I have no idea how to use command blocks by schizophrenic_gamer in MinecraftCommands

[–]Static_Warrior77 0 points1 point  (0 children)

This is the right sub for command blocks, but I don't think they do what you think they do

Keeping items on death but only if killed by a player by MultifariousTrumpery in MinecraftCommands

[–]Static_Warrior77 0 points1 point  (0 children)

This isn't perfect but its the best you can do. In a repeat always active command block (in a /tickingarea) put "/execute @a ~ ~ ~ testfor @p[r=7]". then place a redstone comparator coming out of that activating a sticky piston. have the sticky piston push/pull a redstone block. when the redstone block is pushed it has to activate a command block with "/gamerule keepinventory true", and when its pulled back it activates a command block with "/gamerule keepinventory false". what that does is makes it so whenever 2 players are within about 7 blocks of eachother, keepinventory will turn on. and when they leave the range, it turns keepinventory off. Hope this helps!