Thread Rating:
  • 26 Vote(s) - 3.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Module] Assister [V2]
#31
the monk profile is in but I cant seem to get it to display the moves that are going to be used
Reply
#32
at least give us the option to download the old one, this one is not working ><
Reply
#33
Anyway to add your own custom sound, like I want to use Text to Speech for calling out "Flank" "Back" instead of beep.
Reply
#34
Something is wrong with the Sounds option. IT always playing even when Uncheck! It get very annoying to used after awhile. Please fixed it.

Thank You!
Reply
#35
(05-31-2016, 06:58 PM)Darkvelvet Wrote:  Something is wrong with the Sounds option.  IT always playing even when Uncheck!  It get very annoying to used after awhile.  Please fixed it.

Thank You!

agree
Reply
#36
I made this change for both functions FlankAlert() and BackAlert() inside lua profile. Play sound ON/OFF now working for me.

FROM
Code:
function FlankAlert()
    if (Assister.flank) then
        for i = 1, 2 do
            GameHacks:PlaySound(39)
        end
        Assister.flank = false
        Assister.back = true
    end
end

function BackAlert()
    if (Assister.back) then
        for i = 1, 2 do
            GameHacks:PlaySound(47)
        end
        Assister.flank = true
        Assister.back = false
    end
end

TO
Code:
function FlankAlert()
    if (Settings.Assister.gAstPlaySounds == true and Assister.flank) then
        for i = 1, 2 do
            GameHacks:PlaySound(39)
        end
        Assister.flank = false
        Assister.back = true
    end
end

function BackAlert()
    if (Settings.Assister.gAstPlaySounds == true and Assister.back) then
        for i = 1, 2 do
            GameHacks:PlaySound(47)
        end
        Assister.flank = true
        Assister.back = false
    end
end
Reply
#37
Thanks for the fix Alex.
Reply
#38
Do you guys know why assist will sometimes stop attacking and stand there until you can heal?
Reply
#39
Does this work with Pierce and if it does, could anyone explain how to set make it work?
Reply
#40
simple answer is no it does not
Reply
 


Forum Jump:


Users browsing this thread: 3 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products