Este sitio hace uso intenso de JavaScript.
Por favor habilita JavaScript en tu navegador.
Comercial
RPP
10.1.0
RPP
10.1.5
Five Handy Macros (Yes, I use them!)
Comercial
Publicado
01/12/2008 a las 21:30
por
Arideni
Ever wanted more bag space? How about more slots on the toolbar? Here's a list of five practical macros which I enjoy myself and would like to share with other players embarking on their epic journey to Northrend. These work even if one doesn't have the expansion. Simply copy and paste the code into the new macro text area (type /macro to start) and
voila!
A Micro-Macro Philosophy
A macro should be something that helps a player out, not burden them or make their play experience unwieldy. So that said, a macro should meet at least two of the following three stipulations to make it on the list:
A macro should not play the game for you, but help you play the game,
A macro must save space on the hotbar,
A macro must provide functionality which, by default, was difficult to achieve.
Check out the 5 macros, after the jump!
The Good Stuff
Note: Replace the text in bold with a spell name exactly as it appears on a tooltip or shift-click abilities from your Spellbook. For modifiers, use
ctrl
,
shift
, and
alt
.
1. All-in-One Mount
This one works for players with flying mounts
and
access to them in Northrend. It selects flying or ground and gives the option to always pick a ground mount by right-clicking. Pressing the button while mounted dismounts the player.
#showtooltip
/dismount
/cast
Flying-Mount-Here
;
Ground-Mount-Here
/cast
Any-Ground-Mount-Here
2. Mouseover Abilities
Simply hover the mouse cursor over a target and click the button to use an ability without changing targets. If no target is moused over the selected target is affected.
/cast
3. Activate Trinkets
This simple macro will attempt to activate both trinkets.
#showtooltip
/use 13
/use 14
4. Sell Gray Items
This macro will attempt to sell all poor quality (trash) items in one's inventory bags. Must have a merchant window open.
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name) UseContainerItem(bag,slot) end end end
5. Cooking and Fishing
This macro will equip a player's fishing pole of choice and cast the line. Right-clicking the button will open the cooking window and holding down a modifier will create a campfire.
#showtooltip
/equip
Your-Fishing-Pole-Here
/cast Fishing
/cast Cooking
/cast Basic Campfire
Paste Your Macro!
I'm looking for a few good macros because I can't
handle the toolbar
. Do you have a special macro you really, really love and would like to share?
Obtiene Wowhead
Premium
USD $2
Un mes
Disfruta de una experiencia libre de publicidad, desbloquea características premium y dale tu soporte al sitio!
Mostrar 0 comentarios
Ocultar 0 comentarios
Inicia sesión para publicar un comentario
Escribir un Comentario
No has iniciado sesión. Por favor
entra a tu cuenta
o
registra una cuenta
para añadir tu comentario.
Publicación anterior
Publicación siguiente