Raid Icon This macro will set a raid icon on your target. this is vary usefull for tanks and raid leaders. You will only need to change the number putting the number of the icon you want. 1 - Star 2 - Circle 3 - Diamond 4 - Triangle 5 - Moon 6 - Square 7 - Cross 8 - Skull The code for this macro is: /script SetRaidTargetIcon("target", 8)
Flying or running This
is a simple macro that use your flying mount when in outlands and your
normal one when in azeroth =D it also show the proper icon and tooltip
for the current usable mount if u use the question mark (?) icon on
your macro =D now when u click with your right mouse button on this
macro it will use your land mount. The code for this macro is: #showtooltip #showicon /use [flyable,nobutton:2]Green Riding Nether Ray; [noflyable]Reins of the Swift Stormsaber
Crafting This macro opens all your crafting skills on one button (cooking,first aid,alchemy,blacksmithing etc.) left click to open primary crafting skills,right click for cooking,and shift click for first aid. *note
if you have 2 primary crafting skills both will open on left click if
you do not have cooking your primary skills will open on right click. The code for this macro is: /cast Alchemy /cast Engineering /cast enchanting /cast jewelcrafting /cast tailoring /cast leatherworking /cast blacksmithing /cast [button:2] Cooking /cast [modifier:shift] First Aid
DeepDive Helm Swapper I
used to have outfitter which had the option to change to a swimming
outfit, but I don't have it anymore so I had to come up with a macro
for swapping gear depending if I was swimming or not. Just replace the
Stalker's Helmet of Second Sight with your helm. Also could be used to
change the belt. I believe it is the Azure Silk Belt, which give 15%
swim speed. That would most likely have to be a separate macro because
it wold be too long for one. The code for this macro is: /equip [swimming] Deepdive Helmet; Stalker's Helmet of Second Sight
Flexible Misdirect Macro My macro will cast MD on one of the three in the following order: 1) your current target if friendly 2) your current focus if friendly 3) your pet if he is out and alive I
use this together with my targeting macro (see other post) where I
typically have the main tank set as my focus. That way I will always MD
onto the MT (if I've set focus). The flexibility allows me to actually
target another player and cast MD on them without changing focus). The code for this macro is: /cast [help] Misdirection; [target=focus, help] Misdirection; [target=pet, exists] Misdir
... Читать дальше »
All-in-one Teleport and Portal
These will give you 2 buttons which will port or teleport a mage to any of the 5 major cities. Sub names if Horde.
ALT+Button1 = Shattrath
ALT+Button2 = Exodar
CTL+Button1 = Darnassuss
CTL+Button2 = Ironforge
Shift+Button1 - Stormwind
The code for this macro is: Teleport /cast [modifier:alt, button:2] Teleport: Exodar /cast [modifier:alt, button:1] Teleport: Shattrath /cast [modifier:ctrl, button:1] Teleport: Darnassus /cast [modifier:ctrl, button:2] Teleport: Ironforge /cast [modifier:shift] Teleport: Stormwind Portal /cast [modifier:alt, button:1] Portal: Shattrath /cast [modifier:alt, button:2] Portal: Exodar /cast [modifier:ctrl, button:2] Portal: Ironforge /cast [modifier:ctrl, button:1] Portal: Darnassus /cast [modifier:shift, button:1] Portal: Stormwind
Four in One Teleport
This macro will lets you have 4 of your teleports onto one button to take up less space!
It
will show up as Tele: org or Sw, hold down alt, it will change to UC or
IF, hold down alt+ctrl it will change to TB or Darn, hold down
alt+ctrl+shift, it will turn into silvermoon or Exodar (You must be
able to teleport to these places in order
for this macro to work)
The code is for the Horde cities, If you are alliance and wish to use this, just change the names of the cities, Enjoy!
The code for this macro is: /cast [nomodifier:Alt] Teleport: Orgrimmar /stopmacro [nomodifier:Alt] /cast [nomodifier:Ctrl] Teleport: Undercity /stopmacro [nomodifier:Ctrl] /cast [nomodifier:Shift] Teleport: Thunder bluff /stopmacro [nomodifier:Shift] /cast Teleport: Silvermoon
Paladin
Smart Judgement/Seal
A
quick macro that I wrote myself. Handy if you tend to swap between 1H
and 2H weapons in a fight (usually via a weapon swap macro). Or you're
just too damn lazy to have 2 macros (one for 1H, one for 2H) and keep
switching them.
The code for this macro is: /cast Judgement /stopcasting /cast [equipped:Two-Hand] Seal of Command; Seal of Righteousness
Paladin Righteous Defense Taunt Macro
This
is used to help paladin tanks. Righteous Defense requires that you cast
it on a party member currently being attacked. With this macro it
automatically targets the mobs target (your party member that is being
hit), Casts Righteous Defense then re-targets the mob you were hitting
making it more like a warriors taunt.
Useful to regain aggro after a threat wipe on a boss
... Читать дальше »
Хотя
это всё функции, некоторые из них являться только информационными, а
некоторые, влияют непосредственно на игру, поэтому я разделил всё на
методы и свойства, для удобства . ----------------------------------------------[Методы] --[действия]-- AttackTarget(); Пример: AttackTarget(); Описание: Атакует выделенного персонажа.
--[группа и взаимодействия]-- InviteByName(target) Пример: InviteByName(GetSlashCmdTarget(msg)); Описание: Приглашает в группу персонажа с именем указанным в параметре.
UninviteByName(target) Пример: UninviteByName(GetSlashCmdTarget(msg)); Описание: Удаляет из группы персонажа с именем указанным в параметре.
InitiateTrade(target) Пример: InitiateTrade("target"); Описание: Приглашает к торговле персонажа указанного в параметре.
InspectUnit(target) Пример: InspectUnit("target"); Описание: Показывает информацию о персонаже.
BeginTrade(); Описание: Согласиться на торговлю.
CancelTrade(); Описание: Отказаться от торговли.
AcceptGroup() Описание: Согласиться на приглашение в группу.
DeclineGroup() Описание: Отказаться от группы
PromoteToPartyLeader(unit); Описание: Делает лидером указанного игрока.
Основы Макросов Что это все означает? Что это за макросы?
Простыми словами, макрос это серия команд, которая присвоена какой-либо
кнопки на твоей панеле инструментов. Хватит шевелить извилинами, потому
что то, что я сказал очень даже не плохо. Так, теперь давай немного расширим твои познания. Макросы используются обычно в двух случаях: • Необходимо выполнить множество команд как можно быстрее, даже быстрее чем твое нажатие на клавишу. • Необходимо выполнить множество команд, которые часто повторяются.
Можешь ли ты себе представить пару ситуаций, когда макрос будет
полезным? Возможно у тебя уже появилось пару идей. Если же нет, тогда
вот парочка примеров: • Мгновенно нацелится на ту цель, на которую твой танк нацелился. • Мгновенно отправить в атаку своего питомца, как только ты начал атаковать. • Сказать что-либо, в тот же момент, в который ты сделал каст. • Сменить одним нажатием клавиши оружие. Ограничения Макросов
Ну что заинтригован? Отлично! Однако существуют некоторые ограничения.
Во-первых, каждый аккаунт может иметь 18 макросов. Поэтому 18 макросов
деляться на всех твоих персонажей на всех рилмах. Так что раскинь
хорошенько мозгами, если у тебя много чаров. Во-вторых, каждый макрос
может состоять из 255 символов. Это означает, что твой макрос не может
стрельнуть из лука, дать приказ питомцу атаковать, использовать все
твои способности в атаке, подежать к трупу, забрать лут, снять шкуру,
затем накормить твоего питомца и самого себя, и после этого атаковать
ближайшего моба, ну и т.д. И последние ограничение - макросы не ждут
задержку. Макрос выполняет все команды мгновенно. Так что если ты
хочешь сначала пополнить здоровье, а после этого пополнить ману, у тебя
ждет неудача, т.к. у них одинаковая задержка. В остальном же ты
свободен в действии.
Является ли это читерством?
Позволь мне уверить тебя, что не зависимо от того, играешь ли ты за
Орду или за Альянс, не зависимо от расы, класса и профессии, макросы
могут значительно увеличить твой скилл в игре. В сообщесте идет
небольшая дискуссия пока на тему являются ли макросы честным
превосходством. Одно я знаю наверника, использование макросов не
является читерством. Каждый игрок может сделать макрос, т.к. у них есть
доступ к одинаковым командам, не имеет значения даже твой уровень
(level). Превосходство дается тем, кто потравив время и усилия на их
создание, может теперь использовать макросы.
Твой первый маркрос
Закончив с вводной частью, перейдем к твоему первому макросу. Этот
макрос не позволит тебе одним кликом завалить Ониксию, но облегчит тебе
жизнь в Аукционном Доме, или, не даст скучать во время долгого
путешествия на др
... Читать дальше »