Weapon swap macro
Moderators: Fridmarr, Worldie, Aergis, _Chloe
13 posts
• Page 1 of 1
Weapon swap macro
I've looked around and can't find one that works.
I need a one-button macro that will toggle back and forth between my Crystalforged Sword and my Sun Eater.
Some help please? =)
PS. Extra credit if you show me how to throw in a third combo:
CFS (+ shield) -> SE (+ shield) -> Loladin Gorehowl -> back to CFS (+ shield)
I need a one-button macro that will toggle back and forth between my Crystalforged Sword and my Sun Eater.
Some help please? =)
PS. Extra credit if you show me how to throw in a third combo:
CFS (+ shield) -> SE (+ shield) -> Loladin Gorehowl -> back to CFS (+ shield)
-

utena - Posts: 185
- Joined: Tue Oct 09, 2007 4:47 pm
/castsequence Crystalforged Sword, Sun Eater
I'd do a separate one for the 2h:
/castsequence Gorehowl, Crystalforged Sword, Shield Name
You can also use a straight up 1h+oh/2h swap macro, but it requires items be put in specific places (1st and 2nd slot of your middle back in this one):
/script PickupInventoryItem(17)
/script PickupContainerItem(2,2)
/script UseContainerItem(2,1)
/script UseContainerItem(2,2)
OR! Just use outfitter or similar. =)
I'd do a separate one for the 2h:
/castsequence Gorehowl, Crystalforged Sword, Shield Name
You can also use a straight up 1h+oh/2h swap macro, but it requires items be put in specific places (1st and 2nd slot of your middle back in this one):
/script PickupInventoryItem(17)
/script PickupContainerItem(2,2)
/script UseContainerItem(2,1)
/script UseContainerItem(2,2)
OR! Just use outfitter or similar. =)
-

Invisusira - Moderator
- Posts: 9004
- Joined: Sat Oct 06, 2007 6:23 pm
- Location: alt-tabbed
If you want them all in one macro, you can do it like this:
(obviously no new line until the next /equip)
it works only because it happens to be so that the sun eater is one handed while crystalforged is main hand
if you want to use other weapons you'd have to check if their types/subtypes are different, for example, one could be a mace while the other is a sword or something.
- Code: Select all
/equip [equipped:Main Hand] The Sun Eater; [equipped:One-Hand] Gorehowl; [equipped:Two-Hand] Crystalforged Sword;
/equip [equipped:Two-Hand] Name of your shield
(obviously no new line until the next /equip)
it works only because it happens to be so that the sun eater is one handed while crystalforged is main hand
if you want to use other weapons you'd have to check if their types/subtypes are different, for example, one could be a mace while the other is a sword or something.
- SmurfZG
- Posts: 495
- Joined: Sat Aug 11, 2007 8:51 am
SmurfZG wrote:Soulbreaker wrote:I use,
/equip Sun Eater
/equip Crystal Forged Sword
won't work to add in a third there though
yea but he only wanted to swap between his SE and his CfS.
-

Soulbreaker - Posts: 175
- Joined: Tue May 29, 2007 1:10 am
Soulbreaker wrote:SmurfZG wrote:Soulbreaker wrote:I use,
/equip Sun Eater
/equip Crystal Forged Sword
won't work to add in a third there though
yea but he only wanted to swap between his SE and his CfS.
My favorite way is to create a weapon only build in itemrack. Let's say this is just my 2Her and I call it "2Her".
Now, I just make a macro using:
- Code: Select all
/itemrack toggle 2Her
If I press it a second time, it'll go back to what I was using before.
- Emoir
- Posts: 80
- Joined: Wed Dec 12, 2007 9:21 am
Hmm... I'll have to check to see if this sort of thing is possible in ClosetGnome.Emoir wrote:itemrack
- Morningrise
- Posts: 80
- Joined: Thu Nov 15, 2007 8:09 am
13 posts
• Page 1 of 1
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: No registered users and 2 guests



