Item Search
     
BG-Wiki Search
Page 261 of 426 FirstFirst ... 211 251 259 260 261 262 263 271 311 ... LastLast
Results 5201 to 5220 of 8520

Thread: Randomer Question Thread     submit to reddit submit to twitter

  1. #5201
    Salvage Bans
    Join Date
    Nov 2008
    Posts
    959
    BG Level
    5
    FFXIV Character
    San Solara
    FFXIV Server
    Balmung
    FFXI Server
    Asura

    Quote Originally Posted by Siralin View Post
    I believe it's been tested that the ATT bonus on single hit WSs (Specifically SAM) is so large that Smil+1 would, in fact, win out against Foragers.
    That's what I'd read previously, but I've learned not to trust anything just because I've seen it once. Can anyone point me towards the math on it?

  2. #5202
    New Merits
    Join Date
    Sep 2007
    Posts
    219
    BG Level
    4

    Quote Originally Posted by lolwut View Post
    That's what I'd read previously, but I've learned not to trust anything just because I've seen it once. Can anyone point me towards the math on it?
    Here is the Alla thread dealing with Y/G/K acc and pDif bonus.

    In a well-buffed EXP party, I'd be willing to bet that Smilodon+1 will indeed out-perform Amemet+1, and probably Forager's as well (on Y/G/K).

  3. #5203
    E. Body
    Join Date
    Dec 2006
    Posts
    2,096
    BG Level
    7
    FFXI Server
    Leviathan

    Quote Originally Posted by Rama View Post
    Here is the Alla thread dealing with Y/G/K acc and pDif bonus.

    In a well-buffed EXP party, I'd be willing to bet that Smilodon+1 will indeed out-perform Amemet+1, and probably Forager's as well (on Y/G/K).
    cause cor brd brd drk rdm sam pt are the most common set-up ever, I personally wouldn't use unless getting drk/chaos roll with 2x mineut otherwises I doubt you will hit the att cap.

  4. #5204
    Banned.

    Join Date
    Jul 2005
    Posts
    17,471
    BG Level
    9
    FFXI Server
    Ifrit
    WoW Realm
    Area 52

    Contagion transfert on certain item doesn't work on souleater I assume?

    And could anyone refer me to a "white mage cure spell casting" post. Or explain it to me quickly. I dont want to dig the info out of that huge thread.

  5. #5205
    Nidhogg
    Join Date
    Jan 2006
    Posts
    3,701
    BG Level
    7

    Is there a way to use the search function on the forums to search for threads containing all words (rather than any)? Like if I wanted to search for a post I saw about Rocl's car (making this up), but I type in "rocl car" I get any thread where either Rocl or cars are mentioned, likewise for "rocl AND car" and "+rocl +car", they work like "OR", so I can't really sift through all those threads to find the one I was looking for.

    Also @Kaylia, I can't tell what you're asking. If it's gear or cast time I don't know. If it's about how HP recovery is calculated there's Cure Formula page on the BGWiki.

  6. #5206
    Relic Weapons
    Join Date
    Sep 2007
    Posts
    356
    BG Level
    4
    FFXI Server
    Phoenix

    How do ppl change their race for screens?

  7. #5207
    29 in magical dog years
    Join Date
    Mar 2008
    Posts
    2,039
    BG Level
    7
    FFXIV Character
    Jackson Junior
    FFXIV Server
    Excalibur

    Quote Originally Posted by Deband View Post
    How do ppl change their race for screens?
    PlasticSurgeon (1.0) [Windower.net]

  8. #5208
    Salvage Bans
    Join Date
    May 2006
    Posts
    825
    BG Level
    5

    Quote Originally Posted by Hellfury View Post
    Is there any kind of plugin or something similar that can block /ra commands with a specific ammo in slot unless unlimited shot is active (or just prevent regular ra but not ws)?
    With SpellCast 2.21, I believe this will unequip PPA if you try to /ra or ws with it equipped and no unlimited shot. It will probably mean you have to wait a second after you hit Unlimited Shot so that the buff icon shows up before you WS.

    <if EquipAmmo="Ptr.Prt. Arrow" notbuffactive="Unlimited Shot">
    <if mode="or" spell="Ranged" type="WeaponSkill">
    <action type="equip">
    <ammo>Remove</ammo>
    </action>
    </if>
    </if>

  9. #5209
    Cerberus
    Join Date
    Oct 2005
    Posts
    406
    BG Level
    4

    How does a relic get reported to FFXIAH where it displays on a player's name?

  10. #5210
    Banned.

    Join Date
    Jul 2005
    Posts
    17,471
    BG Level
    9
    FFXI Server
    Ifrit
    WoW Realm
    Area 52

    Quote Originally Posted by Suiram View Post
    Also @Kaylia, I can't tell what you're asking. If it's gear or cast time I don't know. If it's about how HP recovery is calculated there's Cure Formula page on the BGWiki.
    Some people said that cure "spell spellcasting time" only works when you reach 20%, 40% and 60% or something. Basically, having 12% from merit or cure clogs is useless on its own.

    I know how normal fast cast works, but this part is confusing me a bit.

  11. #5211
    Fishing Guru
    Join Date
    Jan 2007
    Posts
    4,722
    BG Level
    7

    Quote Originally Posted by Valyana View Post
    With SpellCast 2.21, I believe this will unequip PPA if you try to /ra or ws with it equipped and no unlimited shot. It will probably mean you have to wait a second after you hit Unlimited Shot so that the buff icon shows up before you WS.

    <if EquipAmmo="Ptr.Prt. Arrow" notbuffactive="Unlimited Shot">
    <if mode="or" spell="Ranged" type="WeaponSkill">
    <action type="equip">
    <ammo>Remove</ammo>
    </action>
    </if>
    </if>
    This is my first time using spellcast, I just opened default.xml. Do I need to put it in <rules /> or just after it somewhere? Right now I have the file looking like this:

    <?xml version="1.0" ?>
    <spellcast>
    <config AutoLoadXML="true" />
    <variables />
    <sets />
    <rules />

    <if EquipAmmo="Ptr.Prt. Arrow" notbuffactive="Unlimited Shot">
    <if mode="or" spell="Ranged" type="WeaponSkill">
    <action type="equip">
    <ammo>Remove</ammo>
    </action>
    </if>
    </if>

    </spellcast>

  12. #5212
    E. Body
    Join Date
    Jun 2007
    Posts
    2,050
    BG Level
    7
    FFXI Server
    Shiva

    Quote Originally Posted by Xrave View Post
    How does a relic get reported to FFXIAH where it displays on a player's name?
    Post on forums with SS/PM admin with SS iirc, admin adds it to the profile.

  13. #5213
    Relic Shield
    Join Date
    Jul 2006
    Posts
    1,499
    BG Level
    6
    FFXIV Character
    Ferien Terzo
    FFXIV Server
    Excalibur

    Quote Originally Posted by cdgreguh View Post
    This is my first time using spellcast, I just opened default.xml. Do I need to put it in <rules /> or just after it somewhere? Right now I have the file looking like this:

    <?xml version="1.0" ?>
    <spellcast>
    <config AutoLoadXML="true" />
    <variables />
    <sets />
    <rules />

    <if EquipAmmo="Ptr.Prt. Arrow" notbuffactive="Unlimited Shot">
    <if mode="or" spell="Ranged" type="WeaponSkill">
    <action type="equip">
    <ammo>Remove</ammo>
    </action>
    </if>
    </if>

    </spellcast>
    Change it to this:

    <?xml version="1.0" ?>
    <spellcast>
    <config AutoLoadXML="true" />
    <variables />
    <sets />
    <rules>

    <if EquipAmmo="Ptr.Prt. Arrow" notbuffactive="Unlimited Shot">
    <if mode="or" spell="Ranged" type="WeaponSkill">
    <action type="equip">
    <ammo>Remove</ammo>
    </action>
    </if>
    </if>
    </rules>

    </spellcast>

    Quick HTML/XML guideline, <whatever> opens a statement, </whatever> closes it, and <whatever /> does whatever's inside and closes it at the same time (in Spellcast, specifically, it's useful to define one-line rules.) "<rules />" shouldn't do anything, you need a "<rules> insert your rules here </rules>".

  14. #5214
    You fall, we haul. Saving your Ass is my business
    Join Date
    May 2008
    Posts
    488
    BG Level
    4
    FFXI Server
    Sylph

    just a random question..I asked kiro but got no response...where the hell is his sig from?!

  15. #5215
    Old Merits
    Join Date
    Jun 2007
    Posts
    1,056
    BG Level
    6

    Quote Originally Posted by lovehatehero View Post
    just a random question..I asked kiro but got no response...where the hell is his sig from?!
    Its from Hot Rod.

  16. #5216
    E. Body
    Join Date
    Mar 2006
    Posts
    2,333
    BG Level
    7

    does anyone know of an especially good primer on windower/spellcast? i've resisted using it for a while (not getting into the debate of why/why not) so i'm rather behind on how to set it up and what the important plugins are. i'd imagine the windower forums have a fairly good selection, i'm mostly fishing to see if there's another guide people found especially helpful.

    also, a bump on my prior question that got lost w/o answer 2 pages back. what's the drop rate on blitz ring from tails of woe? seems like an easy bc and dropping ni/blitz ring could make it very profitable if the drop rate is decent. better than UO at least.

  17. #5217
    Clever and witty, all together the ladies love the Nekura
    Join Date
    Jul 2007
    Posts
    1,009
    BG Level
    6
    FFXI Server
    Phoenix

    Best recommendation I can give you is read other people's XML files, as well as threads people post regarding issues they have with theirs so you can learn the common mistakes to avoid. Also read the Wiki page on windower.net so you have an idea for the various rules.

  18. #5218
    Salvage Bans
    Join Date
    Nov 2008
    Posts
    959
    BG Level
    5
    FFXIV Character
    San Solara
    FFXIV Server
    Balmung
    FFXI Server
    Asura

    I use the macropal plugin and make windower macros. They aren't as versatile as Spellcast macros, but if you're like me and prefer to do things the manual way but just want more macro lines, it's a good way to go.

  19. #5219
    D. Ring
    Join Date
    Apr 2006
    Posts
    4,738
    BG Level
    7
    FFXI Server
    Siren

    Can anyone recommend a way to solo the 2-3 mission dragon without being BLU or DNC? I have most jobs 25+ except for BLU, DNC, BST, PLD, PUP, DRG and BRD.

    This is the third and final time I'll have to do this bloody mission, and I hate dragging someone else out to do it so I just want to solo it if I can and get it over with forever.

  20. #5220
    E. Body
    Join Date
    Dec 2008
    Posts
    2,408
    BG Level
    7
    FFXI Server
    Quetzalcoatl

    I tried searching the forums, and it appears you guys don't have soem generic AV/PW thread for all the conspi- er, "brainstormers" to go to instead of injecting their thoughts all over other boards...

    If you don't have one it may be a good idea for someoen to make one to prevent 75% of threads derailing and turnign into yet another AVmustbekillable thread.

    I think I may have stumbled onto some info and just wanted to toss it in their, but have no idea where to put it O.o;

    Am I missing it somewhere?

Page 261 of 426 FirstFirst ... 211 251 259 260 261 262 263 271 311 ... LastLast

Similar Threads

  1. Random Question Thread VI: I'm No Mathologist, But...
    By isladar in forum FFXI: Everything
    Replies: 1489
    Last Post: 2010-01-29, 06:25
  2. Random Question Thread V: But does it 6-hit
    By isladar in forum FFXI: Everything
    Replies: 2688
    Last Post: 2009-12-28, 11:29
  3. Random Question Thread IV: ROCKY WINS
    By isladar in forum FFXI: Everything
    Replies: 1489
    Last Post: 2009-10-09, 08:55
  4. Random Question Thread
    By Rocl in forum FFXI: Everything
    Replies: 2934
    Last Post: 2008-01-17, 13:43
  5. [WoTG] Random question thread
    By Koyangi in forum FFXI: Everything
    Replies: 165
    Last Post: 2008-01-02, 21:30