Skip to content
View ropp5pop's full-sized avatar
  • Sweden
  • 05:31 (UTC +01:00)

Block or report ropp5pop

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. My main Config files for Nilesoft Sh... My main Config files for Nilesoft Shell.
    1
    // Ropp's main config
    2
    // https://nilesoft.org/docs/functions/id
    3
    // Cheatsheet:
    4
    	// Types: file|dir|drive|usb|dvd|fixed|vhd|removable|remote|back|desktop|namespace|computer|recyclebin|taskbar	
    5
    		// remove... mod etc
  2. WoW Macros WoW Macros
    1
    -- Mount
    2
    #showtooltip
    3
    /use [swimming]Abyssal Seahorse
    4
    /use [flyable]Blue Wind Rider
    5
    /use [noflyable]Black Skeletal Horse
  3. WoW - Details Code WoW - Details Code
    1
    -- this code runs when the current zone is changed
    2
    -- This set the position and size of the window in regards to being in raid, party or solo.
    3
    -- window1 (w01) display "Damage Done" by default
    4
    local window1 = Details:GetWindow(1)
    5
    window1:SetDisplay(DETAILS_SEGMENTID_CURRENT, 1, 1)