1. #1

    looking for simple combat log example

    hi.

    i need a simple example how i can use combat log events to play sounds.
    could someone help me out pls?

    and pls point me out to sites with lua evnts list etc, because that wont help me out.

    edit:
    to more specify what im looking for:

    load combatlog event stuff
    if combatlogevent kill
    killcount = killcount + 1
    playsound(xyz)
    end
    end

  2. #2

    Re: looking for simple combat log example

    Quote Originally Posted by mordrac
    hi.

    i need a simple example how i can use combat log events to play sounds.
    could someone help me out pls?

    and pls point me out to sites with lua evnts list etc, because that wont help me out.

    edit:
    to more specify what im looking for:

    load combatlog event stuff
    if combatlogevent kill
    killcount = killcount + 1
    playsound(xyz)
    end
    end
    I believe you can configure ScrollingCombatText to play sounds.

    If you really want to write a mod, start at the beginning. Head over to the UI and Macros forum on the WoW forums and read the stickies. It's a long learning curve.

  3. #3

    Re: looking for simple combat log example

    wowwiki has lua, ingame, and macro APIs

    check those out
    My guild <Rollin Deep> - See one of these guys? Run. Else you will die.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •