Общая информация:
Хот-бар: Номер слота
1: 1 2 3 4 5 6 7 8 9 10 11 12
2: 13 14 15 16 17 18 19 20 21 22 23 24
3: 25 26 27 28 29 30 31 32 33 34 35 36
4: 37 38 39 40 41 42 43 44 45 46 47 48
5: 49 50 51 52 53 54 55 56 57 58 59 60
6: 61 62 63 64 65 66 67 68 69 70 71 72
Номера слотов на персонаже (для макросов)
0 = ammo
1 = head
2 = neck
3 = shoulder
4 = shirt
5 = chest
6 = waist
7 = legs
8 = feet
9 = wrist
10 = hands
11 = finger 1
12 = finger 2
13 = trinket 1
14 = trinket 2
15 = back
16 = main hand
17 = off hand
18 = ranged
19 = tabard
20 = first bag (самая правая)
21 = second bag
22 = third bag
23 = fourth bag (самая левая)
Макросы:
Стенс-денс макрос - антифир:
/cast Berserker Stance
/stopcasting
/cast Berserker Rage
/stopcasting
/cast Defensive Stance
Переключение с 2h на 1h+shield
/script if ( not CursorHasItem() ) then PickupInventoryItem(16); if ( CursorHasItem() ) then PickupContainerItem(mainhandBag, mainhandBagSlot); end PickupContainerItem(offhandBag, offhandBagSlot); PickupInventoryItem(17); PickupContainerItem(offhandBag, offhandBagSlot); end
Макрос для Нефариана на снятие оружия:
/script AttackTarget()
/script ClearTarget()
/script TargetLastTarget()
/run local p,s="player",18 if GetInventoryItemLink(p,s)then PickupInventoryItem(s)PutItemInBackpack()end
или
/run local p,s="player",18 if GetInventoryItemLink(p,s)then PickupInventoryItem(s)PutItemInBackpack()else PickupContainerItem(0,1)EquipCursorItem(s)end
1 слот в сумке должен быть свободен.
Для аое танкинга(автоматически включает автоатаку по цели, которая у тебя в таргете):
/script if not IsCurrentAction(55) then UseAction(55) end;
/cast Cleave(Rank 5)
/cast Demoralizing Shout(Rank 5)
Для сингл таргета (тоже включает автоатаку):
/script if not IsCurrentAction(55) then UseAction(55) end;
/cast Heroic Strike
/cast Shield Slam
/cast Revenge
/cast Sunder Armor
В скобках указана цифра 55, соответствующая автоатаке на панели. Её можете менять в зависимости от гастрономических предпочтений.
Спамим эти 2 кнопки в зависимости от ситуации(аое паки или сингл таргет), и с вас не сорвёт даже самый заряженный дд.
Чардж или одевание маунта (если стоять на месте одевает маунта, если бежать, то чарджится)
/run --CastSpellByName("Charge")
/script if not IsCurrentAction(38) then UseAction(38) end;
/cast Charge
Оверчардж + Героик (что бы не отвлекаться)
/run --CastSpellByName("Heroic Strike")
/cast Overpower
/cast Heroic Strike
Ревендж + Сандер
/run --CastSpellByName("Sunder Armor")
/cast Revenge
/cast Sunder Armor
Мокинг блоу (из любой стойки)
/run --CastSpellByName("Mocking Blow")
/script CastShapeshiftForm(1)
/cast Mocking Blow
АОЕ танкинг (на 37 кнопке висит Вирлвинд)
/run --CastSpellByName("Whirlwind")
/cast Whirlwind
/script CastShapeshiftForm(3)
/script if not IsCurrentAction(37) then UseAction(37) end;
/script CastShapeshiftForm(1)
/cast Thunder Clap
ЛС, если хп мало (и ЛС кд), камень лока, если нет - мажорка.
/cast Last Stand
/run if (UnitHealth("player")/UnitHealthMax("player") < 0.2) then UseAction(92, 0, 1) end;
/run if (UnitHealth("player")/UnitHealthMax("player") < 0.2) then UseAction(93, 0, 1) end;
На 92 кнопке висит HS, на 93 - мажорка.