SKB Fake Queue

0 Downloads

Fork of: https://wago.io/ABarrFakeQueue

full credits to Vardex for his help and creating the original for arcane. ty porom for rop fake queue idea.


The purpose is to avoid munching SKB procs when procing SKB with a hot streak. RoP fake queue avoids not gaining RoP buff on instant cast pyroblasts that are queued during the RoP cast.

This will only add delays when casting SKB with a hotstreak, and queueing a hotstreak into a casted ROP. It will not add delays anywhere else.

You do not need a separate keybind, just replace your regular pyro/flamestrike binds

You need to make the following macros:

Pyro macro:

#showtooltip

/run SKBFakeQueue()

/run ROPFQ()

/cast Pyroblast

/run SKBFakeQueueCQS()

/run ROPCQS()

Flamestrike macro:

#showtooltip

/run SKBFakeQueue()

/run ROPFQ()

/cast [@cursor] Flamestrike

/run SKBFakeQueueCQS()

/run ROPCQS()


The first line of the macro will add a small amount of lag at the end of the pyro/flamestrike hardcast, which makes the macro fail-proof. If you find this annoying, change "/run SKBFakeQueue()" to "/run SKBFakeQueueCQS()"

The "ROP" aura/macro is to add a delay when having a hotstreak queued into ROP, since ROP has a delay of applying the buff. (Same issue as SKB, essentially)

You can adjust the offsets in custom options if the Weakaura is failing sometimes (if you chose to not have the small stutter/lag).

I personally get extremely small delays of <50ms with default settings in the custom options.