Creacion de macros-World of Warcraft-Pally 4.3.4| Freudrack

Описание к видео Creacion de macros-World of Warcraft-Pally 4.3.4| Freudrack

Por favor leer atentamente la descripcion de este video, gracias por ver el video At2: Freudrack

Soundtrack del inicio y el final: Kill The Noise - Pull My Strings
-
   • Kill The Noise - Pull My Strings  

Guia de creacion macros:
-
http://us.battle.net/wow/es/forum/top...
-

Modifier para solapar habilidades en una sola
-
#showtooltip [mod:alt] Sello de Perspicacia;Sello de Verdad
/cast [mod:alt] Sello de Perspicacia;Sello de Verdad
-
#showtooltip [mod:alt] Bendición de reyes;Bendición de poderío
/cast [mod:alt] Bendición de reyes;Bendición de poderío
-

Cambio de armas
-
/equip [equipped:escudos] Nombredelarmade2manos
/equip [noequipped:escudos] NombredelArmade1mano
/equip [noequipped:escudos] Nombredelescudo
-

Macros busrt paladin:
-
#showtooltip
/cast Fanatismo
/cast Inquisición
/cast Cólera Vengativa
/use Distintivo de victoria de Gladiador implacable
-
Macro burst Freudrack
-
#showtooltip Fanatismo
/cast [nodead] Inquisición
/cast [nodead] Guardián de los antiguos reyes
/cast Fanatismo
/cast Cólera vengativa
/cast Distintivo de victoria de Gladiador cataclísmico
-

Macros mod para dirgir el hechizo con shift al primer personaje que se encuentre en gp con nosotros, crtl para el segundo
-
#showtooltip Palabra de Gloria
/cast [@party1,mod:shift][@party2,mod:ctrl][nomod] Palabra de Gloria
-
#showtooltip Mano de Libertad
/cast [@party1,mod:shift][@party2,mod:ctrl][nomod] Mano de Libertad
-
#showtooltip Mano de Protección
/cast [@party1,mod:shift][@party2,mod:ctrl][nomod] Mano de Protección
-

Cancelar auras
-
/cancelaura Mano de Libertad
/cancelaura Escudo Divino
/cancelaura Mano de Protección
/cancelaura Mano de Libertad
-

Macro Ahuyentar el mal
-
/cast [@mouseover,harm,nodead][] Ahuyentar el mal
-

Macro para hacer foco e intercambiar el foco con el objetivo
-
/target [combate,noexists] focus
/clearfocus [nocombat,noexists]
/stopmacro [@focus,noexists]
/target focus
/targetlasttarget
/focus [exists]
/targetlasttarget
-

Macro para mostrar/ocultar yelmo y capa
-
/run ShowHelm(not ShowingHelm())
/run ShowCloak(not ShowingCloak()
-

Macros para escribir en colores
-Amarillo
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cc3FFFF00\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
-
-Negro
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124c00000000\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
-
-Rojo
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cFFF00000\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
-
-Rosa
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124c00FF23CC\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
-
-Verde
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00ff00\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
-
-Violeta
/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cCC9966CC\124Hitem:19:0:0:0:0:0 :0: \124h" ..msg.. "\124h\124r",type,lang,chan);end;
-
-Para escribir de nuevo normalmente sin color especifico
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm(msg, type, lang, chan); end;
-

Macro para hacer la especial de la montura voladora y terrestre
-
/specialmount
-

Комментарии

Информация по комментариям в разработке