Item Search
     
BG-Wiki Search
Page 71 of 328 FirstFirst ... 21 61 69 70 71 72 73 81 121 ... LastLast
Results 1401 to 1420 of 6548
  1. #1401
    Radsourceful

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

    Quote Originally Posted by CrosisX View Post
    I'm getting no errors at all but it seems some gear isn't switching in my idle set. Any ideas? Specifically its the head and body its not switching back to.
    I got an error on your commenting out of head on line 293, removed that and no flags.

    <head>Svnt's bonnet +1</head> on L36 should be <head>Svnt. bonnet +1</head> likely from your use in the rest of the file.

    I had a similar problem when using cloaks, I'd suggest never using a cloak in a set that inherits a body/head combo, something like

    Code:
    <set standard>
    [all gear aside from head/body in idle set]
    </set>
    <set idle>
    <body>Ixion Cloak</body>
    </set>
    <set sublim>
    <head>Scholar's Mortarboard</head>
    <body>Argute Gown</body>
    </set>
    <set all_other_sets baseset="Standard">
    </set>

  2. #1402
    Old Merits
    Join Date
    Mar 2008
    Posts
    1,168
    BG Level
    6

    Thanks so much everything is working as intended.

  3. #1403
    New Spam Forum
    Join Date
    Jun 2007
    Posts
    184
    BG Level
    3

    Line 81 reads: <if TimeGT="18.01" TimeLT="6.00">

    The default mode for an if statement is "AND", so it's looking for a time that is both after 18:01 and before 6:00.

    Also, you seem to be equipping the "Night Set" after each weaponskill.

    I'm not used to seeing the old 'rule' statements, so there may be a few things I'm missing there.
    Tried that, and the code beneath your post. Still cannot get it working, it will equip for WS just not for TP >.> I cant figure this out.

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

    Quote Originally Posted by Lordesequiel View Post
    Tried that, and the code beneath your post. Still cannot get it working, it will equip for WS just not for TP >.> I cant figure this out.
    Is your script still identical to the one you posted earlier in the pastebin?

  5. #1405
    New Spam Forum
    Join Date
    Jun 2007
    Posts
    184
    BG Level
    3

    Is your script still identical to the one you posted earlier in the pastebin?
    Appart from editing this:

    <if mode="OR" TimeLT="6.00" TimeGT="17.59">
    </if>
    Into the relevant place, yes its still the same. Oh and changing some of the aftercast from Night set aswell.

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

    Have you tried this?

    Spoiler: show
    Code:
        <if mode="OR" TimeLT="6.00" TimeGT="17.59">
            <equip when="aftercast">
                <hands>Koga Tekko</hands>
                <feet>Ninja Kyahan</feet>
            </equip>
        </if>


    Your previous statement said to equip it, but not when to do so.

  7. #1407
    New Spam Forum
    Join Date
    Jun 2007
    Posts
    184
    BG Level
    3

    Il try that after this LS event, stuck on BLM as always

  8. #1408
    RIDE ARMOR
    Join Date
    Jul 2010
    Posts
    12
    BG Level
    1

    Is there a way to check for buffactive both marches at the same time?

  9. #1409
    Radsourceful

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

    Code:
    <if buffactive="Advancing*">
    <if buffactive="Victory*">
    They're both Active
    </if>
    </if>

  10. #1410
    Melee Summoner
    Join Date
    Dec 2009
    Posts
    35
    BG Level
    1
    FFXI Server
    Sylph

    Is there a way to unequip all your gear in 1 command in windowed for spellcast

  11. #1411
    Radsourceful

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

    //sc naked

  12. #1412
    Melee Summoner
    Join Date
    Dec 2010
    Posts
    27
    BG Level
    1
    FFXI Server
    Ragnarok

    Hello, this is my first post BG. I have been using SC for a few years I recently switch to 2.34/2.40 SC and updated my xml and syntax, but some of my jobs xmls still have errors which i cannot correct. If you experts could take a look i'd really appreciate it, thx. pastebin/2aqF3xyt.txt is the filename. When I use note++ xml tools it says "Xml parsing error at line 406: premature end of data in tag spellcast line 3.

  13. #1413
    Radsourceful

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

    Missing a pile of </if> tags from L190+

  14. #1414
    Melee Summoner
    Join Date
    Dec 2010
    Posts
    27
    BG Level
    1
    FFXI Server
    Ragnarok

    I'm sorry I'm not seeing the missing </ifs> you mind pointing some of them out plz.

  15. #1415
    Salvage Bans
    Join Date
    Oct 2007
    Posts
    771
    BG Level
    5

    If you have tag issues use notepad++ http://notepad-plus-plus.org/download makes finding xml errors a breeze

  16. #1416
    Banned.

    Join Date
    Sep 2009
    Posts
    889
    BG Level
    5

    random Spellcast question:
    So I've been toying around with Gear Toggles, but can't Spellcast to swap me into Melee 2 set.
    Code:
                                <set name="Melee">
                                          gear
                                  </set>
                                    <set name="Melee - 2">
                                          gear
                                  </set>
                          <if spell="Reprisal">
                                  <if advanced='"$Melee" = "0"'>
                                          <var cmd="set Melee 1" />
                                          <addtochat color="57">Gear Toggle - Melee Standard</addtochat>
                                  </if>
                                  <elseif advanced='"$Melee" = /l "1"'>
                                          <var cmd="set Melee 2" />
                                          <addtochat color="57">Gear Toggle - Melee Evasion</addtochat>
                                  </elseif>
                                  <else>
                                          <var cmd="set Melee 0" />
                                          <addtochat color="57">Gear Toggle - Melee Off</addtochat>
                                  </else>
                          </if>

  17. #1417
    Old Merits
    Join Date
    Jan 2007
    Posts
    1,102
    BG Level
    6
    FFXI Server
    Phoenix

    remove the /l in the elseif statement
    Code:
                                  <elseif advanced='"$Melee" = "1"'>
                                          <var cmd="set Melee 2" />
                                          <addtochat color="57">Gear Toggle - Melee Evasion</addtochat>
                                  </elseif>

  18. #1418
    Melee Summoner
    Join Date
    Dec 2010
    Posts
    27
    BG Level
    1
    FFXI Server
    Ragnarok

    Hello, need a bit of help with this drg xml i used notepad ++ xml tools and it said no errors, but when i tried to load it in-game it says "Parsing error line 0, unable to load file". Please take a look and let me know what's wrong thanx in advance ^^. Pastebin file: 6j46wjAP.txt

  19. #1419
    Relic Weapons
    Join Date
    Jun 2008
    Posts
    314
    BG Level
    4

    Anyone willing to share a solid sam/nin xmls? I've been looking for some base submitted files so I can learn some editing - while making my own equipment changes to them.

  20. #1420
    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 Niberu View Post
    Hello, need a bit of help with this drg xml i used notepad ++ xml tools and it said no errors, but when i tried to load it in-game it says "Parsing error line 0, unable to load file". Please take a look and let me know what's wrong thanx in advance ^^. Pastebin file: 6j46wjAP.txt
    Give us the link without the . in .com (Or org or w/e) so we can see the file.

Page 71 of 328 FirstFirst ... 21 61 69 70 71 72 73 81 121 ... 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