Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12

Thread: Macro Menu Bars

  1. #11
    Player
    Almagnus1's Avatar
    Join Date
    Mar 2015
    Location
    Ul'Dah
    Posts
    941
    Character
    Maley Oakensage
    World
    Behemoth
    Main Class
    White Mage Lv 100
    Yeah, that's part of the problem for how I did this, as you'll probably be able to pick out how I'm using shared 9 and 10 in a 4x3 configuration to have the flyout, along with the macro closing the bar, so with how that's constructed putting a timer on either 9 or 10 could cause problems like if I was switching between a crafter and gatherer, or jumping between different battle classes quickly, I can see hitting a situation where there's a timer on 9 or 10 that expires and closes the window. What I would do for a variable or two with some Shenzhen I/O style assembly.

    While I can definitely understand the anti-bot thing, as long as there's no way for the macro system to move the character, nor any way to interact directly with the targeting system, that would prevent the macros from being used with the creation of a bot.
    (0)

  2. #12
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,175
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by Almagnus1 View Post
    Yeah, that's part of the problem for how I did this, as you'll probably be able to pick out how I'm using shared 9 and 10 in a 4x3 configuration to have the flyout, along with the macro closing the bar, so with how that's constructed putting a timer on either 9 or 10 could cause problems like if I was switching between a crafter and gatherer, or jumping between different battle classes quickly, I can see hitting a situation where there's a timer on 9 or 10 that expires and closes the window. What I would do for a variable or two with some Shenzhen I/O style assembly.
    Happily, timer conflicts are actually a non issue in this case. Only one macro can be running at a time. If a macro is not /mlock-ed, activating any other macro will cancel the remaining lines before starting itself.
    (1)
    Last edited by Rongway; 07-29-2021 at 03:11 PM.

Page 2 of 2 FirstFirst 1 2