ExileAPI 3.14 Release menu

User Tag List

Page 32 of 36 FirstFirst ... 282930313233343536 LastLast
Results 466 to 480 of 533
  1. #466
    AreZone's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    27/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by octron73 View Post
    Hi is it possible to update exile api plz
    thx
    update it yourself or wait like everyone else.

    ExileAPI 3.14 Release
  2. Thanks dirkbach666 (1 members gave Thanks to AreZone for this useful post)
  3. #467
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    3.14.3: Fix GameStatePattern by mm3141 . Pull Request #196 . Queuete/ExileApi . GitHub
    everything seems to start and work normally
    Thank you dude !!
    It's funny that the old pattern was also searched stably and produced something like "16"

  4. #468
    Tiotion's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    3.14.3: Fix GameStatePattern by mm3141 . Pull Request #196 . Queuete/ExileApi . GitHub
    everything seems to start and work normally
    Thank you dude !!
    It's funny that the old pattern was also searched stably and produced something like "16"
    What do you do with this?
    Last edited by Tiotion; 07-07-2021 at 03:55 PM.

  5. #469
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For whatever reason, nothing works anymore after the last update. Both in the folder where I've auto-updated and in a new folder where I extracted the fresh HUD version 3.14.64.

    There are no errors in Debug window, but at the same time there are no monster dots on the map. Flasks aren't working, Stashie isn't working (even the simple one, it just points in the topmost left corner and thats it).

    Anyone having the same issue?
    MEDVED+VODKA+BALALAYKA

  6. #470
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Camera offset has been changed - please test in your code
    Code:
    [StructLayout(LayoutKind.Explicit, Pack = 1)]
    public struct IngameStateOffsets {
    ...
    [FieldOffset(0x710)] public int Camera; //0x1080

  7. Thanks Olegsander, dlr5668 (2 members gave Thanks to GameAssist for this useful post)
  8. #471
    octron73's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes for my part, I think that the plug-ins are not up to date.

  9. #472
    TGillou's Avatar Member
    Reputation
    6
    Join Date
    Feb 2018
    Posts
    23
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi

    the best i had is pixels in the up left corner
    some white and reds, and part of a healthbar
    when i disable healthbar plug-in, the green rectanle disapear

    edit
    ProximityAlert plug-in works fine
    Last edited by TGillou; 07-07-2021 at 06:57 PM.

  10. #473
    Olegsander's Avatar Member
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    22
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    Camera offset has been changed - please test in your code
    Code:
    [StructLayout(LayoutKind.Explicit, Pack = 1)]
    public struct IngameStateOffsets {
    ...
    [FieldOffset(0x710)] public int Camera; //0x1080
    thanks, that fixes alot of stuff, health bars, map icons, pickit...

    The flasks are still not working for me tho, which is a pain
    Last edited by Olegsander; 07-07-2021 at 07:02 PM.

  11. #474
    mrcreat1ve's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    35
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry. Can you tell me where to fix this line?

  12. #475
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrcreat1ve View Post
    Sorry. Can you tell me where to fix this line?
    I have already requested an update of this offset, perhaps you just need to wait for the automatic update of API.
    Or just recompile
    ExileApi/GameOffsets at master . Queuete/ExileApi . GitHub
    with the new value

  13. Thanks Queuete (1 members gave Thanks to GameAssist for this useful post)
  14. #476
    Pimp Floyd's Avatar Member
    Reputation
    4
    Join Date
    Nov 2017
    Posts
    4
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://ddl.to/d/1XibP

    Download that and copy that to your folder.

  15. Thanks octron73, dancecommand, q5f8jx (3 members gave Thanks to Pimp Floyd for this useful post)
  16. #477
    mrcreat1ve's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    35
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pimp Floyd View Post
    http://ddl.to/d/1XibP

    Download that and copy that to your folder.
    THX, it`s work!

  17. #478
    q5f8jx's Avatar Member
    Reputation
    1
    Join Date
    Oct 2017
    Posts
    24
    Thanks G/R
    11/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    everything but flasks is working

  18. #479
    Rol's Avatar Member
    Reputation
    2
    Join Date
    Feb 2015
    Posts
    147
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    AutoOpen plugin for doors not working ((((

  19. #480
    Forumuser1000's Avatar Active Member
    Reputation
    27
    Join Date
    Mar 2017
    Posts
    257
    Thanks G/R
    169/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by q5f8jx View Post
    everything but flasks is working
    Same issue for me. Everything works ok except BasicFlaskRoutine which doesn't work at all.

Similar Threads

  1. [Release] ExileAPI 3.13 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 606
    Last Post: 04-17-2021, 06:22 AM
  2. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  3. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  4. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  5. [FPS][PayDay2] Pirate Perfection v14 [Released: 5/16/14]
    By berryman13 in forum FPS Game Discussions
    Replies: 0
    Last Post: 05-16-2014, 10:59 PM
All times are GMT -5. The time now is 12:48 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search