|
2011-04-29 04:53
조회: 4,458
추천: 7
MikScrollingBattleText 사용자 참고*Credit: dharwin, LightsFuryUther 일단 당장 적용할 수 있는 수동패치안이 떴습니다. 적용결과 적어도 MSBT의 오작동은 싸그리 사라진 기분입니다. 모든 파일은 Interface\Addons\MikScrollingBattleText 에 있습니다. 3줄만 손보시면 됩니다. Curse Client 사용자를 위한 팁: 수동패치 할 경우 목록에서 Modified로 뜹니다. 추후 패치 나온거 체크한 다음 오른쪽 버튼 눌러 Update 하시면 원래대로 업뎃할 수 있습니다. MSBTParser.Lua, line 344 이 줄을 찾아: local function ParseLogMessage(timestamp, event, sourceGUID, sourceName, sourceFlags, recipientGUID, recipientName, recipientFlags, ...) 이렇게 바꾸세요: local function ParseLogMessage(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, recipientGUID, recipientName, recipientFlags, ...) MSBTCooldowns.lua, line 246 이 줄을 찾아: function eventFrame:COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, sourceGUID, sourceName, sourceFlags, recipientGUID, recipientName, recipientFlags, skillID) 이렇게 바꾸세요: function eventFrame:COMBAT_LOG_EVENT_UNFILTERED(timestamp, eventtype, hideCaster, sourceGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, ...) MSBTTriggers.lua, line 698 이 줄을 찾아: local function HandleCombatLogTriggers(timestamp, event, sourceGUID, sourceName, sourceFlags, recipientGUID, recipientName, recipientFlags, ...) 이렇게 바꾸세요: local function HandleCombatLogTriggers(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, recipientGUID, recipientName, recipientFlags, ...) |
NST