Item Search
     
BG-Wiki Search
Page 283 of 328 FirstFirst ... 233 273 281 282 283 284 285 293 ... LastLast
Results 5641 to 5660 of 6548
  1. #5641
    Sea Torques
    Join Date
    May 2010
    Posts
    718
    BG Level
    5
    FFXI Server
    Ragnarok

    Code:
    	<if Spell="Update" advanced='"$HB"="HB"'>
    <return />
    </if>
    
    <if commandprefix="/pet">
    
    	<if spell="Restoring Breath">
    	<var cmd="set HB HB" />
    <coimmand>wait 3;input /sc var set HB Blank</command>
    	<equip lock="true" when="idle|engaged|resting|precast|midcast|aftercast">		
    			<neck>Lancer's Torque</neck>
    			<head>Wyrm Armet +2</head>
    			<legs>Drachen Brais +1</legs>
    			<waist>Glassblower's Belt</waist>
    			<lear>Lancer's Earring</lear>
    			<back>Lancer's Pelerine</back>
    			<hands>Ostreger Mitts</hands>
    			<body>Wyvern Mail</body>
    			<feet>Wyrm Greaves +2</feet>
    			</equip>
    			<AfterCastDelay Delay="3.5" />
    		</if>
    </if>
    Then like that? I feel like I am missing something with the var?

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

    You wrote "coimmand" and I would make that command line after the equip line, but I doubt that matters. Missing the </equip> line too.

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

    i'm using mote's WHM spellcast, but it doesn't want to equip my owleyes when i'm below the pre-determined MP vairable. I set it to 99, so basically an MP missing should equip the wand and the shield, but it doesn't seem to be working


    I have the "curemode" variable set to : Club (since i haven't finished my magian yet)
    I have the "stafforclubcuring" set to : Club
    OwleyesMPP var: 99

    Am i doing something wrong? lol

    http://pastebin.com/6RVGFPyn

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

    Please use the Spellcast Help Thread for these sorts of questions. I'll reply there.

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

    Quote Originally Posted by shepardG View Post
    i'm using mote's WHM spellcast, but it doesn't want to equip my owleyes when i'm below the pre-determined MP vairable. I set it to 99, so basically an MP missing should equip the wand and the shield, but it doesn't seem to be working


    I have the "curemode" variable set to : Club (since i haven't finished my magian yet)
    I have the "stafforclubcuring" set to : Club
    OwleyesMPP var: 99

    Am i doing something wrong? lol

    http://pastebin.com/6RVGFPyn

    Minor notes as I review the xml:

    Melee cure sets still have Heka's rather than Nefer.
    Town body in Rules section still uses Heka's rather than Nefer.

    Set ShowGearSwaps to true, and watch what it's attempting to equip. I don't see anything in the code that appears to be wrong. It should be attempting to equip:

    if in town:
    Idle-Town-Normal
    which is
    BasePDT|Refresh|Idle-Field-Normal|{town body}

    if not in town:
    BasePDT|Refresh|Idle-Field-Normal

    Idle-Field-Normal does not define anything in the weapon/sub slot, so Owleyes should get equipped. Unless you've activated your PDT set, in which case that overrides the Owleyes.

    If you hit reset (/ma Reset .manual, bound to F12 by default if following my notes suggestions), what does it tell you about your current configuration?

  6. #5646
    Cerberus
    Join Date
    Aug 2010
    Posts
    446
    BG Level
    4
    FFXIV Character
    Alistrianna Galanodel
    FFXIV Server
    Hyperion

    Is there an easy way to handle Twilight Cloak via spellcast? Currently using Motenten's SCH xml and would like to get a rule or trigger in there to allow me to use Impact.

  7. #5647
    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

    <if spell="impact">
    <castdelay delay="1" />
    <equip>
    <body>Twilight Cloak</body>
    </equip>
    </if>

  8. #5648
    New Merits
    Join Date
    Jul 2007
    Posts
    206
    BG Level
    4
    FFXI Server
    Odin

    http://pastebin.com/a9UDwVua

    Did i put it in correctly? Because, it's not doing anything with impetus up/down. It's working as it was before.

    Thanks.

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

    The set should be named Impetus, not ImpetusSet.

  10. #5650
    New Merits
    Join Date
    Jul 2007
    Posts
    206
    BG Level
    4
    FFXI Server
    Odin

    Hmmm. I changed that and it still is not working. Is it because of my GearReturn rules? Other than that, I can't figure it out.

  11. #5651
    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 assumed your geareturn rule would equip gear. Try
    Code:
                    <if Spell="Impetus">
                            <action type="Command">input /magic "Meteor"</action>
                    </if>

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

    Having a little trouble figuring out what keys are free for binding. Any suggestions as to what keys are best for binding trigger spells to?I tried to make pageup and pagedown work but it seems they're a nono since SE has em autobound already.

  13. #5653
    Pandemonium
    Join Date
    Jul 2008
    Posts
    4,875
    BG Level
    7
    FFXI Server
    Bismarck

    Quote Originally Posted by Khajit View Post
    Having a little trouble figuring out what keys are free for binding. Any suggestions as to what keys are best for binding trigger spells to?I tried to make pageup and pagedown work but it seems they're a nono since SE has em autobound already.
    The second page of this PDF manual contains all of the pre-bound keys: http://dl.square-enix.co.jp/ff11us/u...DDL_MANUAL.pdf

  14. #5654
    Sea Torques
    Join Date
    Dec 2009
    Posts
    543
    BG Level
    5
    FFXI Server
    Ragnarok

    Tried out Mote's brd xml and having some troubles with it, replacing only the gear in the gearsets and using the includes required. The precast gear doesn't appear to swap correctly as songs take longer to cast, being precasted in midcast I think, and while in abyssea, I kept getting the addtochat message "silenced" when I wasn't and couldn't gearswap at all. Also, can I just add a quick rule for Exenterator without messing anything up?

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

    If it's giving you a 'silenced' message, that sounds like your buffs are messed up, which means you probably need to update your version of Spellcast. 2.45 was broken in the Dec patch.

  16. #5656
    Hydra
    Join Date
    Jul 2010
    Posts
    119
    BG Level
    3
    FFXI Server
    Asura

    Answer maybe obvious, but looking for validation.

    Lines 34-44 of Motenten's WHM SC has this:

    Code:
            <!-- Override basic values -->
            <!-- Merits, Cure Clogs, Heka body -->
            <var name="CureFastCast">50</var>
            <!-- Orison +2 legs -->
            <var name="HealFastCast">12</var>
            <!-- Siegel Sash -->
            <var name="EnhancingFastCast">8</var>
            <!-- Stoichean Medal not used; Orison neck instead -->
            <var name="ElementalFastCast">0</var>
            <!-- Chelona Boots +1 5, Loquacious Earring 2, Prolix Ring 2, Orison neck 5, Incantor Stone 2, Swith Cape 3, Witful Belt 3 -->
            <var name="GeneralFastCast">22</var>
    This will overwrite the values I previously entered in the include, yes? From the include (haven't gotten to editing it yet):

    Code:
        <include name="FastCastVars">
            <!-- Override these with actual amounts available in gear for the given job.
                 Include merits (eg: whm Cure Cast Time), but not Fast Cast traits (eg: rdm). -->
            <var name="CureFastCast">0</var>
            <var name="HealFastCast">0</var>
            <var name="EnhancingFastCast">0</var>
            <var name="ElementalFastCast">0</var>
            <var name="GeneralFastCast">0</var>

    I imagine this is how I would get around being able to use the same include for both my WHM and SCH (different amounts of fast cast).

    Is there an override in your SCH SC similalar to your WHM SC? If not, I would just have my SCH fastcast amounts in my include and whenever I'm on WHM the job.xml would override it?

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

    If you redefine a var, such as in the whm xml you posted, it changes the value. Since the <include> line is first, if you redefine the variable after that point, that's what the new variable value is. So yes, default CureFastCast is 0 for all jobs, and 50 for whm. You could make it 15 or whatever in sch, and that would work.

  18. #5658
    a p. sweet dude
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Jul 2010
    Posts
    25,743
    BG Level
    10

    Any idea why Spellcast isn't liking this?

    Code:
    	<if MPLT="300">
    		<if advanced="$Stance"="BasicTP">
    			<var cmd="set Stance MPLow" />
    		</if>
    		
    		<if advanced="$Idle"="PDT_Idle|MDT_Idle">
    			<var cmd="set Idle MPidle" />
    		</if>
    	</if>
    It's giving me an error at that first <if advanced...> saying "error reading attributes."

  19. #5659
    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

    Advanced uses apostrophes instead of quotes.

    <if advanced='"$Stance"="BasicTP"'> Should work.

  20. #5660
    a p. sweet dude
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Jul 2010
    Posts
    25,743
    BG Level
    10

    Aha, that seems to have satisfied it. Thanks, Yugl.

Page 283 of 328 FirstFirst ... 233 273 281 282 283 284 285 293 ... 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