How to create a World of Warcraft addon?

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?

+3
source share
2 answers

, , Interface/AddOns . "", script (s), Lua ( WoW ). , Wowpedia, , , .

, ( ) . , , COMBAT_LOG_EVENT_UNFILTERED PARTY_KILL, playSoundFile, sourceName (arg4) (UnitName("Player")), .

+4

All Articles