# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1423494008 18000 # Node ID 823a987ac4926a1f591d245d0b2f3f5c7fe24739 # Parent 55018c10f3a58eb5817b7b070c878222d97b75e7 Adjust option text wording, add fractured temporal crystal. diff -r 55018c10f3a5 -r 823a987ac492 options.lua --- a/options.lua Mon Feb 09 09:46:56 2015 -0500 +++ b/options.lua Mon Feb 09 10:00:08 2015 -0500 @@ -14,6 +14,7 @@ [74247] = true, -- Ethereal Shard [74248] = true, -- Sha Crystal [113588] = true, -- Temporal Crystal + [115504] = true, -- Fractured Temporal Crystal -- could probably remove most of this now -- [29434] = true, -- Badge of Justice @@ -133,6 +134,9 @@ container:PauseLayout() local w local stdw = 0.99 -- standard width + local experimental = + [[|TInterface\Scenarios\ScenarioIcon-Boss:0|t]] + .. '|cff00ff00Experimental! ' -- the nubtoggle! w = mktoggle('gui_noob', [[Show UI Tips]], stdw, @@ -169,8 +173,9 @@ -- For the texture coordinates, see EncounterJournal_SetFlagIcon() and -- http://wow.gamepedia.com/API_EJ_GetSectionInfo w = mktoggle('track_bonusrolls', "Track loot from bonus rolls", stdw, - [[Track items received from spending roll tokens (e.g., Seal of Fate).]] - .. [[ |cff00ff00Experimental! May only work when rebroadcast.|r]]) + [[Track items received from spending roll tokens.]] + .. experimental + .. [[Might only see your own bonus loot, unless rebroadcasted.|r]]) --w:SetImage([[Interface\EncounterJournal\UI-EJ-Icons]], -- This is "ID 6", the interruptible lightning icon --0.75, (0.75 + (1/8)), 0, 0.5) @@ -181,7 +186,7 @@ -- track receiving arbitrary items w = mktoggle('track_nonloot', "Track non-loot items", stdw, - [[Track items received from the mailbox, salvage bags, lockboxes...]]) + [[Track items received from the mailbox, salvage bags, quests, lockboxes...]]) container:AddChild(w) -- auto-GOP mode when in LFR