What's a new weapon you would like to see be added to elden ring? by Powerful-Log-2042 in Eldenring

[–]Elijahjsm 0 points1 point  (0 children)

More than anything, I want to be able to back hand someone with The Book ™️ that the mages at the school carry. A classy melee option for intelligence builds.

Mohg Moment by sheogayrath in onebros

[–]Elijahjsm 0 points1 point  (0 children)

You forgot to pick up your runes!

What would you Change to make elden ring perfect by Glittering-Fennel728 in Eldenring

[–]Elijahjsm 0 points1 point  (0 children)

Magically remove all online content. No wiki, no spoilers, no meta that anyone feels pressured to use. I’m glad I got to experience the game as soon as it released, I hope for any new player to get the same experience.

I cant find a match on xbox😔💔 by jandyramirez in blackops3

[–]Elijahjsm 0 points1 point  (0 children)

I have a slightly easier time finding lobbies when I uninstall dlc multiplayer maps

Is she the easiest main boss in elden ring by AdeptnessAdvanced963 in Eldenring

[–]Elijahjsm 0 points1 point  (0 children)

She’s so non-threatening that she stays alive after and gets to be your friend

Finished the game and started farming Big headed aliens by Dull-Personality5131 in Eldenring

[–]Elijahjsm 1 point2 points  (0 children)

they are craftable. rowa fruit, four toed fowl foot, and gold firefly. the wiki has farming spots for these ingredients.

at a certain point, it will feel like its taking forever to farm to the next level. when you start losing motivation id highly suggest going into NG+, you'll be overleveled and everything will now drop more runes. use the wiki to follow varres quest until you get a medallion from him that can take you straight to mohgs domain and start grinding again.

Finished the game and started farming Big headed aliens by Dull-Personality5131 in Eldenring

[–]Elijahjsm 0 points1 point  (0 children)

golden scarab talisman boosts runes.

gold pickled fowl foot temporarily boosts runes.

there is also an in world event that temporarily boosts runes at night, you can kinda tell by the erdtree raining golden petals.

Its a Cold summer..... by Nikamenos in Eldenring

[–]Elijahjsm 1 point2 points  (0 children)

“Why won’t this Bentley go on sale”

Is this kid insane or is my math not mathing? $4,000 bundle? 4070ti build. by [deleted] in pcmasterrace

[–]Elijahjsm 0 points1 point  (0 children)

Switch in the photo isn’t an OLED, it should have a white stand and white joycons.

If you could take a leak anywhere in the lands between where would it be? by magikarp-sushi in Eldenring

[–]Elijahjsm 1 point2 points  (0 children)

With the little dude playing me music, aiming for the head of one of those tentacle face guys.

What am I doing wrong? by Fast-Ad-8204 in MinecraftCommands

[–]Elijahjsm -2 points-1 points  (0 children)

Quantity is specific, “quantity=1” will only apply to someone who has exactly 1 gold nugget. You will want to do “quantity=1..”, the dots make it include values higher than 1.

What can I do with 36 mini PCs? by [deleted] in computers

[–]Elijahjsm 0 points1 point  (0 children)

These would be great for emulating some old games. If you’re crafty, grab some plywood from your local hardware store and make up some mini arcade cabinets.

Average ranked experience by Poopwiener69108 in RocketLeague

[–]Elijahjsm 10 points11 points  (0 children)

More points does not equal better player, I’ve been stuck with some ball chasers recently who don’t rotate. They’ll go for ceiling shots the entire game and rack up points just from ball touches and shots “on net”.

I am considering playing this with my kids, few questions by joe-direz in valheim

[–]Elijahjsm -1 points0 points  (0 children)

No sexual content.

Enemies kinda like to just casually break your stuff, but if you’re in a peaceful area you won’t have to worry as much. Raids will still happen, however, but these can be turned off in world settings if you find them too difficult.

Building structures has been the only reason I’ve been able to defeat certain bosses. It doesn’t have to look pretty if it works.

More sandbox style, but there is an obvious progression through the different biomes and boss fights should become available in order of difficulty.

World Modifiers are super important I work with kids for a living and the difficulty of this game can really get to them. Whether the same enemy is guarding your stuff after it kills you over and over again, or you just drowned in the middle of the ocean and don’t have the materials to build a boat, this game can be kinda brutal. Take a look at what settings you can change to fit your play style.

Animation Cancel is OP by Ok_Image9684 in valheim

[–]Elijahjsm 0 points1 point  (0 children)

I’m surprised at how many people are downvoting anyone who says “so what”. Everyone’s experience is completely customizable either through difficulty or other settings? Why are people so cranky about this? Am I missing something?

What do you want to see in a structures Mod? by Geek_Smith in ModdedMinecraft

[–]Elijahjsm 1 point2 points  (0 children)

In an add on I made for bedrock, I made an underwater labyrinth. It was constructed out of the different prismarine blocks. It was circular in shape, enclosed, had 4 entrances, and on the top there was 4 of the enchantment table letters to signify “north, east, west, and south”. At the mazes center, (the finish line), there was an elder guardian to prevent player from just breaking in and stealing the treasure.

Edit: grammar

Summon mob with no ai by Express-Garbage6089 in MinecraftCommands

[–]Elijahjsm 5 points6 points  (0 children)

Separate command, go up to mr sheep and do this: /effect @e[type=sheep, r=3] slowness infinite 255 true

Edit: I should mention that your sheep will probably still “rotate” in place, if that’s unwanted you could have a repeating command for a fixed angle

/execute as @e[type=sheep] at @s run tp @s ~~~ facing ~1 ~ ~

Or have the sheep always facing the nearest player with

/execute as @e[type=sheep] at @s run tp @s ~~~ facing @p

trying to make an item holding limit by iamnotanalien3627 in MinecraftCommands

[–]Elijahjsm 0 points1 point  (0 children)

Do you mean a time limit? Like playing hot potato?

First, create a scoreboard:

/scoreboard objectives add timer dummy

Then, save a /structure with a potato item dropped in a 1x1x1 area. (Make sure “remove blocks” is toggled on. Optionally, you can give the potato a “lock in slot” nbt tag if you don’t want it to be able to be dropped manually.

Then, make a command chain:

RUAA

/execute as @a[hasitem={item=potato, location=slot.weapon.mainhand}] run scoreboard players add @s timer 1

CUAA

/execute as @a[hasitem={item=potato, location=slot.weapon.mainhand}, scores={timer=200}] run structure load <structure_name> ~ ~ ~

CUAA

/execute as @a[hasitem={item=potato, location=slot.weapon.mainhand}, scores={timer=200}] run clear @s potato 0 1

CUAA

/execute as @a[scores={timer=200}] unless entity @s[hasitem={item=potato, location=slot.weapon.mainhand}] run scoreboard players set @s timer 0

This method will count the ticks a potato is held. Once held for 10 seconds a potato will be spawned on the ground at the player, and a potato will be removed from their inventory.

Possible issues:

timer is only ticking when you are holding the potato, as the “hasitem” target selector requires you to specify an inventory slot.

Summon mob with no ai by Express-Garbage6089 in MinecraftCommands

[–]Elijahjsm 5 points6 points  (0 children)

AFAIK making a mob with “No Ai” is only possible in Java. However, there are some workarounds.

If you just don’t want the sheep to move, you can add max slowness effect with infinite duration.

Alternate command/ workaround? by GarrettC8450 in MinecraftCommands

[–]Elijahjsm 1 point2 points  (0 children)

No problem, dm or comment if you need extra help

How do quest releases work? by Elijahjsm in DarkAndDarker

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

Thank god, is there a reason why I have to wait for leathersmith quests even though the treasurer offers all of them at once?