Item Search
     
BG-Wiki Search
Page 97 of 328 FirstFirst ... 47 87 95 96 97 98 99 107 147 ... LastLast
Results 1921 to 1940 of 6548
  1. #1921
    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 pugnax179 View Post
    just took this one off of pastebin and once i change to BLU, im getting a parsing error on line 0- failed to open file, unsure how/why it is such
    Make an XML called include.xml and paste this: http://pastebin.com/ECUgXz1P

    In total, you should have blu.xml and include.xml

  2. #1922
    Sea Torques
    Join Date
    Feb 2008
    Posts
    580
    BG Level
    5
    FFXI Server
    Phoenix

    Oh sorry, didn't realize there was another file that needed to be used in conjunction, will do that later tonight

  3. #1923
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    What in God's name did I do wrong that's preventing this from switching me into an Aquilo's Staff when casting Blizzard?

    http://pastebin.com/SRTdGQSu

  4. #1924
    Salvage Bans
    Join Date
    Sep 2008
    Posts
    811
    BG Level
    5
    FFXI Server
    Ifrit

    you mispelled aquilos

  5. #1925
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    Quote Originally Posted by Gabai View Post
    you mispelled aquilos
    You've made my night so much better. Thank you.

  6. #1926
    New Spam Forum
    Join Date
    Jul 2010
    Posts
    186
    BG Level
    3
    FFXI Server
    Bahamut

    Quote Originally Posted by Yugl View Post
    http://pastebin.com/3N7QKaYT

    That old BLU XML had a space between Fast and Cast + was missing the haste gear for ending Utsu. This is the updated version. I'm down to write an even more fleshed out version when I get free time. If anyone wants to look and is experienced with BLU XMLs, post here or PM me suggestions of what to add (Rules/Var/Gear sets) and I'll make a list.
    I've been having trouble w/ this one for the Idle rule. It never puts me to my idle gear after casting a buff like occultation when not engaged. It keeps me in the blue magic skill set. (its really annoying for movement speed pants)

  7. #1927
    New Spam Forum
    Join Date
    Dec 2007
    Posts
    186
    BG Level
    3
    FFXI Server
    Quetzalcoatl

    The only idle rules you have set are:
    Code:
            <if status="idle" group="PDT-Staff">
                <equip when="idle|aftercast" set="PDT" />
            </if>
    You need a rule for idle that isn't based on group PDT-Staff.

  8. #1928
    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

    Yeah, I kept Idle out of my XML (I forgot why), but I'll give you the rule to add:

    Code:
            <if status="idle" notgroup="PDT-Staff">
                <equip when="idle|aftercast" set="Idle" />
            </if>
    See if that works for you.

  9. #1929
    Yoshi P
    Join Date
    Jun 2007
    Posts
    5,144
    BG Level
    8
    FFXIV Character
    Fitz Everleigh
    FFXIV Server
    Excalibur

    What would be required for swapping staves in under a certain TP amount? I tried Frankensteining a couple XMLs together that had a rule, but it wouldn't ever work and I would just constantly break my spelllcast trying it.

  10. #1930
    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

    It's TPLT="Numberhere"

    <if TPLT="50">
    <Elemental staff rules here>
    </if>

  11. #1931
    D. Ring
    Join Date
    Feb 2007
    Posts
    4,736
    BG Level
    7
    FFXI Server
    Quetzalcoatl

    Any decent rng and thf spellcasts out there?

  12. #1932
    New Merits
    Join Date
    Sep 2010
    Posts
    223
    BG Level
    4
    FFXI Server
    Ifrit

    Looking for some ideas on how to be able to use one command to change to PDT set for my idle, and the same command to revert to my usual set for idle. Just got some refresh gear I want to keep on full time, but it also takes up a PDT slot. I'm hoping I can get Owleyes soon too, which is another great reason to get this set up now.

  13. #1933
    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

    Any particular time when you want to use one over the other?

  14. #1934
    New Merits
    Join Date
    Sep 2010
    Posts
    223
    BG Level
    4
    FFXI Server
    Ifrit

    I wanted to keep up refresh set as idle unless I let it know to keep on MDT, movement speed, or PDT.

  15. #1935
    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 don't think you can do that in any timely manner. You could do it by typing in a pseudo-spell (Like Comet or Meteor), but that would mean typing in commands anytime you wanted to use the other sets.

  16. #1936
    New Spam Forum
    Join Date
    Dec 2007
    Posts
    186
    BG Level
    3
    FFXI Server
    Quetzalcoatl

    Create a variable and use "Some Macro" to adjust that variable. Let the variable decide your Idle set. Simple as 1 and 2. Idle1 Idle2 as your regular refresh, pdt set.

    I did something like this for my PUP a while back for movement speed to automaton MAB/MAcc gear. Your macro will have to be a spell you don't use. And within that spells rules you can create an if based on the current value of your variable. If your variable is 1 then update it to 2 and swap to your gearset with a command inside that spell. And another if doing the opposite back.

    Code:
    <if spell="some spell">
    <if $IdleSet="1">
    <var cmd="set IdleSet 2" />
    <equip when="precast" set="Idle2" />
    </if>
    <elseif $IdleSet="2">
    <var cmd="set IdleSet 1" />
    <equip when="precast" set="Idle1" />
    </elseif>
    </if>
    This is an idea, the syntax probably does need to be fixed but it should get you started in the right direction. As well as updating your other rules for "Idle$IdleSet" for your aftercasts.

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

    Quote Originally Posted by Warusha View Post
    I wanted to keep up refresh set as idle unless I let it know to keep on MDT, movement speed, or PDT.
    I use something similar on my NIN xml depending on the level of evasion I want in my "engaged" set.

    Spoiler: show
    Code:
    <variables>
        <var name="engaged">TP</var>
    </variables>
    <rules>
    		<if spell="Meteor">
    			<if advanced='"$engaged" = "TP"'>
    				<var cmd="set engaged 1Hybrid" />
    			</if>
    				<elseif advanced='"$engaged" = "1Hybrid"'>
    					<var cmd="set engaged 2Hybrid" />
    				</elseif>
    				<elseif advanced='"$engaged" = "2Hybrid"'>
    					<var cmd="set engaged Evasion" />
    				</elseif>
    				<elseif advanced='"$engaged" = "Evasion"'>
    					<var cmd="set engaged TP" />
    				</elseif>
    			<if status="engaged">
    				<command>wait .3;sc set $engaged</command>
    			</if>
    				<else>
    					<command>sc set idle</command>
    				</else>
    			<addtochat>~~Engaged set is now $engaged~~</addtochat>
    			<cancelspell />
    			<return />
    		</if>
    </rules>


    {edit} I realized just how bloated and repetitive that code was. I cleaned it up a bit, but I'm at work and haven't tested it. It should work...

  18. #1938
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    A barebones outline, but would something like this work?
    Code:
    ....
    <var name="AC">"Idle"</var>
    ...
    <set name="Idle">
    ....
    <set name="TP">
    ...
    <action type="Var" cmd="set AC TP" />
    <action type="equip" set=$AC />
    <!-- TP set is now equipped -->

  19. #1939
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,653
    BG Level
    8
    FFXI Server
    Sylph

    Would someone mind sharing their whm .xml? In particular, I'm looking for one that includes a pre-cast set up with fast cast/cure clog type items. I'm doing a particularly poor job setting my own up.

  20. #1940
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    This should take care of the cure clogs for you. Just stick it in the rules section.

    Code:
    <rules>
    ....
    
    <if spell="Cur*">
           <action type="equip" when="precast" set="PrecastSet" />
           <action type="equip" when="precast">
                <feet>Cure Clogs</feet>
           </action>
           <action type="equip" when="midcast" set="CurePotencySet" />
           <action type="equip" when="aftercast" set="IdleSet" />
    </if>
    ...
    </rules>

Page 97 of 328 FirstFirst ... 47 87 95 96 97 98 99 107 147 ... 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