Item Search
     
BG-Wiki Search
Page 104 of 150 FirstFirst ... 54 94 102 103 104 105 106 114 ... LastLast
Results 2061 to 2080 of 2987
  1. #2061
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    Quote Originally Posted by buddha_masta View Post
    Not sure what I'm doing wrong but even with that rule I just end up equipping normal TP set as opposed to the subjob specified set.

    http://pastebin.com/jzX6RJbd

    Thx
    ctrl+f drg shows nothing but your drg sets (no rules or anything).

    At the beginning of your rules put:

    Code:
        <if status="idle">
            <action type="equip" when="idle|aftercast" set="Idle" />
        </if>
        <elseif status="engaged" subjob="drg">
            <action type="equip" when="engaged|aftercast" set="drg" />
        </elseif>
        <elseif status="engaged">
            <action type="equip" when="engaged|aftercast" set="TpBase" />
        </elseif>
    And it should work.

  2. #2062
    Hydra
    Join Date
    Jul 2010
    Posts
    129
    BG Level
    3
    FFXI Server
    Phoenix

    Quote Originally Posted by rog View Post
    ctrl+f drg shows nothing but your drg sets (no rules or anything).
    woops sorry, was fooling around trying to get it to work and left it out.

    http://pastebin.com/vbehzxM5

  3. #2063
    The Syrup To Waffles's Waffle
    Join Date
    Jun 2007
    Posts
    5,045
    BG Level
    8
    FFXIV Character
    Cair Bear
    FFXIV Server
    Excalibur
    FFXI Server
    Fenrir

    Anyone have a link to the ZR dat mod (first and second floor).

  4. #2064
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    Quote Originally Posted by buddha_masta View Post
    woops sorry, was fooling around trying to get it to work and left it out.

    http://pastebin.com/vbehzxM5
    That doesn't work (other than breaking your idle set)?

  5. #2065
    Hydra
    Join Date
    Jul 2010
    Posts
    129
    BG Level
    3
    FFXI Server
    Phoenix

    Nope. I took one of the simpler templates I could find so it'd be a little cleaner but I don't know why I can't get this rule to work.

  6. #2066
    Hydra
    Join Date
    Feb 2005
    Posts
    135
    BG Level
    3
    FFXI Server
    Titan
    WoW Realm
    Bonechewer

    I organize mine with separate groups for different subjobs, that's one way.

    Spoiler: show
    <if subjob="DRG">
    <if status="engaged">
    <equip when="engaged|aftercast" set="DRG" />
    </if>
    <elseif>
    <equip when="idle" set="idle" />
    </elseif>
    <if status="engaged">
    <equip when="engaged|aftercast" set="TPBase" />
    </if>


    Because it parses top to bottom this should work.

  7. #2067
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    <elseif>
    <equip when="idle" set="idle" />
    </elseif>
    wat

  8. #2068
    Hydra
    Join Date
    Feb 2005
    Posts
    135
    BG Level
    3
    FFXI Server
    Titan
    WoW Realm
    Bonechewer

    Re-reading it, I still don't see why it wouldn't work. Feel free to correct it.

  9. #2069
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    Because an <if> with no rule specified doesn't work.

  10. #2070
    Hydra
    Join Date
    Feb 2005
    Posts
    135
    BG Level
    3
    FFXI Server
    Titan
    WoW Realm
    Bonechewer

    Oh, well I don't use elseif very often, figured it'd be easier for others to read.

    Could just use <if status="idle" equip="idle" /> then.

  11. #2071
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    or just <else>...

  12. #2072
    Hydra
    Join Date
    Feb 2005
    Posts
    135
    BG Level
    3
    FFXI Server
    Titan
    WoW Realm
    Bonechewer

    Whatever works.

  13. #2073
    Banned.

    Join Date
    Sep 2009
    Posts
    889
    BG Level
    5

    What is the pinning obstacle at Beaucedine J-6? because all I'm seeing are three arches.

  14. #2074
    Radsourceful

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

    Code:
    		<!-- Equip Idle gear if not engaged, else equip TP Gear -->
    		<if status="idle">
    			<action type="equip" when="idle|aftercast" set="Idle" />
    		</if>
    		<elseif status="engaged">
    			<action type="equip" when="engaged|aftercast" set="TpBase" />
    			<if subjob="DRG">
    				<action type="equip" when="engaged|aftercast" set="DRG" />
    			</if>
    		</elseif>
    Looks like you only needed the swaps for TP set, and this should do it.

  15. #2075
    Hydra
    Join Date
    Jul 2010
    Posts
    129
    BG Level
    3
    FFXI Server
    Phoenix

    Quote Originally Posted by Radec View Post
    Code:
    		<!-- Equip Idle gear if not engaged, else equip TP Gear -->
    		<if status="idle">
    			<action type="equip" when="idle|aftercast" set="Idle" />
    		</if>
    		<elseif status="engaged">
    			<action type="equip" when="engaged|aftercast" set="TpBase" />
    			<if subjob="DRG">
    				<action type="equip" when="engaged|aftercast" set="DRG" />
    			</if>
    		</elseif>
    Looks like you only needed the swaps for TP set, and this should do it.
    Thanks so much!

  16. #2076
    Fake Numbers
    Join Date
    Dec 2009
    Posts
    85
    BG Level
    2
    FFXI Server
    Bismarck

    Is nq heca still worth trying to get for war? what would be equivalent to it or better?

  17. #2077
    We wear wine red on Wednesdays

    Join Date
    Sep 2006
    Posts
    2,241
    BG Level
    7
    FFXIV Character
    Marius Krieg
    FFXIV Server
    Balmung
    FFXI Server
    Fenrir

    Quote Originally Posted by nyaraa View Post
    Is nq heca still worth trying to get for war? what would be equivalent to it or better?
    I still use the Heca hat, hands and feet for WS. If your accuracy is still capped with Varangian Helm's -20 acc, then that would be better. I haven't tried using it for WAR yet I'm way too finicky about my accuracy, and I'm pretty sure I would go uncapped with that on multi-hit WS's.

  18. #2078
    Radsourceful

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

    Abyssea-Kon: I've been rank6 fame for a while, but Helga and Naji won't give me Secret Agent Man.

    I did a pile of VNM T1 plates and Martello upgrades, are there other prereqs? Anyone who has flagged/done the Naji quests, did you do other quests for fame as well?

  19. #2079
    Old Merits
    Join Date
    Jun 2008
    Posts
    1,027
    BG Level
    6

    Give my jobs (see sig), is there likely to be any point at which Wyvern Earring is worth having? I think /Dragoon just barely beats out /Warrior with OA3 Footwork on Monk, but it relies on perfect execution of every JA, etc.

  20. #2080
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    I don't see /drg beating /war for mnk, since haste is capped either way, and all you'd gain is some extra atk/acc, and jumps.

Page 104 of 150 FirstFirst ... 54 94 102 103 104 105 106 114 ... LastLast

Similar Threads

  1. Randomer Question Thread
    By aurik in forum FFXI: Everything
    Replies: 8518
    Last Post: 2009-07-06, 14:22
  2. Random Question Thread
    By Rocl in forum FFXI: Everything
    Replies: 2934
    Last Post: 2008-01-17, 13:43
  3. [WoTG] Random question thread
    By Koyangi in forum FFXI: Everything
    Replies: 165
    Last Post: 2008-01-02, 21:30