примеры макросов: Маг
|
|
Protey | Дата: Понедельник, 19.12.2011, 16:15 | Сообщение # 1 |
 Лейтенант
Группа: Пользователи
Сообщений: 61
Награды: 0
Репутация: 0
Статус: 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
|
|
| |
Protey | Дата: Понедельник, 19.12.2011, 16:15 | Сообщение # 2 |
 Лейтенант
Группа: Пользователи
Сообщений: 61
Награды: 0
Репутация: 0
Статус: Offline
| Цитата:
/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)
Цитата:
/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.
|
|
| |
Protey | Дата: Понедельник, 19.12.2011, 16:16 | Сообщение # 3 |
 Лейтенант
Группа: Пользователи
Сообщений: 61
Награды: 0
Репутация: 0
Статус: 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
|
|
| |