Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ globals = {
"UnitIsConnected", "event", "arg1", "arg2", "MultiBotSaved", "GetUnitName", "GetTime", "GetNumMacros", "ReloadUI", "GetQuestLogLeaderBoard", "AbandonQuest",
"GetMacroIconInfo", "GetPlayerInfoByGUID", "UnitGUID", "ConvertToRaid", "HandleQuestsAllResponse", "UnitXPMax", "UnitXP", "UnitManaMax", "UnitMana",
"GetCurrentMapContinent", "GetCurrentMapAreaID", "SLASH_MULTIBOT1", "SLASH_MULTIBOT2", "SLASH_MULTIBOT3", "SLASH_MULTIBOTOPTIONS1", "SLASH_MBFAKEGM1",
"SLASH_MBCLASS1", "SLASH_MBCLASSTEST1", "UIDropDownMenu_SetText", "UIDropDownMenu_SetWidth", "UIDropDownMenu_Initialize", "UIDropDownMenu_CreateInfo",
"UIDropDownMenu_AddButton", "UIDropDownMenu_SetSelectedValue", "time", "isFav", "ToggleDropDownMenu"
"SLASH_MBCLASS1", "SLASH_MBCLASSTEST1", "icon", "FauxScrollFrame_OnVerticalScroll", "FauxScrollFrame_GetOffset", "FauxScrollFrame_Update",
"time", "UIDropDownMenu_SetText", "UIDropDownMenu_SetWidth", "UIDropDownMenu_Initialize", "UIDropDownMenu_CreateInfo",
"UIDropDownMenu_AddButton", "UIDropDownMenu_SetSelectedValue", "isFav", "ToggleDropDownMenu"
}

read_globals = {
Expand Down
14 changes: 14 additions & 0 deletions Core/MultiBotEvery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ MultiBot.addEvery = function(pFrame, pCombat, pNormal)
end
end
},
{ "RepsEmblems", "Achievement_Reputation_01", MultiBot.tips.every.repemblems, function(b)
if MultiBot.RequestReputations then
MultiBot.RequestReputations(b.getName())
else
SendChatMessage("rep all", "WHISPER", nil, b.getName())
end

if MultiBot.RequestEmblems then
MultiBot.RequestEmblems(b.getName())
else
SendChatMessage("emblems", "WHISPER", nil, b.getName())
end
end
},
{ "Maintenance", "Achievement_Halloween_Smiley_01", MultiBot.tips.every.maintenance, function(b)
SendChatMessage("maintenance", "WHISPER", nil, b.getName())
end
Expand Down
1 change: 1 addition & 0 deletions MultiBot.toc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ UI\MultiBotSpecUI.lua
Data\MultiBotItemus.lua
UI\MultiBotTalent.lua
UI\MultiBotPVPUI.lua
UI\MultiBotRepEmblemUI.lua
Features\MultiBotReward.lua
Features\MultiBotNecronet.lua
Features\MultiBotRaidus.lua
Loading
Loading