Mikscrollingbattletext

Wow classic addons

Макросы

Макрос — это маленькая программа, написанная на скриптовом языке, предназначенная для решения следующих (к примеру) задач:

Чтобы открыть интерфейс макроса в игре, введите «/ macro» или «/ m».
Выберите между вкладками «Общие» и «Макросы для конкретного персонажа». Затем нажмите кнопку «Создать» в окне макроса.
Выберите имя и значок, чтобы вы могли легко узнать свой макрос, затем нажмите «ОК».
Выберите новый макрос и используйте текстовый редактор ниже, чтобы написать команду для макроса. Также вы можете скопировать готовый макрос и просто его вставить..
Нажмите кнопку «Сохранить» и перетащите значок макроса на панели заклинайний чтоб использовать его, как любое другое заклинание из вашей книги заклинаний.
Чтобы закрыть окно, нажмите «Выход» или просто нажмите Escape.

Для получения дополнительной информации о создании макросов, включая полные списки условных операторов, модификаторов и других настроек команд, которые вы можете использовать, ознакомьтесь с нашим полным руководством по Макросам.

Информация в бою

BigWigs Bossmods — Легкий аддон для рейдов с открытым исходным кодом.
Deadly Boss Mods — Более надежный аддон для подземелий, рейдов, PvP и многого другого.
Details — Настраиваемый счетчик урона и исцеления
Exorsus Raid Tools — Модульный аддон, содержащий инструменты координации рейдов для руководителей и офицеров рейдов.
Omen — Счетчик угрозы.
Pawn — показывает различия между вещами, которые надеты на вашего персонажа и теми, на которые вы навели мышкой.
SimulationCraft — Упрощает симуляцию вашего персонажа, создавая внутриигровой скрипт для вставки в SimCraft или Raidbots.
WeakAuras2 — Очень мощный аддон, который может отображать огромное количество разнообразной информации, индикаторы использования заклинаний, предупреждения об опасных способностях рейдовых боссов и многое другое.

Bartender4

A favorite of World of Warcraft and World of Warcraft Classic players is Bartender4. With it, you’ll be able to fully customize all actions and anything related to those bars, like those for your bags, stances, pets, micro menus, and your XP and Reputation. Customization is the name of the game and a must-have for anyone who wants to make adjustments to the standard layout.

Deadly Boss Mods

The Deadly Boss mod makes it much easier to track what’s happening in a raid or a dungeon. It’s a mod that distinctly breaks down each section of whatever content you’re trying to work through, giving you great assistance if you’re not quite sure how everything works. Once you’ve gone through a location enough times, it should become pretty simple to figure out, and you might eventually get rid of the mod because you know it like the back of your hand.

Image via Blizzard

DejaDebuff Tracker

The DejaDebuff Tracker add-on creates a moveable tooltip that shows all of the current buffs and debuffs happening to your character. You’ll be able to properly manage them by placing them in specific locations on your screen. It’s a popular choice that has been updated for Burning Crusader.

HandyNotes

There are not too many small icons on your world map and mini-map that detail specific locations, such as boats, zeppelins, and trams. Rather than looking them up or memorizing them, the HandyNotes add-on places them on your map so you can see their exact locations at a glance.

Pawn

If you’re looking to create a specific character, you’ll be hunting certain pieces of gear to properly build yourself into an optimized tank, damage dealer, or a heal. The Pawn mod makes it easier to pick between several equipment pieces, making sure you choose the best option for your character. It’s a much more efficient way to ensure you’re grabbing the correct items.

Questie

When trying to learn the location of specific items for a quest, it can be hard and time-consuming to find them in-game or online. The Questie mod is something that can cut your time in half by directly telling you where you need to go to find specific items. The one thing wrong about this mod is that it is being updated nearly every day, so there’s a chance you might run into some problems. Regardless, it should make questing and finding specific items in World of Warcraft Classic much easier.

Taxi Timer

The wait times for traveling using a flying mount never get old. Some locations can take several minutes before you reach your destination. If you’d like to know the exact time until you reach a particular place, you can download the InFlight Taxi Timer, which details how long the overall flight is and how far you are. You can see when you have to wait two more minutes, giving you plenty of time to step away and deal with other business.

Vendor Prices

How much is an item worth to the junk vendors? With the Vendor Prices mod, you can hover over any equipment or junk item in your bags to figure out how much it’s worth. It’s much quicker to inform you of the best things to remove from your inventory and what you should keep.

Weak Auras 2

The buff and debuff icons in World of Warcraft Classic are vague and don’t give you the full picture. To make your life easier, the Weak Auras 2 mod comes with customized animations for any buff you give other players or any you receive, and the same goes for debuffs that an enemy hits you with. All of these can be customized to your preferred choice.

Квесты, лут, профессии

Удаление всех серых вещей в инвентаре (моментально все удалит):

/script ClearCursor()local g,i,j,s,a,b=gsub;for i=0,4 do for j=1,GetContainerNumSlots(i)do s=GetContainerItemLink(i,j)if(s)then a,b,s=GetItemInfo(g(g(s,”.*\124H”,””),”\124h.*”,”” ))if(s==0)then PickupContainerItem(i,j)DeleteCursorItem()end;end; end;end

Удаление всех белых вещей:

/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,”cffffffff”) then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end

Удаление вещей необычного качества (зелень):

/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,”cff1eff00″) then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end

Удаление определенной вещи из инвентаря:

Ставим вместо «Блестящая рыбья чешуя» свое название, кавычки обязательны.

/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,”Блестящая рыбья чешуя”) then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end

Быстрая сдача мяса с Вневременного острова:

Тут он прописан для сдачи именно «Мясистой ноги журавля». Если Вы хотите сдавать «Мясо большой черепахи», то вместо единицы (1), нужно вписать двойку (2). Для «Бока большого яка» тройку и так далее. Этот макрос подходит и для других квестов, например, на обмен «Корзинок с продуктами» на «Жетоны Железной Лапы».

/click GossipTitleButton1/click QuestFrameCompleteButton/click QuestFrameCompleteQuestButton

Автоматическая сдача квеста неограниченное количество раз:

/script SelectGossipAvailableQuest(1); CompleteQuest(); GetQuestReward();

Автопринятие/автосдача/автовыбор награды за квесты:

Номер награды вписываем в скобки GetQuestReward(1). Вторая (пустая) строка GetQuestReward() нужна для сдачи квеста без награды.

/script SelectGossipActiveQuest(1)/script SelectGossipAvailableQuest(1)/script AcceptQuest()/script CompleteQuest()/script GetQuestReward(1)/script GetQuestReward()

Просеивание руды:

Кратность руды, находящейся в сумке, должна ровняться пяти (5). Иначе макрос остановится. Можно вписать любую руду, хоть всю, которая поместится. Тут для примера 2 вида руды.

/cast Просеивание/use Призрачная железная руда/use Кипарит

Покупка вещей:

Меняем название предмета и количество, например Фолиант ясного разума, 20. Максимум 255.

/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy (“Ключ от клада Кукуру”,20)

Так же, если вы не хотите каждый раз менять макрос, можно добавить в конце новый предмет и количество, будет выглядеть это так:

/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy (“Ключ от клада Кукуру”,20) buy (“Фолиант ясного разума”,20)

Отмена квестов из журнала:

По одному квесту, начиная сверху.

/script SelectQuestLogEntry(2); SetAbandonQuest(); AbandonQuest();

Отмена всех имеющихся квестов:

/run for i=1,GetNumQuestLogEntries() do SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); end

Изучение рецептов:

Открываешь тренера, жмешь и он изучает все доступные рецепты (если профессия) и скилы (если тренер), а Вы только сидите и наблюдаете, как быстро это происходит. Макрос остается работать до тех пор, пока не сделаете релог.

/run LoadAddOn”Blizzard_TrainerUI” f=ClassTrainerTrainButton f.e = 0 if f:GetScript”OnUpdate” then f:SetScript(“OnUpdate”, nil)else f:SetScript(“OnUpdate”, function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end

CONCERNATION

Classic hazard gage — This is an invaluable supplement to every DD raid participant as it displays the relative threat of a player’s scores and lets you know who is about to get upset. To measure the magnitude of the threat, the battle log data are used. A must have a dungeon or a raid party for some serious final game.

Calculation – A great add-on for final raids with a broad menu customisation. It indicates how much harm the players have doing, provides the chance to see past battles and has an instant reset feature after combat. Useful also for tanks and healers since it provides statistics on healing and danger.

For information! For details. Harm Meter Classic – It provides not only statistics about the damage caused, but also other specifics, including the amount of times a certain healer has cooled down a certain tank. The tidy, simple to use and dynamic user interface. Ideal for leading raids.

Shaded Unit Frame – A customizable Pitbull-like system extension (see description above). It exhibits details such as entrants, auras, bars of wellbeing, doors, energy bars, images, signs, and so forth. Even without having to refresh the user interface, you can move from one profile to another.

Classic text – Customize default damage numbers along with incoming healings and other detail. Mik scrolling combat text classic We suggest that this add-on be set up for a certain time as the out of the box” settings will show some stuff, which some players do not need.

True Mob Wellbeing – One of WoW Classic’s easiest, and necessary, supplements, when the amount of XP points the enemy has is seen. Sadly, there are just fractions, but it is much more than zero.

Classic cast bars – This mod installs them so that you can specifically look at the enemy casting, so that you can cut off the spell more quickly and quicker, as long as there is no cast bars in the game. You may also change the player’s active bar. Perfect PvP player option.

Omni CC – is a tiny but very common add-on that attaches text to cooldown objects, spells and capabilities to indicate when ready. The digital equivalent of all normal analog decay periods. Fits for several additional add-ons.

Omni Bar – It’s a very light add-on. It is used to track the cooldowns of enemies. Omni Bar is easy to adapt and has a range of features including: multiple bars, amount of cooldowns, multiple players monitoring, personalizable cooldowns. Can be found in battlefields and stadiums.

Lose Control – Displays your player, pet, aim, party or raid group, for duration of both parties’ control spells, skills, and buffs. Lose Control It supports and can be modified to PvP interruptions if necessary.

H.H.T.D. (Healers Must Die) – It’s a very handy PvP-oriented add-on, so it detects and instantly applies a special healing symbol for players. This add-on displays your current class and healing rank. It will also help you defend the healers against warning you when they are targeted.

Spy Classic – watches for enemy players and alerts you if they are close by. The add-on tries to supply the enemy with as much information as possible. There can be class and level. If you are using the Spy, you may share information with your party, raid, or guild.

WeaponSwingTimer

For rogues, shamans, paladins, and warriors, you may want to use certain abilities immediately after a weapon swing to prevent your abilities from interfering with your character’s automatic attacks. This can be difficult if you’re only watching your character’s animations because of server lag or a number of other issues. The auto swing timer tells you exactly when your character is swinging and how far you are from an auto attack.

  • A swing timer can allow you to take your damage to a new level as a melee class. It opens up a small minigame and micromanagement to the game once you’ve already got the macromanagement under control. 
  • WeaponSwingTimer might buy you enough foresight to stop you from breaking a crowd control effect with your auto attack.

Basic UI improvements and tools

There are a variety of addons that are designed to improve the default user interface or provide useful tools that don’t come as standard. While the options for addons like this are myriad and can get very complex if that’s what you’re looking for, these are some of the more standard options that are popular with a lot of players and don’t require lots of effort for basic configuration.

Action-bar clean-up: Bartender4

There are a lot of ways to customize your UI, especially if you’re willing to spend a lot of time getting everything just right, but one of the quickest way to upgrade the default interface is Bartender, which gives you a lot more customization and control over your all-important action bars without requiring much set-up.

Article continues after ad

Damage meters: Recount or Details!

One of the major features that World of Warcraft lacks by default is a way of seeing exactly how much damage or healing you and your group is doing.

As in retail WoW, the two go-to options for damage and healing meters are Recount and Details!, both of which offer all the information and customization you could want in a clear and unobtrusive table. Which you choose is largely a case of preference.

Recount also offers detailed breakdowns of damage and healing.

Map upgrade: Atlas World Map Classic

For those that aren’t a fan of the default maps in World of Warcraft, the Atlas World Map upgrades them to a more detailed version that better captures the features and environmental differences between zones.

Article continues after ad

Atlas World Map does remove the need for players to “discover” new areas in order to be able to see those sections of the map, but it doesn’t offer any additional assistance beyond clarity – whether that’s a simple convenience or takes away from the true Classic experience is for you to decide.

The Atlas World Map gives you an improved map to work with.

Bag improvements: OneBag3 or Bagnon

The default bags in World of Warcraft can be a bit cumbersome at the best of times, and in Classic you’re likely to have less space and more items.

To save you from searching through multiple bags trying to find the items you’re looking for, OneBag3 and Bagnon are designed to unify your bags into a single space with more options and tools for organization.

Article continues after ad

At the time of writing, Bagnon is unfortunately out of date and doesn’t actually work, so it’s worth grabbing OneBag3 for the time being, but if you’ve used Bagnon in retail and would prefer it, you can keep an eye out for an update on the Twitch app.

Vendor Price

Anyone playing WoW should seriously consider Vendor Price, which lists the amount that each item will sell for to a vendor. It sounds simple, because it is, but it can also be crucial to help decide what to hang on to and what to get rid of while out questing.

Article continues after ad

Dungeons and Raids

Atlas Loot Classic – This is a UI mod that gives access to the loot tables of bosses everywhere and at any time and shows a full list of the Best In Slot items for your class and where to get them. It also provides information about crafting materials, created items, and skill ranks.

Atlas Classic WoW – Provides instances maps to the Player, marks the locations of major bosses, provides detailed and accurate information about all of the creatures, NPCs, objects, and events you’ll encounter in each instance.

Deadly Boss Mods – Classic (DBM) – It is a dungeon support add-on; probably the best and most popular among others of its kind. DBM warns you when a boss is about to use certain abilities that might require you to move or counter its spell.

Big Wigs Bossmods – The boss encounter add-on. It triggers alert messages, timers, and sounds for specific encounters. This add-on is similar to DBM, but the memory/second and CPU/second footprint of Big Wigs is the lowest among all boss mod add-ons.

TellMeWhen – Another highly customizable modification that provides visual, auditory, and textual notifications about elements of combat such as cooldowns, buffs and debuffs, reactive abilities, temporary weapon enchants, totems, runes, spell casts, and any combination of over 110 other things with easy-to-use conditions.

Weak Auras 2 – This powerful and flexible framework add-on is necessary for anyone who plans on doing raiding. It tracks auras, health, power (mana, rage, soul shards, holy power, etc.), cooldowns, combat events, runes, totems, items, and more. Everything is customizable.

Decursive – This add-on tracks the cursed members of the raid/party. Allows you to prioritize decursing some classes over others. Decursive supports all classes with cleansing abilities and configures itself automatically. It is suitable for both PvE and PvP as you can polymorph/cyclone/hex mind-controlled players.

Questie для WoW Burning Crusade 2.5.1

Questie – один из популярных аддонов для World of Warcraft. С его помощью вам будет намного легче выполнять различные задания, особенно, если вы играете в Burning Crusade впервые и не знакомы с нюансами игры на данной версии WoW. В этом гайде мы расскажем обо всех преимуществах модификации, как скачать Questie для WoW TBC и как его установить.

Команды для Questie

Введите команду /questie, чтобы увидеть список команд. Команды вводятся в формате /questie <команда>. Возможные варианты перечислены ниже.

Команды для управления стрелкой

Примечание: стрелка работает только в том случае, если у вас включен список отслеживания (см. ниже).

  • arrow: включить/выключить стрелку с направлением движения к цели задания
  • corpsearrow: включить/выключить стрелку с направлением движения к трупу

Команды для управления списком отслеживания

  • tracker: включить/выключить список
  • cleartracker: сбросить положение списка и поместить его в центр экрана
  • color: переключить цветовую схему (два варианта: оригинальный стиль и стиль Monkey Quest)
  • header: добавить строку со счетчиком активных заданий (снизу или сверху списка, в зависимости от направления текста)
  • listdirection: изменить направление текста (по умолчанию — сверху вниз, команда меняет направление на противоположное)
  • qtscale: масштабировать шрифт списка (всего три варианта, мелкий (по умолчанию), средний, крупный)
  • background: включить/выключить фон списка
  • backgroundalpha: добавить к фону списка альфа-канал (уровень прозрачности от 1 до 9)

Прочие команды

  • showquests: включить/выключить постоянное отображение заданий на мини-карте и карте мира
  • maxlevel: включить/выключить фильтр заданий слишком высокого уровня
  • setmaxlevel: задать границу, определяющую задания слишком высокого уровня (по умолчанию — 3 уровня и более)
  • minlevel: включить/выключить фильтр заданий слишком низкого уровня
  • setminlevel: задать границу, определяющую задания слишком низкого уровня (по умолчанию — 5 уровней и более)
  • professions: включить/выключить фильтр заданий, связанных с профессиями
  • tooltips: включить/выключить подсказки к целям заданий
  • mapnotes: включить/выключить иконки на мини-карте и карте мира (точно так же работает кнопка Questie на карте мира, позже мы планируем ее удалить)
  • resizemap: масштабирует карту мира (варианты: полный экран и оконный режим, функция предназначается для тех, кто не пользуется аддонами для карты мира вроде Metamap и Cartographer)
  • cluster: включить/выключить группировку иконок для доступных и завершенных заданий (по 5)

Технические команды

Questie для Официального WoW Classic 1.13.7 (руcский / английский) — скачать

Аддон отслеживает общее кол-во очков опыта, которые получит ваш персонаж, когда сдаст все выполненные квесты. С помощью аддона можно узнать, хватит ли вашему персонажу опыта, чтобы перейти на новый уровень, когда вы сдадите все свои выполненные квесты.

Позволяет рассчитать, хватит ли вам опыта, или стоит задержаться и добить необходимое количество опыта на мобах до получения уровня.

Для тех игроков, кто только начинает свой тернистый путь по локациям WoW Classic, будет полезен аддон Questie. Часто новички встречаются с проблемами, когда берут задания. После взятия задания, они не могут найти место, где его необходимо выполнить. Особенно эта проблема заметна, при нахождении определенной цели для убийства или какого-то предмета. Questie помогает в решение данной проблемы, а именно аддон отображает квесты, которые можно взять. После того, как взяли квест, необходимая зона сразу будет отображаться на карте, что облегчит выполнение задания в целом. Аддон незначительно изменяет базовый интерфейс.

Интерфейс

На отдаление и приближение камеры:

Зажимаем кнопку (макрос) и одновременно крутим колесико мыши.

/console cameraDistanceMaxFactor 3.4

Позволяет сохранять ваши сообщения в чате в отдельный файл:

Действует по принципу вкл/выкл. Сохраняет в файл …\Logs\WoWChatLog.txt

/chatlog

Позволяет сохранять логи боя в отдельный файл:

Действует по принципу вкл/выкл. Сохраняет в файл …\Logs\WoWCombatLog.txt

/combatlog

Перезагрузка игрового интерфейса:

/reload

Активирует режим АФК и извещает, написавших Вам ЛС, заранее заготовленную фразу:

/afk любой текст

Активирует режим “Не беспокоить” и извещает, написавших Вам ЛС, заранее заготовленную фразу:

/dnd любой текст

Выключение всех аддонов с перегрузкой интерфейса, а другой на включение:

/disableaddons

/enableaddons

Полная перезагрузка всех аддонов и интерфейса:

/run local f = CreateFrame(“frame”,nil, UIParent); f:SetScript(“OnUpdate”, CombatLogClearEntries);

Отключение сообщений об ошибках (типа, заклинание ещё недоступно). Первый включает, второй выключает:

/run UIErrorsFrame:UnregisterEvent(“UI_ERROR_MESSAGE”)

/run UIErrorsFrame:RegisterEvent(“UI_ERROR_MESSAGE”)

Отключение всех звуков (первый выключает, второй включает):

/console Sound_EnableSFX 0

/console Sound_EnableSFX 1

Включает звуковые + текстовые сообщения об ошибках:

/run UIErrorsFrame:RegisterEvent(“UI_ERROR_MESSAGE”)/console Sound_EnableSFX 1

Переключение одной кнопкой оконного/полноэкранного режимов:

/run SetCVar(“gxWindow”, (GetCVar(“gxWindow”)+1)%2) RestartGx()

Экипировка

Pawn

Позволяет подобрать лучшую экипировку для вашей текущей специализации, в зависимости от недостающей характеристики. Приоритет статов можно выгрузить с Ask Mr. Robot, но аддон также имеет встроенные приоритеты.

Скачать Pawn

Подсказывает, какой из азеритовых талантов (трейтов) лучше и профитнее.

Скачать

Этот небольшой аддон позволяет упростить создание профиля SimCraft одной командой /simc

Скачать SimCraft

Can i Mog it?

Показывает прогресс достижения сбора определенных сетов трансмога, позволяет подобрать трансмог, показывает, доступен ли определенный сет вашему классу и т.п.

Скачать Can I Mog it?

ACCOMMODATION

Question: The simplest add-on to use Classic WoW is possibly when icons are added to the chart for searches in your log, which searches you are able to make, and many helpful resources are available. Caution: Questie kills a little the lore of the game, so it will be your chance to level up to level 60 ASAP.

Azeroth Classic Autopilot provides different functions including automatic screen skipping, automatic NPC chat, automatic quest capturing, etc. It is primarily aimed at changing rpm. The AutoPilot provides pre-defined search paths for your rank, class and other variables; it provides the development of hotkeys or macros that use search elements.

Immersion Classic – The whole thing opposite Questie is this add-on. Ideal for someone who needs to hear more about the game’s past. It displays the search text in a much narrower way and shows the character of the dialog.

Classic Quest Log for Classic – Considering the awkward term, this is an invaluable complement to the Classic Call Log, which created the two-blade search log to display all your searches on the right and to the right.

Dismantling of the icon – A very basic but very helpful add-on that grays out the dialog signals of the quest giver for incomplete searches.

Установить кнопку автоатаки на панели действий

Чтобы использовать автоатаку в WoW, необходимо добавить кнопку на панель действий. Для этого нужно выполнить следующие действия:

  1. Откройте окно настроек интерфейса, нажав на кнопку «Escape».
  2. Выберите вкладку «Действия».
  3. Найдите строку с подписью «Автоатака» и перетащите ее на желаемую панель действий.

После этого вы увидите новую кнопку на панели действий, которая позволит вам использовать автоатаку простым нажатием на нее.

Не забудьте, что автоатака может быть неэффективна в некоторых ситуациях, поэтому важно научиться использовать другие способности своего персонажа в бою. Удачной игры!

CLASSIC CASTBARS

Хотите верьте, хотите нет, вы не можете видеть, какое заклинание накладывает враг в WoW: Classic. Некоторые фактически используют его как тактику, чтобы заставить их тратить попусту способность Контрзаклинания или заклинания. Classic Castbars стремится решить эту проблему, но он идет с оговоркой. По-видимому, вы не можете различить ранг заклинания в WoW API. Таким образом, составная часть не всегда будет точной и предполагает, что каждое приведенное заклинание является наивысшим рангом заклинания. Хотя это не на 100% полезно, возможность знать, какое заклинание будет наложено вашим врагом, все еще очень полезно. Если вы собираетесь много играть в PvP, вам захочется получить этот аддон.

Загрузите это здесь.

Понравилась статья? Поделиться с друзьями:
Косплей-шоп
Добавить комментарий

;-) :| :x :twisted: :smile: :shock: :sad: :roll: :razz: :oops: :o :mrgreen: :lol: :idea: :grin: :evil: :cry: :cool: :arrow: :???: :?: :!: