Сб, 21.06.2025, 01.31.22
Главная Регистрация Вход
Приветствую Вас, Гость · RSS
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Макросы для шамы
RahДата: Сб, 24.07.2010, 14.29.50 | Сообщение # 1
Отделка сайта
Группа: Забаненные
Сообщений: 88
Награды: 1
Репутация: 6
Статус: Offline
тотемы на одну кнопку
/castsequence reset=6 Searing Totem, Mana Spring Totem, Grounding Totem, Strength of Earth Totem

/cast [target=player] Lesser Healing Wave

или

/cast [target=player] Healing Wave

/cast Nature's Swiftness
/stopcasting
/cast Healing Wave

#showtooltip Healing Wave
/cast Healing Wave [nocombat]
/stopmacro [nocombat]
/stopcasting
/use 13
/stopcasting
/use 14
/stopcasting
/cast Nature's Swiftness
/stopcasting
/cast Healing Wave

/cast [combat,harm] Nature's Swiftness
/stopcasting
/cast [harm] Chain Lightning
/stopmacro [nocombat,noharm]
/use 13
/stopcasting
/use 14
/stopcasting
/cast Elemental Mastery
/stopcasting
/cast Nature's Swiftness
/stopcasting
/cast Chain Lightning

/cast [target=mouseover,help,exists] [target=help,exists] [target=targettarget,help,exists] [target=player] Cure

Disease

Mount/Ghost Wolf
#showtooltip
/cast [stance][combat,nomounted] Ghost Wolf;<mount name>
/dismount [mounted]

или посложнее

#showtooltip
/cast [stance][combat,nomounted][button:2] Ghost Wolf
/cast [nostance,nocombat,nomounted,flyable] <flying mount name>
/cast [nostance,nocombat,nomounted] <standard mount name>
/cast [indoor] <flying mount name>
/dismount [mounted]

Shock/Cure
#showtooltip Earth Shock
/cast [button:2,target=player] Cure Disease; [harm] Earth Shock; [help] Cure Disease
/startattack [harm]

или

#showtooltip Stormstrike
/cast [button:2,target=player] Cure Poison; [harm] Stormstrike; [help] Cure Poison
/startattack [harm]

Windfury
#showtooltip Windfury Weapon
/cast [equipped:shields/two-hand] Windfury Weapon(Rank 5)
/stopmacro [equipped:shields/two-hand]
/castsequence Windfury Weapon(Rank 5), Windfury Weapon(Rank 4)

Bloodlust
#showtooltip Bloodlust
/stopmacro [nocombat]
/script local u,m = IsUsableSpell("Bloodlust") if u and not m and GetNumPartyMembers() > 0 then SendChatMessage("

>>> BLOODLUST! <<<","PARTY") end
/cast Bloodlust

такая же фигня но с тотемом
#showtooltip Mana Tide Totem
/stopmacro [nocombat]
/script local u,m = IsUsableSpell("Mana Tide Totem") if u and not m and GetNumPartyMembers() > 0 then

SendChatMessage(" >>> Dropping Mana Tide <<<","PARTY") end
/cast Mana Tide Totem

немного о лечении

#showtooltip Lesser Healing Wave
/cast [help,exists] [target=mouseover,help,exists] [target=player] Lesser Healing Wave

#showtooltip
/target [modifier:ctrl] player
/cast [exists,nodead,help] [target=mouseover,nodead,help] [target=focus,help] [] Lesser Healing Wave;
/targetlasttarget [modifier:ctrl]

#showtooltip Healing Wave
/target [modifier:ctrl] player
/cast [combat]Nature's Swiftness
/stopcasting
/cast [exists,help] [target=mouseover,help,exists] [target=focus,help,exists] [] Healing Wave
/targetlasttarget [modifier:ctrl]

/targetfriend [nodead]
/cast [nodead] Lesser Healing Wave(Rank 1)

или

/targetfriend [nodead]
/cast [nodead] Healing Wave(Rank 1)

еще немного о тотемах
#showtooltip [nomodifier:alt] Mana Spring Totem
#showtooltip [modifier:alt] Healing Stream Totem
/cast [nomodifier:alt] Mana Spring Totem
/cast [modifier:alt] Healing Stream Totem
/necb countmin 2 Mana Spring/Healing Stream Totem

#showtooltip Earth Elemental Totem
/cast [target=focus,nomodifier:alt] Lesser Healing Wave
/stopmacro [nomodifier:alt]
/cast Earth Elemental Totem
/target Greater Earth Elemental
/focus

#showtooltip Fire Elemental Totem
/cast [target=focus,nomodifier:alt] Lesser Healing Wave
/stopmacro [nomodifier:alt]
/cast Fire Elemental Totem
/target Greater Fire Elemental
/focus


 
gretchin88Дата: Вс, 17.10.2010, 11.55.05 | Сообщение # 2
Рядовой
Группа: Забаненные
Сообщений: 3
Награды: 0
Репутация: 0
Статус: Offline
Cамый значимый макрос шамана:
/cast Bloodlust
/yell "ИПАШЬ СУКА ИПАШЬ"
 
EuphoriaДата: Пн, 29.11.2010, 05.47.37 | Сообщение # 3
Сержант
Группа: Забаненные
Сообщений: 35
Награды: 1
Репутация: 0
Статус: Offline
В теме "макросы для паладинов" я писал макросы, меняющие печати на каждую абилку. Аналогичные можно сделать и для шаманов (менять тотемы).
К примеру:
1) Одевает Stonebreaker's Totem при юзе еарс шока (Енх. Шанс получить баф на доп. АП. при касте шоков).
#showtooltip Earth Shock(Rank 8)
/equip Stonebreaker's Totem
/cast Earth Shock(Rank 8)
2) Одевает Totem of the Astral Winds при атаке Stormstrike (тотем добавляет АП к удару при проке ВФ)
#showtooltip Stormstrike
/equip Totem of the Astral Winds
/cast Stormstrike

Ну и т.д. - для элемов и ресторов тоже есть аналоги (например на доп хил с чайника, с флешки и т.д.). Хотя есть 1 недостаток у макросов для хиловых абилок (любых макросах) - перестает действовать автокаст на себя через Alt.





Сообщение отредактировал Euphoria - Пн, 29.11.2010, 05.49.59
 
AlexsisДата: Вт, 11.01.2011, 15.59.00 | Сообщение # 4
Сержант
Группа: Член гильдии
Сообщений: 25
Награды: 0
Репутация: 0
Статус: Offline
Мои мокросы

/equip Vengeful Gladiator's Totem of the Third Wind
/cast Lesser Healing Wave

/equip Totem of Living Water
/cast Chain Heal

/equip Totem of Spontaneous Regrowth
/cast Healing Wave

/equip Skycall Totem
/cast Lightning Bolt

/equip Totem of the Void
/cast Chain Lightning

/equip Stonebreaker's Totem
/cast Earth Shock

/cast Ancestral Spirit(Rank 5)
/stopmacro [nohelp][nodead]
/ra %t Дух Предков Вернет Тебя К Жизни!

/cast Nature's Swiftness
/cast [target] Healing Wave


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

Бесплатный конструктор сайтовuCoz
Сайт гильдии Time of Angels. Мы играем на сервере wowcircle.ru PVE гильдия Присоединяйтесь к нам