Never miss a skill again.

Create your own World of Warcraft Rotations with Apep. Apep is a framework that allows you to create your own World of Warcraft Rotations.

Arms_MoP.lua
local ST = {
{"Mortal Strike", "spell.ready && inmelee", "target"},
{"Execute", "target.health < 20 && inmelee", "target"},
{"Heroic Strike", "player.area(8).enemies < 2", "target"},
{"Cleave", "player.area(8).enemies >= 2", "target"},
}

Introduction

Getting started

Apep consists of an internal API and a Lua-based framework. .

  • The internal API is the foundation of Apep's core. It includes functions that work directly with the game and perform complex tasks. This API supports communication between the Lua framework and the game.

  • The Lua-based framework is like a user-friendly layer above the core. It lets developers use Apep's features without dealing with complex code. This simplifies unlocking advanced features, so developers can focus on their application's logic.

Installation

Step-by-step guides to setting up your system and installing the library.

API reference

Learn to easily customize and modify your app's visual design to fit your brand.

-->