The options on this page can be used for further customization of the driver installation.
-
Disable Installer Telemetry & Advertising
-
Unattended Express Installation
| -- Mount | |
| #showtooltip | |
| /use [swimming]Abyssal Seahorse | |
| /use [flyable]Blue Wind Rider | |
| /use [noflyable]Black Skeletal Horse | |
| /dismount | |
| -- Professions | |
| #showtooltip | |
| /use [nomod]engineering |
| -- 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) |
| // 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 [...] ]) | |
| // |