Item Search
     
BG-Wiki Search
Page 108 of 328 FirstFirst ... 58 98 106 107 108 109 110 118 158 ... LastLast
Results 2141 to 2160 of 6548
  1. #2141
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    The macro listed in the comments isn't the convert macro, but I'll assume it's the one you're referring to.

    It puts you in your convert gear.
    Then it waits 10 seconds.
    Then it grabs whatever your maximum mp at that point is and stuffs that value into a variable.
    Then it spits out a display of all your spellcast variables and what their values are.

  2. #2142
    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

    Ok, so you have set the variable. I'm assuming you're using that for some cure macro?

  3. #2143
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    Where are you pulling cure from?

  4. #2144
    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

    I was thinking you might intend to use it to say <if MP="$MaxMP"> and lock in convert gear or even do a calc to say $MaxMP-Number for MP.

  5. #2145
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    Well I did use the variable sort of like that, but instead of for cures I did it for everything and staggered the gear so the slots free up gradually as you deplete excess MP. I thought I included that part of it in the snippet I posted.

  6. #2146
    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

    That makes a lot more sense looking back now. I didn't recognize the calculations in the advanced portion (Thought they were variables). That seems like a lot of work to keep up with and hopefully you don't forget convert gear!

  7. #2147
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    It's not nearly as complicated to maintain as it was to get set up. I'm pretty pleased with the resulting improvement in my MP efficiency.

  8. #2148
    RIDE ARMOR
    Join Date
    Dec 2009
    Posts
    21
    BG Level
    1
    FFXI Server
    Leviathan

    I like to use a controller, but when I use spellcast and I try and use /ma "Cure" <stpc>, it always auto-targets me without giving me a sub target. Is there something I need to change in spellcast to allow me to do this?

  9. #2149
    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

    Try stpt or stal.

  10. #2150
    RIDE ARMOR
    Join Date
    Dec 2009
    Posts
    21
    BG Level
    1
    FFXI Server
    Leviathan

    Ok, so I guess it's Aikar's xml script that's causing it.
    When I switch to RDM I can sub-target with all of those commands, yet when I'm on BLM it always auto-targets myself.

    I haven't changed anything with the xml file except for the gear that I use.
    Has anyone else come across this?

  11. #2151
    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

    Use pastebin.com to upload the xml and then give us the link (remove the . from .com because you cant post links until 10 posts).

  12. #2152
    So hard we fuck rocks
    Join Date
    Jan 2009
    Posts
    3,043
    BG Level
    7
    FFXI Server
    Sylph

    Is there a way to setup my THF sc so that he changes into his full TP set as soon as the first hit lands with full TH?

  13. #2153
    RIDE ARMOR
    Join Date
    Dec 2009
    Posts
    21
    BG Level
    1
    FFXI Server
    Leviathan

    pastebincom/pSCU6QdW

  14. #2154
    Banned.

    Join Date
    Jul 2008
    Posts
    53
    BG Level
    2
    FFXI Server
    Caitsith

    Any idea why my staves dont swap?

    http://pastebin.com/VK1Er14s

  15. #2155
    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

    Quote Originally Posted by Zeroth View Post
    pastebincom/pSCU6QdW
    Chop this out and see:
    Code:
            <!-- utility: if targetting a monster, but casting a spell that can not be cast on monsters, then cast on self (buffs). -->
            <if SpellTargetType="MONSTER" NotValidTarget="*Enemy*" ValidTarget="*Self*">
                <changetarget target="&lt;me&gt;" />
            </if>
            <if SpellTargetType="NONE" ValidTarget="*Self*">
                <changetarget target="&lt;me&gt;" />
            </if>

  16. #2156
    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

    Quote Originally Posted by eotfofyl View Post
    Any idea why my staves dont swap?

    http://pastebin.com/VK1Er14s
    Try putting a dash between %SpellElement and Staff. Do this for the rule and the variables.

    Code:
    <main>$%SpellElement-Staff</main>

  17. #2157
    RIDE ARMOR
    Join Date
    Dec 2009
    Posts
    21
    BG Level
    1
    FFXI Server
    Leviathan

    Awesome it worked, thanks man

  18. #2158
    SwaggerlikeKillquick
    Guest

    Just started up FFXI again after a long break would anyone be awesome enough to share a COR xml?

  19. #2159
    RIDE ARMOR
    Join Date
    Dec 2009
    Posts
    21
    BG Level
    1
    FFXI Server
    Leviathan

    Actually, now it won't cure me at all after I took those lines of code out lol.

  20. #2160
    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

    What does your macro look like for cure?

Page 108 of 328 FirstFirst ... 58 98 106 107 108 109 110 118 158 ... 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