Item Search
     
BG-Wiki Search
Page 119 of 150 FirstFirst ... 69 109 117 118 119 120 121 129 ... LastLast
Results 2361 to 2380 of 2987
  1. #2361
    Ridill
    Join Date
    Dec 2007
    Posts
    11,006
    BG Level
    9
    FFXI Server
    Shiva
    WoW Realm
    Azuremyst

    Quote Originally Posted by ronin sparthos View Post
    Forgot to ask but do Abyssea Worms give all lights or just Pearl/Ruby/Azure?
    just the 3, though the boxes seemed to pop the rest with fair frequency. I had ebon light quite often.

  2. #2362
    Banned.

    Join Date
    Oct 2007
    Posts
    5,674
    BG Level
    8

    Quote Originally Posted by Koyangi View Post
    Where is there good evidence to support Counter has an accuracy check built into it, I believe that it does, I'm just wondering how it was 1st discovered or assumed.
    Take off your accuracy gear, counterstance, and engage one of those froggies in abyssea-la theine. Count the counters until you die.

  3. #2363
    New Merits
    Join Date
    Apr 2008
    Posts
    247
    BG Level
    4
    FFXI Server
    Bismarck

    The Final Fantasy Ultimate Collection that they sell on Steam, it says it includes all the expansions, does it actually include reg codes for all of them for only $10?

  4. #2364
    Cerberus
    Join Date
    Jul 2008
    Posts
    476
    BG Level
    4
    FFXIV Character
    John Blaze
    FFXIV Server
    Diabolos
    FFXI Server
    Asura

    Includes everything but Abyssea in 1 Reg code.

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

    Quote Originally Posted by rog View Post
    <if buffactive="footwork" status="engaged">
    <equip set="fw"/>
    </if>
    <elseif status="enagged">
    <equip set="tp"/>
    </elseif>
    Something a little more logical.
    Code:
    <if status="engaged">
       <if buffactive="footwork">
          <equip set="fw" />
       </if>
          <else>
             <equip set="tp" />
          </else>
    </if>
    You can also put the "aftercast" rules for engaged in this one, to keep your code a little cleaner.

    I personally use a variable that I set manually if I want to use footwork or not (or auto-cancel footwork after ws if I don't want to use it full-time), and have the rules switch based on that variable, but this is a nice simple way to do it.

  6. #2366
    Old Merits
    Join Date
    Jun 2008
    Posts
    1,027
    BG Level
    6

    Quote Originally Posted by Koyangi View Post
    Where is there good evidence to support Counter has an accuracy check built into it, I believe that it does, I'm just wondering how it was 1st discovered or assumed.
    Huh, missed this. Go fight some Puks and watch your Counter rate disappear every time they use Flash.

    Anyhow, this is the thread that established the relationship, at least as far as I'm aware: http://www.ffxionline.com/forums/mon...nter-data.html

  7. #2367
    spider123
    Guest

    Quote Originally Posted by Esvedium View Post
    Something a little more logical.
    Code:
    <if status="engaged">
       <if buffactive="footwork">
          <equip set="fw" />
       </if>
          <else>
             <equip set="tp" />
          </else>
    </if>
    You can also put the "aftercast" rules for engaged in this one, to keep your code a little cleaner.

    I personally use a variable that I set manually if I want to use footwork or not (or auto-cancel footwork after ws if I don't want to use it full-time), and have the rules switch based on that variable, but this is a nice simple way to do it.
    I was thinking of doing a variable like that, but been far too lazy to sit down and actually do it. I suppose it's the cleanest/simplest way of doing it. Thanks a lot.

  8. #2368
    Sea Torques
    Join Date
    Nov 2007
    Posts
    548
    BG Level
    5
    FFXI Server
    Cerberus

    Got my pc running, but now I need to know how to set my in-game resolution again. I remember seeing a little walkthrough on ffxiwiki a while ago (years). Anyone have one or remember how to do it off the top of their head?

  9. #2369
    Cerberus
    Join Date
    May 2010
    Posts
    407
    BG Level
    4
    FFXIV Character
    Amy Adams
    FFXIV Server
    Sargatanas
    WoW Realm
    Uther

    Windower comes with a GUI that let's you do all of that without messing with the registry. Tick advanced in the GUI to get the extra options.

  10. #2370
    But I don't want my title changed
    Join Date
    Nov 2008
    Posts
    6,486
    BG Level
    8
    FFXIV Character
    Fievel Mousekewitz
    FFXIV Server
    Excalibur

    Can somebody please explain to me what the hell people mean by getting "!!" on abyssea NM's and what they're for?

  11. #2371
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    Mobs have weaknesses, which will trigger a !! to appear. It can be triggered by a spell, ws, or ability, and varies by mob, and possibly other things. It affects drops, and can do various things to the mob too.

  12. #2372
    But I don't want my title changed
    Join Date
    Nov 2008
    Posts
    6,486
    BG Level
    8
    FFXIV Character
    Fievel Mousekewitz
    FFXIV Server
    Excalibur

    Interesting, thank you comic sans.

    So for Brooder do I need to get a !! to pop so I can get purple boots? Or will it just increase the chance?

  13. #2373
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    Just increases the chance.

  14. #2374
    Banned.

    Join Date
    Sep 2009
    Posts
    889
    BG Level
    5

    How can someone add Abyssea maps to ApRadar?

  15. #2375
    Old Merits
    Join Date
    Mar 2008
    Posts
    1,003
    BG Level
    6
    FFXI Server
    Ragnarok

    Can anyone recommend/share a good xml file for bard? I was using Kimem's on the windower site but the functionality of swapping in a lower tier song if i press for something that i can't cast at that moment for whatever reason was annoying.

    I've had a quick look at other submitted xmls on the site but they inexplicable gearsets with names like 'buff2' that only the author will ever know their purpose.

  16. #2376
    rog
    rog is offline
    Banned.

    Join Date
    Oct 2007
    Posts
    3,874
    BG Level
    7

    Quote Originally Posted by Pendulum View Post
    I've had a quick look at other submitted xmls on the site but they inexplicable gearsets with names like 'buff2' that only the author will ever know their purpose.
    ctrl+f buff2, and see when it gets equipped.

  17. #2377
    The Spooniest of Bards
    Join Date
    Nov 2009
    Posts
    1,676
    BG Level
    6
    FFXIV Character
    Lucian Esperance
    FFXIV Server
    Sargatanas
    FFXI Server
    Shiva

    Asked in the abyssea-la thiene thread but no response. Strat for Pantagruel? Gigas NM, drops archer's torque.

  18. #2378
    Banned.

    Join Date
    Oct 2007
    Posts
    5,674
    BG Level
    8

    Quote Originally Posted by Pendulum View Post
    Can anyone recommend/share a good xml file for bard? I was using Kimem's on the windower site but the functionality of swapping in a lower tier song if i press for something that i can't cast at that moment for whatever reason was annoying.

    I've had a quick look at other submitted xmls on the site but they inexplicable gearsets with names like 'buff2' that only the author will ever know their purpose.
    Not the most user friendly, but if you have any understanding of spellcast it's the best you'll get.

    http://rapidshare.com/files/413997611/BRD.xml

  19. #2379
    Relic Weapons
    Join Date
    Dec 2006
    Posts
    381
    BG Level
    4
    FFXI Server
    Quetzalcoatl

    Does Hallowed Water remove doom better than Holy Waters?

  20. #2380
    Bagel
    Join Date
    Feb 2009
    Posts
    1,324
    BG Level
    6
    FFXIV Character
    Carraway Author
    FFXIV Server
    Excalibur
    FFXI Server
    Odin

    Quote Originally Posted by fredjanx View Post
    How can someone add Abyssea maps to ApRadar?
    Check the Windower forums.

Page 119 of 150 FirstFirst ... 69 109 117 118 119 120 121 129 ... LastLast

Similar Threads

  1. Randomer Question Thread
    By aurik in forum FFXI: Everything
    Replies: 8518
    Last Post: 2009-07-06, 14:22
  2. Random Question Thread
    By Rocl in forum FFXI: Everything
    Replies: 2934
    Last Post: 2008-01-17, 13:43
  3. [WoTG] Random question thread
    By Koyangi in forum FFXI: Everything
    Replies: 165
    Last Post: 2008-01-02, 21:30