|
2013-10-15 18:20
조회: 16,482
추천: 8
첨부파일
pibulllua.zip [21Kb] (파일.스샷)Pitbull4(핏불)에서 보스프레임 사용하기핏불이라는 유닛프레임에서 보스프레임 보이게 하는 방법입니다.
애드온 특성상 무겁다는 단점이 있어서 많이 쓰시는 분이 없으리라 보는데 그래도 쓰시는 분이 계시다면 알려드리고자 올립니다. 해외 포럼에서 발견해서 저도 잘 쓰고 있습니다. PitBull4 폴더 안 - Utils.lua . . . 이 문구 아래에 local valid_singleton_unit_ids = { player = true, pet = true, mouseover = true, focus = true, target = true, } setmetatable(valid_singleton_unit_ids, target_same_mt) 아래 문구를 삽입--------- for i = 1, MAX_BOSS_FRAMES do valid_singleton_unit_ids["boss" .. i] = true end 이 문구 아래에 local classifications = { player = L["Player"], target = L["Target"], pet = L["Player's pet"], party = L["Party"], party_sing = L["Party"], partypet = L["Party pets"], partypet_sing = L["Party pet"], raid = L["Raid"], raid_sing = L["Raid"], raidpet = L["Raid pets"], raidpet_sing = L["Raid pet"], mouseover = L["Mouse-over"], focus = L["Focus"], maintank = L["Main tanks"], maintank_sing = L["Main tank"], mainassist = L["Main assists"], mainassist_sing = L["Main assist"] } 아래 문구를 삽입------- for i = 1, MAX_BOSS_FRAMES do classifications["boss" .. i] = L["Boss"] .. " " .. i end PitBull4 폴더 안 - Main.lua . . . 이 문구 아래에 for i = 1, MAX_PARTY_MEMBERS do NORMAL_UNITS[#NORMAL_UNITS+1] = "party" .. i NORMAL_UNITS[#NORMAL_UNITS+1] = "partypet" .. iendfor i = 1, MAX_RAID_MEMBERS do NORMAL_UNITS[#NORMAL_UNITS+1] = "raid" .. iend 아래 문구를 삽입-------- for i = 1, MAX_BOSS_FRAMES do SINGLETON_CLASSIFICATIONS[#SINGLETON_CLASSIFICATIONS + 1] = "boss" .. i NORMAL_UNITS[#NORMAL_UNITS+1] = "boss" .. iend PitBull4_LuaTexts 폴더 안 - ScriptEnv.lua . . .
EXP
615,281
(54%)
/ 648,001
◆World of Warcraft◆ 길드 - Brave Vesperia 헬스크림 서버 - Lv.90 레이레너드 Lv.90 막시밀리언 Lv.90 바이스린 Lv.90 세페이아 ◆League of Legend◆
국내섭 - Lv.30 그림쟁이디스누프
|
pibulllua.zip [21Kb]
디스누프