March 19, 2024, 05:18:01 am
Welcome, Guest. Please login or register.
149124 Posts in 18156 Topics- by 34712 Members - Latest Member: kmbortns01
Pages: [1]
  Print  
Author Topic: KLH Threatmeter 17.36a  (Read 4512 times)
Full Member
***
Posts: 341
View Profile
« on: December 08, 2017, 06:02:51 pm »

Get KTM 17.36a here.

This release implements rogue's feint.
Unfortunately there is no way (that I know of) KTM can register a character using feint...
Therefore you will have to trigger KTM yourself.
Here's a supermacro for that:

Macro:
Quote
/cast Feint
/script if GetSpellCooldown(35, "spell")>0 then spamFeint() end


LUA:
Quote
function spamFeint()
    local cd, t= 10, GetTime()
    if (t-cd) >= (LAST_FEINT or 0) then
        LAST_FEINT = t;
    doFeint()
end
end

function doFeint()
    klhtm.combat.specialattack("feint", UnitName("target"), 0);
    --DEFAULT_CHAT_FRAME:AddMessage("Feint used", 1,1,0)
end
Logged

https://i.imgur.com/0k94nIv.jpg
^Hi Chess, legit THC earned with the EPGP loot distribution system. Not by half-assed DKP with lootcounciled KT loot ;-)

Rogue CL of <Chaos>
chaosvg.shivtr.com
Pages: [1]
  Print  
 
Jump to: