View Single Post
05-03-22, 10:08 AM   #5
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
Originally Posted by Fizzlemizz View Post
Make addon 1 a dependancy of addon 2 in its .toc. Optional or Required depending on wether addon 1 may be installed or not.

## OptDeps: AddOn1
or
## RequiredDeps: AddOn1
i tried this and its still doing the baddie,

way to repeat issue so you may test if you wish.

DL and use just Project Deranjata,
DL and Use SUF.

after initial setup, on reload the SUF Bars Change position until you open its config and uncheck and recheck the lock frames section under General.

from all i have read it is because i am changing the CVar's with this code to attain perfect alignment within Project Deranjata

Lua Code:
  1. SetCVar("useuiScale", 1);
  2. SetCVar("displaySpellActivationOverlays", 0);
  3. SetCVar("uiScale", 0.60);
__________________
  Reply With Quote