Skip to content

Commit

Permalink
Merge pull request #3753 from KBVE/patch-atomic-supabase-tables-01-14…
Browse files Browse the repository at this point in the history
…-2025-1736831389
  • Loading branch information
h0lybyte authored Jan 14, 2025
2 parents 93c7085 + 8903bc7 commit 3720281
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions apps/kbve.com/src/content/docs/gaming/wow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ However for the time being, I am going to start the document and then reference

This is a quick breakdown of all the macros that we will be using, I am currently playing between a warrior and a warlock but I will try to keep them noted here for future reference.

#### Skinning

This is a quick macro for skinning the last target after its been killed and looted.

```
/script UIErrorsFrame:Clear()
/targetlasttarget
/run if UnitIsDead("target") then InteractUnit("target") end
/cast [dead, exists] Skinning
```

#### Warrior

##### Charge,Rend,Throw
Expand All @@ -51,4 +62,35 @@ This is a quick macro to cast `Charge` in non-combat, then Rend if in combat and

This macro still needs to be worked on.

#### Mage

##### Arcane Missles + FrostBolt Rank 1

This is my starter combat macro for my ice hardcore mage!
If you are not in combat, it will cast the Arcane Missiles but if you are in-combat then it will fire off a rank 1 frostbolt to apply the slow.

```
/stopcasting
/script if UnitExists("target") then SetRaidTarget("target", 8) end
/cast [nocombat,harm,nodead] Arcane Missiles; [harm,nodead] Frostbolt(Rank 1)
/em zug zug missiles incoming
```

#### Warlock

##### Pet Attack + Wand via Shoot

```
/petattack
/castsequence reset=2 !Shoot, null
```

##### Pet Attack + DoT

```
/petattack
/castsequence [@mouseover,harm,exists,nodead] [nochanneling] reset=target Curse of Agony, Corruption, Immolate, Life Tap
/em applying dat D O T
```

This macro is part of the `tab`, `111` rotation and helps you throw your damage over time.
2 changes: 1 addition & 1 deletion apps/kbve.com/src/content/docs/project/discordsh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DiscordSH
description: |
DiscordSH Docs
sidebar:
label: Charles
label: DiscordSH
order: 420
unsplash: 1516563988150-3e50726d365c
img: https://images.unsplash.com/photo-1516563988150-3e50726d365c?fit=crop&w=1400&h=700&q=75
Expand Down

0 comments on commit 3720281

Please sign in to comment.