Item Search
     
BG-Wiki Search
Page 230 of 328 FirstFirst ... 180 220 228 229 230 231 232 240 280 ... LastLast
Results 4581 to 4600 of 6548
  1. #4581
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    If you mean an ingame macro, replace // with /console - been a while, not sure if that wait syntax is correct either.

    If you're doing it in a text file, you don't need //'s in the file.

    type //exec THSwaps.txt into the normal chat input, file is:
    Code:
    sc set th
    wait 7
    sc set tp

  2. #4582
    Special at 11:30 or w/e
    Sweaty Dick Punching Enthusiast

    Join Date
    Feb 2012
    Posts
    10,263
    BG Level
    9
    FFXIV Character
    Kalmado Espiritu
    FFXIV Server
    Gilgamesh
    FFXI Server
    Sylph
    Blog Entries
    4

    Quote Originally Posted by Radec View Post
    If you mean an ingame macro, replace // with /console - been a while, not sure if that wait syntax is correct either.

    If you're doing it in a text file, you don't need //'s in the file.

    type //exec THSwaps.txt into the normal chat input, file is:
    Code:
    sc set th
    wait 7
    sc set tp
    I was meaning in game macro while not using a .txt file. I try with /console tonight when I'm home from work. Thanks for the tip!

  3. #4583
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    Yeah // in macros has been broken for a while.

    /console sc set th

    should work though

  4. #4584
    New Merits
    Join Date
    Jul 2011
    Posts
    245
    BG Level
    4
    FFXIV Character
    Already Banned
    FFXIV Server
    Hyperion
    FFXI Server
    Quetzalcoatl

    I just use like /sc set pdt, it works for me. Not sure, but i think double slash only applies if you type it cause if i macro passall on LL I use /console ll passall cause the double // doesn't work, although it does work if you type it //ll passall

  5. #4585
    Insert witty title here
    Join Date
    Jun 2007
    Posts
    1,191
    BG Level
    6
    FFXI Server
    Phoenix

    I just put my TH gear on when I /range, that way I get TH on when pulling, just have to remember to /range new targets when switching to links in dyna.

  6. #4586
    Special at 11:30 or w/e
    Sweaty Dick Punching Enthusiast

    Join Date
    Feb 2012
    Posts
    10,263
    BG Level
    9
    FFXIV Character
    Kalmado Espiritu
    FFXIV Server
    Gilgamesh
    FFXI Server
    Sylph
    Blog Entries
    4

    Quote Originally Posted by Esvedium View Post
    I just put my TH gear on when I /range, that way I get TH on when pulling, just have to remember to /range new targets when switching to links in dyna.
    That's how I have my sc file set too, but many many times I'd pull with /ra, and then while fighting proc and get "TH4" instead of TH6 which I should get from nq hands and feet being equipped.

  7. #4587
    Insert witty title here
    Join Date
    Jun 2007
    Posts
    1,191
    BG Level
    6
    FFXI Server
    Phoenix

    Maybe you need a longer aftercastdelay for ranged attacks? It's worked for me so far. My THF xml (not quite updated, but close enough) is at pastebin.com/u/Esvedium if you wanna look at it.

  8. #4588
    Special at 11:30 or w/e
    Sweaty Dick Punching Enthusiast

    Join Date
    Feb 2012
    Posts
    10,263
    BG Level
    9
    FFXIV Character
    Kalmado Espiritu
    FFXIV Server
    Gilgamesh
    FFXI Server
    Sylph
    Blog Entries
    4

    Thanks a ton! I'll look at it over the weekend and tweek my file. I need to work on it, and other xmls as well when I'm home.

  9. #4589
    Melee Summoner
    Join Date
    Jun 2012
    Posts
    30
    BG Level
    1

    Could I please get some help w/ the xml for blm? Error on line 138
    pastebin.com/ctbWrSjc
    Thanks,
    Sel

  10. #4590
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    Needs to be a /if not /elseif, just that one line. Rest of the /elseif's look correct

  11. #4591
    Melee Summoner
    Join Date
    Jun 2012
    Posts
    30
    BG Level
    1

    Thanks for that fix. Now I'm getting an Error- Oudated XML. (regenx) or buffactive) must be updated. While casting elemental magic. Please help.

  12. #4592
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,197
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    HTML Code:
    <if Advanced='(!((regex)%Weather=^.* x2$(/regex) AND "%WeatherElement" = "%SpellElement" AND "$%SpellElementObi" = "1") OR !("%WeatherElement" = "%spellElement")) AND ("%SpellElement" = "%DayElement" AND "$BLMAF2Pants" = "1") AND ("%skill"="ElementalMagic")'>
                    <equip when="midcast">
                        <legs lock="yes">Sorcerer's Tonban</legs>
                    </equip>
                </if>
    Spellcast no longer uses /regex I believe, so you need to change that rule.

  13. #4593
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    New form is

    "<if Advanced='(!((bool)regex("%Weather","^.* x2$") AND "%WeatherElement" = "%SpellElement" AND ...."

  14. #4594
    Melee Summoner
    Join Date
    Jun 2012
    Posts
    30
    BG Level
    1

    Hmmm.. Im not sure what I need to change it to. Any suggestions?

    That fixed it! Thanks!

  15. #4595
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,197
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    HTML Code:
    <if Advanced='(!((bool)regex("%Weather","^.* x2$") AND "%WeatherElement" = "%SpellElement" AND "$%SpellElementObi" = "1") OR !("%WeatherElement" = "%spellElement")) AND ("%SpellElement" = "%DayElement" AND "$BLMAF2Pants" = "1") AND ("%skill"="ElementalMagic")'>
    Replace the entire top line (The red line) with this. I just added what radec said to make the replacement easier.

  16. #4596
    New Merits
    Join Date
    Apr 2010
    Posts
    228
    BG Level
    4

    This might be a strange request, is it possible to make a toggle for fillmode on and off within spellcast, without making 2 macros?

  17. #4597
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    Just "fillmode" toggles between fillmode 1 and fillmode 0, never swaps to 2. No Spellcast needed.

  18. #4598
    New Merits
    Join Date
    Apr 2010
    Posts
    228
    BG Level
    4

    Quote Originally Posted by Radec View Post
    Just "fillmode" toggles between fillmode 1 and fillmode 0, never swaps to 2. No Spellcast needed.
    Thanks! I never knew that

  19. #4599
    Melee Summoner
    Join Date
    Jun 2012
    Posts
    30
    BG Level
    1

    Can I please get some help w/ this xml? I did not create it, but I am trying to tailor it to my own needs. I think the problem is the abyssea rules for Raging Rush. Its not changing to WS gear at all. Thanks for the help!

    pastebin.com/hTYnddN8

  20. #4600
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    My first thought is you have a shitload of sets. Is there some max number of sets SC will recognize?

Page 230 of 328 FirstFirst ... 180 220 228 229 230 231 232 240 280 ... LastLast

Similar Threads

  1. Spellcast Shop Thread
    By Yugl in forum FFXI: Everything
    Replies: 232
    Last Post: 2014-03-18, 04:47
  2. time spent on ls events, helping friends and your own time
    By freewind in forum FFXI: Everything
    Replies: 6
    Last Post: 2005-09-06, 16:42