Skip to content

Instantly share code, notes, and snippets.

Philosophy: Focusing on essentials for competitive raiding / mythic+ / pvp. alcaras#6052 on discord if you have suggestions for things to add. I'll also be updating https://subcreation.net/ for Season 2 of Mythic+ and PvP and for Sanctum of Domination by July 10th.

every week

torghast

(you'll need to work your way up to layer 12; remember once you unlock layer 12 for one wing, it's automatically unlocked for the other -- not 100% clear what layers will be unlocked each week)

  • first week: can only do layer 9 (+120 soul cinders both wings)
  • heroic week: can only do up to layer 10 (+220 soul cinders both wings)
  • mythic week: only up to layer 11 (+300 soul cinders both wings)

weekly

  • [ ] open great vault
  • [ ] buy and upgrade conq gear

torghast [0/5]

  • [ ] wing 1 layer 7
  • [ ] wing 1 layer 8
  • [ ] wing 2 layer 8

weekly

torghast [0/4]

  • [ ] wing 1 layer 4 (to unlock 5)
  • [ ] wing 1 layer 5 (to unlock 6)
  • [ ] wing 1 layer 6
  • [ ] wing 2 layer 6 (will be unlocked thanks to wing 1)

covenant [0/4]

  • [ ] covenant campaign (gives renown) [req. renown 8] – details
  • [ ] covenant weekly (anima) [ Replenish the Reservoir ]

week 1 - one-offs

  • [ ] level to 60
  • [ ] covenant story quests
    • [ ] unlocking buildings & mission table
  • [ ] torghast intro quests
  • [ ] level your professions
  • [ ] obtain available legendary recipes (drop locations)
  • [ ] obtain available conduits (drop locations)
build: v8.3.0-04-16
level: 120 (120)
class: ROGUE
spec: outlaw
talents: acrobatic_strikes
alacrity
cheat_death
dancing_steel
deeper_stratagem
Message: Manually triggered error
Time: 02/10/20 18:02:58 (2293690660)
Client: 8.3.0 (33237)
Locale: enUS
Combat: false
Error Count: 1
Stack Trace:
TSM\LibTSM\Service\SlashCommands.lua:73 <?>
Interface\FrameXML\ChatFrame.lua:4859 <ChatEdit_ParseText>
Interface\FrameXML\ChatFrame.lua:4523 <ChatEdit_SendText>
Message: Manually triggered error
Time: 02/10/20 17:59:11 (2293463614)
Client: 8.3.0 (33237)
Locale: enUS
Combat: false
Error Count: 2
Stack Trace:
TSM\LibTSM\Service\SlashCommands.lua:73 <?>
Interface\FrameXML\ChatFrame.lua:4859 <ChatEdit_ParseText>
Interface\FrameXML\ChatFrame.lua:4523 <ChatEdit_SendText>
@alcaras
alcaras / main.lua
Last active January 19, 2020 23:48
AZERITE_ESSENCE_PROFILES_ADDON = AZERITE_ESSENCE_PROFILES_ADDON or LibStub("AceAddon-3.0"):NewAddon("AZERITE_PRESETS_ADDON", "AceConsole-3.0")
local t = AZERITE_ESSENCE_PROFILES_ADDON
t.ADDON_NAME = "AzeriteEssenceProfiles"
t.presets = {}
local addonLoadedFrame = CreateFrame("Frame")
addonLoadedFrame:RegisterEvent("ADDON_LOADED")
addonLoadedFrame:SetScript("OnEvent", function(self, event, addon)
f = open('simc.txt','r')
to_write = []
tmp = f.readline()
while(not tmp==''):
x = tmp.find('id=')
if(x==-1):
to_write.append(tmp)
else:
if(tmp.find('main_hand')>-1):
tmp = tmp[:-1]+',ilevel=415\n'
@alcaras
alcaras / azerite.py
Created August 8, 2018 13:53
azerite curve calculator
curve = {}
curve[1] = [0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 1.16, 1.73, 2.53, 3.65, 5.22, 6.79, 8.83, 11.48, 14.92, 19.4, 25.22, 32.79, 42.63, 55.42, 72.05, 93.67, 121.77, 158.3, 205.79, 267.53, 347.79, 452.13, 587.77, 764.1, 993.3]
curve[2] = [0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 1.16, 1.73, 2.53, 3.65, 5.22, 6.79, 8.83, 11.48, 14.92, 19.4, 25.22, 32.79, 42.63, 55.42, 72.05, 93.67, 121.77, 158.3, 205.79, 267.53, 347.79, 452.13, 587.77, 764.1, 993.3]
curve[3] = [0.23, 0.27, 0.31, 0.35, 0.38, 0.42, 0.46, 0.5, 0.54, 0.58, 0.89, 1.33, 1.95, 2.81, 4.02, 5.22, 6.79, 8.83, 11.48, 14.92, 19.4, 25.22, 32.79, 42.63, 55.42, 72.05, 93.67, 121.77, 158.3, 205.79, 267.53, 347.79, 452.13, 587.77, 764.08]
curve[4] = [0.18, 0.21, 0.24, 0.27, 0.3, 0.33, 0.36, 0.38, 0.41, 0.44, 0.69, 1.02, 1.5, 2.16, 3.09, 4.02, 5.22, 6.79, 8.83, 11.48, 14.92, 19.4, 25.22, 32.79, 42.63, 55.43, 72.05, 93.67, 121.77, 158.3, 205.79, 267.53, 347.79, 452.13, 587.75]
curve[5] = [0.14, 0.16, 0.18, 0.2, 0.23, 0.25, 0