Item Search
     
BG-Wiki Search
Page 279 of 328 FirstFirst ... 229 269 277 278 279 280 281 289 ... LastLast
Results 5561 to 5580 of 6548
  1. #5561
    D. Ring
    Join Date
    Feb 2007
    Posts
    4,736
    BG Level
    7
    FFXI Server
    Quetzalcoatl

    Quote Originally Posted by Yugl View Post
    Is the variable shifting when you use SA/TA? If not, try . . .

    <if spell="Sneak Attack">
    <var cmd="set SA SA" />
    </if>
    <if spell="Trick Attack">
    <var cmd="set TA TA" />
    </if>
    That makes the gear finally swap.However it doesn't change back to normal tp gear once the buff wears.
    I've also noted that it doesn't change ws sets based on SA/TA being active so it's definitely not changing variables based on SA.

    That's secondary though since I can just butcher the wsrules to force it to work fairly easily. Sneak attack/trick attack rules are the only important part to me really.

    http://pastebin.com/V1bUxrdk

    Actually now that I think of it I might have figured out how to fix that first part.
    <If buffnotactive= "sneak attack>
    <var cmd="set No No" />
    </if>
    ? That about right for what I do next before butchering the ws rules? I know I'm probably forgetting the exact wording here.

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

    Didn't add the return path rule lol.

    <if mode="OR" spell="Sneak Attack" buffactive="Sneak Attack">
    <var cmd="set SA SA" />
    </if>
    <else>
    <var cmd="set SA No" />
    </else>
    <if mode="OR" spell="Trick Attack" buffactive="Trick Attack">
    <var cmd="set TA TA" />
    </if>
    <else>
    <var cmd="set TA No" />
    </else>

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

    Looks like it's working perfectly now. I just need to make my own A charge and dotw variables for athos and im all set.
    Thanks.

  4. #5564
    Smells like Onions
    Join Date
    Jan 2013
    Posts
    1
    BG Level
    0

    Started using Nightfyre's DRK XML and generally, everything has been great. Just been having one problem and was wondering if anyone can help. Gear switches just fine during WS, combat, using triggers, etc. However, If I activate a trigger such as swapping into MDT gear mid fight, it won't go back into the previous gear set when the trigger is pressed again. This works in other XMLs that I've tried so I imagine I have missed or broken something within the XML.

    Any help would be great, thanks.

    *Edit* Just found an Update trigger which can be used manually to change into the correct gearset. This works great for now but is anyone aware of a more automated way of doing this?

  5. #5565
    Relic Weapons
    Join Date
    Oct 2007
    Posts
    324
    BG Level
    4
    FFXI Server
    Valefor

    I downloaded Mote's COR spellcast and associated includes. My gear changes when I engage, when I QD, etc... but will not change gear when I do any weaponskills... is there a trigger I'm missing?

  6. #5566
    E. Body
    Join Date
    May 2008
    Posts
    2,083
    BG Level
    7
    FFXI Server
    Siren

    Quote Originally Posted by Yugl View Post
    Try commenting that out and see if the XML works.
    Finally got the chance to test that, and yes it did work!

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

    Quote Originally Posted by Terravcota View Post
    I downloaded Mote's COR spellcast and associated includes. My gear changes when I engage, when I QD, etc... but will not change gear when I do any weaponskills... is there a trigger I'm missing?
    There is no trigger related to that. Turn on ShowGearSwaps to see if it's even trying to equip gear. If it's not, find the place where it should be equipping the gear (<equip when="Precast" set="$WSSet" />) and check the value of $WSSet (use <addtochat> to show the value), and whether that set exists. If it never even gives you the <addtochat> line, start tracking where it last got to in the xml, and why it's not able to reach that code.

  8. #5568
    New Spam Forum
    Join Date
    Mar 2006
    Posts
    156
    BG Level
    3
    FFXI Server
    Gilgamesh

    I've been trying for the last few months (on and off admittedly) to teach myself how to use spellcast. Unfortunately it seems my logic escapes me when it comes to XML coding and the rules for spellcast. I've read through the guides, looked at example spellcasts and nothing is registering in my brain.

    After downloading Motenten's files, I managed to get a spellcast to work for my Samurai. However, once I start to tweak the spellcast to suit my needs it all falls apart. Totally lost! Not even sure a dummies guide is going to help.

    I'm totally ingrained in the old windower macros, sets for TP, MDT, PDT, WS, legion hybrid haste/pdt, polearm, gkt, /war /nin, yoichi, 5hit. etc That's just for SAM, you name it I have it in windower macro format. It is quite possible I am trying to run before I can walk and doing the basics first will help, but I have to admit, I don't really want to do that when it seems like my existing macros work fine.....

    I'm not even that bothered about SAM but I am using it as an example. What I am most interested is a spellcast I can use for RNG, especially for snapshot. Even if it's just a spellcast that does this, I'll take it.

    If anyone is willing to help I would be hugely grateful.

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

    Help how? You can use SC like windower macros btw. Just make the sets and within your macros, use /sc set SetNameHere and you get the same utility as windower macros.

  10. #5570
    a p. sweet dude
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Jul 2010
    Posts
    25,847
    BG Level
    10

    So did the update today break Spellcast or is there something else at play here? None of my gear is swapping. I already tried updating my resources and reloading spellcast, but none of my gear is swapping no matter what I do.

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

    New resources.xml is up and fixed according to Radec.

  12. #5572
    a p. sweet dude
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Jul 2010
    Posts
    25,847
    BG Level
    10

    Ah, weird. Resources updated again when I did //updateresources. Unloading and reloading spellcast again fixed everything, it seems. Thanks.

  13. #5573
    Relic Weapons
    Join Date
    Jun 2008
    Posts
    314
    BG Level
    4

    Everything in this XML is working flawlessly, except for equipping the gear for AM being up/down. I have autoexec running, and have the autoexec.xml working and in the right place as well. I can't figure out why the AM set doesn't get equip with my Apoc. I am using the right set with the trigger, to switch between ragnarok/ragna + buffs/ then apoc.

    Here is the autoexec file.
    http://pastebin.com/h7b6gfjp

    And this is the DRK SC

    http://pastebin.com/yz6dWUnm

  14. #5574
    Hydra
    Join Date
    Mar 2009
    Posts
    115
    BG Level
    3
    FFXI Server
    Quetzalcoatl

    Anyone have a really good BRD spellcast? with ghorn/ Dharp?

  15. #5575
    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 xIndustrialxAngelx View Post
    Everything in this XML is working flawlessly, except for equipping the gear for AM being up/down. I have autoexec running, and have the autoexec.xml working and in the right place as well. I can't figure out why the AM set doesn't get equip with my Apoc. I am using the right set with the trigger, to switch between ragnarok/ragna + buffs/ then apoc.

    Here is the autoexec file.
    http://pastebin.com/h7b6gfjp

    And this is the DRK SC

    http://pastebin.com/yz6dWUnm
    You have multiple
    Code:
                    <!-- Liberator(AM3 Up) 5Hit /SAM TP Set -->
                    <set name="AM3Set" baseset="TP-Liberator">
                            <back>Rancorous Mantle</back>
                    </set>
    Is the variable shifting or just staying the same?

  16. #5576
    Relic Weapons
    Join Date
    Jun 2008
    Posts
    314
    BG Level
    4

    Quote Originally Posted by Yugl View Post
    You have multiple
    Code:
                    <!-- Liberator(AM3 Up) 5Hit /SAM TP Set -->
                    <set name="AM3Set" baseset="TP-Liberator">
                            <back>Rancorous Mantle</back>
                    </set>
    Is the variable shifting or just staying the same?
    Ah sorry, I should have specified, it's for the Apoc sets, and the AM between when its up and down. I don't think the variables are changing though..

  17. #5577
    THFONRY
    Join Date
    Aug 2007
    Posts
    226
    BG Level
    4
    FFXI Server
    Odin

    Code:
    		<register silent="true" event="gainbuff_Mighty_Strikes">sc var set BR MS</register>
    		<register silent="true" event="gainbuff_Mighty_Strikes">sc var set VAR-WS DEX</register>
    Is there a way for multiple commands to occur during with one <register>? Or do i have to separate them like above?

  18. #5578
    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 ssjjfar View Post
    Code:
    		<register silent="true" event="gainbuff_Mighty_Strikes">sc var set BR MS</register>
    		<register silent="true" event="gainbuff_Mighty_Strikes">sc var set VAR-WS DEX</register>
    Is there a way for multiple commands to occur during with one <register>? Or do i have to separate them like above?
    Use commas (ex: input /sc var set BR MS; input /sc var set VAR-WS DEX)

  19. #5579
    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 xIndustrialxAngelx View Post
    Ah sorry, I should have specified, it's for the Apoc sets, and the AM between when its up and down. I don't think the variables are changing though..
    Khajit had this error and I think this is just an AE issue. Try adding

    <if mode="OR" buffactive="Aftermath" Spell="Catastrophe">
    <var cmd="set Aftermath Aftermath" />
    </if>
    <else>
    <var cmd="set Aftermath BlankSet" />
    </else>

  20. #5580
    THFONRY
    Join Date
    Aug 2007
    Posts
    226
    BG Level
    4
    FFXI Server
    Odin

    Quote Originally Posted by Yugl View Post
    Use commas (ex: input /sc var set BR MS; input /sc var set VAR-WS DEX)
    Thanks, assuming you meant semicolons since its what you used, but a second question, is there a way to echo/addtochat a spellcast variable with autoexec?

    <addtochat color="135">TP: $VAR-TP | WS: $VAR-WS</addtochat> Doesn't work in autoexec, and I don't see any "sc" or "sc var" command to display a specific variable(only one for all of them.) And cant get normal /echos to display the actual variable's value.

Page 279 of 328 FirstFirst ... 229 269 277 278 279 280 281 289 ... 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