Results 1 to 10 of 19

Dev. Posts

Hybrid View

  1. #1
    Community Rep Zhexos's Avatar
    Join Date
    Apr 2015
    Posts
    346
    Greetings,

    The dev. team is aware of an issue where macros that are used for the placement/movement of pets aren't functioning correctly. We are looking into this so we can address it as soon as possible.

    We apologize for the inconvenience this may cause.
    (13)
    Tony "Zhexos" Caraway - Community Team

  2. #2
    Player
    Marxam's Avatar
    Join Date
    Aug 2013
    Posts
    2,284
    Character
    Blackiron Tarkus
    World
    Leviathan
    Main Class
    Marauder Lv 90
    Quote Originally Posted by Zhexos View Post
    Greetings,

    The dev. team is aware of an issue where macros that are used for the placement/movement of pets aren't functioning correctly. We are looking into this so we can address it as soon as possible.

    We apologize for the inconvenience this may cause.
    Also please note that this also affects the machinist's turrets in some way. Before 3.2 the macro below would allow me to place a turret as normal, and pressing the same button would retrieve it.

    /ac "Rook Turret" <me>
    /ac "Turret Retrieval" <me>
    As of 3.2 all it does is place the turret directly one me and it doesn't even read the next line in the macro so I cannot retrieve it.

    EDIT: I figured out i just needed to remove the <me> from the Rook Turret line and it works perfectly /facepalm
    (0)
    Last edited by Marxam; 03-03-2016 at 07:01 PM.

  3. #3
    Player
    Rawrz's Avatar
    Join Date
    Jul 2015
    Posts
    1,704
    Character
    Sir Rawrz
    World
    Gilgamesh
    Main Class
    Red Mage Lv 90
    Try it without <me>. By saying <me> you want the skill to go off on yourself.

    /ac "Rook Turret"
    /ac "Turret Retrieval"

    Also if it doesn't work like you want, I would say do it in the reverse order.

    /ac "Turret Retrieval"
    /ac "Rook Turret"

    This will return the turret, then pressing it again would place it. If there isn't a turret to retrieve, it will try to place one.

    My guess is that you won't have an issue and that this bug only affects pet actions (/pac instead of /ac.) Hope this helps and that they fix this soon.
    (0)
    Last edited by Rawrz; 02-28-2016 at 07:13 AM.