Results: 3Comments by: Mugzly
File: laFont01-15-16
Why not make a seperate variable fo...
Posted By: Mugzly
Why not make a seperate variable for zone text and sbt. Would have saved me a few minutes editing the lua code and replacing each "font" I saw a few comments that wanted this too. Otherwise, nice addon. The zone text seems a little buggy but for some reason works well after a few zone changes. Seemed to start working when i fle...
File: HelmHider03-16-10
can you tell me how you modified it...
Posted By: Mugzly
can you tell me how you modified it? i have no clue how to do the coding thing with the script. I tryed removing it but my helmet and cape still wont show up Just go into the LUA file, find the "hider" function. There should be two lines: ShowHelm() ShowCloak() and a few lines below them: ShowHelm(hide) ShowCloak(hid...
File: HelmHider12-30-09
Originally posted by Khavatari He...
Posted By: Mugzly
Originally posted by Khavatari Hey, nice idea but you can use a shorter script, too. =) local function OnEvent(frame, event, ...) if event == "PLAYER_REGEN_DISABLED" then ShowHelm() ShowCloak() end if event == "PLAYER_REGEN_ENABLED" then ShowHelm(hide) ShowCloak(hide) end end lo...