Item Search
     
BG-Wiki Search
Page 39 of 149 FirstFirst ... 29 37 38 39 40 41 49 89 ... LastLast
Results 761 to 780 of 2979
  1. #761
    Banned.

    Join Date
    Oct 2007
    Posts
    5,674
    BG Level
    8

    sub rdm for gravity, it'll last until cs wears if your enfeeb is capped, take one nuke as you start running and a second fleeing back past when it catches up to you at the other end

  2. #762
    Pens win! Pens Win!!! PENS WIN!!!!!
    Join Date
    Mar 2008
    Posts
    9,710
    BG Level
    8

    Seems like in the old zones there are 2 drops with blue, 1 that is a high chance with just blue, and another that has a high chance with blue + TH.

    Maybe im wrong, but its always felt that way with items like Lokis, Sabots, Orison cape, Charis Neck, etc are like that. Killed them a bunch with just blue proc and didnt get a drop till blue + TH.

  3. #763
    Groinlonger
    Join Date
    Oct 2006
    Posts
    2,963
    BG Level
    7
    FFXI Server
    Fenrir

    Looking for some Artemis' Medal spellcast here. I'm not really sure how the rule syntax goes for various moon phases and percentages (nor the exact moon phases I should even be using for it.)

  4. #764
    Relic Horn
    Join Date
    Mar 2009
    Posts
    3,183
    BG Level
    7
    FFXI Server
    Ramuh

    Quote Originally Posted by Jornna View Post
    Seems like in the old zones there are 2 drops with blue, 1 that is a high chance with just blue, and another that has a high chance with blue + TH.

    Maybe im wrong, but its always felt that way with items like Lokis, Sabots, Orison cape, Charis Neck, etc are like that. Killed them a bunch with just blue proc and didnt get a drop till blue + TH.
    Im 2/4 on orison cape w/o anything and 0/8 with blue.

  5. #765
    Pens win! Pens Win!!! PENS WIN!!!!!
    Join Date
    Mar 2008
    Posts
    9,710
    BG Level
    8

    Quote Originally Posted by Atoreis View Post
    Im 2/4 on orison cape w/o anything and 0/8 with blue.
    Good for you? You can still get drops with no proc at all. We got one cape without a proc but over all was about 1/25 with no procing.

    Everyone blue ive proced on him given me ring 100% but cape only.... 2/8 I think.

  6. #766
    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 Mojo View Post
    Looking for some Artemis' Medal spellcast here. I'm not really sure how the rule syntax goes for various moon phases and percentages (nor the exact moon phases I should even be using for it.)
    Code:
    <if moon="New moon|Moon name here|Moon name here">
    <if skill="ElementalMagic">
    <equip>
    <neck lock="yes">Artemis' Medal</neck>
    </equip>
    </if>
    </if>

  7. #767
    Banned.

    Join Date
    Jun 2008
    Posts
    6,514
    BG Level
    8
    FFXI Server
    Phoenix

    Can you 5 hit Ukon without a regain atma?

  8. #768
    Groinlonger
    Join Date
    Oct 2006
    Posts
    2,963
    BG Level
    7
    FFXI Server
    Fenrir

    Thanks, but uh, I was mostly asking for what the actual names were for the different phases. Ended up doing this.

    Code:
    <var name="ArtMed">Artemis' Medal</var>
    
    <if advanced='"%MoonPCT"&gt;="80"'>
    	<action type="var" cmd='set NeckVar "$ArtMed"' when="precast" />
    </if>
    <else>
    	<if MPPAfterCastLT="50">
    		<action type="var" cmd='set NeckVar "Uggalepih Pendant"' when="precast" />
    	</if>
    	<else>
    		<action type="var" cmd='set NeckVar "Feud Pendant"' when="precast" />
    	</else>
    </else>
    Not sure if it will work, but it should work?

  9. #769
    Relic Shield
    Join Date
    Sep 2007
    Posts
    1,825
    BG Level
    6
    FFXI Server
    Quetzalcoatl

    Quote Originally Posted by Mazmaz View Post
    Can you 5 hit Ukon without a regain atma?
    Ukon/Rose/X/White
    Zelus/Almah/Attila/Brutal
    AF3+2/AF3+2orPerle/Hoard/Rajas
    Tactical/Goading/AF3+2/AF3+2

    + Carbonara and Attila+Rajas on WS.


    This is assuming no regain moonshade. With one, you could drop Almah and Tathlum for Ravager's.

  10. #770
    CoP Dynamis
    Join Date
    Mar 2010
    Posts
    252
    BG Level
    4

    can you get more then -50% dmg taken cap with phalanx I/II or is phalanx useless if you allready have -50% dmg taken in equip slots?

  11. #771
    Salvage Bans
    Join Date
    Apr 2009
    Posts
    770
    BG Level
    5
    FFXIV Character
    Ada Rusheart
    FFXIV Server
    Hyperion
    FFXI Server
    Asura

    Phalanx is separate from the -% damage taken, so it's never useless.

  12. #772
    New Merits
    Join Date
    Oct 2008
    Posts
    205
    BG Level
    4
    FFXIV Character
    Leona Dawnstar
    FFXIV Server
    Malboro
    FFXI Server
    Ifrit

    Quote Originally Posted by Massimo View Post
    Ukon/Rose/X/White
    Zelus/Almah/Attila/Brutal
    AF3+2/AF3+2orPerle/Hoard/Rajas
    Tactical/Goading/AF3+2/AF3+2

    + Carbonara and Attila+Rajas on WS.


    This is assuming no regain moonshade. With one, you could drop Almah and Tathlum for Ravager's.
    Dont need almah, can do with Chiv chain(assuming outside abyssea? since its better, otherwise wont matter) and you dont need attila for ws either.

  13. #773
    Relic Shield
    Join Date
    Sep 2007
    Posts
    1,825
    BG Level
    6
    FFXI Server
    Quetzalcoatl

    Quote Originally Posted by Mojo View Post
    Thanks, but uh, I was mostly asking for what the actual names were for the different phases. Ended up doing this.

    Code:
    <var name="ArtMed">Artemis' Medal</var>
    
    <if advanced='"%MoonPCT"&gt;="80"'>
    	<action type="var" cmd='set NeckVar "$ArtMed"' when="precast" />
    </if>
    <else>
    	<if MPPAfterCastLT="50">
    		<action type="var" cmd='set NeckVar "Uggalepih Pendant"' when="precast" />
    	</if>
    	<else>
    		<action type="var" cmd='set NeckVar "Feud Pendant"' when="precast" />
    	</else>
    </else>
    Not sure if it will work, but it should work?
    It would work, but I'd suggest doing something like this instead:

    Code:
    <var name="ArtMed">Artemis' Medal</var>
    
    <if advanced='"%MoonPCT"&gt;="80"'>
    	<action type="var" cmd='set NeckVar "$ArtMed"' when="precast" />
    </if>
    <elseif MPPAfterCastLT="50">
    	<action type="var" cmd='set NeckVar "Uggalepih Pendant"' when="precast" />
    </elseif>
    <elseif advanced='"%MoonPCT"&gt;="40"'>
    	<action type="var" cmd='set NeckVar "$ArtMed"' when="precast" />
    </elseif>
    <else>
    	<action type="var" cmd='set NeckVar "Feud Pendant"' when="precast" />
    </else>
    Not entirely sure if 40% is correct, but I've seen it being used for the rule at some point in the spellcast thread.


    Quote Originally Posted by Heslon View Post
    can you get more then -50% dmg taken cap with phalanx I/II or is phalanx useless if you allready have -50% dmg taken in equip slots?
    Phalanx is a straight damage cut. I.E. -28 damage at X enhancing skill, -30 at Y and so on. They do stack, though DT is calculated after Phalanx.

    Quote Originally Posted by Hitoseijuro View Post
    Dont need almah, can do with Chiv chain(assuming outside abyssea? since its better, otherwise wont matter) and you dont need attila for ws either.
    You're actually right. I have no idea how I managed to miscalculate it back then, sorry. Either way, Ravager's Earring in Abyssea, when not having regain atma for whatever reason, instead of Chiv and yeah no Attila on WS.

  14. #774
    Sea Torques
    Join Date
    Jun 2007
    Posts
    481
    BG Level
    4
    FFXI Server
    Phoenix

    I'm a level 90 MNK, with capped evasion and guarding at skill level 87. Is there any way for me to skill up guard?

  15. #775
    CoP Dynamis
    Join Date
    Mar 2010
    Posts
    252
    BG Level
    4

    I see thx for the answer.

  16. #776
    Flowery Twats
    Join Date
    Jul 2008
    Posts
    3,583
    BG Level
    7

    Quote Originally Posted by Niiro View Post
    If the WHM/something is WHM/BLM just have them do the ES bind/silence (honestly don't remember if he's immune to bind), failing that flee around in MDT gear/barfire and you should avoid most of it (don't forget AF shoes).

    Only issue with relying on flee I think would be being unable to cure yourself while zipping around if you're not particularly apt at dual boxing.
    Yeah, in the end I went for the flee approach. I wiped tho cus got caught offguard with no shadows when he CS'd, figured he'd cast aga so didn't bother to reaply and just flee'd, but got hit with flare before I could pop up mdt set. Got to one end of island, had a brain fart and didn't cast utsu, ran accross the other way but got hit with T4 and died. Lots of fail there so I'm sure this way will work next time.

    Tried to zombie him on whm while thf was recovering but he depopped just before I could reclaim. (I thought sky gods had to idle without DoT for like 2-3mins or something, but he was only at 100% HP for 1min before depop)

    Anyway, find it funny that Byakko seems like the easiest NM for me to do now (Though I suspect Seiryu will be easier - no diaga/triple attack (not that that was a problem) and can just PD his 100F) when he always used to be the hardest for most shells. Easier than lolGenbu at least, Genbu seemed to counter a lot so had to almsot fulltime eva gear...

  17. #777
    BG Content
    Join Date
    Jul 2007
    Posts
    22,393
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    My login process is hanging on "Retrieving Content ID data" on both my accounts. Anyone else in the same boat?

    Edit:
    I restarted my computer, cleared RAM, restarted my router, etc. and now I get "Network is busy or there are connection problems" without even getting to "Retrieving Content ID data."

  18. #778
    Relic Horn
    Join Date
    Jul 2005
    Posts
    3,478
    BG Level
    7

    I'm a level 90 MNK, with capped evasion and guarding at skill level 87. Is there any way for me to skill up guard?
    Gather up black mandys in Attowa or Althepa with a healer.

  19. #779
    RIDE ARMOR
    Join Date
    Mar 2010
    Posts
    10
    BG Level
    1
    FFXI Server
    Quetzalcoatl

    Ya - something broke. -

    I recommend that if you are logged on now - dont log out.

    Quote Originally Posted by Byrthnoth View Post
    My login process is hanging on "Retrieving Content ID data" on both my accounts. Anyone else in the same boat?

    Edit:
    I restarted my computer, cleared RAM, restarted my router, etc. and now I get "Network is busy or there are connection problems" without even getting to "Retrieving Content ID data."

  20. #780
    MOST RAD.
    Join Date
    Oct 2007
    Posts
    1,665
    BG Level
    6
    FFXIV Character
    Pupuru Puru
    FFXIV Server
    Goblin
    FFXI Server
    Ragnarok

    Quote Originally Posted by LucyGoose View Post
    I recommend that if you are logged on now - dont log out.
    yeah i was just about to ask, trying to log on and I get the network busy message.

Page 39 of 149 FirstFirst ... 29 37 38 39 40 41 49 89 ... 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 - what causes LSes to break
    By Cesaria in forum FFXI: Everything
    Replies: 13
    Last Post: 2009-05-24, 15:32
  3. Random Question Thread
    By Rocl in forum FFXI: Everything
    Replies: 2934
    Last Post: 2008-01-17, 13:43
  4. [WoTG] Random question thread
    By Koyangi in forum FFXI: Everything
    Replies: 165
    Last Post: 2008-01-02, 21:30