Which Slot Is Main Hand Wow?
Notes –
Information about the weapon should tell you if it can be used on the main hand. The other hand is known as the, For those with capability, weapons identified as main hand can not be used in the off-hand slot. Two-handed weapons use both main hand and off-hand slots, but the off-hand slot will appear empty. changed many main hand weapons into weapons. changes almost all remaining main hand weapons into one-handed weapons; exceptions include items that are part of weapon sets.
: Main hand
Näytä koko vastaus
Main hand The main hand is the primary hand for weapons that only need to wield (), but also used for weapons that require, Additional notes:
Information about the weapon should tell you if it can be used on the main hand. The other hand is known as the, For those with capability, weapons identified as main hand can not be used in the off-hand slot. Two-handed weapons use both main hand and off-hand slots, but the off-hand slot will appear empty. When creating weapons (), main hand weapons will appear under the appropriate one-hand subclass, changed many main hand weapons into one-handed weapons
: Main hand
Näytä koko vastaus
Contents
What can the main hand slot be used for?
Main-Hand ( One-Hand / Two-Hand ) – Weapon types Axe, Bow, Crossbow, Dagger, Fist weapon, Gun, Mace, Polearm, Staff, Sword, Wand, Fishing Pole Upgrades Weapon enchants, Counterweights, Weapon Chains, Fishing line (fishing pole only) The Main Hand slot can hold main hand, one-handed or two-handed weapons. If a two-handed weapon is equipped, the off-hand slot must be empty unless the character is a warrior with the talent.
Näytä koko vastaus
Which weapons use the main hand slot for ammo?
Range weapons (bows, guns, wands) will use the main hand slot. Patch 4.0.1 (2010-10-12): The ammo mechanic was removed from the game, and the ammo slot was removed along with changing ammo items to gray items. Community content is available under CC BY-SA 3.0 unless otherwise noted.
Näytä koko vastaus
Can a two handed weapon be held in the off-hand?
Off-Hand ( One-Hand / Two-Hand ) – Weapon types Axe, Dagger, Held In Off-hand, Fist weapon, Mace, Shield, Sword Upgrades Enchantments, Counterweights, Weapon Chains, Shield Spike The Off Hand slot can hold off hand or one-handed weapons ( Dual wielding classes only), shields (warrior, paladin and shaman only) or Held In Off-hand frill items.,
Näytä koko vastaus
What are the different hand slots in battlenet?
How to Use an Equip Macro Instead of Outfitter/Itemrack etc
- I had a very hard time finding this information in one place so hopefully this will help someone
- All you have to do is:
- /equipslot slot# itemname
- Example Macro to switch from Mainhand/OH to Mainhand/Shield (probably one of the more difficult things to do because of how one handers and shields interact with each other):
- /equipslot 16 mainhandname /equipslot 17 offhandname
- /equipslot 17 shieldname
Then you can just swap using one button. Yay. /equip itemname macros didn’t work for doing this because instead of swapping the OH and my shield, it’d swap my MH and OH and keep the shield on. The slot numbers are as follows:
AmmoSlot | |
---|---|
HeadSlot | 1 |
NeckSlot | 2 |
ShoulderSlot | 3 |
ShirtSlot | 4 |
ChestSlot | 5 |
WaistSlot | 6 |
LegsSlot | 7 |
FeetSlot | 8 |
WristSlot | 9 |
HandsSlot | 10 |
Finger0Slot | 11 |
Finger1Slot | 12 |
Trinket0Slot | 13 |
Trinket1Slot | 14 |
BackSlot | 15 |
MainHandSlot | 16 |
SecondaryHandSlot | 17 |
RangedSlot | 18 |
TabardSlot | 19 |
Bag0Slot | 20 |
Bag1Slot | 21 |
Bag2Slot | 22 |
Bag3Slot | 23 |
and I got this information from another post. Thank you to that kind soul. Never would’ve figured out how to do this otherwise. Hey there, just had a quick question regarding an /equip macro for my weapons. I have two identical maces for fury. When I try to make a macro that equips both of them, the game just tries to put them both in the MH. I have no problem with a.16 Likes Thanks, I will use this definitely! 1 Like I use to do my weapon swap macro like this. I’ve since found a better way in my opinion. It accomplishes the same thing but goes about it a little differently. The advantage of this way is you don’t have to rewrite the macro every time you get new gear or use a different set.
All you do is switch weapons on your hot bar. First you need to identify your UI button for the /click function. Make a macro with this script: /run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end Place the UI-Button macro in the hotbar slot you want said weapon in, click it, and it will return the “name” of the button in your chat to enter in on your weapon swap macro.
This will be different depending on what UI addon you use for your hotbars. Regardless though, you must enter the returned text exactly as shown or it will not work. I use ElvUI so it returns: “ElvUI_Bar6Button1” for the first button on bar 6.
- My weapon swap macro looks like this and use the “?” icon:
- #showtooltip 16 /click ElvUI_Bar6Button1 /click ElvUI_Bar6Button2
- /click ElvUI_Bar6Button3
In button 1 I place my mainhand for dual wielding or 2hand weapon. Button 2 gets my shield, and button 3 get my offhand for dual wielding or mainhand w/ shield. The #showtooltip 16 with the “?” icon will show what weapon is equipped in your mainhand. This will actively change as you click the macro.
- If you want to show your offhand instead use #showtooltip 17 Hope this helps Gotta say that sounds even more cumbersome unless you only have a few things to swap out.
- The Original Poster’s method seems like a better idea to me.
- Particularly if you are swapping nearly everything equipped, i.e.
- Regular gear for resistance set or pvp set.
I agree if you’re swapping full sets of gear its better to write it as /equip rinse and repeat. For a few items or leveling my way makes it just a button swap to modify what equipped. Plus, it’ll work on every character so you’re not writing a unique macro for every weapon swap for every character. Thanks Just had draged the icon of the thing I wanted to equip and put on bar. Then put the other one on bar beside other one. Clicked one then the other.
- Staff and fishing pole.
- Fish macro will now have the equip pole in it.
- Olif, Here’s the one button fishing macro I use:
- #showtooltip /equip name-of-fishing-pole; /use Aquadynamic Fish Attractor; Shiny Bauble; /use 16; 16
- /cast fishing
- Doing nothing will cast your line if you have the pole equipped. Holding will equip your pole, if you have aqua lures it will apply the lure to the pole while holding alt, same for shiny babbles while holding
- Enjoy
3 Likes
- #showtooltip /equip Fishing Pole; Buccaneer’s Orb of the Owl; Compact Hammer; /use Shiny Bauble; /use 16; 16
- /cast fishing
- thanks, rewrote due to the 255 limit ; removed the attractor.
Slightly unrelated, but pertains to what Gambatte was talking about The addon Itemrack is working in Classic WoW, and you can bind the sets to keys in its interface so give that a look if you’re interested in swapping lots of gear at a time. : How to Use an Equip Macro Instead of Outfitter/Itemrack etc
Näytä koko vastaus