Skip to content

Instantly share code, notes, and snippets.

View ropp5pop's full-sized avatar

Ropp ropp5pop

  • Sweden
  • 09:24 (UTC +02:00)
View GitHub Profile
@ropp5pop
ropp5pop / general_macros.lua
Last active November 6, 2024 05:02
WoW Macros
-- Mount
#showtooltip
/use [swimming]Abyssal Seahorse
/use [flyable]Blue Wind Rider
/use [noflyable]Black Skeletal Horse
/dismount
-- Professions
#showtooltip
/use [nomod]engineering
@ropp5pop
ropp5pop / On Zone Changed.lua
Created October 1, 2024 13:59
WoW - Details Code
-- 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)
@ropp5pop
ropp5pop / rp2401.nss
Last active April 14, 2025 17:20
My main Config files for Nilesoft Shell.
// 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 [...] ])
//