Close
Showing results 1 to 8 of 8
  1. #1

    Default Equip/unequip items...

    ...any way to do this with macros? just curious if its viable. looked around and wasnt able to find anything more than the two listed on the WoW for equiping. thoughts, ideas? thanks in advance.
    ("\(O.o)/") rawr!!

  2. #2

    Default

    "/equip itemname" works on the command line, I see no reason it wouldn't in a macro.

  3. #3

    Default

    I suggest getting itemrack. You can refer to sets of equipment in macros. I set this up so I can make a macro to take off everything that might take durability. it is something like

    "Itemrack equip naked"

    or

    "itemrack equip dps"
    [spoiler][/spoiler]Shaone,Shatwo,Shathree,Shafour,Shafive
    <Zero Tolerance>
    Level: 70
    Server: Azgalor
    Race: Orc / Blood Elf

  4. #4

    Default

    Quote Originally Posted by 'Schwarz',index.php?page=Thread&postID=149817#post 149817
    "Itemrack equip naked"
    Heh, I thought I was the only one who did that. :whistling:
    Everquest II - <Pain for Glory> on Nektulos Server
    (Shadowknight: Uhmono| Inquisitor: Blyssia | Warden: Wysh | Defiler: Gahealju | Troubador: Moxia | Warlock: Phyrloc) X 51
    (Guardian: Tukilu | Templar: Ajechu | Warden: Fayanna | Conjuror: Akaesia | Troubador: Lollah | Warlock: Onona) X 27-ish[/align]

  5. #5

    Default

    "/equip itemname
    i know that one...that was listed in the WoW's guide to macros. im just curious if there was a macro/cmd line that could remove items from a slot (just remove, not replace with something else). and im trying to avoid as many add-ons as possible (at least until i get my fps issue solved).
    ("\(O.o)/") rawr!!

  6. #6

    Default

    An equipment slot number is a valid argument for /unequip for example you could say /unequip 16 to remove your mainhand you would then be able to find it in your bags. If fps issues are your problem odds are equipment models are not the primary cause. I would suggest something like turning off character shadows, turning down ground clutter, and reducing your max visibility range in cities. This can also be done in macros such as
    Code:
    /console groundEffectDensity 16
    /console groundEffectDist 1
    /console horizonfarclip 1305
    /console farclip 177
    /console characterAmbient 1
    /console smallcull 1
    /console skycloudlod 1
    /console detailDoodadAlpha 1
    Beyond that it's computer RAM then video RAM that will help the most. If you have a multi core processor set the affinity for WoW clients to something other than the primary or 0 core, that can help tons as well.

    Good luck

  7. #7

    Default

    The problem I found with trying to make a macro to equip all my stuff was running into the 255 char limit. Items have such long names "Brutal Gladiator mail --------".

    There was some compact script command that will unequip all of your gear
    [spoiler][/spoiler]Shaone,Shatwo,Shathree,Shafour,Shafive
    <Zero Tolerance>
    Level: 70
    Server: Azgalor
    Race: Orc / Blood Elf

  8. #8

    Default

    Item ID numbers can be used in place of the names this will usually allow you to equip or unequip everything by "name." On a side note you only have to unequip items with durability to save money, so dont worry about trinkets, rings, and neck pieces.

Similar Threads

  1. Getting Druid Equip ;)
    By schlange in forum General WoW Discussion
    Replies: 3
    Last Post: 10-19-2008, 08:11 PM
  2. Fun Items
    By Glord in forum German
    Replies: 4
    Last Post: 08-30-2008, 06:50 PM
  3. need help reflecting items
    By TerminatriX in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 06-03-2008, 05:09 PM
  4. Gear for a 5 boxing team (and what classes to equip that gear)
    By daviddoran in forum General WoW Discussion
    Replies: 9
    Last Post: 05-16-2008, 09:56 PM
  5. Count Items
    By Spawn in forum Macros and Addons
    Replies: 1
    Last Post: 12-12-2007, 08:45 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •