Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make a World of Warcraft addon?

I want to create a simple addon that will play sound files when the player kills an enemy player (gets a killing blow). I've looked around on Google but haven't found much in terms of documentation or guides.

Can anyone point me to some up-to-date documentation or some places where I can just find better guides?

like image 451
Adam Avatar asked Dec 13 '22 15:12

Adam


1 Answers

Getting started: http://www.wowpedia.org/Getting_started_with_writing_addons

API: http://www.wowpedia.org/World_of_Warcraft_API

What you want to do is to add a trigger for the combat log event for a killing blow. Shouldn't be to hard. And then play a sound, using the API for that.

like image 149
Claus Jørgensen Avatar answered Jan 31 '23 00:01

Claus Jørgensen