Item Search
     
BG-Wiki Search
+ Reply to Thread
Page 12 of 12 FirstFirst ... 2 10 11 12
Results 221 to 233 of 233

Thread: Spellcast Shop Thread     submit to reddit submit to twitter

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

    Special note: I've made a complete overhaul of my fast cast code in my mage jobs. This revision affects all mage jobs, and is based on the includes, so if you update any mage job xml, you'll want to update all of them at the same time.

    The new fast cast code allows you to select tiers of fast cast gear, so as to use an appropriate amount to get all spells casting at about the same speed (whatever you find comfortable for your system; the current default is ~0.9 seconds, and is easy to weak for ~1.0 seconds; for different minimum cast speed values, you'll need to adjust it yourself). If the spell's final cast speed will inevitably fall below a certain threshold, it won't precast in fast cast gear, but instead cast in standard casting gear (eg: tier 1 nukes, bar-spells, etc).

    Fast cast gear sets are broken up by spell type so that you can include custom gear (eg: Heka body for cure cast speed, Sha'ir Manteel for song cast speed, etc), tiered for various speeds of spell casting time, and grouped by subjob (generally only relevant for /rdm vs everything else).

    As always, if you find problems in the implementation, let me know.

  2. #222
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,258
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Moved help questions to the Spellcast Help thread. In the future, make sure to use that thread.

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

    A note on my spellcasts: I made another revision to the entire fastcast issue (mentioned a couple posts above this one), improving it considerably. Once again it will require a complete replacement of rules/config/jobs, though the changes aren't as significant as before. It still defines fast cast tiers, but it does so only relative to the gear you include, and doesn't need to include job traits. This means there doesn't need to be a separation between /rdm and non-/rdm fast cast sets, for example.

    Testing has shown that it works much better than before. It also accounts for a few things that the previous version didn't, such as Ionis fast cast and Run's merited fast cast enhancement.

  4. #224
    Hydra
    Join Date
    Oct 2009
    Posts
    109
    BG Level
    3
    FFXI Server
    Bismarck

    Does anybody have an awesome GEO spellcast? Something similar to Motes stuff would be awesome!

  5. #225

    Any essential spellcast tweaks for BST/DNC? I used one that auto-cancels Sneak when I cast Spectral Jig and it's been invaluable. Anything else as useful as that?

  6. #226
    Hydra
    Join Date
    Aug 2011
    Posts
    140
    BG Level
    3
    FFXI Server
    Leviathan

    Screwed up this was for GearSwap.

  7. #227
    Hydra
    Join Date
    Aug 2011
    Posts
    140
    BG Level
    3
    FFXI Server
    Leviathan

    Quote Originally Posted by Cirosan View Post
    Any essential spellcast tweaks for BST/DNC? I used one that auto-cancels Sneak when I cast Spectral Jig and it's been invaluable. Anything else as useful as that?
    Probably some gear-specific precasts such as this I use to increase my step accuracy when I'm Rng/Dnc.

    Code:
    sets.precast.Step = {ear2="Choreia Earring"}

  8. #228
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,258
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Updated.

  9. #229
    and the traveler
    Join Date
    Sep 2008
    Posts
    610
    BG Level
    5

    Quote Originally Posted by Eastaran View Post
    Does anybody have an awesome GEO spellcast? Something similar to Motes stuff would be awesome!
    seconded, this would be much appreciated

  10. #230
    Melee Summoner
    Join Date
    Jan 2014
    Posts
    27
    BG Level
    1

    I'm fairly new to spellcast and I have been editing other peoples spellcasts to suit my own needs. The one thing i don't fully understand yet and want to start using is trigger spells. With trigger spells i can lock different tp sets such as low/mid/high acc and hybrid DT/TP sets without having to create several different groups? I was wondering if there is any info on this anywhere or there is a good XML anyone can point out to me to use as a guideline. Thanks

  11. #231
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,258
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Honestly, I would stick to GS now. GS is much faster/cleaner and more likely to receive updates/maintenance than SC.

  12. #232
    Smells like Onions
    Join Date
    Feb 2014
    Posts
    2
    BG Level
    0

    BST GearSwap

    I understand that people want us to move to GS over SC, but I am not very good at the transferring coding from my spellcast to gearswap. I'm a BST and would love to switch to GS if someone can direct me to a BST gearswap template of sorts.

  13. #233
    Custom Title
    Join Date
    Nov 2008
    Posts
    1,066
    BG Level
    6
    FFXI Server
    Diabolos

    Code:
    <if Spell="autoset">
            <action type="Command" when="Aftercast">input /ws "Dancing Chains"</action>
            <cancelspell />
    </if>
    
    <if Spell="Dancing Chains">
        <if status="idle">
            <equip when="precast" set="Swag" />
            <action type="Command">input /lockstyle on</action>
            <action type="Command">wait 0.5; input /ws "Vulcan Shot"</action>
            <cancelspell />
            <return />
        </if>
        <elseif status="resting">
            <equip set="Rest" />
            <cancelspell />
            <return />
        </elseif>
        <elseif status="engaged">
            <equip set="TP" />
            <cancelspell />
            <return />
        </elseif>
    </if>
    
    <if Spell="Vulcan Shot">
            <equip set="Idle" />
            <cancelspell />
    </if>


    The lockstyle message won't repeat itself unless you broke lockstyle by changing weapon, but this will otherwise work even for staff changes and whatnot if you can deal with the extra line of spam.

Similar Threads

  1. Replies: 6547
    Last Post: 2014-07-08, 22:45
  2. ongoing attendance thread
    By berticus in forum FFXI: Everything
    Replies: 77
    Last Post: 2005-02-21, 09:55
  3. Wiffleball 2.0 [ Dynamis Attendance thread ]
    By Medic in forum FFXI: Everything
    Replies: 1
    Last Post: 2004-08-15, 21:30