Results 1 to 3 of 3
  1. #1
    Player
    Phenidate's Avatar
    Join Date
    Apr 2011
    Location
    Windurst
    Posts
    344
    Character
    Autumn Lovelace
    World
    Sargatanas
    Main Class
    Conjurer Lv 80

    /? /equip command, OFF vs SUB?

    Possible translation error when calling up the help text on /equip with the /? slash command

    This is printed (copy/pasted from in game chat window. Emphasis placed on incorrect name)
    USAGE: /equip [slot] [item name]→Equips an item to a specified slot.If an item name is omitted, the item currently equipped to that slot will be unequipped.
    >>Gear Slots: main, off, throwing, pack, pouch, head, neck, L.ear, R.ear, body, shirt, hands, L.index, R.index, L.ring, R.ring, L.wrist, R.wrist, waist, legs, garment, feet.
    Off is the wrong term however, macros use the 'sub' term for offhand items. (it may be possible its a translation error in the macro then?) Following the help text on this macro will only cause an error.

    (For those curious as to what it should look like in macro form, see below)
    the command below fails
    /equip off "Bronze Scythe"
    the command below works
    /equip sub "Bronze Scythe"
    (1)
    Last edited by Phenidate; 08-07-2011 at 05:14 AM. Reason: neatness

  2. #2
    Player

    Join Date
    Aug 2011
    Posts
    1
    Good call...either /equip off should be made to work, or the /? text should be changed to sub.
    (0)

  3. #3
    Dev Team
    Join Date
    Jul 2011
    Posts
    223
    Thanks for bringing this to our attention, Phenidate. I think the safest way to run through this is just to list up in what ways the command has been changed to work in 1.19, and how it will be improved further in the near future.

    For 1.19, the abbreviated slots names for Main Hand and Off Hand have been changed to mh and oh, respectively. That being said, the following formats for the /equip text command will function properly when 1.19 goes live (using the main hand as an example):

    1. /equip mh "item name"

    For now, uppercase MH will not work. We will be adding this functionality in another patch soon. As there are no spaces in the abbreviated form, there are no quotation marks required around the mh, though the command will also work just fine with them.

    2. /equip "Main Hand" "item name"

    When typing out the full slot name, the first letter of each word must be capitalized, and (if a space if present) the entire slot name must be enclosed in quotation marks. Again, in the future, we will be making it so that caps sensitivity is not an issue.

    3. /equip "【Main Hand】" "item name"

    When inputting slot names using the auto-translate dictionary function, enclosing quotation marks are still required. In a future patch, we will be doing away with this, but for now, make sure to throw 'em in there.

    It is also worth nothing that in all of the above examples, item names may be either uppercase or lowercase (entirely, first letters only, or any rIDiCulOuS combination you can imagine), but must be enclosed in quotation marks whenever a space is present.

    Hope that clears things up a little bit. Thanks again for the post!
    (3)