링크 : http://wow.inven.co.kr/dataninfo/addonpds/detail.php?idx=9022
내용 : 정상 동작 하네요..


아래 내용 확인하세요~


------------------------------------------



도적 통찰 애드온입니다.


기존에 약점공격 사용시 카운트 되던 문제점

사악한 일격 사용시에 카운트가 추가로 되던점 해결된 버전입니다.


http://www.curse.com/addons/wow/bandits-guile-helper#t1:other-downloads 에 등록된 버젼은

사악한 일격시에 연속타격으로 인하여 카운트가 제대로 되지 않습니다.


이 글에 있는 버젼을 다운 받으시거나

아래오ㅏ 같이 수정하시면 됩니다. core.lua


-------------------------------------
The problem seems to be that it is checking multistrike Sinister Strikes too. I am no LUA guru but I think I got it working, though there is probably a more elegant way to do it. In Core.lua change:

line 360 to:
local arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25 = ...;

and line 365 to:
if arg2 == "SPELL_DAMAGE" and (arg12 == 1752) and arg25 == false then