Getting Started

Prerequisites

What you need before starting your SYNQ rotation

Before building your first SYNQ rotation, make sure you have everything set up. This takes just a few minutes.

Required Setup

1. SYNQ Framework

Download SYNQ from our platform and place it in your unlocker's directory. SYNQ needs to be loaded by your unlocker before you can use it.

2. Code Editor

Install Visual Studio Code (or your preferred Lua editor). VS Code is free and works well with Lua syntax highlighting.

These addons make development much easier:

idTip - Spell ID Display

  • Hover over any spell or ability to see its ID
  • Essential for finding spell IDs when building your spellbook
  • You'll reference this constantly while coding

BugSack + BugGrabber - Error Handling

  • Displays Lua errors in a clean, readable format
  • Catches errors that would otherwise be silent
  • Speeds up debugging significantly

Next: Set up your project structure in Directory Setup.