1. #1

    [Tell Me When] Warn me if pet is not out during DBM pull timer

    Hi all

    Im trying to make a Tell Me When aura to pop up if I dont have my hunter pet out, only during a DBM pull timer.

    Under conditions>boss mods>Deadly Boss Mods - Timer

    Theres an option to have your aura only pop up when a timer is going off.

    I can't seem to set the condition to check if a pull timer is going off.

    I know how to make a conidition where something pops up if my pet is not out, but I want to be able to make it specifically during the pull timer.

    Anyone know the .lua name for a DBM pull timer? Or any other suggestions of how to set this up (if its even possible).

  2. #2
    I can't speak for DBM, but in BigWigs it's as simple as this:
    Code:
    BigWigsLoader.RegisterMessage({}, "BigWigs_StartPull", function()
    	-- run code or aura here
    end)
    It's most likely something similar in DBM, it's unlikely you will be able to use the specific TMW condition as it will most likely be separate from pulling, so it will need to be custom.
    https://github.com/funkydude - https://github.com/BigWigsMods
    Author of BadBoy, BasicChatMods, BigWigs, BFAInvasionTimer, SexyMap, and more...

Posting Permissions

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