I want to create a simple addon that will play sound files when a player kills an enemy player (receives a killer blow). I looked at Google, but did not find much in terms of documentation or manuals.
Can someone point me to some modern documentation or some places where I can only find the best manuals?
Getting started: http://www.wowpedia.org/Getting_started_with_writing_addons
API: http://www.wowpedia.org/World_of_Warcraft_API
, , . . , API .
, , Interface/AddOns . "", script (s), Lua ( WoW ). , Wowpedia, , , .
Interface/AddOns
, ( ) . , , COMBAT_LOG_EVENT_UNFILTERED PARTY_KILL, playSoundFile, sourceName (arg4) (UnitName("Player")), .
COMBAT_LOG_EVENT_UNFILTERED
PARTY_KILL
playSoundFile
UnitName("Player")