Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
v2.2.1 release | 3.66 KB | Jul 25, 2016 | 7.0.3 | 1,610 | Download |
v2.2 release | 3.60 KB | Jul 21, 2016 | 7.0.3 | 230 | Download |
v2.0 release | 3.37 KB | Dec 5, 2014 | 6.0.3 | 1,884 | Download |
v1.9 release | 3.46 KB | Oct 15, 2014 | 6.0.2 | 477 | Download |
v1.8 release | 3.54 KB | Nov 7, 2012 | 5.0.5 | 1,912 | Download |
v1.7 release | 3.76 KB | Sep 27, 2012 | 5.0.5 | 467 | Download |
v1.6 release | 3.74 KB | Jan 13, 2012 | 4.3.0 | 1,056 | Download |
v1.5.3 release | 3.77 KB | Feb 9, 2011 | 4.0.6 | 1,934 | Download |
v1.5.2 release | 3.76 KB | Dec 12, 2009 | 3.3.0 | 1,992 | Download |
v1.4 release | 3.55 KB | Oct 18, 2009 | 3.2.0 | 744 | Download |
v1.3.0 release | 3.44 KB | Aug 5, 2009 | 3.2.0 | 915 | Download |
v1.2 release | 3.41 KB | Nov 4, 2008 | 3.0.3 | 38 | Download |
v1.1 release | 3.57 KB | Oct 30, 2008 | 3.0.2 | 32 | Download |
v1.0.2 release | 3.61 KB | Oct 29, 2008 | 3.0.2 | 45 | Download |
v1.0 release | 3.50 KB | Oct 28, 2008 | 3.0.2 | 33 | Download |
v2.1-beta1 beta | 3.64 KB | Sep 4, 2015 | 6.2.2 | 66 | Download |
v1.3.0b beta | 3.42 KB | Jun 10, 2009 | 3.0.9 | 503 | Download |
r38 alpha | 3.59 KB | Sep 4, 2015 | 6.2.2 | 20 | Download |
r36 alpha | 3.34 KB | Dec 5, 2014 | 6.0.3 | 22 | Download |
r34 alpha | 3.42 KB | Oct 15, 2014 | 6.0.2 | 20 | Download |
r32 alpha | 3.72 KB | Sep 27, 2012 | 5.0.5 | 21 | Download |
r30 alpha | 3.71 KB | Jan 13, 2012 | 4.3.0 | 22 | Download |
r28 alpha | 3.73 KB | Feb 9, 2011 | 4.0.6 | 26 | Download |
r26 alpha | 3.71 KB | Dec 12, 2009 | 3.3.0 | 26 | Download |
Description
Allows you to create a shiny autocast overlay for macros that control a pet skill.
If you have any problem with PetOverlay, please post a comment or email me (my address can be found on the About Me page of my Curse profile).
To use, include the following in your macro:
#pet skillname
Where 'skillname' is the name of a skill, such as:
#pet Dash
This will add an autocast overlay showing you the status of the 'Dash' skill. To make a macro act like a normal pet skill button, be sure to include a /petautocasttoggle command on right click, such as:
#showtooltip Dash #pet Dash /petautocasttoggle [button:2]Dash /cast [nobutton:2]Dash
The #pet command can accept macro modifiers like [mod:shift].
The following would allow you to control both Growl and Dash depending on whether or not you are holding shift:
#showtooltip #pet [mod:shift]Dash;Growl /petautocasttoggle [button:2,mod:shift]Dash;[button:2]Growl /cast [button:1,mod:shift]Dash;[button:1]Growl
PetOverlay 2.0 now includes support for showing pet stance and pet movement buttons:
#petstance Passive /petpassive
Pet stance macros also support macro conditionals:
#petstance [mod:ctrl]Follow;[mod:shift]Stay;Passive /petfollow [mod:ctrl] /petstay [mod:shift] /petpassive [nomod]
A macro can contain either #pet or #petstance but not both.
Add a comment