diff --git a/Boss-Timers.md b/Boss-Timers.md index 14c693e1..543bc1ad 100644 --- a/Boss-Timers.md +++ b/Boss-Timers.md @@ -4,4 +4,4 @@ Displays an overlay that discloses the amount of time until a boss respawns. -![An example of the boss timer overlay, showing each boss's timer](https://user-images.githubusercontent.com/5454364/36401128-f672f98a-159a-11e8-9d27-1ec4ad8a04da.png) +![example of boss timer overlays](img/boss-timers/image.png) diff --git a/Music.md b/Music.md index fce8a6a9..77cd8a01 100644 --- a/Music.md +++ b/Music.md @@ -1,7 +1,7 @@ # Music Plugin Configuration Adds search and filter for the music list -![Music plugin filtering](https://runelite.net/img/blog/1.5.25-Release/music-filter.png) +![Music plugin filtering](img/music/music_filter.png) The plugin will also allow you to control the in-game volume with more granularity. diff --git a/Opponent-Information.md b/Opponent-Information.md index 10237a26..117a9758 100644 --- a/Opponent-Information.md +++ b/Opponent-Information.md @@ -10,4 +10,4 @@ Show a widget containing the name of the NPC you are currently fighting, its cur Displays a combat stat comparison panel when interacting with other players. (Following, trading, challenging, attacking, etc.) -![Player comparison table](https://user-images.githubusercontent.com/2199511/42000476-4b5e88be-7a50-11e8-936f-b7788133a414.png) +![Player comparison table](img/opponent-information/opponent_information_table.png) diff --git a/Pest-Control.md b/Pest-Control.md index 32c38c3a..26bba3b5 100644 --- a/Pest-Control.md +++ b/Pest-Control.md @@ -1,3 +1,3 @@ The Pest Control plugin adds an overlay for portal order, a participation activity meter overlay, and highlights spinners. -![pest control overlays example](https://user-images.githubusercontent.com/2199511/45314980-b4b3d500-b522-11e8-813a-45ebc6e659fc.png) +![pest control overlays example](img/pest-control/pest_control_overlay.png) diff --git a/Screen-Markers.md b/Screen-Markers.md index f19618df..7279a47c 100644 --- a/Screen-Markers.md +++ b/Screen-Markers.md @@ -33,7 +33,7 @@ Fills in the box with the selected `Fill Color` from `Edit Fill Color` section. ## Examples ### Agility -![Agility Markers](https://github.com/runelite/wiki/assets/41973452/ba73a48f-06e3-43fa-8ed7-8f1a7c9d9f30) +![Agility Markers](img/screen-markers/screen_markers_agility.png) ### Bank Standing Skills ![Bank Standing](img/screen-markers/screen_markers_bank_standing.png) ### Blast Furnace diff --git a/Skill-Calculator.md b/Skill-Calculator.md index dd49e920..3bc628fd 100644 --- a/Skill-Calculator.md +++ b/Skill-Calculator.md @@ -1,3 +1,3 @@ The Skill Calculator plugin adds a sidebar panel which lists all skills along with "Current" and "Target" level dialogs. After selecting a skill and entering the desired level and experience amounts, selecting skill actions will indicate how many times the selected actions will need to be completed to achieve the desired target. -![image](https://user-images.githubusercontent.com/2199511/45314820-5981e280-b522-11e8-9a75-c4310bf8d1e3.png) +![](img/skill-calculator/skill_calculator_example.png) diff --git a/World-Hopper.md b/World-Hopper.md index 9e2187b9..66a625f8 100644 --- a/World-Hopper.md +++ b/World-Hopper.md @@ -21,7 +21,7 @@ Toggles whether to hop to a PVP/high risk world when quick-hopping Toggles whether the world hopper panel should be added to the sidebar -![world hopper sidebar](https://user-images.githubusercontent.com/2199511/45316291-35280500-b526-11e8-915b-d881c694adfa.png) +![world hopper sidebar](img/world-hopper/world_hopper_sidebar.png) ### Quick-hop Chat Command `::hop ` can be typed into the games chatbox to hop to the specified world (e.g. `::hop 321` to hop to world 321) diff --git a/img/boss-timers/image.png b/img/boss-timers/image.png new file mode 100644 index 00000000..4748dda6 Binary files /dev/null and b/img/boss-timers/image.png differ diff --git a/img/music/music_filter.png b/img/music/music_filter.png new file mode 100644 index 00000000..28d6ced0 Binary files /dev/null and b/img/music/music_filter.png differ diff --git a/img/opponent-information/opponent_information_table.png b/img/opponent-information/opponent_information_table.png new file mode 100644 index 00000000..fb0ebcc2 Binary files /dev/null and b/img/opponent-information/opponent_information_table.png differ diff --git a/img/pest-control/pest_control_overlay.png b/img/pest-control/pest_control_overlay.png new file mode 100644 index 00000000..04a38e0c Binary files /dev/null and b/img/pest-control/pest_control_overlay.png differ diff --git a/img/screen-markers/screen_markers_agility.png b/img/screen-markers/screen_markers_agility.png new file mode 100644 index 00000000..3ddea19c Binary files /dev/null and b/img/screen-markers/screen_markers_agility.png differ diff --git a/img/skill-calculator/skill_calculator_example.png b/img/skill-calculator/skill_calculator_example.png new file mode 100644 index 00000000..78bfbb59 Binary files /dev/null and b/img/skill-calculator/skill_calculator_example.png differ diff --git a/img/world-hopper/world_hopper_sidebar.png b/img/world-hopper/world_hopper_sidebar.png new file mode 100644 index 00000000..9b898e11 Binary files /dev/null and b/img/world-hopper/world_hopper_sidebar.png differ