Jump to content

Search the Community

Showing results for tags 'data\zhcn\locale-zhcn.mpq'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Main Section
    • RU: News and Announcements
    • Polls
    • RU: Changelogs
    • Suggestions and rewievs
    • Questions to the administration
    • RU: Useful Information
    • Events on the PandaWoW
    • PandaWoW Streaming
  • Support
    • RU Support
    • EN Support
    • Character transfer
    • PandaWoW Launcher
  • English-International forums
    • News and Announcements
    • Changelog on the project
    • Useful Information
    • Bug tracker
    • Game section
    • General Discussion
    • Localized Forums
    • PandaWoW Streaming
  • China-speaking forums
    • News and Announcements
    • Changelog on the project
    • Useful Information
    • General Discussion
    • Game section
    • Support
    • PandaWoW Streaming
    • BugTracker
  • Game Realms
    • Флудильня
    • Panda WoW x5
    • Panda WoW x100
    • Panda WoW FUN
  • Game Section
    • PvE
    • PvP
    • Аддоны
    • Макросы
    • Профессии
  • BugTracker
    • Class Spells & talents
    • Instances & Raids
    • Database
    • Arenas & Battlegrounds
    • Miscellaneous
    • WEB (site/forum/cp) bugs
    • Fixed
    • Declined topics
    • QA (Quality Assurance) - fixes testing
  • Non-game activity
    • Медиа
    • Поздравления
    • Форумные игры
    • О разном

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Main Game Realm


Main Character


PvP


PvE

Found 1 result

  1. И так, приветствую всех. Недавно я подавал тему в которой описывал проблему с аддонами после установки PandaWoW Launcher. Сама проблема заключалась в том, что интерфейс выдавал ошибку "Модификация "Название аддона" заблокирована при попытке действия, доступного только интерфейсу Blizzard". [ATTACH=CONFIG]132857[/ATTACH] Вот мне удалось найти решение этой проблемы. В корне игры зайти в папку с аддонами PandaWoW/Interface/Addons, после чего в папке каждого аддона в Lua файле (Пример: PandaWoW/Interface/Addons/Bartender4/Bartender4.lua) в конце вписать эти строчки: setfenv(FriendsFrame_OnShow, setmetatable({ UpdateMicroButtons = function() end }, { __index = _G })) setfenv(WorldMapFrame_OnShow, setmetatable({ UpdateMicroButtons = function() end }, { __index = _G })) local my_addon = CreateFrame("Frame") my_addon:RegisterEvent("ADDON_LOADED") my_addon:SetScript("OnEvent", function(self, event, addon) if addon == "Blizzard_AchievementUI" then setfenv(AchievementFrame_OnShow, setmetatable({UpdateMicroButtons=function() if (AchievementFrame and AchievementFrame:IsShown()) then AchievementMicroButton:SetButtonState("PUSHED", 1); end end }, { __index = _G})) elseif addon == "Blizzard_PetJournal" then setfenv(PetJournalParent_OnShow, setmetatable({UpdateMicroButtons=function() if (PetJournalParent and PetJournalParent:IsShown()) then CompanionsMicroButton:Enable(); CompanionsMicroButton:SetButtonState("PUSHED", 1); end end }, { __index = _G})) end end) После которых лично у меня начало всё отлично работать. Так же, могу посоветовать аддон LibDialog Надеюсь я тебе помог!
×
×
  • Create New...