Item Search
     
BG-Wiki Search
Page 297 of 328 FirstFirst ... 247 287 295 296 297 298 299 307 ... LastLast
Results 5921 to 5940 of 6548
  1. #5921
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    Quote Originally Posted by Khajit View Post
    I decided to start working on some better xml than the ones I made myself but i seem to be running into problems.
    Original link
    http://pastebin.com/j6edgPfd

    I basically copied motenten's pld xml and whenever I engage i get the error "Did not find set Tp-Sword-Normal-Normal in group Outside-Group"

    I also get the feeling I need to figure out the triggers better but I have to get rid of the first error before i move on to anything else.
    There's a flaw in the XML. When I rewrote some of the offense/defense mode handling, I missed a bit here. The pld has a set for TP-Sword+Shield-Normal-Shield, but not TP-Sword+Shield-Normal-Normal. You can add an extra set, or just expand the name of the -Shield one to "TP-Sword+Shield-Normal-Shield|TP-Sword+Shield-Normal-Normal", and that should fix it.

  2. #5922
    RIDE ARMOR
    Join Date
    Mar 2013
    Posts
    10
    BG Level
    1
    FFXI Server
    Lakshmi

    Sorry if this has been posted 1000 times but i didnt see it in sticky or this thread just skiming through and i rather not go through 20+ pages looking for a simple question...

    Can i call sets in macros from spellcast? Example most spellcasts you see have a phy damage set and a magical damage set. Is there any command i can put in a macro to call it to equip those? I know about //reset but that doesnt work in macros.

    Should i just stick with autoexec and make a phy damage taken set to put in a macro?

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

    Do indi|geo spells have elements associated? I'm trying to use my standard variables set for elemental staves in my geomancy spell precast set, and it's not working to my knowledge.

    <var name="IceFast">Vourukasha I</var>
    <var name="WindFast">Vayuvata I</var>
    <var name="EarthFast">Vishrava I</var>
    <var name="ThunderFast">Apamajas I</var>
    <var name="WaterFast">Haoma I</var>
    <var name="FireFast">Atar I</var>
    <var name="DarkFast">Xsaeta I</var>
    <var name="LightFast">Arka I</var>

    <set name="FastCast">
    <main>$%SpellElementFast</main>
    <neck>Orunmila's Torque</neck>
    <head>Nares Cap</head>
    <body>Anhur Robe</body>
    <back>Swith Cape +1</back>
    <feet>Chelona Boots +1</feet>
    <hands>Repartie Gloves</hands>
    <legs>Fea's Slops</legs>
    </set>

    Do I have to make a rule for specific spells to call on a certain precast set?

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

    Quote Originally Posted by NightScope2142 View Post
    Sorry if this has been posted 1000 times but i didnt see it in sticky or this thread just skiming through and i rather not go through 20+ pages looking for a simple question...

    Can i call sets in macros from spellcast? Example most spellcasts you see have a phy damage set and a magical damage set. Is there any command i can put in a macro to call it to equip those? I know about //reset but that doesnt work in macros.

    Should i just stick with autoexec and make a phy damage taken set to put in a macro?

    //sc set phys
    //sc set magic

  5. #5925
    RIDE ARMOR
    Join Date
    Mar 2013
    Posts
    10
    BG Level
    1
    FFXI Server
    Lakshmi

    Thank you grevenilvec

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

    obviously replace phys and magic with the actual names of your sets.

    so if i wanted to swap to idle gear i would type:

    //sc set Idle

  7. #5927
    Sea Torques
    Join Date
    Aug 2006
    Posts
    518
    BG Level
    5
    FFXI Server
    Leviathan

    http://pastebin.com/evv19fA8

    Just swapping my BLM to GEO. I know the resources are not updated for GEO spells, however, its not recognizing engaged for melee set. Halp!?!

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

    <command when="engaged|idle|aftercast|resting">Fire Spirit</command>

    shouldn't that be

    <command when="engaged|idle|aftercast|resting">input /ma "Fire Spirit"</command>

    ?

    Not too familiar with that syntax.

  9. #5929
    Smells like Onions
    Join Date
    Apr 2013
    Posts
    2
    BG Level
    0

    Hey guys, I'm new to using spellcast. I found an xml that works well with my drg and was able to modify it to my gear sets, except there's a small problem. Whenever I use restoring breath and sometimes spell-triggered healing breaths, wyvern hp+ gear isnt equipped long enough for the effect to take place and breath enhancing gear is swapped out of too soon to take effect either. Is there any way i can add a delay so wyvern hp gear is equipped before restoring breath is used and breath enhancing gear is equipped longer before it switches back to my idle/engage sets?

    Code:
     <!-- Auto Sets -->
            <equip When="Engaged" Set="Engaged" />
            <equip When="Idle" Set="Idle" />
            <!--equip When="Resting" Set="Resting" /-->
            <!-- AfterCast Set based on engaged status -->
            <if Status="Engaged">
                <equip When="AfterCast" Set="Engaged" />
            </if>
            <else>
                <equip When="AfterCast" Set="Idle" />
            </else>
            <!-- Weapon Skills: Change gear only When TP >= 100% -->
            <if CommandPrefix="/weaponskill|/ws">
                <castdelay Delay=".4" />
                <equip Set="%Spell" />
                <!-- Equip Wym. Armet +2 after weapon skill -->
                <if Group="Offensive|Multipurpose">
                    <midcastdelay Delay=".5" />
                    <aftercastdelay Delay="6" />
                    <equip When="MidCast" Set="Weapon Skill Mid" />
                </if>
            </if>
            <!-- Job Abilities -->
            <if CommandPrefix="/jobability|/ja">
                <castdelay Delay=".4" />
                <equip Set="%Spell" />
            </if>
                    <if CommandPrefix="Restoring Breath|Smiting Breath">
                <castdelay Delay=".4" />
                <equip Set="%Spell" />
            </if>
            <!-- Spells -->
            <if CommandPrefix="/magic|/ninjutsu|/ma">
                <if Group="Multipurpose">
                    <if HPPLT="33">
                        <castdelay Delay=".4" />
                        <midcastdelay Delay="2.5" />
                        <aftercastdelay Delay="6" />
                        <equip Set="Healing Breath Pre" />
                        <equip When="MidCast" Set="Healing Breath Mid" />
                    </if>
                    <else>
                        <equip Set="Fast Cast" />
                    </else>
                </if>
                <elseif Group="Defensive">
                    <if Spell="Stoneskin">
                        <equip Set="Stoneskin" />
                    </if>
                    <elseif Spell="*na|Bar*|Erase" PartyCountGT="1">
                        <castdelay Delay=".4" />
                        <midcastdelay Delay="1" />
                        <aftercastdelay Delay="6" />
                        <equip Set="Healing Breath Pre" />
                        <equip When="MidCast" Set="Healing Breath Mid" />
                    </elseif>
                    <!--elseif NotSpell="*raise" PartyCount="1" HPPLT="65"-->
                    <elseif NotSpell="*raise">
                        <castdelay Delay=".4" />
                        <midcastdelay Delay="2.5" />
                        <aftercastdelay Delay="5" />
                        <equip Set="Healing Breath Pre" />
                        <equip When="MidCast" Set="Healing Breath Mid" />
                    </elseif>
                </elseif>
            </if>

  10. #5930
    Hydra
    Join Date
    Feb 2013
    Posts
    118
    BG Level
    3
    FFXI Server
    Siren

    Is there a way to lock your gear command sequence when you are in the middle of casting a spell? Sometimes I button mash my macros and dont want to accidentally cast things in fast cast set by hitting the macro repeatedly.

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

    Is this how to correctly toggle aftermath gear based on main weapon equip?

    Code:
    <elseif EquipMain="Amanomurakumo">
    				<if mode="OR" Buffactive="Aftermath" Spell="Tachi: Kaiten">
    					<var cmd="set Aftermath Aftermath" />
    				</if>
    				<else>
    					<var cmd="set Aftermath BlankSet" />
    				</else>
    			</elseif>

  12. #5932
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    That should work, yes.

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

    If you swap weapons (to proc, for example) you could end up in a situation where your aftermath variable is still set. It's probably not a huge deal though.

  14. #5934
    Sea Torques
    Join Date
    Aug 2006
    Posts
    518
    BG Level
    5
    FFXI Server
    Leviathan

    Any help with my conundrum!?

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

    Quote Originally Posted by stamos View Post
    Any help with my conundrum!?
    I replied to you.

  16. #5936
    Nidhogg
    Join Date
    Jul 2008
    Posts
    3,746
    BG Level
    7
    FFXIV Character
    Seraphus Highwynn
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    http://pastebin.com/DfyUFTYU

    Whenever I take any spell/ja/ws action my game hiccups for 1-2s where everything freezes. it's more noticable in shit like dyna/legion but its starting to bother me. Anyone know what the culprit might be? It's def in the rules seciton since when I remove all my rules i get no hangups. I posted a page ago but nobody helped me

  17. #5937
    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 Ardan View Post
    Hey guys, I'm new to using spellcast. I found an xml that works well with my drg and was able to modify it to my gear sets, except there's a small problem. Whenever I use restoring breath and sometimes spell-triggered healing breaths, wyvern hp+ gear isnt equipped long enough for the effect to take place and breath enhancing gear is swapped out of too soon to take effect either. Is there any way i can add a delay so wyvern hp gear is equipped before restoring breath is used and breath enhancing gear is equipped longer before it switches back to my idle/engage sets?

    Code:
     <!-- Auto Sets -->
            <equip When="Engaged" Set="Engaged" />
            <equip When="Idle" Set="Idle" />
            <!--equip When="Resting" Set="Resting" /-->
            <!-- AfterCast Set based on engaged status -->
            <if Status="Engaged">
                <equip When="AfterCast" Set="Engaged" />
            </if>
            <else>
                <equip When="AfterCast" Set="Idle" />
            </else>
            <!-- Weapon Skills: Change gear only When TP >= 100% -->
            <if CommandPrefix="/weaponskill|/ws">
                <castdelay Delay=".4" />
                <equip Set="%Spell" />
                <!-- Equip Wym. Armet +2 after weapon skill -->
                <if Group="Offensive|Multipurpose">
                    <midcastdelay Delay=".5" />
                    <aftercastdelay Delay="6" />
                    <equip When="MidCast" Set="Weapon Skill Mid" />
                </if>
            </if>
            <!-- Job Abilities -->
            <if CommandPrefix="/jobability|/ja">
                <castdelay Delay=".4" />
                <equip Set="%Spell" />
            </if>
                    <if CommandPrefix="Restoring Breath|Smiting Breath">
                <castdelay Delay=".4" />
                <equip Set="%Spell" />
            </if>
            <!-- Spells -->
            <if CommandPrefix="/magic|/ninjutsu|/ma">
                <if Group="Multipurpose">
                    <if HPPLT="33">
                        <castdelay Delay=".4" />
                        <midcastdelay Delay="2.5" />
                        <aftercastdelay Delay="6" />
                        <equip Set="Healing Breath Pre" />
                        <equip When="MidCast" Set="Healing Breath Mid" />
                    </if>
                    <else>
                        <equip Set="Fast Cast" />
                    </else>
                </if>
                <elseif Group="Defensive">
                    <if Spell="Stoneskin">
                        <equip Set="Stoneskin" />
                    </if>
                    <elseif Spell="*na|Bar*|Erase" PartyCountGT="1">
                        <castdelay Delay=".4" />
                        <midcastdelay Delay="1" />
                        <aftercastdelay Delay="6" />
                        <equip Set="Healing Breath Pre" />
                        <equip When="MidCast" Set="Healing Breath Mid" />
                    </elseif>
                    <!--elseif NotSpell="*raise" PartyCount="1" HPPLT="65"-->
                    <elseif NotSpell="*raise">
                        <castdelay Delay=".4" />
                        <midcastdelay Delay="2.5" />
                        <aftercastdelay Delay="5" />
                        <equip Set="Healing Breath Pre" />
                        <equip When="MidCast" Set="Healing Breath Mid" />
                    </elseif>
                </elseif>
            </if>
    The commandprefix isn't the breath spell. The commandprefix is "/pet" instead. You need an aftercast delay as well when using that.

  18. #5938
    Sea Torques
    Join Date
    Aug 2006
    Posts
    518
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by grevenilvec75 View Post
    I replied to you.
    That didn't work. Sorry.

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

    Quote Originally Posted by stamos View Post
    That didn't work. Sorry.
    Gonna need more info then. What exactly doesnt work?

  20. #5940
    Sea Torques
    Join Date
    Aug 2006
    Posts
    518
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by grevenilvec75 View Post
    Gonna need more info then. What exactly doesnt work?
    It does not set melee while engaged with what I wrote, or with you wrote.

Page 297 of 328 FirstFirst ... 247 287 295 296 297 298 299 307 ... 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