<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chris Carrick</title>
    <description>The latest articles on DEV Community by Chris Carrick (@crcarrick).</description>
    <link>https://dev.to/crcarrick</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F744927%2F9f938956-0425-47c0-bfa5-88087fcba906.png</url>
      <title>DEV Community: Chris Carrick</title>
      <link>https://dev.to/crcarrick</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/crcarrick"/>
    <language>en</language>
    <item>
      <title>How I coded my way to victory in World of Warcraft</title>
      <dc:creator>Chris Carrick</dc:creator>
      <pubDate>Sat, 15 Jan 2022 08:08:04 +0000</pubDate>
      <link>https://dev.to/crcarrick/how-i-coded-my-way-to-victory-in-world-of-warcraft-308b</link>
      <guid>https://dev.to/crcarrick/how-i-coded-my-way-to-victory-in-world-of-warcraft-308b</guid>
      <description>&lt;p&gt;I have a confession to make... I play &lt;em&gt;a lot&lt;/em&gt; of &lt;a href="https://worldofwarcraft.com/en-us/"&gt;World of Warcraft&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Twice a week, a few hours after dinner, me and 19 other guys and gals team up for 4 hours to beat our heads against the latest and most difficult bosses the game has to offer. My team generally ranks somewhere inside the top 100 teams in the US, even finishing as high as US #42 two dungeons ago. I'm proud of that, as finishing in the US Top 100 is considered quite good for an 8 hour / week team. Many of the teams we compete with play together for 12 or even 16 hours / week. The very very &lt;a href="https://www.limit-guild.com/"&gt;best&lt;/a&gt; &lt;a href="https://echoesports.gg/home"&gt;groups&lt;/a&gt; quite literally play &lt;strong&gt;16 hours per day, 7 days a week&lt;/strong&gt;, not relenting from these grueling hours until the final boss of the dungeon is defeated.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If you're interested (let's be honest, you're not), each time a new dungeon is released the whole ordeal these top teams go through is live-streamed on &lt;a href="https://twitch.tv"&gt;Twitch&lt;/a&gt; in a pretty popular event known as the &lt;a href="https://raider.io/sanctum-of-domination/global-coverage"&gt;Race to World First&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For these top teams, it can take upwards of ~10-14 days of this insane schedule to finish the dungeon. For us mortals, it takes months. &lt;/p&gt;

&lt;p&gt;I know what you're thinking, and you're right. I am pretty cool 😎.&lt;/p&gt;

&lt;h3&gt;
  
  
  ❌ What this post is &lt;em&gt;not&lt;/em&gt; about
&lt;/h3&gt;

&lt;p&gt;I'd love to talk your ear off about "Theorycrafting" (the art of figuring out, via some pretty complicated math, the best way to play a particular class), my incredible teammates, or how great it feels when finally, after literally hundred of attempts, all 20 people on the team "click" for that one perfect attempt and succeed to defeat the final boss of a dungeon. The problem-solving, teamwork, and coordination required to take 20 nerds sitting behind desks around the country and mold them into a coherent unit capable of executing some pretty sophisticated strategies is something magical and unique about WoW. I've never found anything like it in any other game. Believe me, I've tried. That teamwork, comradery, and sense of accomplishment is the primary reason I keep logging on every week. Unfortunately, this post isn't really about any of those things.&lt;/p&gt;

&lt;h3&gt;
  
  
  ✔️ What this post &lt;em&gt;is&lt;/em&gt; about
&lt;/h3&gt;

&lt;p&gt;I love to code. I find my work incredibly enjoyable and rewarding, and after the workday ends I often hack on a hobby project for a few hours in the evening trying to learn something new. So you can imagine when I, as a new player (&lt;a href="https://www.dictionary.com/browse/noob"&gt;noob&lt;/a&gt;) to WoW, discovered that I could write code that would assist my teammates and I in our quest to defeat the toughest bosses the game has to offer, I was pretty darn excited.  Let me tell you about a little program called &lt;a href="https://github.com/WeakAuras/WeakAuras2"&gt;WeakAuras&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;WeakAuras bills itself as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"A powerful and flexible framework that allows the display of highly customizable graphics on World of Warcraft's user interface."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Essentially, WeakAuras helps you, the player, write code that responds to a variety of events that the game's UI publishes. These "customizable graphics" can be things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Little icons that count down to when a particular event during a boss encounter is going to happen &lt;/li&gt;
&lt;li&gt;Utilities that remind you to equip certain pieces of gear or add helpful labels to your map&lt;/li&gt;
&lt;li&gt;Fully-fledged programs that dynamically make and display decisions about which players to assign to handle certain jobs during a boss encounter&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;WeakAuras is so powerful, that the "very very best groups" have gone as far as to hire (for real money!) &lt;a href="https://twitter.com/_Reloe"&gt;dedicated programmers&lt;/a&gt; whose sole job is to quickly, on-the-fly write them custom WeakAuras during the aforementioned "Race to World First".&lt;/p&gt;

&lt;p&gt;WeakAuras has been around for years now, and there is an entire &lt;a href="https://wago.io/"&gt;ecosystem&lt;/a&gt; built around it. One of the tools in that ecosystem, an Electron / Vue "package manager" app called &lt;a href="https://weakauras.wtf"&gt;WeakAuras Companion&lt;/a&gt;, I contributed to back in it's early days.&lt;/p&gt;

&lt;p&gt;This all might sound like cheating, but WoW's UI has always allowed "add-ons" to modify it. WoW's development team has publicly stated that when designing bosses, they now design around the knowledge that players will create clever WeakAuras to help them defeat the boss. They design the bosses to be more challenging and mechanically complex than they otherwise might have. At times, when players have crafted WeakAuras that were deemed too powerful, the WoW development team has reined the add-on back in by restricting code access to problematic APIs.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ZJoJWQapVQo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  👨‍💻 Examples
&lt;/h3&gt;

&lt;p&gt;If you're reading this blog, you're probably interested in the code, so let's get into that... &lt;/p&gt;

&lt;p&gt;WoW's UI API is written in &lt;a href="https://www.lua.org/about.html"&gt;Lua&lt;/a&gt;. If you aren't familiar, Lua is a great little scripting language built on top of C, designed to be embedded into larger pieces of software. You can even, thanks to web assembly, &lt;a href="https://github.com/ceifa/wasmoon"&gt;run it in the browser&lt;/a&gt;. It has some quirks that take some getting used to (Lua's Arrays start at index 1 👀), but by and large it's great at what it does and can be found everywhere in computer game UIs. &lt;/p&gt;

&lt;p&gt;As alluded to earlier, much like JavaScript, WoW's UI API is event driven. Your code registers listeners for certain events and then reacts to them as they occur. The APIs exposed by the WoW UI, however, can be a bit clunky. This is where WeakAuras comes in.  It has a GUI for non-programmers, but at it's core it is a complex wrapper around the WoW UI API, abstracting away many of the pain points of interacting with the base APIs.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The following examples are not intended to serve as a WeakAuras tutorial&lt;/strong&gt;.  I've intentionally changed some things and left other things out to make this all easier to understand.  &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Let's finally jump into some examples. An individual WeakAura can be broken down into a few functions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;init&lt;/code&gt;    - A place to initialize any state you want when the WeakAura first loads.
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;trigger&lt;/code&gt; - Receives some event based arguments and tells the WeakAura whether or not it should display on the screen by returning a boolean value. &lt;/li&gt;
&lt;li&gt;
&lt;code&gt;display&lt;/code&gt; - Returns a value that will actually be displayed on the screen. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are more, but for the purposes of this post these are enough. The following is a simple example WeakAura that utilizes these functions to count the number of times a specific event has happened in an encounter and displays it on the player's screen.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="k"&gt;function&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
  &lt;span class="c1"&gt;-- aura_env is a non-reactive table scoped to your WeakAura &lt;/span&gt;
  &lt;span class="c1"&gt;-- that you can write data you want to be preserved &lt;/span&gt;
  &lt;span class="c1"&gt;-- between renders to. think `React.useRef()`&lt;/span&gt;
  &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="k"&gt;function&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;event&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;subvent&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;event&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="s2"&gt;"COMBAT_EVENT"&lt;/span&gt; 
    &lt;span class="ow"&gt;and&lt;/span&gt; &lt;span class="n"&gt;subevent&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="s2"&gt;"SPELLCAST_SUCCEEDED"&lt;/span&gt; 
  &lt;span class="k"&gt;then&lt;/span&gt;
    &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;

  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="k"&gt;function&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nb"&gt;string.format&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="s2"&gt;"Event has happened %s time(s)."&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt;
  &lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you have a &lt;a href="https://reactjs.org/"&gt;React&lt;/a&gt; background, this pattern is probably immediately recognizable to you. You can draw the following parallels between these functions and parts of the old React component lifecycle:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;init&lt;/code&gt;    - &lt;code&gt;componentDidMount&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;trigger&lt;/code&gt; - &lt;code&gt;componentWillReceiveProps&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;display&lt;/code&gt; - &lt;code&gt;render&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They aren't perfect matches, but it's &lt;em&gt;pretty&lt;/em&gt; close. &lt;/p&gt;

&lt;p&gt;There's a problem with the above example, though. It isn't particularly useful. Perhaps, on a specific boss, you want to rotate and remind 3 of your players to take some action (eg. cast a powerful healing spell) to save the group each time the boss attacks with a powerful ability. Below, I've adapted the code to do that.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="k"&gt;function&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
  &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;
  &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;currentPlayer&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="kc"&gt;nil&lt;/span&gt;
  &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;playerRotation&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; 
    &lt;span class="s2"&gt;"Lisa"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; 
    &lt;span class="s2"&gt;"Milo"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; 
    &lt;span class="s2"&gt;"Chris"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; 
  &lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="c1"&gt;-- spellId is just a made up argument here that would &lt;/span&gt;
&lt;span class="c1"&gt;-- identify a particular ability we wanted to watch &lt;/span&gt;
&lt;span class="c1"&gt;-- out for&lt;/span&gt;
&lt;span class="k"&gt;function&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;event&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;subevent&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;spellId&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;event&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="s2"&gt;"COMBAT_EVENT"&lt;/span&gt; 
    &lt;span class="ow"&gt;and&lt;/span&gt; &lt;span class="n"&gt;subevent&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="s2"&gt;"SPELLCAST_SUCCEEDED"&lt;/span&gt; 
    &lt;span class="ow"&gt;and&lt;/span&gt; &lt;span class="n"&gt;spellId&lt;/span&gt; &lt;span class="o"&gt;===&lt;/span&gt; &lt;span class="mi"&gt;123456&lt;/span&gt; 
  &lt;span class="k"&gt;then&lt;/span&gt;
    &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;
    &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;currentPlayer&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; 
      &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;playerRotation&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;%&lt;/span&gt; &lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; 
  &lt;span class="k"&gt;end&lt;/span&gt;

  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;currentPlayer&lt;/span&gt; &lt;span class="o"&gt;~=&lt;/span&gt; &lt;span class="kc"&gt;nil&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="k"&gt;function&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nb"&gt;string.format&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="s2"&gt;"Save the group %s!"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;currentPlayer&lt;/span&gt;
  &lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You could even change that last &lt;code&gt;trigger&lt;/code&gt; function to only show the text on the screen of the person whose turn it currently is using some &lt;a href="https://github.com/WeakAuras/WeakAuras2/wiki/Useful-variables-and-functions-within-WeakAuras"&gt;built-ins&lt;/a&gt; WeakAuras provides you.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="k"&gt;function&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;event&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;subevent&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;spellId&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="c1"&gt;-- ...rest of trigger fn&lt;/span&gt;

  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;currentPlayer&lt;/span&gt; &lt;span class="o"&gt;~=&lt;/span&gt; &lt;span class="kc"&gt;nil&lt;/span&gt; 
    &lt;span class="ow"&gt;and&lt;/span&gt; &lt;span class="n"&gt;aura_env&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;currentPlayer&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="n"&gt;WeakAuras&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;me&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Bring it back now
&lt;/h3&gt;

&lt;p&gt;I titled this post &lt;strong&gt;"How I coded my way to victory in World of Warcraft"&lt;/strong&gt;, and hopefully you understand now what I meant by that. I have created dozens of WeakAuras over the years to help my team succeed. Further, I've created &lt;em&gt;hundreds&lt;/em&gt; of WeakAuras for both me personally, and at the request of teammates, to help us succeed as individuals.&lt;/p&gt;

&lt;p&gt;Even though I promised you that this post was most certainly &lt;em&gt;not&lt;/em&gt; about a few things earlier, I've changed my mind here at the end. I've picked up quite a few valuable and transferable skills playing World of Warcraft, and I feel it would be remiss to not highlight them. And, no, I don't mean a new programming language I probably wouldn't have been exposed to otherwise. While that's certainly cool, I think that when the sun sets on WoW and the game is no longer around, the &lt;em&gt;really&lt;/em&gt; important things I'll have taken with me are some of the lessons I learned about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how to be a good teammate&lt;/li&gt;
&lt;li&gt;cooperative problem-solving to achieve a common goal &lt;/li&gt;
&lt;li&gt;how to succeed in a large team with many diverse backgrounds and personalities&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Of course, I'll also take with me &lt;a href="https://knowyourmeme.com/memes/maybe-the-real-treasure-was-the-friends-we-made-along-the-way"&gt;all the friends I made along the way&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Just for fun, here's the final 1.5 minutes of top team Limit achieving a world first final boss kill last year.  If you watch closely, you'll notice a &lt;em&gt;lot&lt;/em&gt; of WeakAuras on the screens of the featured players.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;WARNING&lt;/em&gt;&lt;/strong&gt; explicit language and lots of "nerdscreams"&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/Kgzm2XP1hMo?t=690"&gt;Limit achieving World First&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Edit 1/16: A previous version of this post incorrectly linked to &lt;a href="https://fengari.io/"&gt;fengari&lt;/a&gt;. Thanks &lt;a href="https://dev.to/darkwiiplayer/comment/1la7m"&gt;darkwiiplayer&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>lua</category>
      <category>worldofwarcraft</category>
      <category>weakauras</category>
    </item>
  </channel>
</rss>
