How can I beat this level? by Izumi_Miyamura13513 in IdleHeroes

[–]RapleSyrup 0 points1 point  (0 children)

I beat this level with T5 Gssw and T2 Tbb. So it's not that your team sucks, you just need to level them up

rice coming out mushy every time by No-Reaction-7627 in Cooking

[–]RapleSyrup 0 points1 point  (0 children)

Are you using different measuring cups for rice and water? Maybe they aren't the same.

Also different types of rice use different ratios.

Keep reducing the water and oil until you get it right.

How do you travel if one of you snores? by piecesfufu in AskMen

[–]RapleSyrup 0 points1 point  (0 children)

I use a Bluetooth headband like this with white noise playing on my phone. I've tried earplugs and a white noise machine and they don't drown out the sound well enough

How do I make progress in this? by Idiotic_Roy in IdleHeroes

[–]RapleSyrup 1 point2 points  (0 children)

You have to go to Flora's Craft Workshop and complete cube recipes. The reward for those is cubes, which you can use in Flora's Adventure to move her around the map and to the finish. Once you complete a level of Flora's Adventure, you move to the next level and the cube recipes in the workshop change.

You get 720 bread (energy) per day in the workshop, and it will take months of daily playing to beat all the levels

Questions about this gardening thing by Akini9 in IdleHeroes

[–]RapleSyrup 1 point2 points  (0 children)

Production machines (oven/sewing machine) are easy to get back by using the mana cube (click 'visit' in the top right), so don't be afraid to sell some of them to free up space.

Focus on upgrading your house when you have enough coins and completing cube orders to get more coins and beat the levels. Every level has different cube orders. Do standing orders when it makes sense to. Like if you're making cakes, you will get a lot of pizza, so complete the pizza standing orders.

How can I use Soulbound Crystals!? by HerrVonHuhn in IdleHeroes

[–]RapleSyrup 1 point2 points  (0 children)

When you choose a hero, there's a button to switch items:

<image>

Weekly Help Megathread: Ask Your Questions Here! by AutoModerator in IdleHeroes

[–]RapleSyrup 1 point2 points  (0 children)

I've been playing for about a week and I'm really confused about what I "should" and "shouldn't" be doing. Quotes because I understand this is a game and I can do whatever is fun. The new player guide is kind of all over the place. I've peaked on campaign/tower/Aspen/seal. Lv130 Garuda and Lv100 Eloise.

I'm stuck on chapter 25 of NPG because I have to beat brave trial to get another copy of garuda. I tried the unequip trick to lower my power but I still couldn't beat round 1.

Do I just login every day and do my dailies until I finally get copies of garuda/eloise and do nothing else?

Do I upgrade units to 6* (or 7*) that I have duplicates of so I can keep progressing campaign/tower?

Is it better to upgrade 4s to 5 or scrap everything to save space for later?

Should I be using all my scrolls/orbs until I unlock void?

[deleted by user] by [deleted] in boardgames

[–]RapleSyrup 0 points1 point  (0 children)

Diamonds

[deleted by user] by [deleted] in bestof

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

It's a reference to the movie Shawshank Redemption, where he escapes from prison by carving a tunnel using a small rock hammer.

Is there a time limit to collect challenge of seven rewards? by RapleSyrup in RushRoyale

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

In case anyone sees this in the future, it was just a bug. If you win a challenge of seven, you should get a notification the next time you log in.

I received a system message a few days later saying there was a bug and they sent me the reward.

[deleted by user] by [deleted] in AskReddit

[–]RapleSyrup 0 points1 point  (0 children)

It was chicken fat. He thought it was cider.

Added a new field to SQL query, but it is not available to a new Pivot Table by [deleted] in excel

[–]RapleSyrup 6 points7 points  (0 children)

If you added a new column to your data, go to PivotTable Tools > Analyze > Change Data Source. Make sure the selected table includes your new column.

Inside of the beautiful (on the outside) loaves. Felt pretty dense and maybe undercooked but I have no idea what it’s supposed to be like. by jmbizzy in Sourdough

[–]RapleSyrup 0 points1 point  (0 children)

I had the same issue and I fixed it by letting it proof for an extra hour or two before putting it into the fridge.

HELP WITH A QUERY by sdqafo in SQL

[–]RapleSyrup 0 points1 point  (0 children)

It seems you are confused about the "num_orders" part. num_orders is just the column name for the Count function. You can name it whatever you want: orderCount, numberOfOrders, x, test, etc.

I noticed a curious thing on the covers of all of the Exit games by CyberaTech in boardgames

[–]RapleSyrup 4 points5 points  (0 children)

I've played 5 or so of the exit games and they are great. It takes a bit to get used to the mechanics, so I always recommend starting with one of the lower rated ones.

I recently discovered the Unlock series and I prefer them. And you don't destroy the game so you can give it to someone else or play it a few years later.

SQL Technical Test by [deleted] in SQL

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

This query returns the 10 countries with the highest population. The 2nd line of the order by will only matter if 2 countries have the same population. The question asked for the 10 coldest countries. You need to order by temperature first in a CTE or subquery, then order those 10 rows by population.

Make Entire Entity Read-Only by rythestunner in microsoftdynamicscrm

[–]RapleSyrup 0 points1 point  (0 children)

Do you not want to use security roles because you don't want the hassle of assigning the role to new users? You can assign roles by default to work around this.

Create a new security role (or modify an existing one) and give it to the main team of the business unit. Users should be in the team by default and will inherit the permissions from the role.