View Single Post
02-07-17, 08:57 PM   #13
sporta
A Deviate Faerie Dragon
Join Date: Dec 2011
Posts: 13
Originally Posted by ircdirk View Post
Ok. I know whats wrong. Your hud is out of screen and since there is no reset position option u need to do it manualy:

1. close WOW
2. open #WOW folder#/WTF/Account/#your account number#/SavedVariables/Carbonite.lua in Notepad
3. search:

["NxHUD"] = {
["A"] = "TOP",
["_W"] = 8,
["FI"] = 1,
["FO"] = 0.15,
["H"] = 40,
["W"] = 232.999984741211,
["Hide"] = true,
["Y"] = -71.4000549316406,
["X"] = -112.000038146973,
["_H"] = 40,
["_Y"] = -0.17,
["_X"] = 999999,
},

4. replace

["Y"] = -71.4000549316406,
["X"] = -112.000038146973,


with

["Y"] = 100,
["X"] = 100,


5. save
6. run WOW and report back
*7. if needed set Arrow Y offset to 0

In future ill make option to reset Hud position.

AWESOME WORK!!! Made the changes you said and it's working perfectly again

Thanks so much
  Reply With Quote