Thread Tools Display Modes
10-12-11, 01:28 PM   #1
tobindax
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 53
Is there a scripting addon that will make one easily do that?

pseudo code:

If boss_name="Majordomo" is=killed then="/w caster_name "Don't forget to siphon it immediately""

I know you could write a whole addon for it but I wonder about any scripting ones.
  Reply With Quote
10-12-11, 04:00 PM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
WeakAuras can probably do that with a custom trigger.

But I would say that a macro would do the job as well.
Code:
/run mds=CreateFrame("Frame")mds:SetScript("OnEvent",function(s,e,...)if select(2,...)=="UNIT_DIED" and select(9,...)=="Majordomo Staghelm" then SendChatMessage("SIPHON!","WHISPER",nil,"caster_name")end end)mds:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
warning drycoded!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Is there a scripting addon that will make one easily do that?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off