Понедельник, 06.10.2025, 17:11
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 3 из 3
  • «
  • 1
  • 2
  • 3
Гайд по макросам и их созданию
alexeyДата: Суббота, 22.01.2011, 15:58 | Сообщение # 31
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Regrowth > Rejuvation > Lifebloom
Цитата:
/castsequence [help] [target=player] reset=8/target Regrowth, Rejuvenation, Lifebloom
Rebirth
Цитата:
#showtooltip
/cast [help, dead] [target=targettarget, help, dead] [target=mouseover, help, dead] [target=focus, help, dead] Rebirth; [target=focustarget, help, dead] [target=none] Rebirth
Rebirth & Announce (Channel)
Цитата:
/stopmacro [nohelp]
/stopmacro [help, nodead]
/5 <<Battle Rezzing %T>>
/cast Rebirth
Rebirth / Innervate & Smart Announce
Цитата:
/run u="mouseover"s=UnitIsDead(u)and"Rebirth"or"Inner va te"t,d=GetSpellCooldown(s)IsSpellInRange(s,u)==1 and d<=GetTime()-t and SendChatMessage("Casting "..s.." on "..UnitName(u),"PARTY")
/cast [target=mouseover,nodead]Innervate;[target=mouseover]Rebirth

General Utility Macros

Faerie Fire / Faerie Fire (Feral)
Цитата:
#showtooltip
/cast [nostance] Faerie Fire; Faerie Fire (Feral)()
Mark of the Wild / Gift of the Wild
Цитата:
#showtooltip Gift of the Wild
/cast [button:2] [modifier] Gift of the Wild; Mark of the Wild
Thorns > Mark of the Wild > Omen of Clarity
Цитата:
#showtooltip
/castsequence [modifier, target=player] [help] [target=player] reset=10/target Thorns, Mark of the Wild, Omen of Clarity
{note: Thorns is first because you have to refresh it more often}

Prowl / Shadowmeld (Night Elf) (sticky)
Цитата:
/cast [nocombat, stance:3, nostealth] Prowl; [nocombat, nostealth] Shadowmeld
War Stomp > Regrowth > Rejuvenation (Tauren)
Цитата:
#showtooltip War Stomp
/cancelform
dismount
/castsequence [target=player] reset=120/combat War Stomp, Regrowth, Rejuvenation
{also: replace Regrowth/Rejuvenation with "Healing Touch" or "Nature's Swiftness; /stopcasting; /cast [target=player] Healing Touch"}

Bear Form > Bash > Regrowth > Rejuvenation > Bear Form
Цитата:
#showtooltip
/cancelform [nostance:1]
/castsequence [stance:1] reset=9 Bash,Dire Bear Form;[nostance,target=player] reset=9 Dire Bear Form,Regrowth,Rejuvenation
{also: replace Regrowth/Rejuvenation with "Healing Touch" or "Nature's Swiftness, Healing Touch" (takes 2 clicks)}

Caster Form > Health Pot > Rejuvenation > Regrowth > Healing Touch
Цитата:
/cancelform
/castsequence [nostance, target=player] Major Healing Potion, Rejuvenation, Regrowth, Healing Touch
{note: this sequence will not run at all while healing potions are on cooldown}
{also: try "/castsequence [nostance, target=player, modifier] Major Healing Potion, Rejuvenation, . . .; [nostance, target=player] Rejuvenation, . . ."}

Caster Form > Barkskin > Tranquility
Цитата:
/stopmacro [channeling:Tranquility]
/cancelform
/castsequence [nostance] reset=60 Barkskin, Tranquility
{also: to shift to Bear Form after, add ", Dire Bear Form" at the end}
{also: to prevent deshifting from Tree of Life, add "[nostance:5]" after the /cancelform}

Bash / Cower > Caster Form > Barkskin > Tranquility / Rebirth
Цитата:
/cast [stance:1] Bash; [stance:3] Cower
/cancelform

* /castsequence [target=mouseover,dead] [dead] reset=55 Barkskin, Rebirth; reset=55 Barkskin, Tranquility

 
alexeyДата: Суббота, 22.01.2011, 15:58 | Сообщение # 32
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Hunter: Pet related и Shoots
Pet related:
Цитата:
# show Prowl
/cast Freezing Trap
/use Filtered Draenic Wate
/use Sunspring Carp
/cast Shadowmeld
/cast Prowl
1. Деллает Frost Trap
2. Съесть/выпить (вставляется название)
3. Shadowmeld/Prowl вы и ваша кошка
Цитата:
/cast [nopet] Call Pet;[target=pet,dead]Revive Pet
/clearfocus [target=focus,dead]
/focus [target=focus,exists]player;target
/clearfocus [target=focus,noharm]
/petattack [target=focus,exists]
/petfollow [target=focus,noexists]
/cast Hunter's Mark
1. Воскрешает животное, если оно мертво
2. Призывает, если оно не призвано.
3. Делает фокус на цели, если его нет и отправляет пета бить его.
4. Очищает фокус и заставляет пета следовать за вами.
5. Hunter's Mark кастуется на цель
Цитата:
/cast [nocombat] Feed Pet; [combat] Mend Pet
/use [nocombat] <название еды>
или
Цитата:
/cast [combat] Mend Pet; [nocombat] Feed Pet
/use [nocombat] 1 13
(еда находится: bag #1 slot #13. Примечание: я считаю этот вариант более удобный, просто в сумке определить место под еду для пета и будет без разницы, как она называется.)
или
Цитата:
/cast [pet, nocombat] Feed Pet
/use [pet:Cat/Ravager, nocombat] <название еды>; [pet:Wind Serpent, nocombat] <название еды>
(Использует определенную еду для разных типов петов)
или
Цитата:
#show <название еды>
/cast [modifier:alt][combat] Mend Pet; [pet, nocombat] Feed Pet
/use [pet, nocombat, nomodifier:alt] <название еды>
(При зажатом alt лечит пета, в потивном случае кормит его)
Цитата:
/focus [target=pettarget,modifier:shift]
/petfollow [nomodifier:shift]
/petattack
/target [modifier:shift] focus
/petattack [modifier:shift]
При нажатом shift атакует петом или убивает все поставленные цели.
или
Цитата:
/focus [target=pettarget,modifier:shift]
/petfollow [nomodifier:shift]
/petattack [target=mouseover,modifier:shift]
/petattack
/target [modifier:shift] focus
/petattack [modifier:shift]
При наведении мыши и зажатом shift пет будет атаковать цель.
Цитата:
/cast [modifier] Revive Pet; [target=pet,dead] Revive Pet; [nopet] Call Pet; Mend Pet
Воскрешает, призывает или лечит пета.
Цитата:
/cast [nopet] Call Pet; Revive Pet
Один из самых простых макросов. Если у вас не вызван пет, то его призывает, в противном случае воскрешает
Цитата:
#showtooltip
/cast [nopet,modifier] Revive Pet; [target=pet,dead] Revive Pet; [nopet] Call Pet; [combat][modifier]Mend Pet
/stopmacro [combat]
#showtooltip Feed Pet
/cast Feed Pet
/use <food item>
или:
Цитата:
#showtooltip [nopet,mod][target=pet,dead] Revive Pet; [nopet] Call Pet; [mod] <Pet Food Name>; Mend Pet
/cast [nopet,mod][target=pet,dead] Revive Pet; [nopet] Call Pet; [modifier] Feed Pet; Mend Pet
/use [modifier] <Pet Food Name>
1. Вызвать пета.
2. Воскресить, если мертв.
3. Вылечить в бою.
4. Покормит.
Примечание: может работать не корректно
Цитата:
/castsequence reset=15 Mend Pet, null
Лечит пета, макрос обнуляется по испечению 15 секунд
или
Цитата:
#showtooltip
/cast [modifier:shift] Mend Pet(Rank 1); Mend Pet
Этот макрос актуален при изученом таланте Improved Mend Pet. Пета лечат первым ранком при зажатом shift или последним
 
alexeyДата: Суббота, 22.01.2011, 15:58 | Сообщение # 33
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Shots
Цитата:
#showtooltip Steady Shot
/castrandom [target=pettarget,exists] Kill Command
/castsequence reset=2/target !Auto Shot, Steady Shot
/script UIErrorsFrame:Clear();
или
Цитата:
/cast !Auto shot
/cast Steady Shot
/cast [target=pettarget, exists] Kill Command
/script UIErrorsFrame:Clear()
Спам кнопка, будет спользоватся Auto shot и Steady Shot в произвольном порядке
Цитата:
#showtooltip Steady Shot
/castrandom [target=pettarget,exists] Kill Command
/cast [target=pettarget,exists] Lightning Breath
/castsequence reset=2/target !Auto Shot, Steady Shot
/script UIErrorsFrame:Clear();
Такой же макрос, но с Wind Serpent Lightning Breath
Цитата:
#showtooltip Steady Shot
/castsequence reset=120 Bladefist's Breadth,Ancient Draenei War Talisman
/cast [target=pettarget,nodead,exists] Kill Command
/castsequence reset=2/target !Auto Shot, Steady Shot
Автокаст с использованием серьг для увеличения максимального ДПС
Цитата:
/castsequence [nocombat] Aimed Shot; [combat] reset=6 Arcane Shot, Steady Shot, Steady Shot, Steady Shot
Этот макрос увеличивает ваш ranged DPS. Для этого используются Aimed Shot, Arcane Shot, и Steady Shot. Если вы не в бою, используется Aimed Shot. Далее Arcane Shot, пока он в кулдауне используется Steady Shot
Цитата:
/castsequence reset=120/target/combat/ctrl/alt Hunter’s Mark,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot,Aimed Shot
/petattack
1 нажать - каст Hunter’s Mark, второй Aimed Shot. Сброс вы ставите самостоятельно из представленных “reset=120/target/combat/ctrl/alt”
Строка "/petattack" может быть удалена, если вы не используете пета
Цитата:
#showtooltip
/cast [target=focus,help][help][target=pet,exists,nodead] Misdirection
Для ичпользования этого макроса, надо сначало использовать Focus Target макрос. Этот макрос кидает Misdirection в ваш фокус, не теряя цели
Цитата:
#showtooltip
/cast [target="Tank"] Misdirection
Идентичный макрос, только без фокуса, кидает Misdirection на танка. Слово "Tank" нужно заменить на имя вашего танка
Цитата:
#showtooltip
/focus [help]
/stopmacro [help]
/cast [target=focus,exists] Misdirection; [target=pet,exists] Misdirection
Если цель дружественная (танк) ставится фокус, следущее нажатие применяет Misdirection на фокусе. Если фокуса нет, то применяется Misdirection на пете
Цитата:
#showtooltip
/focus [help]
/script SendChatMessage ("You are now my FOCUS target","WHISPER",nil,UnitName("target"))
/stopmacro [help]
/y ~~Misdirecting on %f~~
/cast [target=focus,exists] Misdirection
Вариация предыдущего макроса: сообщит вашему фокусу в личку "You are now my FOCUS target", а так же крикнет что вы использовали Misdirecting на своем фокусе
Цитата:
#showtooltip Rapid Fire
/cast Rapid Fire
/cast Berserking
/cast Aimed Shot
Макрос для Aimed Shot, с использованием Rapid Fire и рассовой абилки Berserking
Цитата:
#showtooltip
/cast [nomodifier] Serpent Sting; [modifier:shift] Viper Sting; [modifier:ctrl] Scorpid Sting; [modifier:alt] Tranquilizing Shot
На одной кнопке сразу несколько видов ударов, используются с shift,ctrl,alt или без них
Используйте для макроса иконку "?", при нажатии кнопок модификаторов настоящии их иконки.
Цитата:
#showtooltip
/cast Distracting Shot
/stopcasting
/stopattack
Стреляет Distracting Shot и перестает атаковать
Цитата:
#showtooltip
/castsequence reset=30 Mana Tap, Viper Sting, Viper Sting
Использует рассовую абилку кровавого эльфа Mana Tap и Viper Sting
Цитата:
#showtooltip Silencing Shot
/stopcasting
/cast Silencing Shot
или
Цитата:
#showtooltip Silencing Shot
/cast [target=mouseover, harm][harm] Silencing Shot
Интересный макрос, при наведении мышки на предполагаемую цель, стреляет Silencing Shot.
Цитата:
#showtooltip
/castsequence [modifier:ctrl] reset=target/combat Concussive Shot, Steady Shot; Wing Clip
При нажатом ctrl используется Concussive Shot, Steady Shot. Без модификатора Wing Clip. Последовательность с модификатором ctrl восстанавливается при смене цели или ее смерти, при этом не нужно постоянно жать ctrl для последовательности.
 
alexeyДата: Суббота, 22.01.2011, 15:59 | Сообщение # 34
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Hunter: Melee, Traps и Tracks
Melee
Цитата:
#showtooltip Raptor Strike
/cast Blood Fury
/cast Raptor Strike
/cast Wing Clip
/stopcasting
Racial Ability (ex. Blood Fury) + Raptor Strike + Wing Clip
This is a very simple macro that queues a racial ability such as Blood Fury for Orc/Berserking for Trolls, and Raptor Strike for the next normal melee swing and uses Wing Clip.
The stopcasting is used to cancel the Raptor Strike effect if the Wing Clip isn't done.
If your Raptor Strike is on cooldown, Wing Clip can be used alone.
Although this macro contains two skills, it works because one attacks instantly and the other attacks on the next melee swing.
Select the "?" macro icon for better use.
Цитата:
/castsequence [nopet] Call Pet; [nocombat] Mend Pet; reset=combat/target/10 Wing Clip, Raptor Strike, Raptor Strike, Raptor Strike
With one button you can now Mend your pet or spam Wing Clip and Raptor Strike.
Set the time in /target/10 to whatever you like, and append as many Raptor Strikes as you like.
Raptor Strike has been added more than once to ensure it is cast before the timer is up.
Цитата:
#Show Raptor Strike
/petAttack
/startattack
/script UIErrorsFrame:Hide()
/castrandom wing clip, Raptor Strike, Wing Clip
/cast kill command
/cast Mongoose Bite
/script UIErrorsFrame:Clear()
/script UIErrorsFrame
The following macro forces your pet to attack the target you are attacking, uses wingclip when it is present, but it gives priority to Raptor Strike over most other talents.
It will cast Mongoose bite if it procs, and if you crit, it will cast Kill Command if your pet is near a target. You can remove the pet attack commands by deleting the second and third line of the macro.
The "script" commands hide the UI's error text when abilities are not ready.
Цитата:
#showtooltip
/cast Raptor Strike
/cast Mongoose Bite
One button for RS / MB
 
alexeyДата: Суббота, 22.01.2011, 15:59 | Сообщение # 35
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Traps
Цитата:
#showtooltip [modifier:alt] Frost Trap; Freezing Trap
/stopcasting
/stopattack
/cast [modifier:alt] Frost Trap; Freezing Trap
Cut down on the number of buttons you have dedicated to traps.
The stopcasting & stopattack will help keep you from breaking your own traps.
You can also use Immolation/Explosive.
Use the "?" macro icon.
Цитата:
/stopcasting
/stopattack
/cast [btn:1,nomod]Explosive Trap;[mod:shift]Frost Trap;[mod:ctrl,nomod:alt]Snake Trap;[mod:alt,nomod:ctrl]Freezing Trap;[mod:alt,mod:ctrl]Immolation Trap;
This will allow you to choose between several traps to place while in combat to save space.
Цитата:
/script PetWait()
/script PetPassiveMode()
/script ClearTarget
/cast Feign Death
/cast Freezing Trap(Rank 3)
Just hit this one button twice - once to feign death, and the second time to lay a trap. In order to lay the trap, you must be out of combat mode. And to exit combat mode most successfully, your pet must not be attacking anything, and your target must be cleared.
Цитата:
/cast Scatter Shot
/script ClearTarget()
/cast Feign Death
/cast Freezing Trap(Rank #)
/cast Aspect of the Cheetah
Easy xplained: you get ambushed and you want to get out? Click it times and get the hell out

Tracks
Цитата:
/castsequence [nocombat] reset=10 Find Minerals, Find Herbs, Track Beasts, Track Demons, Track Dragonkin, Track Elementals, Track Giants, Track Hidden, Track Humanoids, Track Undead
The reset=10 allows you to wait 10 seconds between using the macro to only change between minerals and herbs.
You can shorten or lengthen it as you see fit.
The rest are in alphabetical order.
Цитата:
/castsequence [nocombat,help] Find Herbs, Find Minerals
/castsequence [nocombat,noexists] Find Herbs, Find Minerals
/castsequence [nocombat,harm] Track Beasts, Track Demons, Track Dragonkin, Track Elementals, Track Giants, Track Hidden, Track Humanoids, Track Undead
The alternative cycles the gathering skills if you have a friendly target (yourself/pet/party member/NPC) or no target, and the combat skills if you have a hostile target.

 
alexeyДата: Суббота, 22.01.2011, 16:00 | Сообщение # 36
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Hunter: Miscellaneous и Miscellaneous + Farming
Miscellaneous
Цитата:
/assist [target=focus, exists]
/cast [nocombat] attack;
/startattack [combat];
Выбирает цель, которая была в фокусе и начинает атакавать
Цитата:
/assist [target=focus,exists]focus; [target=pet,exists]pet
/startattack [combat];
/cast Hunter's Mark
Выбирает фокус и использует на нем Hunter's Mark, если фокуса нет, то выбирается пет
Цитата:
/cast [button:2] Aspect of the Pack; Aspect of the Cheetah
Выбор AotP или AotC одним кликом мышки
Цитата:
/cast [button:2] Aspect of the Pack; [button:3] Aspect of the Beast; Aspect of the Cheetah
Выбор AotP, AotB или AotC одним кликом мышки
Цитата:
/cast [button:2] Aspect of the Viper; [button:3] Aspect of the Monkey; Aspect of the Hawk
ЛКМ - AotH; СКМ - AotM; ПКМ - AotV
Цитата:
#showtooltip Hunter's Mark
/cast [harm] Hunter's Mark;
/focus [help]
Если цель дружественная, то ставит на нее фокус. Если враждебная, то кидает на нее Hunter's Mark
Цитата:
/cast Hunter's Mark
/petattack
Вешает Hunter's Mark и отправляет в бой пета
Цитата:
#showtooltip Hunter's Mark
/cast Auto Shot
/cast Hunter's Mark
/petattack
Тот же макрос но добавляет автовыстрел, который не подвергнут ГК
Цитата:
#showtooltip Hunter's Mark
/cast [button:2] Hunter's Mark; Hunter's Mark
/stopmacro [button:2]
/petattack
ПКМ - вешает на моба Hunter's Mark, но не посылает пета в атаку
Цитата:
#showtooltip Hunter's Mark
/dismount [target=player, mounted]
/cast [pet, harm, nodead] Hunter's Mark;
/petattack [pet, harm, nodead]
Слезаете с маунта, вешаете Hunter's Mark и отправляете пета в атаку. [pet, harm, nodead] - это проверки, существует ли пет, не мертв ли он и стобы цель была не дружественная
Цитата:
/cast [nocombat,noactionbar:1] Aspect of the Hawk; [combat,noactionbar:2] Aspect of the Monkey
/swapactionbar 1 2
Нужна "?" иконка для макроса.
Кидает на себя Aspect of the Hawk, если не в комбате. И Aspect of the Monkey, если в комбате. [Этот макрос надо проверять]
Цитата:
/cast [noactionbar:1, nomodifier:alt] Aspect of the Hawk; [noactionbar:2, nomodifier:alt] Aspect of the Monkey; [modifier:alt] Aspect of the Viper
/swapactionbar [nomodifier:alt] 1 2
Такой же макрос как и выше, но при нажатии alt кидает Aspect of the Viper
Цитата:
#showtooltip Reins of the Swift Stormsaber
/cast [nomounted] Aspect of the Monkey
/use [nomounted] Reins of the Swift Stormsaber
/cast [mounted] Aspect of the Hawk
Кидает Aspect of the Monkey и садится на маунта, либо слезает и кидает Aspect of the Hawk.
 
alexeyДата: Суббота, 22.01.2011, 16:00 | Сообщение # 37
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Цитата:
#showtooltip Ebon Griffon
/cast [button:1] Aspect of the Monkey
/stopcasting
/use Ebon Griffon
/use [button:2] Ebon Griffon
Также, как выше. При нажатии на ПКМ кидает Aspect of the Monkey
Цитата:
#showtooltip Ebon Gryphon
/cast Aspect of the Monkey
/stopcasting
/use [button:2] Ebon Gryphon; Reins of the Swift Stormsaber
/cast [mounted] Aspect of the Hawk
ЛКМ - Swift Stormsaber Mount и ПКМ - Ebon Gryphon Mount (Названия маунтов меняете под себя). А так же кидает Aspect of the Monkey перед вызовом маунта
Цитата:
/script UIErrorsFrame:Hide()
/cast Kill Command
/stopcasting
/cast Mongoose Bite
Производит один из ударов или оба, если доступны
Цитата:
/castsequence reset=30 Feign Death, Disengage, Disengage, Disengage, Disengage, Disengage, Disengage
Casts Feign Death on the first press, then Disengage on subsequent presses until your FD cooldown is up. (Remember, though: Disengage only works in melee range.)
*Note that the above macro will not work exactly as advertised.
The macro will reset back to the beginning only after you haven't clicked on the macro for 30 seconds. So, if you were to click it once (and Feign Death), and then again in 10 seconds (and Disengage), and again in 25 seconds (you would disengage, NOT feign death even though FD has cooled down).
Use with care.
Цитата:
/assist [target=focus, modifier:alt, exists]
/assist [target=pet, modifier:ctrl]
/cast hunter's mark
/petattack [modifier:shift]
/targetlasttarget [modifier:Shift]
/stopmacro [modifier:Shift]
/cast [harm] Auto Shot;
/stopmacro [modifier:ctrl]
/petattack
== Focus main tank ==
Ok {Button} Hit it normally
1.Cast hunter’s mark
2.Pet Attacks
3.Starts auto shoot
{Button & Shift}
1.Cast hunter’s mark
2.Pet Attacks
3.Target Last Target
{Button & Alt}
1.Assist Focus
2.Cast hunter’s mark
3.Pet Attacks
4.Starts auto shoot
{Button & Ctrl}
1.Assist Pet
2.Cast hunter’s mark
3.Starts auto shoot
 
alexeyДата: Суббота, 22.01.2011, 16:00 | Сообщение # 38
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
More Miscellaneous + Farming
Цитата:
/cast [nocombat,nomounted]Aspect of the Viper
/use [nocombat,nomounted,nomodifier,nobutton:2,flyable]<flying mount>;[nocombat,nomounted]<land mount>
/dismount [mounted]
/cast [nocombat]Aspect of the Hawk
1. If mounted, dismounts.
2. If mounted and out of combat, dismounts and casts Aspect of the Hawk.
3. If not mounted and out of combat, casts Aspect of the Viper, then attempts to mount in a flyable zone with your flying mount.
Unless you press a modifier key, right click it, or are in an unflyable zone, in which case you will mount your land mount.
Цитата:
#showtooltip
/cast [nomodifier]Aspect of the Cheetah; [modifier] Aspect of the Pack
Кидает Aspect of the Cheetah или Aspect of the Pack с любым из модификатором
Цитата:
#showtooltip
/cast [btn:1,nomod]Aspect of the Hawk;[mod:shift]Aspect of the Pack;[mod:ctrl,nomod:alt]Aspect of the Cheetah;[mod:alt,nomod:ctrl]Aspect of the Wild;[mod:alt,mod:ctrl]Aspect of the Monkey;
Кидает один из аспектов, их можно настраивать под себя
Цитата:
/cast [harm,nodead,nocombat]Dash
/cast [harm,nodead]Hunter's Mark
/petattack [harm,nodead]
/startattack [harm,nodead,combat]
/stopmacro [harm,nodead]
/assist [target=pet]
/targetenemy [noexists]
Keep your pet on defensive or Aggressive, this macro behaves like this:
1. If I have a target and am out of combat: cast Dash <or another pet speed increase move> cast Hunter's Mark and make pet attack my target.
2. If I have a target and am in combat: do everything in '1' and start attack.
3. If I have a pet and my target is dead or I do not have a target: grab my pets current target.
4. If neither I or my pet have a target, find an enemy target nearby.
Strictly PvE Macro; pressing this macro twice after killing one target will obviously grab the next in pet aggro to kill.
Цитата:
#showtooltip
/dismount
/cast [combat]Arcane Shot;Arcane Shot(Rank 1)
/petattack
Easy tagging of high profile farming mobs (i.e. Elementals in Nagrand)
Dismounts immediately and shoots rank 1 arcane shot...
least aggro hunter dps instant cast
Цитата:
/petattack [target=target,exists]
/cast Mend Pet
/stopcasting
/use [button:1] (water)
/use [button:2] (water)
/use [button:2] (food)
You can grind away while drinking.
Choose enemy and push the leftclick
1.mend pet
2.send it to bite someone
3.start drink
nochoose enemy and push the leftclick
1.mend pet
3.start drink
nochoose enemy and push the rightclick
1.mend pet
3.start drink & eat
*Note: not recommend for choose enemy and rightclick.
because its doesn't heal you while in combat like drink does.
Цитата:
/petattack
/cast Auto Shot
/cast [nocombat] Hunter's Mark
/castsequence [combat] Feign Death, Arcane Shot
When you press this macro:
1. Your pet will automatically target and pursue.(/petattack)
2. Auto Shot will be enabled against your target.
3. If you are not engaged(You shouldn't), Hunter's Mark will be cast against that enemy.
Additionally, pressing this macro while in-combat will:
1. Feign Death (Used when you pull aggro from your pet, obviously)
2. A second press will cause you to cast Arcane Shot, and more importantly, resume the Auto Shooting.
*Note: This macro is designed to be used against one NPC at a time.
 
alexeyДата: Суббота, 22.01.2011, 16:01 | Сообщение # 39
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Mage: Polymorph, Conjuring, Food and drink
Announce Sheep
"Эй! Он был в овце!" Не надоело вам говорить это каждый раз, когда Ваш полиморф сбивали? Для этого необходимо было сделать небольшой макрос, который предупреждал всех, о том, что цель в полиморфе.
Вы кастуете полиморф, если все проходит удачно, Вы сообщаете об этом в пати. Если цель дружественная или мертва, то Вы ни чего не говорите.
Цитата:
/cast Polymorph
/stopmacro [noexists] [dead] [help]
/p Полиморф на %t. Не трогайте его.
Sheep Focus
Фокус поможет Вам избежать лишних кликов мышкой. С помощью одной кнопки вы будете держать в полиморфе игрока, который у Вас в фокусе.
При выборе цели будит установлен фокус на нем и кастуется полиморф. При последующем нажатии на фокус будет кастоваться полиморф. Это будет действовать пока фокус не умрет или пока Вы не выберите его своей целью. Чтобы сделать новую цель фокусом, вам надо нажать на кнопку с Shift.
Цитата:
#showtooltip [target=focus,harm] [] Polymorph
/stopcasting
/clearfocus [modifier:shift][target=focus,dead][target=focus,noexists]
/focus [target=focus,noexists]
/cast [target=focus] Polymorph
Note that using this macro will interrupt any cast in progress and immediately focus and Polymorph.

Full Polymorph/Focus Macro
Этот макрос делает:

1. Очищает фокус, если цель мертва
2. Очищает фокус, если цель не существует
3. Создает фокус на цели, если у Вас еще нет фокуса
4. Установить маркер звезды над фокусом (если вы рейд-лидер)
5. Полиморф на фокус
6. Сообщить о том, что использован полиморф.

This allows one button to do the whole sheeping process without the need for a separate /clearfocus button (though an additional macro that does a /script SetRaidTarget("focus",0) and then a /clearfocus would be useful to let the group know the sheep is free game now might be useful)
Цитата:
#showtooltip [target=focus,harm] [] Polymorph
/clearfocus [target=focus,dead]
/focus [target=focus,noexists]
/script SetRaidTarget("focus", 1)
/cast [target=focus]Polymorph
/stopmacro [nogroup]
/p --== Sheeping and Marking "%T" ==--
Согласно патчу 2.1, Вы можете использовать параметр %f так же, как и %t. Вы сможете сообщать группе о полиморфе фокуса, а не цели. Тогда последняя строчка выглядит так:
Цитата:
/p --== Sheeping and Marking "%f" ==--
Target Tracking
Макрос делает:

1. ЛКМ: Set saved target to current target and sheep it
2. ПКМ: sheep saved target (do not change current focus)
3. Shift+ЛКМ: set focus to saved target

Цитата:
/focus [button:1]
/cast [button:1,nomodifier:shift] Polymorph; [target=focus,exists,button:2,nomodifier:shift] Polymorph
/stopmacro [nomodifier:shift]
/target focus
Target Tracking with Instant Crowd Control Option
Макрос делает:

1. ЛКМ: Set saved target to current target and sheep it
2. ПКМ: sheep saved target (do not change current focus)
3. Shift+ЛКМ (first click): set saved target to focus, cast Presence of Mind
4. Shift+ЛКМ(second click): set saved target to focus, sheep it
5. Shift+ПКМ (first click): set focus to saved target, cast Presence of Mind
6. Shift+ПКМ (second click): set focus to saved target, sheep it

Цитата:
/focus [button:1]
/cast [button:1,nomodifier:shift] Polymorph; [target=focus,exists,button:2,nomodifier:shift] Polymorph
/stopmacro [nomodifier:shift]
/target [button:2] focus
/castsequence Presence of Mind, Polymorph
Random

1. If the target can be polymophed, one of the listed spells will be chosen.
2. If the target can not be polymorphed, stop macro processing.
3. Otherwise, send an emote stating polymorph is in progress.
4. Since 2.3 Polymorph Turle and Pig have been changed from Polymorph: Pig to Polymorph(Rank 1:Pig)

 
alexeyДата: Суббота, 22.01.2011, 16:02 | Сообщение # 40
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Цитата:
/castrandom [harm] Polymorph(Rank 4), Polymorph(Rank 1: Pig), Polymorph(Rank 1: Turtle)
/stopmacro [noharm]
/emote randomly polymorphs %t.
Conjuring, Food and drink
Conjure/Consume Food, Water, and Gem all in one button
Left click to conjure, right click to consume. Click normally to conjure/drink water, shift-click to conjure/eat food, and control-click to conjure/consume mana gem (replace names of items with whatever the name of what you are currently conjuring is) If you use the ? Icon with this macro, the icon will automatically change based on what buttons you are holding.
Цитата:
/cast [button:1,nomodifier]Conjure Water;[button:1,modifier:shift]Conjure Food;[button:1,modifier:ctrl]Conjure Mana Jade;
/use [button:2,nomodifier]Conjured Spring Water;[button:2,modifier:shift]Conjured Pumpernickel;[button:2,modifier:ctrl]Mana Jade;
Another conjure/consume food/water/gem in one button
A right click will cycle through conjuring food, water, and a mana gem, resetting the cycle after 8 seconds. A right click with shift held will conjure a mana gem, regardless of castsequence position. Left clicking will drink with no modifiers, eat with control, and use the mana gem with shift. Note that this is MUCH more useful with the question mark icon.
Цитата:
/cast [modifier:alt]Conjure Mana Agate
/castsequence [nomodifier,button:2] reset=8 Conjure Water,Conjure Food,Conjure Mana Agate
/stopmacro [button:2]
/use [nomodifier]Conjured Purified Water;[modifier:ctrl]Conjured Rye;[modifier:shift]Mana Agate
Eating and drinking
It's an easy macro if you want to eat and drink with a single click.
Цитата:
/use Conjured Crystal Water
/use Conjured Cinnamon Roll
Conjure or eat/drink
ПКМ создание воды, а ЛКМ использование. Причем "#showtooltip" будет показывать иконку бутылок, ее описание и количество. Для этого макросу необходимо создать иконку "?".
Цитата:
#showtooltip Conjured Glacier Water
/cast [button:2] Conjure Water
/use [button:1] Conjured Glacier Water
Цитата:
#showtooltip Conjured Croissant
/cast [button:2] Conjure Food
/use [button:1] Conjured Croissant
Conjure and eat/drink All-In-One
This is similar to the above macro, but allows Conjuring and Consumption of both food and water from a single button. Clicking activates both Drink and Eat. Right click to conjure Water, and Ctrl+ПКМ to conjure food. The tooltip will show the number of Conjured Crystal Water you have.
Цитата:
#show Conjured Crystal Water
/cast [button:2,nomodifier] Conjure Water
/cast [button:2,modifier:ctrl] Conjure Food
/use [button:1] Conjured Cinnamon Roll
/use [button:1] Conjured Crystal Water
Conjure food/gems and smart eat/drink All-In-One
This is similar to previous macros, but allows Conjuring of food and gem or Consumption of both food and water from a single button. Clicking uses Manna Biscuit (if avail) or both Drink and Eat. Alt+ПКМ (5 times) to conjure Water, Food, Gem, Water, Food. Right click to just drink water.
 
alexeyДата: Суббота, 22.01.2011, 16:02 | Сообщение # 41
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Цитата:
/castsequence [modifier:alt] reset=120 Conjure Water, Conjure Food, Conjure Mana Emerald, Conjure Water, Conjure Food
/stop macro [modifier:alt]
/use Conjured Manna Biscuit
/use Conjured Glacier Water
/stopmacro [button:2]
/use Conjured croissant
Slightly less useful conjure or eat/drink
this is an easy conjure/use macro for mages, it needs to be mouse clicked though ( anything after "-" is comments)
Цитата:
#show none - so that your UI dont get confused since we got 2 useable items
/use [nomodifier:alt,button:1] <add conjured food name here> - left click = eat food
/use [nomodifier:alt,button:2] <add conjured water name here> - right click = drink water
/cast [modifier:alt, button:1] Conjure Food - alt+left click = conjure highest rank food
/cast [modifier:alt,button:2] Conjure Water - alt+right click = conjure highest rank water
The same logic can be used for food or mana gems, just substitute the names as appropriate. Obviously, replace with the name of the highest-rank item you can conjure.

Conjure Mana Gems
Here is another easy conjure macro that you can use to conjure all 5 gems by just hitting the button 4 times in a row (remove any gems that you dont have yet or that you dont want to make)
Цитата:
/castsequence reset=45 Conjure Mana Emerald, Conjure Mana Ruby, Conjure Mana Citrine, Conjure Mana Jade, Conjure Mana Agate
If you like to have one button per gem for conjuring and casting you can use this macro for each of your gems. Rightclicking it conjures the gem. Any other way of activating the macro (button press or leftclick or something) uses the gem. Of crouse your replace the gem name with the gem you wanted to use. Downside is that if you use the questionmark icon for the macro, it only shows the gem icon if you have it in your inventory. The gem icon turns into a red questionmark when you log in or zone while not having the gem on you. Hope this gets fixed soon. Alternatively, you can select a fixed macro icon that resembles the gem.
Цитата:
#show Mana Citrine
/cast [button:2] Conjure Mana Citrine
/stopmacro [button:2]
/use Mana Citrine
Merely replacing "#show Mana Citrine" with "#show Conjure Mana Citrine" works as well.

Conjure/Use Mana Gem
Этот макрос использует Mana Ruby, если он есть или создает его, если вы не в бою:
Цитата:
#show Mana Ruby
/use Mana Ruby
/cast [nocombat] Conjure Mana Ruby
Replace "Mana Ruby" with whatever your highest level of mana gem is. The "nocombat" conditional ensures that you do not use the gem then immediately try to conjure another one while you are in a hot situation.

Refresh Mana Emerald
Throws out your current Mana Emerald, recreates a new one with three charges. Saves you from finding your current Emerald in your bags and throwing it out manually if you've used a charge or two and want a new one.
Цитата:
/run for b=0,4,1 do for s=1,GetContainerNumSlots(b),1 do local n=GetContainerItemLink(b,s) if n and string.find(n,"Mana Emerald") then PickupContainerItem(b,s) DeleteCursorItem() end end end
/cast Conjure Mana Emerald

 
alexeyДата: Суббота, 22.01.2011, 16:07 | Сообщение # 42
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Вот и всё!
wacko
 
alexeyДата: Суббота, 22.01.2011, 16:08 | Сообщение # 43
Лейтенант
Группа: Администраторы
Сообщений: 53
Репутация: 57
Статус: Offline
Источники :www.wowcircle.com

________________________________
I top Warrior!!!x100 PVP ги megaWOW
http://infametr.ru/infa/7440355

 
  • Страница 3 из 3
  • «
  • 1
  • 2
  • 3
Поиск: