Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions resto-druid/common-mistakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Common Mistakes
image: https://i.imgur.com/VQ0OtPI.png
---

import ReactPlayer from 'react-player'

# Common Mistakes & How to Log Review

While having someone look over your log is a great way to improve, learning a few key metrics to look out for can enable you to review your own log - even between pulls. I'd recommend picking one of the below that you're not doing well and focus entirely on improving it for a few pulls. Once you're satisfied with it, add a second bullet point. Trying to improve every metric at once can be less effective than doing them one at a time until they are engrained in your gameplay.
Expand Down Expand Up @@ -61,4 +63,19 @@ Avoid this:
- <WH>Soul of the Forest</WH> - should be all on Rejuv unless it's necessary to <WH>Regrowth</WH> for triage / spothealing on a critically low target.
- Cooldowns - check that they are all used with <WH>Wild Growth</WH> and a proper Rejuv ramp up.

### Watch Commentary Videos

It can be very useful to watch commentary videos to watch experienced players put into practice Resto Druid fundamentals. Here's one from Phased:

<div style={{ width: '100%', aspectRatio: '16/9' }}>
<ReactPlayer
url="https://youtu.be/YcZsfIKv-XY"
controls
style={{ paddingRight: "12px" }}
width="100%"
height="100%"
/>
</div>


*Written by Face2face.*
Loading
Loading