MMOMinion
Hasty Touch Success < # (Not working) - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Hasty Touch Success < # (Not working) (/showthread.php?tid=13860)



Hasty Touch Success < # (Not working) - crayfish - 09-19-2015

Code:
        -- Update HT Successes
        if (SkillMgr.checkHT) then
            d("synth quality "..synth.quality .."  last quality ".. SkillMgr.lastquality)
            if (synth.quality > SkillMgr.lastquality) then
                SkillMgr.currentHTSuccesses = SkillMgr.currentHTSuccesses + 1
            end
            SkillMgr.checkHT = false
        end

This is not working correctly.
I added a debug and synth.quality and last synth quality always equal eachother hence currentHTSucceses never increment.
Can you please check?


RE: Hasty Touch Success < # (Not working) - Ace - 09-20-2015

Well, if there is a problem, it's probably not within that section, but probably a timing issue with the client reporting that hasty touch is being executed once properly, and then again improperly at another time after the quality counter has already been incremented. Will have to play around with it a bit, if I can manage to remember how to use my crafter.