WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /L2Play
    from Rev 531 to Rev 532
    Reverse comparison

Rev 531 → Rev 532

L2Play.lua
14,19 → 14,14
-- reset timer if you mess up the sequence (seconds), 10sec ->
local reset = 10
 
-- x,y on screen, from Bottomleft corner of screen
local posx = 20 -- XX is left, -XX is right.
local posy = -190 -- YY is up, -YY is down.
 
-- gap between the buttons, 0px ->
local gap = 0
 
-- transparency of buttons, 0 - 100 (100 is full)
local alpha = 100
 
local L2,name,number,step,total,CastedSpell = CreateFrame("Frame","L2",UIParent),"L2P",1,1,0
local frame = CreateFrame("Frame")
local frame2 = CreateFrame("Frame")
local L2,name,number,step,total,CastedSpell,prevSpec = CreateFrame("Frame","L2",UIParent),"L2P",1,1,0
local frame,frame2 = CreateFrame("Frame"),CreateFrame("Frame")
 
if not L2PlayDB then L2PlayDB = {} end
 
224,7 → 219,7
L2:SetTexture(spot,spell)
end
L2:ChangePosition()
local prevSpec = GetActiveTalentGroup()
prevSpec = GetActiveTalentGroup()
end
if not L2PlayDB then L2PlayDB = {} end
L2.Loaded = true