| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-16-11 10:35 PM |
| Created: | 01-02-11 07:26 PM |
| Downloads: | 580 |
| Favorites: | 6 |
| MD5: |
|
- now uses new bit flags in API to identify mounts! No need to keep a list- air and ground mounts will automatically be determined. - you can now have an ignore list (since it will now pick from all mounts rather than what you have listed) - see the INSTRUCTIONS for ingnoring mounts and companions.txt file for details - you will no longer dismiss a pet by sCompanions selecting the same one that's already out - you'll get a new pet in that case |
/run local f=hash_SlashCmdList["/SCOMPANIONS"] if IsShiftKeyDown() then f("ground") elseif IsControlKeyDown() then f("pet") else f("air") end
/cast [mod] Abyssal Seahorse /stopmacro [mod] /scompanions air
/cast [swimming] Abyssal Seahorse /stopmacro [swimming] /scompanions air
/cast [combat] Travel Form /stopmacro [combat] /scompanions ground
File Name |
Version |
Size |
Author |
Date |
1.2.1 |
2kB |
Seerah |
08-14-11 10:06 PM |
|
1.2 |
2kB |
Seerah |
08-07-11 12:19 AM |
|
1.1 |
1kB |
Seerah |
01-02-11 07:26 PM |
![]() |
Comment Options |
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 13
Uploads: 0
|
Thank you, works like a charm. Very efficient.
![]() |
|
|
|
|
||
Code:
/run local f=SlashCmdList["SCOMPANIONS"]; if IsShiftKeyDown() then f("ground") elseif IsControlKeyDown() then f("pet") else f("air") end
|
||
|
|
|
|
|
|
Hmm... It may have something to do with the changes to the SlashCmdList table in 4.3. I'll have a look at it.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh |
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 13
Uploads: 0
|
Your macro in option #1 doesn't seem to work, though the addon works wonderfully if I use /scompanion command. Any suggestions for 4.3?
Thanks |
|
|
![]() |