WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/EasyDND/opts
    from Rev 57 to Rev 63
    Reverse comparison

Rev 57 → Rev 63

options.lua
61,10 → 61,14
toggleNafk = false,
toggleNdnd = false,
minimapPos = 241.105,
save = false, --Don't modify
save = false, -- Don't modify
anti_counter = 0,
showcounter = true,
ubertooltip = false,
t = false, -- Don't modify
u = false, -- Don't modify
v = false, -- Don't modify
w = false, -- Don't modify
}
}
 
133,6 → 137,7
set = function()
_.db.profile.modebg = not _.db.profile.modebg
_.SetEvents()
_.Stub("PLAYER_ENTERING_WORLD")
end,
order = 10,
},
144,6 → 149,7
set = function()
_.db.profile.modeinst = not _.db.profile.modeinst
_.SetEvents()
_.Stub("PLAYER_ENTERING_WORLD")
end,
order = 15,
},
155,6 → 161,7
set = function()
_.db.profile.modeah = not _.db.profile.modeah
_.SetEvents()
_.Stub("AUCTION_HOUSE_SHOW")
end,
order = 20,
},
166,6 → 173,7
set = function()
_.db.profile.modebank = not _.db.profile.modebank
_.SetEvents()
_.Stub("BANKFRAME_OPENED")
end,
order = 25,
},
177,6 → 185,7
set = function()
_.db.profile.modemail = not _.db.profile.modemail
_.SetEvents()
_.Stub("MAIL_SHOW")
end,
order = 30,
},
188,6 → 197,7
set = function()
_.db.profile.modecbt = not _.db.profile.modecbt
_.SetEvents()
_.Stub("PLAYER_REGEN_DISABLED")
end,
order = 35,
},