This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Ropp's main config | |
// https://nilesoft.org/docs/functions/id | |
// Cheatsheet: | |
// Types: file|dir|drive|usb|dvd|fixed|vhd|removable|remote|back|desktop|namespace|computer|recyclebin|taskbar | |
// remove... mod etc | |
// multiple remove (find="view|sort|paste") | |
// all not equal to remove(where=this.name!="shit") | |
// type is file only remove (type="file" find="run as admin") | |
// modify( find = value [property = value [...] ]) | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- this code runs when the current zone is changed | |
-- This set the position and size of the window in regards to being in raid, party or solo. | |
-- window1 (w01) display "Damage Done" by default | |
local window1 = Details:GetWindow(1) | |
window1:SetDisplay(DETAILS_SEGMENTID_CURRENT, 1, 1) | |
DetailsBaseFrame1:SetPoint("BOTTOMLEFT", 584, 34) | |
if (window1) then | |
local currentZoneType = Details.zone_type | |
if (currentZoneType == "none" or "party") then | |
window1:SetSize(280, 115) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Mount | |
#showtooltip | |
/use [swimming]Abyssal Seahorse | |
/use [flyable]Blue Wind Rider | |
/use [noflyable]Black Skeletal Horse | |
/dismount | |
-- Professions | |
#showtooltip | |
/use [nomod]engineering |