Item Search
     
BG-Wiki Search
Page 67 of 328 FirstFirst ... 17 57 65 66 67 68 69 77 117 ... LastLast
Results 1321 to 1340 of 6548
  1. #1321
    Melee Summoner
    Join Date
    Jan 2010
    Posts
    34
    BG Level
    1
    FFXI Server
    Sylph

    I removed the actions so that was working I just dk how to put on my damn mavi helm when CA is up.

  2. #1322
    Fake Numbers
    Join Date
    May 2008
    Posts
    82
    BG Level
    2
    FFXI Server
    Ramuh

    Ty Radec for help, it turns out that my problem was actually that I didn't set any group as default so it was causing crash. May be something to look into for other ppl having similar issues.

  3. #1323
    Cerberus
    Join Date
    Feb 2006
    Posts
    456
    BG Level
    4

    Quote Originally Posted by Hirro View Post
    I removed the actions so that was working I just dk how to put on my damn mavi helm when CA is up.
    Either repost your script in a pastebin link or run it through firefox to debug.

  4. #1324
    RIDE ARMOR
    Join Date
    Dec 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Cerberus

    Hey i got the Twilight cape but im retarted when it comes to making scripts i can edit gear in but thats about it.. i got this off the User submitted i was wondering if what i added will work for making twilight cape work for Same element as day/weather as i cast. i hope this works iv never did a pastebin thing let me know how to do it if it dont work. i highlighted the 2 lines i added.

    nvm i need 10 post first ; ; if anyone can help me get this cape working with spellcast let me know plz ty

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

    Quote Originally Posted by Ramorakomo View Post
    Hey i got the Twilight cape but im retarted when it comes to making scripts i can edit gear in but thats about it.. i got this off the User submitted i was wondering if what i added will work for making twilight cape work for Same element as day/weather as i cast. i hope this works iv never did a pastebin thing let me know how to do it if it dont work. i highlighted the 2 lines i added.

    nvm i need 10 post first ; ; if anyone can help me get this cape working with spellcast let me know plz ty
    This is based off of what I use in my BLM xml for obis, so it should work...

    Code:
    <if advanced='("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")'>
        <equip When="midcast">
            <back lock="yes">Twilight Cape</waist>
        </equip>
    </if>
    Just put that somewhere in your "magic" rules and see if it works. Alternatively, you can put it in a <if notskill="enhancingmagic"> section, because it'll do nothing for enhancing magic.

  6. #1326
    Melee Summoner
    Join Date
    Jan 2010
    Posts
    34
    BG Level
    1
    FFXI Server
    Sylph

    Quote Originally Posted by Shalafi View Post
    Either repost your script in a pastebin link or run it through firefox to debug.
    I ran it through pastebin and it still will not work. I do not know how to debug it on firefox.

  7. #1327
    Cerberus
    Join Date
    Feb 2006
    Posts
    456
    BG Level
    4

    Quote Originally Posted by Hirro View Post
    I ran it through pastebin and it still will not work. I do not know how to debug it on firefox.
    Provide the link to the pastebin.

    For firefox debug: right click and select "Open With" then select Firefox (if it's not on the list, select choose and browse to where you installed firefox).

  8. #1328
    Salvage Bans
    Join Date
    Oct 2007
    Posts
    771
    BG Level
    5

    Quote Originally Posted by Esvedium View Post
    This is based off of what I use in my BLM xml for obis, so it should work...

    Code:
    <if advanced='("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")'>
        <equip When="midcast">
            <back lock="yes">Twilight Cape</waist>    
          </equip>
    </if>
    Just put that somewhere in your "magic" rules and see if it works. Alternatively, you can put it in a <if notskill="enhancingmagic"> section, because it'll do nothing for enhancing magic.
    change <back lock="yes">Twilight Cape</waist> ---> <back lock="yes">Twilight Cape</back>

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

    Quote Originally Posted by kenshyn View Post
    change <back lock="yes">Twilight Cape</waist> ---> <back lock="yes">Twilight Cape</back>
    Whoops. Like I said, it was based off of my blm obi rule, so I just copypasta'd, totally missed that part. -.-

  10. #1330
    RIDE ARMOR
    Join Date
    Dec 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Cerberus

    Quote Originally Posted by kenshyn View Post
    change <back lock="yes">Twilight Cape</waist> ---> <back lock="yes">Twilight Cape</back>
    This didnt work, Still puts on my Searing Cape, maybe its in wrong spot?

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

    Quote Originally Posted by Ramorakomo View Post
    This didnt work, Still puts on my Searing Cape, maybe its in wrong spot?
    Pastebin your whole xml. You can't post a whole link, but you can put "http : / / pastebin dot com / whatever" so we can get to it. Add spaces makes it not 'posting a link' and you should be able to post it.

  12. #1332
    RIDE ARMOR
    Join Date
    Dec 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Cerberus

    <script src="htt://pastebin.com/embed_js.php?i=n8BDv8S4"></script>

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

    Quote Originally Posted by Ramorakomo View Post
    <script src="htt://pastebin.com/embed_js.php?i=n8BDv8S4"></script>
    You have the if tags fucked up for that rule. You have it as
    </if> advanced=\'("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")\'>
    It should be:
    </if advanced='("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")'>

    Also, xml validators are your friend.
    http://www.w3schools.com/xml/xml_validator.asp

  14. #1334
    RIDE ARMOR
    Join Date
    Dec 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Cerberus

    <script src="htt://pastebin.com/embed_js.php?i=HkDbQNJT"></script>
    Still not working tell me how that looks

  15. #1335
    Bagel
    Join Date
    Nov 2006
    Posts
    1,453
    BG Level
    6
    FFXIV Character
    Fallaci Isalie
    FFXIV Server
    Ultros
    FFXI Server
    Phoenix

    Code:
    </if Advanced=\'("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")\'>
    The opening if tag is incorrect. Remove the backslach in </if Advanced.....

    so it becomes

    Code:
    <if Advanced=\'("%SpellElement" = "%WeatherElement" OR "%SpellElement" = "%DayElement")\'>

  16. #1336
    RIDE ARMOR
    Join Date
    Dec 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Cerberus

    htt://pastebin.com/embed_js.php?i=NjQxxsLt

    Im 100% sure i got it corrected to what you said but it will wont work. can you see if its in right area.. or maybe the whole back thing is incorrect or am i running a outdated version.. this cape is good but useless to me if i cant use in spellcast

  17. #1337
    Smells like Onions
    Join Date
    Mar 2010
    Posts
    3
    BG Level
    0
    FFXI Server
    Valefor

    Hey guys i was wondering if anyone had any ideas how to incorporate Twilight Cloak into spellcast so that i can still use my hp down gear for sorc ring, which swaps my body and head along with others, but keep casting impact. Sorry if this has been addressed already and thank you for your help and inputs.

  18. #1338
    RIDE ARMOR
    Join Date
    Dec 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Cerberus

    that might be hard.. idk but can u get the cape to work?

  19. #1339
    Smells like Onions
    Join Date
    Mar 2010
    Posts
    3
    BG Level
    0
    FFXI Server
    Valefor

    Quote Originally Posted by Ramorakomo View Post
    that might be hard.. idk but can u get the cape to work?
    ya heres my code for it

    Code:
     <if advanced='("%SpellElement"="%WeatherElement" OR "%SpellElement"="%DayElement") AND "$Have%SpellElementObi" == "1"'>
                    <equip when="Midcast">
                        <waist>$%SpellElementObi</waist>
    		    <back>Twilight Cape</back>
                    </equip>
                </if>
                <if advanced='"%SpellElement"="%DayElement"'>
                    <equip when="Midcast">
                        <legs>Sorcerer's Tonban</legs>
    		    <back>Twilight Cape</back>
                    </equip>
                </if>

  20. #1340
    RIDE ARMOR
    Join Date
    Dec 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Cerberus

    where would i put this? my xml already has something with obis in it

Page 67 of 328 FirstFirst ... 17 57 65 66 67 68 69 77 117 ... 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