1. FFXIV Reset Timers
    Last daily reset was 16 hours, 7 minutes ago / Next daily reset is in 7 hours, 52 minutes
    Last weekly reset was 1 days, 9 hours, 7 minutes ago / Next weekly reset is in 5 days, 0 hours, 52 minutes
+ Reply to Thread
Page 52 of 159 FirstFirst ... 2 42 50 51 52 53 54 62 102 ... LastLast
Results 1021 to 1040 of 3169
  1. #1021
    Fake Numbers
    Join Date
    Mar 2009
    Posts
    95
    BG Level
    2
    FFXIV Character
    Ku Ji
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    They sell for 415K in Ragnarok and price is dropping pretty fast, you always have people that sell stacks of them and drop the price and I understand that but then you have another who has only one and drops it lower than him <_<. I think its fair though as it would probably cost you around that to get one, even cheaper if you get lucky.

    Btw, was your Mastercraft rate this bad because you started desynth'ing them at a low skill?

  2. #1022
    Ridill
    Join Date
    Oct 2006
    Posts
    18,451
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    Possibly. Im only 83.xx currently.

  3. #1023
    Fake Numbers
    Join Date
    Mar 2009
    Posts
    95
    BG Level
    2
    FFXIV Character
    Ku Ji
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    Thanks for the info, i'm going to try 4 glasses at 92% now.

  4. #1024
    Sea Torques
    Join Date
    Oct 2006
    Posts
    696
    BG Level
    5
    FFXI Server
    Siren

    Something I've noticed (at least on my server) is the people buy their III's in bunches off the MB. So if one guy puts one up for way under the going rate you don't have to immediately try to undercut. Just staying as one of the top 3 on the board works just as well.

    They are just going really really slow. I managed to get GS and Wea to 80+ on about 900k so if I can just unload a couple to break even before they crash I'll be satisfied. And I've just relegated myself to getting my own tomatoes. 37% hq chance I usually average 10 hq per game day. Can spend the other 50 minutes doing whatever. I used it today to harvest enough grapes to make 999999999999999 vinegar.

    Also, having my entire FC quit over the past year is finally paying off. Nothing but crafting bonuses all day every day and nobody ever complains!

  5. #1025
    Fake Numbers
    Join Date
    Mar 2009
    Posts
    95
    BG Level
    2
    FFXIV Character
    Ku Ji
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    So my Alch just hit 89 and I'm getting .2 from i70 recipes and there are no i90 recipes besides the new AF augmentations which cost 200K to make and obviously you can't meld those. Fucking Titan spreading his shit all the way to crafters.

  6. #1026
    New Merits
    Join Date
    Oct 2011
    Posts
    235
    BG Level
    4
    FFXI Server
    Phoenix

    5 am drunk crafting... is best crafting....


  7. #1027
    Hydra
    Join Date
    Apr 2006
    Posts
    107
    BG Level
    3
    FFXIV Character
    Joyo Mojo
    FFXIV Server
    Cerberus
    FFXI Server
    Ragnarok
    WoW Realm
    Kul Tiras

    Anyone else using AutoHotKey to help with crafting those Spicy Tomato Relish?
    I will go ahead and share my setup.
    First of all the 2 ingame macros that i use for the craft.
    Macro1:
    Code:
    /ac "Comfort Zone" <me> <wait.2>
    /ac "Inner Quiet" <me> <wait.2>
    /ac "Steady Hand II" <me> <wait.2>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Steady Hand II" <me> <wait.2>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Master's Mend II" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Basic Touch" <me> <wait.3>
    /ac "Steady Hand II" <me> <wait.2>
    Macro2:
    Code:
    /ac "Great Strides" <me> <wait.2>
    /ac "Ingenuity II" <me> <wait.2>
    /ac "Byregot's Blessing" <me> <wait.3>
    /ac "Careful Synthesis II" <me>  <wait.3>
    /ac "Careful Synthesis II" <me>  <wait.3>
    /ac "Careful Synthesis II" <me>  <wait.3>
    /ac "Careful Synthesis II" <me>  <wait.3>
    And my AutoHotKey script:
    Code:
    #SingleInstance force
    SendMode Event
    ^!n::
    Loop 30
    {
    IfWinExist ahk_class FFXIVGAME
        ControlSend, , {Numpad0}, ahk_class FFXIVGAME
        sleep 100
        ControlSend, , {Numpad0}, ahk_class FFXIVGAME
        sleep 100
        ControlSend, , {Numpad0}, ahk_class FFXIVGAME
        sleep 1500
        ControlSend, , 7, ahk_class FFXIVGAME
        sleep 41000
        ControlSend, , 6, ahk_class FFXIVGAME
        sleep 22000
        }
    return
    
    7::
    IfWinExist ahk_class FFXIVGAME
        ControlSend, , {Numpad0}, ahk_class FFXIVGAME
        sleep 100
        ControlSend, , {Numpad0}, ahk_class FFXIVGAME
            sleep 100
        ControlSend, , {Numpad0}, ahk_class FFXIVGAME
        sleep 1500
        ControlSend, , 7, ahk_class FFXIVGAME
        sleep 41000
        ControlSend, , 6, ahk_class FFXIVGAME
    return
    
    ^!x::ExitApp
    
    ^!c::Reload
    Macro1 is set on my ingame hotbar with keybind 7, Macro2 with keybind 6.
    Numpad0 has the default keybind ingame.
    "Ctrl+Alt+c" will reload the script if you made any changes.
    "Ctrl+Alt+x" will close the script.
    "7" will do a single craft. I use this most of the time while the game is out of focus and im browsing.
    "Ctrl+Alt+n" will start a loop of 30 crafts.

    I run a dual monitor setup and FFXIV is running in borderless window mode on one screen only.
    The script will send the keypresses directly to the game so you can browse or watch a video while doing this.
    Before you start the crafting loop make sure that your char is already kneeling and that pressing Numpad0 twice will start the craft. There are 3 Numpad0 presses in the script because for whatever reason 2 never worked for me.
    If you move your mouse while the script is pressing Numpad0 it will most likely bug out for one craft, so watch out if you are not afk.
    Make sure to adjust keybinds etc before using this and the wait times if you are using different macros.

    Suggestions and improvements are welcome, i am sure there are a couple people that know this stuff a lot better than i do.

    Mod please delete if this is too much omg3rdpartycheatinghax.

  8. #1028
    Online Dating DOES Work!!
    Sonic Ripoff of the Houe of Weave

    Join Date
    Feb 2006
    Posts
    2,339
    BG Level
    7
    FFXIV Character
    Hiryo Randgris
    FFXIV Server
    Hyperion

    Quote Originally Posted by Judah R View Post
    5 am drunk crafting... is best crafting....
    Did you actually use fire synthesis or did you use additional PBP? I havent tried one of these but if i understand correctly you can bypass the need for aspected synthesis by doing additional PBP.

  9. #1029
    Ridill
    Join Date
    Oct 2006
    Posts
    18,451
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    10m? For moogle maybe, for ifrit? I don't know what your server is like but ifrit demi here is already down to 300k. Vortex stuff for like 3m (fully crafted).

  10. #1030
    New Merits
    Join Date
    Oct 2011
    Posts
    235
    BG Level
    4
    FFXI Server
    Phoenix

    Quote Originally Posted by Hiryo View Post
    Did you actually use fire synthesis or did you use additional PBP? I havent tried one of these but if i understand correctly you can bypass the need for aspected synthesis by doing additional PBP.




    "good" pop on first move, was able to use 1 Tricks of the Trade, and get another Steady Hand in there on the 9th step.

  11. #1031
    Ridill
    Join Date
    Oct 2006
    Posts
    18,451
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    Just had a massive lightbulb.

    Do frontlines -> use marks to buy i90 accessories / weapons / whathaveyou -> desynth.

    Wonderful.

  12. #1032
    Cake Mix
    Sweaty Dick Punching Enthusiast

    Join Date
    Sep 2006
    Posts
    30,342
    BG Level
    10
    FFXIV Character
    Cakey Yama
    FFXIV Server
    Leviathan
    FFXI Server
    Unicorn

    Quote Originally Posted by SathFenrir View Post
    Just had a massive lightbulb.

    Do frontlines -> use marks to buy i90 accessories / weapons / whathaveyou -> desynth.

    Wonderful.
    those can be desynthed?

  13. #1033
    Old Odin
    Join Date
    Dec 2011
    Posts
    6,197
    BG Level
    8
    FFXIV Character
    Seravi Edalborez
    FFXIV Server
    Hyperion
    FFXI Server
    Titan

    i90/i100 cannot. Check eorzea DB: http://na.finalfantasyxiv.com/lodest...m/bc6753ed150/

    Your limit for PvP benefit is the i70 tier.

  14. #1034
    Ridill
    Join Date
    Oct 2006
    Posts
    18,451
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    Well, yes i70 can be desynthed. Still, that's p. nice.

  15. #1035
    Ridill
    Join Date
    Oct 2006
    Posts
    18,451
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    Good alternative for BSM at least. 900 points for i70 sword.

  16. #1036
    Fake Numbers
    Join Date
    Mar 2009
    Posts
    95
    BG Level
    2
    FFXIV Character
    Ku Ji
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    For BSM I lvled it by desynth'ing furniture, the Leviathan fount should be cheap and after that Summoning Bells.

  17. #1037
    Ridill
    Join Date
    Oct 2006
    Posts
    18,451
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    Yeah all those things are ridiculously priced now since everyone has done it.

  18. #1038
    Fake Numbers
    Join Date
    Mar 2009
    Posts
    95
    BG Level
    2
    FFXIV Character
    Ku Ji
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    I decided to desynth my WVR tool after going zero/15 on shitty glasses hoping for better luck but.... yay for rose gold nugget HQQ!!

  19. #1039
    Ridill
    Join Date
    Oct 2006
    Posts
    18,451
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    I'm finally at 3 MC and like 6 Field 3 after like almost 40 specs (not joking). Just got Darksteel Nugget from Warwolf Blade, but more importantly, a .18!

  20. #1040
    Fake Numbers
    Join Date
    Mar 2009
    Posts
    95
    BG Level
    2
    FFXIV Character
    Ku Ji
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    I just need one or two then I might just buy the rest off the market.. i'm making insane gils from them, one glasses costs 35K and Field selld for 425K. I started doing them at 1oo% rate so im getting a lot of Fields out of them. PVP shit is nice I just got 1 or two skills from it after lagging at 85 for some time now.