1. FFXIV Reset Timers
    Last daily reset was 19 hours, 42 minutes ago / Next daily reset is in 4 hours, 17 minutes
    Last weekly reset was 1 days, 12 hours, 42 minutes ago / Next weekly reset is in 4 days, 21 hours, 17 minutes
+ Reply to Thread
Page 2 of 8 FirstFirst 1 2 3 4 ... LastLast
Results 21 to 40 of 160
  1. #21
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,235
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Quote Originally Posted by Ratatapa View Post
    Still not working for me? send me a dev! PLEASE
    I haven't messed with the dll source yet. It's not my app doing it.

  2. #22
    Chram
    Join Date
    Aug 2007
    Posts
    2,699
    BG Level
    7
    FFXIV Character
    Nours Sruon
    FFXIV Server
    Moogle
    FFXI Server
    Fenrir

    Quote Originally Posted by Eanae View Post
    I haven't messed with the dll source yet. It's not my app doing it.
    I answered on github but make sure you do not have Teamviewer or anything funky attaching to your FFXIV window, this messes with the Window handles and cause my checks to fail.

    Btw I am glad people are using my library. Post issues on github the next time so I can see them faster.

  3. #23

    Quote Originally Posted by sruon View Post
    I answered on github but make sure you do not have Teamviewer or anything funky attaching to your FFXIV window, this messes with the Window handles and cause my checks to fail.

    Btw I am glad people are using my library. Post issues on github the next time so I can see them faster.
    It's because you assume the main window is final fantasy, you either need to check all the windows or in the case of when they don't specify a pid just use FindWindow().

    Or don't even bother with it, why would you need need the window except to write a bot?

  4. #24
    Yoshi P
    Join Date
    Aug 2006
    Posts
    5,141
    BG Level
    8
    FFXIV Character
    Dead Gye
    FFXIV Server
    Lamia
    FFXI Server
    Ragnarok

    Or don't even bother with it, why would you need need the window except to write a bot?
    To display the hp percentage on the window?

  5. #25

    Quote Originally Posted by Deadgye View Post
    To display the hp percentage on the window?
    The display is in its own window. You can drag it around.

  6. #26
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,805
    BG Level
    10

    Quote Originally Posted by sruon View Post
    I answered on github but make sure you do not have Teamviewer or anything funky attaching to your FFXIV window, this messes with the Window handles and cause my checks to fail.

    Btw I am glad people are using my library. Post issues on github the next time so I can see them faster.
    Answered cuz I still have some problems

  7. #27

    Quote Originally Posted by Ratatapa View Post
    Answered cuz I still have some problems
    https://www.dropbox.com/s/vf9pfw7lngycmm7/ffxivlib.dll

    Copy that dll over the ffxivlib that is already there. I just took all the bot related shit out of it and it should work.

  8. #28
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,805
    BG Level
    10

    Quote Originally Posted by lilbubbles View Post
    https://www.dropbox.com/s/vf9pfw7lngycmm7/ffxivlib.dll

    Copy that dll over the ffxivlib that is already there. I just took all the bot related shit out of it and it should work.
    Will try that soon thanks

  9. #29
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,805
    BG Level
    10

    Fixed my error but the HP tracker pop then auto depop

    Aka when i click HP tracker it opens then close itself

  10. #30
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,235
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Quote Originally Posted by Ratatapa View Post
    Fixed my error but the HP tracker pop then auto depop

    Aka when i click HP tracker it opens then close itself
    It only shows when you have a target.

  11. #31
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,805
    BG Level
    10

    Quote Originally Posted by Eanae View Post
    It only shows when you have a target.
    I know still depops

  12. #32
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,235
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Sounds like he didn't update the memlocs in his source for the dll he compiled then.

  13. #33

    Quote Originally Posted by Eanae View Post
    It only shows when you have a target.
    All you have to do Eanae, to fix it for him and others is just take his source from github and delete SendKeyInput, MovementHelper, take Ski away from FFXILIB, comment out the sanity checks region, and remove the Ski assignment.

    Takes less than a min.

    I'm not gonna show him the right way to grab a window from a process.

  14. #34
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,235
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Quote Originally Posted by Ratatapa View Post
    I know still depops
    http://files.bluegartr.com/aedaae4b9...a2a3e3f34b.zip

  15. #35
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,235
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Quote Originally Posted by lilbubbles View Post
    Just used it tonight.

    The countdown for second set of dive bombs is fantastic.

    I also love the hp percent window, it works better than any other percentage meter I have tried. I'm gonna change it to work off focus target though.

    Also the message rata sees has nothing to do with .net framework, don't even bother keep trying to reinstall that. It found the ffxi process for you, but failed finding the window. I have a code snippet I use for finding windows that is better, but there is no reason to share that because unless you're writing a bot that needs to send keystrokes to the game you don't need to find the window. Just take that part out Eanae, its buggy and will only cause issues like Rata's.
    New version with focus target support: http://files.bluegartr.com/1ccc6b938...55910181fa.zip
    edit: oops, wrong dll

  16. #36
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,805
    BG Level
    10

    Quote Originally Posted by Eanae View Post
    New version with focus target support: http://files.bluegartr.com/d963409a1...406cdd804a.zip
    404 not found

    Also i see what doesnt work

    You have to target THEN lock your target for it to show (im on gamepad)

    So i target then press X and it shows

    If i just target it doesnt show



    Edit : also is it possible that we can move the HP window?

  17. #37
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,235
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Quote Originally Posted by Ratatapa View Post
    404 not found

    Also i see what doesnt work

    You have to target THEN lock your target for it to show (im on gamepad)

    So i target then press X and it shows

    If i just target it doesnt show



    Edit : also is it possible that we can move the HP window?
    Click on it and drag it. Also fixed the url, I included the wrong dll so I had to take it down.

  18. #38
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,805
    BG Level
    10

    Quote Originally Posted by Eanae View Post
    Click on it and drag it. Also fixed the url, I included the wrong dll so I had to take it down.
    URL still 404 and click and drag doesn't work


    Man im such a whiny kid tonight

  19. #39
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,805
    BG Level
    10

    Quote Originally Posted by 3.141592 View Post
    Down
    Dropped the bow and aiming ring. I'm the happiest Bard ever. Only a couple of aiming drops in over two months and then BAM double BRD.
    grats :D

  20. #40
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,235
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Quote Originally Posted by Ratatapa View Post
    URL still 404 and click and drag doesn't work


    Man im such a whiny kid tonight
    Fixed and you have to click in a white space.

Similar Threads

  1. Twintania downed because FFXIV is so much easier than [insert name here]
    By Avarice in forum FFXIV: General Game Discussion and information
    Replies: 1590
    Last Post: 2014-03-28, 10:32