View Single Post
08-28-12, 02:48 PM   #211
Meorawr
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Nov 2010
Posts: 193
Is the parent display on aura #2? Just need to check that.

The constants were changed a few beta releases back (the last one that wiped profiles) - I can change the constants without needing a reset, but it's significantly easier to do it with one.

In short: 1-127 = Aura 1, 128-255 = Aura 2, ... up to a maximum ID of 32640 (127 * 255). The upper 32.6k (32641 - 65280) are reserved. Same rule applies to actions.

The limit only exists so the editor doesn't have issues, since it compacts data about what you're currently editing into a single 32 bit number, with 2 bits for a type ID, 16 for the resource ID, 2 flags at 1 bit each and 2 subresource ID's at 6 bits each.

Last edited by Meorawr : 08-28-12 at 02:52 PM.