Search

You searched for the word(s):
  • GUI or separate LUA files?

    I am the author of Locknotes , and my users want a GUI to filter spells and announcements. I have no idea how to do this, I only know how to make a frame. I have no idea how to make a drop down menu or any of that stuff. So I had an idea to make a separate LUA file for each spell and put them all in the .toc file. This would take up alot of the space
    Posted to User Interface & Addons (Forum) by Nov3mber on Wed, Jun 3 2009
  • So I have this code, but I don't know what it does. help!

    Code: if (arg2 == "SPELL_AURA_APPLIED") then -- If a buff is applied then if bit.band(arg8, COMBATLOG_OBJECT_AFFILIATION_MINE) > 0 then -- if it is my buff then (i don't know what "bit.band(arg8,") is if (arg10 == "Eradication") or (arg10 == "Shadow Mastery") then -- if Eradication or shadow mastery proc
    Posted to User Interface & Addons (Forum) by Nov3mber on Wed, Apr 15 2009
  • WoW colors in LUA! Please help!

    I have this code: Code: if (arg10 == "Backlash") then ZoneTextString:SetText("Incinirate!"); ZoneTextFrame.startTime = GetTime() ZoneTextFrame.fadeInTime = 0 ZoneTextFrame.holdTime = 1 ZoneTextFrame.fadeOutTime = 2 ZoneTextString:SetTextColor(1, 0.5, 0); end I am interested in this part: ZoneTextString:SetTextColor(1, 0.5, 0); That
    Posted to User Interface & Addons (Forum) by Nov3mber on Tue, Apr 14 2009
  • a little help with LUA! please?

    Ok, i need to disable a mod in battlegrounds. I was going for: If zone == Arathi basin, then ??????????????????? whats the command to disable the addon? some one help!
    Posted to User Interface & Addons (Forum) by Nov3mber on Wed, Mar 25 2009
  • LockNotes

    Lock Notes was made by Veev of Medivh (EU). It was last updated for, If I recall correctly, patch 2.4.0. I have updated it 3.1, added more spell alerts, and added new spells for WoTLK. If you have any questions, contact me in game or email me: Mazahaka of Kel'Thuzad or Mazahaka@hackermail.com Now LockNotes show: ========= Friendly Buffs: - - - Hand
    Posted to Addons (Projects) by Nov3mber on Fri, Dec 26 2008