Item Search
     
BG-Wiki Search
Page 205 of 328 FirstFirst ... 155 195 203 204 205 206 207 215 255 ... LastLast
Results 4081 to 4100 of 6548
  1. #4081
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    Quote Originally Posted by cdgreg View Post
    If only...ty for help
    You can probably disable spellcast on items somehow.

  2. #4082
    Konda
    Guest

    Nub question #3:

    I'm trying to figure out how get spellcast to see me trying to cast ifrit on THF, and use Sneak Attack/equip solo SA equipment instead. However, I'm unsure of the code associated with spellcast forcing a command. I could do the whole... <command when="precast">input /ja "Sneak Attack" <me></> but seems a bit... you know.
    Would this work instead?

    Code:
    <if spell="Ifrit">
       <equip when="precast" set="SoloSA"/>
       <command when="Precast" spell="Sneak Attack"/>
    This should hopefully remove SA from activating any sort of reposnse from spellcast if I use '/ja "sneak attack" <me>' ingame.

    (I want to avoid SATAWS trying to swap full sets of gear 3 times in 1 second

  3. #4083
    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

    try

    Code:
    <if spell="Ifrit">
    <equip when="precast" set="SoloSA" />
    <changespell spell="Sneak Attack" />
    </if>
    Place at the bottom. On BLU, changespell from Utsu to Occult didn't change gear, so I had to add that into the changespell rule, which seems to be what you want.

  4. #4084
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    Quote Originally Posted by Konda View Post
    This should hopefully remove SA from activating any sort of reposnse from spellcast if I use '/ja "sneak attack" <me>' ingame.

    (I want to avoid SATAWS trying to swap full sets of gear 3 times in 1 second
    Macro

    //input /raw /ja "Sneak Attack" <me>

    If you just do ifrit/changespell spellcast will still see it.

    Edit: To clarify, it'll depend on your other rules, but if you want to sneak an action in without spellcast, raw is the easiest way.

  5. #4085
    Konda
    Guest

    Thanks for replies, I got it working last night with the following:

    Code:
    		<if spell="Ifrit">
    			<equip when="precast" set="SoloSA"/>
    			<action type="command" when="precast">input /ja "Sneak Attack" Shred</action>/>
    		</if>
    (adapted from the example code from spellcast site)


    I'll try the changespell when I get online next.


    Edit: To clarify, it'll depend on your other rules, but if you want to sneak an action in without spellcast, raw is the easiest way.
    I have the following in my other rules:
    Code:
    		<if spell="Sneak Attack">
    		<equip when="aftercast" set="blank_locked_set"/>
    		</if>
    Which was suggested a few pages ago.

    From a brief test before I logged last night, it all seems to be working as intended.

  6. #4086
    Smells like Onions
    Join Date
    Feb 2012
    Posts
    1
    BG Level
    0

    Fixed the problem, editing away my embarrassment.

  7. #4087
    New Spam Forum
    Join Date
    May 2006
    Posts
    172
    BG Level
    3
    FFXI Server
    Alexander
    WoW Realm
    Doomhammer

    Is there a good repository of spellcast files outside the windower wiki which seems quite dated?

    Alternately, does anyone have a good MNK, NIN, and PLD spellcast?

  8. #4088
    The Tower
    Join Date
    Apr 2005
    Posts
    2,160
    BG Level
    7
    FFXIV Character
    Stromgarde Siren
    FFXIV Server
    Gilgamesh
    FFXI Server
    Siren

    http://www.bluegartr.com/threads/107...astebin.com%29

    For some reason, threads seem to turn invisible when stickied.

  9. #4089
    New Spam Forum
    Join Date
    May 2006
    Posts
    172
    BG Level
    3
    FFXI Server
    Alexander
    WoW Realm
    Doomhammer

    Thanks!

    You're right, I basically don't notice the stickied threads. I think because they don't change often people kind of glance over them.

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

    Code:
    </if>	
    			<if spell="Restoring Breath">
    			<equip when="precast|Midcast|Aftercast">			
    			<neck>Lancer's Torque</neck>
    			<head>Wyrm Armet</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>
    		</if>
    Was wondering if my gear will still be equipped for healing breath or do i need to change my xml?

  11. #4091
    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

    Looks correct.

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

    Only getting Healing breaths for about 500 and that seems low.

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

    adding <aftercastdelay delay="3.5" /> seem to get it work.

  14. #4094
    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

    My Spellcast has been wonky lately, but I haven't made any changes that would affect it (DAT changes). Yesterday, MNK was wonky but suddenly fixed itself (Without reason). Now I have this issue on BLU. What the hell?

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

    Define wonky.

  16. #4096
    New Spam Forum
    Join Date
    Jul 2010
    Posts
    186
    BG Level
    3
    FFXI Server
    Bahamut

    Quote Originally Posted by grevenilvec75 View Post
    Define wonky.
    1. wonky 570 up, 62 down
    weird, whacked out, messed up, not working for no definable reason. Usually applied to technology.

    http://www.urbandictionary.com/define.php?term=wonky

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

    Quote Originally Posted by Xilk View Post
    1. wonky 570 up, 62 down
    weird, whacked out, messed up, not working for no definable reason. Usually applied to technology.

    http://www.urbandictionary.com/define.php?term=wonky

    1. urban dictionary 26413 up, 2374 down

    A place formerly used to find out about slang, and now a place that teens with no life use as a burn book to whine about celebrities, their friends, etc., let out their sexual frustrations, show off their racist/sexist/homophobic/anti-(insert religion here) opinions, troll, and babble about things they know nothing about.
    Urbandictionary.com isn't a burn book or a webjournal site.

  18. #4098
    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

    PDT/MDT/TP triggers would cease to work. Aftercast changes would not work.

  19. #4099
    D. Ring
    Join Date
    Jul 2008
    Posts
    4,529
    BG Level
    7
    FFXI Server
    Phoenix

    I had issues like you are describing with sleep timers in an old XML of mine. They were working fine for many months with no changes made to the xml, and then suddenly stopped working.

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

    I've actually had similar issues periodically on my thf xml. Last time it happened was because of some odd combination of actions that set a variable in an unexpected way, so that it never got reset and ended up blocking a bunch of stuff. That would be the first thing I'd look for.

Page 205 of 328 FirstFirst ... 155 195 203 204 205 206 207 215 255 ... 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