WoW Clippy Assist addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon Clippy Assist

Clippy Assist

Game Version: 9.0.1
Total Downloads: 90
Updated: Oct 20, 2020
Created: Oct 17, 2020
download Clippy AssistDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.1.1 release 1.89 MB Oct 20, 2020 9.0.1 74 download Clippy Assist v1.1.1 releaseDownload
v1.1 release 1.89 MB Oct 20, 2020 9.0.1 5 download Clippy Assist v1.1 releaseDownload
v1.0.1 release 1.88 MB Oct 18, 2020 9.0.1 5 download Clippy Assist v1.0.1 releaseDownload
v1.0 release 1.88 MB Oct 18, 2020 9.0.1 6 download Clippy Assist v1.0 releaseDownload

Screenshots

Description

Share this:

Clippy is back, and here to hang out with you in World of Warcraft!
He's draggable anywhere on your screen, and he'll do his best to be a
good friend. He can also display any text through a custom WeakAura
interface, as a simple custom action.

The addon has a number of slash commands, which can be viewed by typing
/clippy -help.

Slash Commands

  • /clippy -help: Lists all commands.
  • /clippy -hide: Temporarily hide Clippy.
  • /clippy -show: Show Clippy (if hidden).
  • /clippy -reset: Resets Clippy's position.
  • /clippy -list: Lists all available animations.
  • /clippy{everything else}: Attempts to play that animation.

WeakAura Support

A list of pre-made sample WeakAuras can be found here
on Wago.io.

Clippy can display any text, using the full power of any regular
WeakAura! This is accomplished with a custom Action.

  1. In your desired WeakAura, go to the "Actions" tab.
  2. Under the "On Show" category, check the "Custom" option.
  3. Check that Clippy is loaded with ClippyAssist.isReady().
  4. Display text with ClippyAssist.SetText(msg, duration).

It's that easy! msg can be any text you'd like to display,
and duration is counted in seconds.

Here's an example:

if ClippyAssist and ClippyAssist.isReady() then

local message =

"It looks like you're trying to write a letter." .. "|n|n" ..

"Would you like some help with that?"

ClippyAssist.SetText(message, 10.0)

end


Download the latest release from GitHub here.

Premade WeakAuras are available from Wago.io here.

All available animations can be viewed in this Imgur gallery.

Latest AddonsWoW screenshots are here.

A list of historical screenshots can be found in this Imgur gallery.

Comments

Add a comment