Download
(327Kb)
Download
Updated: 02-06-18 01:33 PM
Pictures
File Info
Compatibility:
Shadows of Argus (7.3.0)
Tomb of Sargeras (7.2.0)
Return to Karazhan (7.1.5)
Legion (7.0.3)
Updated:02-06-18 01:33 PM
Created:07-30-10 01:46 PM
Downloads:3,752
Favorites:3
MD5:
Categories:RolePlay, Music Mods, Death Knight

ATeam

Version: v1.6
by: Shrugal [More]

Plays the A-Team soundtrack when someone in your Party/Raid casts "Army of the Dead".


====== Commands: ======
/ateam enable: Activate auto play

/ateam disable: Deactivate auto play

----------------------------------------------------------------------------------------------------------------------------

Spielt den A-Team Soundtrack, wenn ein Todesritter in der Gruppe/Raid "Armee der Toten" zaubert.


====== Befehle: ======
/ateam enable: Automatisches Abspielen aktivieren

/ateam disable: Automatisches Abspielen deaktivieren

Updated for patch 7.3.5
Optional Files (0)


Post A Reply Comment Options
Unread 08-06-10, 03:28 AM  
Carwinia
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
it works!
The music always makes me smile, thank you
Report comment to moderator  
Reply With Quote
Unread 08-04-10, 03:37 PM  
Shrugal
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 3
Uploads: 8
Hey,

yes it is possible. You have to change the following lines in the "ATeam.lua" file:

change line 22:
Code:
self:RegisterEvent("UNIT_SPELLCAST_CHANNEL_START");
to
Code:
self:RegisterEvent("UNIT_SPELLCAST_CHANNEL_START");
self:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED");
and line 12:
Code:
if(ateam_enable and event == "UNIT_SPELLCAST_CHANNEL_START" and UnitInParty(unit) and spellname == GetSpellInfo(42650)) then -- 42650 = Army of the Dead
to
Code:
if(ateam_enable and 
		(event == "UNIT_SPELLCAST_CHANNEL_START" and UnitInParty(unit) and spellname == GetSpellInfo(42650)) or -- 42650 = Army of the Dead
		(event == "UNIT_SPELLCAST_SUCCEEDED" and UnitIsUnit(unit, "player") and spellname == GetSpellInfo(33831))) then -- 33831 = Force of Nature
I don't know if it works because I do not play moonkin, but it worked with other spells so it should be fine.

Shrugi
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 03:10 AM  
Carwinia
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Force of Nature

HI,

this sound is awesome....

But is there a way to play this sound, when I cast my three little treants, when I´m playing my Moonkin?
I´m not very good at Lua, so a simple Instrucion would be nice ^^

Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: