Item Search
     
BG-Wiki Search
Page 2 of 2 FirstFirst 1 2
Results 21 to 33 of 33
  1. #21
    Taj
    Taj is offline
    Old Merits
    Join Date
    Mar 2006
    Posts
    1,170
    BG Level
    6

    Quote Originally Posted by Lordwafik
    Ok, I went to the laggiest spot in whitegate, turned my shout filter off so I can get as lagged up as possible, and my flee wore off after 30 seconds, which meant my first boots didn't get swapped in according to the server. I once again went from Homam > Striders, but this time only 30 seconds as opposed to 45 seconds of flee if the macro worked.

    I'll still keep the /wait on macros I know i'll use in a laggy area, otherwise I'd say it's safe to omit waits if you know you'll be in a generally normal area.
    Even in laggy areas, all of your actions are grouped together into one packet every 500 ms. I can't even fathom a situation where the nodes wouldn't be parsed in the order you queued them.

  2. #22
    Salvage Bans
    Join Date
    Nov 2005
    Posts
    953
    BG Level
    5
    FFXIV Character
    Oro Oro
    FFXIV Server
    Hyperion
    FFXI Server
    Titan

    Quote Originally Posted by Rishi
    Lemme spell it out for you if I went too fast: altough the macro is perfectly fine as far as the /equip + /ja combinations go, your macro will never work as an in-game macro because /equip won't let you swap the same slot twice without a /wait.
    didn't wafik just say it worked (when there isn't lag) a few posts ago?

  3. #23
    Ridill
    Join Date
    May 2005
    Posts
    13,568
    BG Level
    9

    Quote Originally Posted by Rishi
    Quote Originally Posted by aurik
    You are totally missing what I'm asking, as well as contradicting the posts of people above, so why don't you go test it before repeating "common knowledge" that might very well be wrong.
    Wow, angry much?

    Lemme spell it out for you if I went too fast.
    No, not too fast, but this is no place for another zombie drone repeating what is "common knowledge" when my purpose is actually to examine the veracity of this "common knowledge".

    Contradicting experiment results without providing real data is a waste of your bandwidth and a waste of my time; go back to Alla until you have something to show me.

  4. #24
    Ridill
    Join Date
    Oct 2005
    Posts
    10,210
    BG Level
    9
    FFXI Server
    Asura

    Well, they're both right in a way.

    I take advantage of this in some of my macros, but if you have two of the same equip slot changes in a row, it will only count one of them, and effectively swap between the two each time you hit the macro.

    e.g.

    Let's say you're making your resting macro so that it switches to your hMP gear, except you want to be able to swap between dalmatica and errant each time you hit the macro.

    .
    .
    /equip (stuff)
    /equip body "Errant Houppelande"
    /equip body "Dalmatica"
    /equip (stuff)
    .
    .

    You hit the macro the first time while wearing something else, you will end up with Dalmatica. However, if you hit that same macro with Dalmatica on, you will switch to errant and will NOT switch back to Dalmatica a split second later.

    So you will effectively swap between errant and Dalmatica each time you hit the macro. However, based on wafik's results, it does appear the first /equip of the two does register for a split second before changing to the second.

    However, you will want to space some /equip slots a little in certain situations. Especially when dual wielding, and when wearing two of the same item (e.g. 2x of the same ring).

    If you do

    /equip main "Ridill"
    /equip sub "Juggernaut"
    .
    .
    /equip (stuff)
    .
    .
    /equip L.ring "Sniper's Ring +1"
    /equip R.ring "Sniper's Ring +1"

    you will have issues, and possibly end up without a sub weapon or 2nd ring unless you hit the macro again.

    You don't necessarily need a wait in there, but you can just simply space them out.

    e.g.

    /equip main "Ridill"
    /equip L.ring "Sniper's Ring +1"
    .
    .
    /equip (stuff)
    .
    .
    /equip sub "Juggernaut"
    /equip R.ring "Sniper's Ring +1"

    should work fine without missing slots.

  5. #25
    Taj
    Taj is offline
    Old Merits
    Join Date
    Mar 2006
    Posts
    1,170
    BG Level
    6

    To people that are testing this, it's really important that you clarify whether you're using windower scripts or the in-game macro system. (The in-game macro system really sucks. A lot.)

  6. #26
    ٩๏̯͡๏)۶

    Join Date
    Jun 2005
    Posts
    12,248
    BG Level
    9
    FFXI Server
    Asura
    WoW Realm
    Barthilas

    Quote Originally Posted by Taj
    To people that are testing this, it's really important that you clarify whether you're using windower scripts or the in-game macro system. (The in-game macro system really sucks. A lot.)
    I was using the in game macro sets for both of my tests, Flee in a laggy situation, flee in a non laggy situation.

    I'll repeat them now with Windower scripts.

  7. #27
    ٩๏̯͡๏)۶

    Join Date
    Jun 2005
    Posts
    12,248
    BG Level
    9
    FFXI Server
    Asura
    WoW Realm
    Barthilas

    Ok weird, with the windower scripts, flee stops at 30 seconds every time (just did it a whole bunch), which means Boots#1 aren't even processing at all, you need to add waits in there. This is in a non laggy zone btw.

    It's as if what's happening is the game is sending the signals in this order to the server : Eq Swap > Eq Swap > JA, rather than EQ > JA > EQ

  8. #28
    Relic Weapons
    Join Date
    Oct 2006
    Posts
    335
    BG Level
    4

    Using the in-game macroing system (I don't use the windowing application), you can have two consecutive /equip commands on the same equipment slot as Khamsin said. You can see that it does "register" the first of the two commands because you get two "Equipment changed." messages in the log, and then only one as you switch between the two of them on subsequent macro activations. I use this all the time for a couple macros that switch between elemental staves (Aquilo's/Jupiter's, Apollo's/Pluto's).

    Quote Originally Posted by Khamsin
    If you do

    /equip main "Ridill"
    /equip sub "Juggernaut"

    /equip main "Ridill"
    /equip L.ring "Sniper's Ring +1"
    .
    .
    /equip (stuff)
    .
    .
    /equip sub "Juggernaut"
    /equip R.ring "Sniper's Ring +1"
    If you do either of these, in my experience, you get the same error: "You cannot equip a sub-weapon without first equipping a primary weapon" or something like that. On any computer I've used to play FFXI, I have never been able to equip both a main and sub weapon for Dual Wield in the same macro without including a line for /wait between "/equip main" and "/equip sub", regardless of how many other /equip commands I placed between them and whether or not there is obvious lag in the area.

    The getting-only-one-ring part only seems to happen when you interrupt the macro equipping both rings with another macro before the second ring slot was swapped out. When this occurs, you should always see that it's the second slot that didn't equip what you wanted it to.

  9. #29
    Old Merits
    Join Date
    Apr 2006
    Posts
    1,006
    BG Level
    6

    so basically:

    FFXI Macros:
    Each line is performed, one after another. However in laggy situations JAs may not react properly if you put them in without a /wait.

    Windower Macros:
    The Macro Set is performed as an individual instant.



    Is this accurate?

  10. #30
    Salvage Bans
    Join Date
    May 2006
    Posts
    825
    BG Level
    5

    Sounds like the "casting" delay of Flee is usually longer than the wait between lines of an in-game macro, but not longer than the wait between lines of a windower macro. So the client sends EQ1 > Flee > EQ2, and they're parsed in that order, but by the time the Flee actually executes the second equip swap has already happened. So I wouldn't rely on being able to do equipment swaps immediately after any "instant" ability.

    As Teorem says, you can equip two different items one right after the other if you weren't wearing either of them before, but if you were already wearing one you have to /wait before you can equip it again. I don't know if this was a deliberate design to allow macros to toggle between two pieces of gear, but it's certainly useful for that.

    With Rings, I think the problem is that if you try to equip two of the same ring one after the other, the game tries to equip one ring in both slots and fails, because the first equip hasn't finished by the time the second one starts. Same thing with dual wield, probably. This sort of thing is why I thought I needed a /wait before WSing, but perhaps the game is careful to process all pending equipment changes before starting an ability.

  11. #31
    Melee Summoner
    Join Date
    Mar 2006
    Posts
    47
    BG Level
    1

    Quote Originally Posted by aurik
    No, not too fast, but this is no place for another zombie drone repeating what is "common knowledge" when my purpose is actually to examine the veracity of this "common knowledge".

    Contradicting experiment results without providing real data is a waste of your bandwidth and a waste of my time; go back to Alla until you have something to show me.
    Quote Originally Posted by rishi
    This is something I've tried and tested with THF boots and RNG barrage gloves [...]
    Not believing I had tested it on my word would have been your perogative; but you're acting like a douche over the issue when you purely have a hard time reading what I say. It -is- common knowledge that two /equip commands for the same slot at the same moment don't stack, because it's true, and it's a knowledge I have employed in my macros for years now. Don't believe me? It would have taken all of three seconds to verify any doubt for yourself. Two staves, macro both, press button twice. Here you go:

    http://img248.imageshack.us/img248/8...4023755ql3.jpg

    /equip won't let you swap the same slot twice without delay.

    Contradicting Wafik? No. If it works without /wait, you've lagged sufficiently between the /equip commands to impose whatever minor delay it is limited to. Like Khamsin indicated, simply putting more commands between the macro lines can already do the trick. Maybe Taj can clarify if it's a buffered limit somehow?

  12. #32
    Banned.

    Join Date
    May 2006
    Posts
    4,533
    BG Level
    7

    THF/WHM is the shit.

  13. #33
    Ridill
    Join Date
    May 2005
    Posts
    13,568
    BG Level
    9

    Quote Originally Posted by Rishi
    Quote Originally Posted by aurik
    No, not too fast, but this is no place for another zombie drone repeating what is "common knowledge" when my purpose is actually to examine the veracity of this "common knowledge".

    Contradicting experiment results without provreal data is a waste of your bandwidth and a waste of my time; go back to Alla until you have something to show me.
    Quote Originally Posted by rishi
    This is something I've tried and tested with THF boots and RNG barrage gloves [...]
    Not believing I had tested it on my word would have been your perogative; but you're acting like a douche over the issue when you purely have a hard time reading what I say. It -is- common knowledge that two /equip commands for the same slot at the same moment don't stack, because it's true, and it's a knowledge I have employed in my macros for years now. Don't believe me? It would have taken all of three seconds to verify any doubt for yourself. Two staves, macro both, press button twice. Here you go:

    http://img248.imageshack.us/img248/8...4023755ql3.jpg

    /equip won't let you swap the same slot twice without delay.

    Contradicting Wafik? No. If it works without /wait, you've lagged sufficiently between the /equip commands to impose whatever minor delay it is limited to. Like Khamsin indicated, simply putting more commands between the macro lines can already do the trick. Maybe Taj can clarify if it's a buffered limit somehow?
    Better post. Make sure your future posts are up to this quality, thanks.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Swapped gear delay
    By Force-Attuned Krogoth in forum FFXI: Everything
    Replies: 22
    Last Post: 2008-08-27, 06:43
  2. Best equip swapping macros for monk?
    By genome in forum FFXI: Everything
    Replies: 2
    Last Post: 2005-04-13, 07:10
  3. AF2: only lot if you can equip
    By joft in forum FFXI: Everything
    Replies: 6
    Last Post: 2004-07-29, 07:31