Weapon of Choice

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Weapon of Choice

Forums for Weapon of Choice FFXI Linkshell on Valefor


3 posters

    Spell cast

    Gcat
    Gcat


    Posts : 894
    Join date : 2008-08-23
    Age : 38
    Location : Canton. OH

    Spell cast Empty Spell cast

    Post  Gcat Thu Sep 10, 2009 10:54 pm

    K, i guess spellcast is where i want to try now.

    Looks very detailed and from all the coding i took i can understand most of it but im still getting stuck a few places. So, before i run head on into it anyone wanna throw me some tips before i get going on my own thing and there is a way easier way of doing it! lol

    thx
    Klonen
    Klonen


    Posts : 991
    Join date : 2008-10-09

    Spell cast Empty Re: Spell cast

    Post  Klonen Fri Sep 11, 2009 1:04 am

    show me your code!
    Gcat
    Gcat


    Posts : 894
    Join date : 2008-08-23
    Age : 38
    Location : Canton. OH

    Spell cast Empty Re: Spell cast

    Post  Gcat Fri Sep 11, 2009 1:07 am

    just basic code i got from blm forums right now.... i'll work on it tomm and get it on here
    Daleven
    Daleven
    Admin


    Posts : 1029
    Join date : 2008-08-21
    Age : 40
    Location : Sudbury, ON

    Spell cast Empty Re: Spell cast

    Post  Daleven Fri Sep 11, 2009 8:29 am

    I need to get spellcast set up too. Dunno if I want to really use it for everything, maybe just a few simple things like Prudence/Uggy. My equip scripts let me do almost everything easy enough, so no point in getting too thorough with Spellcast imo
    avatar
    Guest
    Guest


    Spell cast Empty Re: Spell cast

    Post  Guest Sat Sep 12, 2009 2:20 am

    yeah my mind is going buggy atm trying to figure this out, been so long since i've done any xml that now i dont really remember any of it. I figure nin would be the easiest of all mine but not trying to figure out how to get it to switch groups based on sub, use certain gear for certain WS's along with switching to nin feet for dusk/dawn times after cast for kiting is really messing with my head along with trying to figure out how to put variables in. I dont have all of it in atm but this is what i've got so far.

    Code:
    <?xml version="1.0" ?>
    <spellcast>
            <config
                            RequireVersion="2.30"
                            Debug="true"
                            HideErrors="false"
                            ShowGearSwaps="False"
                            />

            <variables>
                    <var name="whatever">DefaultValue</var>
            </variables>

            <sets>
                    <group default="yes" name="DD">
                            <set name="Standard">
                                    <main lock="yes">Senjuinrikio</main>
                                    <sub lock="yes">Perdu Blade</sub>
                                    <ammo lock="yes">Fire Bomblet</ammo>
                                    <head>Walahra Turban</head>
                                    <neck>Hope Torque</neck>
                                    <lear>Suppanomimi</lear>
                                    <rear>Brutal Earring</rear>
                                    <body>Ninja Chainmail +1</body>
                                    <hands>Ninja Tekko +1</hands>
                                    <lring>Ulthalam's Ring</lring>
                                    <rring>Blood Ring</rring>
                                    <back>Cerberus Mantle</back>
                                    <waist>Swift Belt</waist>
                                    <legs>Byakko's Haidate</legs>
                                    <feet>Ninja Kyahan +1</feet>
                            </set>
                            <set name="Resting" BaseSet="Standard">
                            </set>
                            <set name="Engaged" BaseSet="Standard">
                            <hands>Dusk Gloves</hands>
                            <feet>Fuma Sune-ate</feet>
                            </set>
                            <set name="Jin" BaseSet="Engaged">
                            <head>Shura Zunari Kabuto</head>
                            <neck>Breeze Gorget</neck>
                            <lear>Triumph Earring</lear>
                            <body>Haubergeon +1</body>
                            <hands>Ninja Tekko +1</hands>
                            <rring>Flame Ring</rring>
                            <waist>Warwolf Belt</waist>
                            <feet>Marine M Boots</feet>
                            </set>
                      <set name="Ku" BaseSet="Jin">
                            <neck>Hope Torque</neck>
                            <hands>Bandomusha Kote</hands>
                      </set>
                    </group>
                
                <group name="DRK">
                </group>
            </sets>

            <rules>
                    <!-- "default" sets -->
                    <if spell="autoset">
                            <action type="equip" when="resting" set="Resting" />
                            <action type="equip" when="idle" set="Standard" />
                            <action type="equip" when="engaged" set="Engaged" />
                    </if>
                    <!-- default "aftercast" -->           
                    <if NotStatus="Engaged">
                            <action type="equip" when="aftercast" set="Standard" />
                    </if>
                    <else>
                            <action type="equip" when="aftecast" set="Engaged" />
                    </else>
                    <!-- Weapon skill -->         
                    <if Type="WeaponSkill" NotTPLT="100">
                            <action type="castdelay" delay=".2" />
                            <action type="Equip" when="Precast" set="WeaponSkill" />
                    </if>
            </rules>
    </spellcast>

    Sponsored content


    Spell cast Empty Re: Spell cast

    Post  Sponsored content


      Current date/time is Fri Apr 26, 2024 9:51 pm