Thread: Killing Blow
View Single Post
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