Item Search
     
BG-Wiki Search
Page 282 of 328 FirstFirst ... 232 272 280 281 282 283 284 292 ... LastLast
Results 5621 to 5640 of 6548
  1. #5621
    CoP Dynamis
    Join Date
    Apr 2010
    Posts
    290
    BG Level
    4
    FFXI Server
    Quetzalcoatl

    I've been trying out Spellcast with a very very basic configuration on BRD. Basically it has no variables, a few sets, and some rules for precast for song casting time -, midcast for song duration +, and aftercast to go back to idle.

    For the most part, it works well enough for my purposes. However, sometimes Troubadour and Nightingale aren't working right, songs aren't lasting as long as they should. Usually it works fine, just occasionally it doesn't. I'm guessing this is because of the insta-cast nature of Nightingale making songs fire off before spellcast puts my midcast set in.

    How do I simply make it so anytime Nightingale's on, my precast rules get ignored? I tried sifting through some existing files, does this work ("SongBuff being my usual midcast set):

    Code:
                    <if BuffActive="Nightingale">
                        <equip when="precast" set="SongBuff" />
                    </if>
    [EDIT] @Yugl: Sorry, my mistake, saw spellcast in title and didn't think to look for the other thread. Thanks.

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

    Should work, but no idea if no XML is present. Btw, use the spellcast help thread. This thread is for contributing XMLs or requesting entire XMLs.

  3. #5623
    a p. sweet dude
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Jul 2010
    Posts
    25,679
    BG Level
    10

    Is there anything weird in my PLD XML that would cause semi-frequent crashing? I occasionally crash on other jobs, but it's much more frequent on PLD, and usually when I'm trying to use a JA or spell. I have no idea what's causing it but it's pretty inconvenient and this seems the most likely candidate.

  4. #5624
    Salvage Bans
    Join Date
    Oct 2007
    Posts
    771
    BG Level
    5

    Quote Originally Posted by Obsidian View Post
    Is there anything weird in my PLD XML that would cause semi-frequent crashing? I occasionally crash on other jobs, but it's much more frequent on PLD, and usually when I'm trying to use a JA or spell. I have no idea what's causing it but it's pretty inconvenient and this seems the most likely candidate.
    The only thing that looks weird is this section:

    <if MPLT="300">
    <var cmd="set Stance MPLow" />
    <var cmd="set TPneck Creed Collar" />
    <var cmd="set TPbody Twilight Mail" />
    </if>
    <else>
    <var cmd="set Stance BasicTP" />
    <var cmd="set TPneck Twilight Torque" />
    <var cmd="set TPbody Mekira Meikogai" />
    </else>

    Actually never seen that construct var cmd="" before and happens every action you perform wonder if its a memory issue...

    <command>sc var set Stance MPLow</command>

    Is how I normally do what ur doing using <command> </command>

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

    <var cmd="set whatever whateverelse" /> is a valid spellcast command, I have it in most of my xmls. I'll look through the full xml later.

  6. #5626
    Sea Torques
    Join Date
    Aug 2007
    Posts
    692
    BG Level
    5

    Hiya,
    Sorry to ask... If this is being asked before...

    In Autoexec...
    Is there a way to do "var" ?

    For example -
    Defining my name - Chichicha as THF.
    So I can do the Autoexec writing with using THF as Chichicha?!

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

    <register stuff>input /sc var set variablenamehere valueofvariablehere</register>

  8. #5628
    Sea Torques
    Join Date
    Aug 2007
    Posts
    692
    BG Level
    5

    <register event="chat_party_*_job">input /sc var set Chichicha THF</register>

    This should work?

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

    Yep.

  10. #5630
    Sea Torques
    Join Date
    May 2010
    Posts
    718
    BG Level
    5
    FFXI Server
    Ragnarok

    Quote Originally Posted by Yugl View Post
    See if this works:
    Code:
     <equip lock="true" when="idle|engaged|resting|precast|midcast|aftercast">
    Still Not working.

    It seems to be something in my autoexec changing my gear right away. Is their some rule I can put in the to after I use restoring breath it locks my gear for like 5sec?

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

    http://pastebin.com/RT9uwmvq

    This is my MNK Spellcast. Don't laugh at how basic it is. A friend of mine wrote it when he played and I just copied it when he quit. Now, I want to do more stuff to it, but, I have no idea how. I'm sure this XML is way outdated and super basic. But, it works. Which makes me happy as I don't know how to do it myself.

    What I'm trying to do now, is equip Tantra Body when Impetus is active. I'll also want to do the same thing for Ravager Hands when Restraint is active. But, if I can get someone to show me how to implement this rule for Impetus, I'll figure it out for Restraint.

    I tried looking at Yugl and Motenten's XMLs, but, they are so confusing to me. I'm not sure what exactly I'm looking at.

    Thanks in advance for any help.

  12. #5632
    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

    Rule (Notice you need to replace your Meteor rule):
    Code:
    <if buffactive="Impetus">
    <var cmd="set ImpetusSet Impetus" />
    </if>
                    <if Spell="Meteor">                    
                            <action type="equip" set="attack|$ImpetusSet"/>
                            <action type="Command">alias GearReturn input /ma Meteor</action>
                    </if>
                    
    <if Spell="Impetus
     <action type="Command">alias GearReturn input /ma Meteor</action>
    </if>
    Variable:
    Code:
    <var name="ImpetusSet">BlankSet</var>
    Set:
    Code:
    <set name="Blankset" />
    <set name="ImpetusSet">
    <body>Tantra Cyclas +2</body>
    </set>

  13. #5633
    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 Gun-it View Post
    Still Not working.

    It seems to be something in my autoexec changing my gear right away. Is their some rule I can put in the to after I use restoring breath it locks my gear for like 5sec?
    AE doesn't have the gear rules SC does. If AE is changing the gear, you need to adjust or remove the AE line. AE has been weird recently anyways.

  14. #5634
    New Spam Forum
    Join Date
    Jul 2008
    Posts
    153
    BG Level
    3

    Shihei use

    I've been working on compressing my inventory a lot over the last few weeks and recently switched to using Shikanofuda for sneak and invis rather than Senjaku/Shinobitabi.

    I don't like the idea of burning Shikanofuda's when casting Utsu due to exhausting my supply of shihei.

    Is there a way to configure an /if variable on casting utsu to notify me via chat that it's using shikanofuda rather than shihei so that I could pull a tool bag out?

    I realize there's a plugin that will automatically pull tools out of inventory for casting, however, I wonder if this would not be a viable way to compress inventory.

  15. #5635
    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

    No way to do that sir.

  16. #5636
    Sea Torques
    Join Date
    May 2010
    Posts
    718
    BG Level
    5
    FFXI Server
    Ragnarok

    Quote Originally Posted by Yugl View Post
    AE doesn't have the gear rules SC does. If AE is changing the gear, you need to adjust or remove the AE line. AE has been weird recently anyways.
    AE rules work its just my HP check that keep changing gear too quick, is their someway to set up some form of a delay or something to stop that from happening when using the breath?
    http://pastebin.com/eNjsVq05

    Edit:
    Also is there anyway to have Autoexec set up to register time based on real life time, like from the pc's clock or something?

  17. #5637
    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

    Code:
    <if Spell="Update" advanced='"$HB"="HB"'>
    <return />
    </if>
    Add to Restoring breath rules:
    Code:
    <var cmd="set HB HB" />
    <coimmand>wait 3;input /sc var set HB Blank</command>
    The first rule prevents update from working when the variable, HB, is set to HB. When you use Restoring breath, set the variable to HB and then wait 3 to set the variable to blank.

  18. #5638
    Mrp
    Mrp is offline
    New Merits
    Join Date
    Jun 2006
    Posts
    226
    BG Level
    4

    Quote Originally Posted by Scrooge View Post
    I've been trying out Spellcast with a very very basic configuration on BRD. Basically it has no variables, a few sets, and some rules for precast for song casting time -, midcast for song duration +, and aftercast to go back to idle.

    For the most part, it works well enough for my purposes. However, sometimes Troubadour and Nightingale aren't working right, songs aren't lasting as long as they should. Usually it works fine, just occasionally it doesn't. I'm guessing this is because of the insta-cast nature of Nightingale making songs fire off before spellcast puts my midcast set in.



    How do I simply make it so anytime Nightingale's on, my precast rules get ignored? I tried sifting through some existing files, does this work ("SongBuff being my usual midcast set):

    Code:
                    <if BuffActive="Nightingale">
                        <equip when="precast" set="SongBuff" />
                    </if>
    [EDIT] @Yugl: Sorry, my mistake, saw spellcast in title and didn't think to look for the other thread. Thanks.
    I have the same problem. Do you realize its because you singing with the wrong instrument cuz of the instant cast

  19. #5639
    Sea Torques
    Join Date
    May 2010
    Posts
    718
    BG Level
    5
    FFXI Server
    Ragnarok

    this all in spellcast or that first part in autoexec?

  20. #5640
    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

    Spellcast.

Page 282 of 328 FirstFirst ... 232 272 280 281 282 283 284 292 ... 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