Reply
Thread Tools Display Modes
Unread 10-05-11, 12:56 PM   #1
Nissassa
Zombie
Join Date: Oct 2011
Posts: 1
Killing Blow

HI guys,

Is it possible to make a Killing Blow addon for Warfronts, so an obvious example is I get the killing blow and a msh comes up on screen (preferably where normal screen msgs comeup) and tell me I got the killing blow.

Is that doable?

Cheers

Nis
Nissassa is offline   Reply With Quote
Unread 10-05-11, 01:50 PM   #2
Aieny
Veiled Ripper
 
Aieny's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 40
Absolutely, it is possible. Simply hook into Event.Combat.Death, look for your userID as the caster, then do an Inspect.Unit.Detail on the target for the player's name you killed.
__________________
Lua Code:
  1. local function signature()
  2.     print("Aieny Celenovia")
  3.     print("www.riftcrafter.com")
  4. end
Aieny is offline   Reply With Quote
Reply

Go BackRiftui » AddOns, Layouts and Macros » AddOn Search/Requests » Killing Blow


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