Item Search
     
BG-Wiki Search
Page 106 of 328 FirstFirst ... 56 96 104 105 106 107 108 116 156 ... LastLast
Results 2101 to 2120 of 6548
  1. #2101
    Yarglebargle
    Join Date
    Feb 2010
    Posts
    3,304
    BG Level
    7
    FFXI Server
    Valefor

    Quote Originally Posted by Kuishen View Post
    Good spellcast for Masamune SAM with rules for Zerk up and Zerk down ws sets and pdt/mdt/idle sets? Same question for Kannagi NIN, with ninjutsu skill sets as well.
    Anybody? :\

  2. #2102
    Relic Shield
    Join Date
    Jun 2007
    Posts
    1,693
    BG Level
    6
    FFXIV Character
    Zimt Zucker
    FFXIV Server
    Sargatanas

    Quote Originally Posted by Kuishen View Post
    Anybody? :\
    There is some vestigial code in there from my pre-Masamune days for 5-hitting various delay weapons. You can get rid of it if you'd like, but keep in mind you'll need to update the basic engaged and WS sets if you do so.

    http://guildwork.com/ffxi/quetzalcoa...san#/spellcast

    Edit: MDT/PDT switching is controlled near the bottom of the .xml; dummy spells are Burst for PDT, Freeze for MDT. Flood operates the delay switching -- you can comment it out or delete the section if you have no plans to use it.

    Edit2: Added the code for berserk up/down Fudo sets.

  3. #2103
    House Azazael
    Join Date
    Mar 2007
    Posts
    1,641
    BG Level
    6
    FFXI Server
    Fenrir

    Quote Originally Posted by Radec View Post
    Works for me, did you reload it after editing? (//sc load <filename>)

    Edit: but yeah that defaulttarget stuff can go.
    you know you can reload by (//sc reload)

  4. #2104
    Elvaan Death Machine
    Join Date
    Apr 2008
    Posts
    2,281
    BG Level
    7
    FFXIV Character
    Pharaun Methelys
    FFXIV Server
    Excalibur
    FFXI Server
    Ragnarok

    Quote Originally Posted by Radec View Post
    Works for me, did you reload it after editing? (//sc load <filename>)

    Edit: but yeah that defaulttarget stuff can go.
    Yes I was reloading the file after every change I made. I made the changes that you and Yugl suggested and it still won't swap gear on ws. I'm playing on a brand new laptop so I don't think that it could be any lag issues. This is starting to get really annoying...

  5. #2105
    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

    If it worked for Radec and you even tried taking out the stuff I suggested, it's probably not an issue with the XML itself. I would reinstall spellcast (Save all your XMLs though) and see if it works.

  6. #2106
    Sword of the House of Weave
    Join Date
    Jun 2010
    Posts
    542
    BG Level
    5
    FFXIV Character
    Phoenyx Pendragon
    FFXIV Server
    Ultima
    FFXI Server
    Siren

    I have the following in my WS section:
    Code:
    <elseif Type="WeaponSkill">
                            <if TPGT="99">
                                    <if advanced='%SpellTargetDistance &lt; 3.6'>
    I'd like to have the "3.6" be a variable that I can change on-the-fly depending on what I'm fighting; mostly because when I'm fighting huge mobs, I prefer to not have to stand so damn close and not be able to see shit. Is this possible?

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

    Make a variable named $Distance and replace 3.6 with $Distance. Then create a bind on your KB (I forgot how you do this, but I can check PMs since Radec explained it once) that does //sc var set Distance *Smaller mob distance here* and one that has the range for larger mobs.

    Edit: You could also bind //sc var set Distance %TargetDistance. Using this method, you would engage the mob and hit the bind key. When you hit the bind key, it changes $Distance to the distance you're currently at. The benefit of this is that you can make is VERY variable and you don't need two bind keys. The problem is that if you move back slightly, you won't be able to WS unless you hit the bind key again.

  8. #2108
    Sword of the House of Weave
    Join Date
    Jun 2010
    Posts
    542
    BG Level
    5
    FFXIV Character
    Phoenyx Pendragon
    FFXIV Server
    Ultima
    FFXI Server
    Siren

    Awesome, thanks. I'll try both and see which I prefer. This will make things much easier when fighting all the giant NMs in Abyssea. :D

  9. #2109
    Melee Summoner
    Join Date
    Dec 2006
    Posts
    34
    BG Level
    1

    Hi I just reinstalled ffxi after about a year when I try to start the game with windower none of the plugins that it comes with load for me. Anyone know what the problem could be the I removed the "//" I don't know much about this stuff ;/

  10. #2110
    Elvaan Death Machine
    Join Date
    Apr 2008
    Posts
    2,281
    BG Level
    7
    FFXIV Character
    Pharaun Methelys
    FFXIV Server
    Excalibur
    FFXI Server
    Ragnarok

    I downloaded spellcast again and it still won't swap gear on WS, I guess it just hates me... :/

  11. #2111
    Radsourceful

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

    Add showgearswaps="true" to the config line, right near the top

    Code:
    <config showgearswaps="true"/>
    See if there is text added when you do "//sidewinder"

    Edit, more things. Do //sc info, report what comes up in console. What is the actual xml file named? Try <charactername>_RNG.xml. Move all other (if any) xml files out of the Windower/plugins/spellcast/ folder.
    In Windower/plugins/resources/ open abils.xml and make sure sidewinder is listed.

    @AzazaelFenrir - I was making sure that the right file was loaded.

    Edit, now with correct filepaths

  12. #2112
    Elvaan Death Machine
    Join Date
    Apr 2008
    Posts
    2,281
    BG Level
    7
    FFXIV Character
    Pharaun Methelys
    FFXIV Server
    Excalibur
    FFXI Server
    Ragnarok

    Quote Originally Posted by Radec View Post
    Add showgearswaps="true" to the config line, right near the top

    Code:
    <config showgearswaps="true"/>
    See if there is text added when you do "//sidewinder"

    Edit, more things. Do //sc info, report what comes up in console. What is the actual xml file named? Try <charactername>_RNG.xml. Move all other (if any) xml files out of the Windower/plugins/spellcast/ folder.
    In Windower/plugins/resources/ open abils.xml and make sure sidewinder is listed.

    @AzazaelFenrir - I was making sure that the right file was loaded.

    Edit, now with correct filepaths
    the file is just called rng.xml, didn't really think the name would make a difference. I checked the resources file and sidewinder is there, did //updateresources to make sure and everything is current.

    I'm in an ls event tonight so I can't report on the other stuff just yet.

  13. #2113
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    Is there a way to dynamically determine MP after Convert? MPAfterCast doesn't appear to calculate it and just returns the MP I had before converting.

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

    You mean before you hit the JA?

    If you mean after the JA, you can add <aftercastdelay delay="1"> before you add the <cmd>/echo %MP</cmd>

  15. #2115
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    No. What I want to do is be able to grab whatever my max mp after converting will be, and stuff that into a variable. So if I convert into a maxMP set of 1000 MP, the variable will get a value of 1000, but if I convert in say Abyssea my max MP will be significantly higher and the variable will reflect that when I convert in Abyssea into a max MP set of 2000 or whatever.

  16. #2116
    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

    If you know how much MP you have in gear and just want to add your base MP to it, do:
    Variable
    <var name="MPAfterConv">MP from gear here</var>
    Rules
    <var cmd="setcalc MPAfterConv %MP + $MPAfterConv" />
    <command>input /echo "$MPAfterConv"</command>
    If that doesn't work, try replacing $MPAfterConv with the MP from your gear.

  17. #2117
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    I'll play around with it tomorrow and get back to you.

  18. #2118
    Elvaan Death Machine
    Join Date
    Apr 2008
    Posts
    2,281
    BG Level
    7
    FFXIV Character
    Pharaun Methelys
    FFXIV Server
    Excalibur
    FFXI Server
    Ragnarok

    Ok, got a chance to try this stuff out. When using Sidewinder it doesn't report any gear swaps attempted at all, but it does when going from idle to engaged and back.

    sc info shows Groups:1 Sets:3 Rules:3 Vars:0

    Even though it looks like my resources are fine I'm thinking that that has to be the problem, it's like it's not even recognizing the WS went off.

  19. #2119
    Banned.

    Join Date
    Aug 2010
    Posts
    1,775
    BG Level
    6

    Nah, doesn't really do what I need it to. Might be going in the right direction though. I'll need to just fiddle around with it on my own some more.

    Incidentally, where are you getting the setcalc and <command> tags from? I don't see them anywhere in the spellcast documentation that's up on Windower's site.

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

    You might need to use the exact number + %MP then. I got the setcalc from DRG HB macros (Courtesy of Techno):

    Code:
            <!-- Healing Breath Trigger Rules -->
            <if mode="or" spell="Poison||Poisona|Sprout Smack|Head Butt|Foot Kick|Power Attack|Cocoon|Bar*"
                advanced='"%type"="Ninjutsu" and %HPP&lt;33'>
                <equip when="precast" set="Healing Breath Trigger" />
                <var cmd="setcalc HBMidcastDelay %CastTime + 0.4" />
                <midcastdelay delay="$HBMidcastDelay" />
                <equip when="midcast" set="Restoring Breath" />
                <aftercastdelay delay="2.1" />
            </if>
    What this seems to do is calculate a the cast time + 0.4s. He then sets that to the variable HBMidcastDelay. That then becomes the delay before equipping wyvern HP++ gear and Wyrm armet. Command is from previous posts and is basically the same as typing in game. If you want an example of a practical use, here is one for composure buffs:

    Code:
                <!-- Check: Composure buffs -->
                <if BuffActive="Composure" SpellTargetType="SELF" Spell="Haste|Phalanx">
                    <command when="aftercast">spellcast var inc buffid;wait 726;input /echo [$buffid:%spell] &lt;me&gt; Wearing off in 30s</command>
                    <command when="aftercast">wait 741;input /echo [$buffid:%spell] &lt;me&gt; Wearing off in 15s</command>
                    <command when="aftercast">wait 751;input /echo [$buffid:%spell] &lt;me&gt; Wearing off in 5s;spellcast var dec buffid;</command>
                </if>
                <elseif BuffActive="Composure" SpellTargetType="SELF" Spell="Refresh*">
                    <command when="aftercast">spellcast var inc buffid;wait 553;input /echo [$buffid:%spell] &lt;me&gt; Wearing off in 30s</command>
                    <command when="aftercast">wait 567;input /echo [$buffid:%spell] &lt;me&gt; Wearing off in 15s</command>
                    <command when="aftercast">wait 577;input /echo [$buffid:%spell] &lt;me&gt; Wearing off in 5s;spellcast var dec buffid;</command>
                </elseif>
    Edit: It might be the case that you need <aftercastdelay delay="1" /> before you add the rest of the code and put when="aftercast" for the rest of the code. Otherwise, it will do all that before using convert.

Page 106 of 328 FirstFirst ... 56 96 104 105 106 107 108 116 156 ... 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