ExileAPI 3.14 Release menu

User Tag List

Page 2 of 36 FirstFirst 123456 ... LastLast
Results 16 to 30 of 533
  1. #16
    leplep's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    9
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with the new update minimapsicons work but only on the minimap and not on the large map. icons just disappear if activated there

    ExileAPI 3.14 Release
  2. #17
    NoobToken's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    52
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did they separate Buffs from Life component? Don't know if it had it before, but player now has Buffs component. (and Buffs vector seems to be missing from life component)

    Code:
    Component: PlayerClass
    Component: Positioned
    Component: Buffs              <---
    Component: Animated
    Component: Stats
    Component: Pathfinding
    Component: Life
    Component: Player
    Component: Inventories
    Component: Actor
    Component: Render
    Component: Targetable

  3. #18
    dirkbach666's Avatar Active Member
    Reputation
    24
    Join Date
    Aug 2013
    Posts
    57
    Thanks G/R
    38/22
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leplep View Post
    with the new update minimapsicons work but only on the minimap and not on the large map. icons just disappear if activated there
    the same for me. on the large minimap they are strangely offset..

  4. #19
    Kazuk's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im using the plugin copilot by totalschaden, but auto summon golems doesnt work, could it be that the pointers are not correct for that (i dont know much about it)? Totalschaden stated that it should be an issue of the hud/exileapi/helper.
    zombies and holy relic works thought. Thanks

  5. #20
    NoobToken's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    52
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone wants to take a look at the new Buffs component, this is what I found out this far:



    Code:
    struct BuffString {
    	[0x0] long Name;  // pointer to 2-byte string
    	[0x8] long Description; // pointer to 2-byte string
    };
    
    struct Buff {
    	[0x0] long buffString; // pointer to BuffString-object
    	[0x10] float MaxTime;
    	[0x14] float Timer; 
    
    };
    
    
    // new Buffs-component
    struct Buffs : Component {
    	[0x158] long BuffsStart; // NativePointerArray, elements point to Buff-objects
    	[0x160] long BuffsLast;  
    	[0x168] long BuffsEnd;
    };
    Edit: mm put up a pull request
    Last edited by NoobToken; 04-17-2021 at 03:06 PM.

  6. Thanks criticz (1 members gave Thanks to NoobToken for this useful post)
  7. #21
    KYB3R's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last Update broke Life, flasks not working, autoquit not working (3.14.2)

    321.png
    Last edited by KYB3R; 04-17-2021 at 03:51 PM.

  8. #22
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    293
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome, works with old global/settings from other fork

    love ya!

  9. #23
    snowhawk's Avatar Contributor
    Reputation
    143
    Join Date
    Aug 2008
    Posts
    234
    Thanks G/R
    41/126
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KYB3R View Post
    Last Update broke Life, flasks not working, autoquit not working (3.14.2)

    321.png
    Buffs were just fixed a few hours ago. Going to take time for changes to make their way upstream to whichever your repository you are using. MM updated it if you want to grab it from his repo (GitHub - mm3141/BasicFlaskRoutine: BasicFlaskRoutine is a PoeHUD plugin example using BaseTreeRoutine. It is a rewrite of AutoFlaskManager to give some insight as to how plugin written using a BaseTreeRoutine compares to the original.)

  10. #24
    Zenmai's Avatar Member CoreCoins Purchaser
    Reputation
    12
    Join Date
    Nov 2008
    Posts
    122
    Thanks G/R
    5/5
    Trade Feedback
    13 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any idea how to put delay on pots? flaskroutine use all hp pots same time

  11. #25
    jja0016's Avatar Member
    Reputation
    3
    Join Date
    Apr 2019
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything is working flawlessly except Buff Util and Copilot for me. Anyway to get those going again or any ideas for alternate methods?
    Last edited by jja0016; 04-17-2021 at 06:35 PM.

  12. #26
    snowhawk's Avatar Contributor
    Reputation
    143
    Join Date
    Aug 2008
    Posts
    234
    Thanks G/R
    41/126
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jja0016 View Post
    Everything is working flawlessly except Buff Util and Copilot for me. Anyway to get those going again or any ideas for alternate methods?
    GitHub - 0xE0D59/BuffUtil: Plugin for ExileAPI
    GitHub - totalschaden/copilot: CoPilot - Plugin for Exilehud / PoeHelper
    Last edited by snowhawk; 04-17-2021 at 06:45 PM.

  13. Thanks tvinki (1 members gave Thanks to snowhawk for this useful post)
  14. #27
    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)
    I still found them!
    MinimapIconOffsets.NamePtr +reading MinimapIcon.Name using NativeStringReader by wlastas . Pull Request #122 . Queuete/ExileApi . GitHub
    Attached Thumbnails Attached Thumbnails ExileAPI 3.14 Release-3-14-minimapicon-name-jpg  
    Last edited by GameAssist; 04-18-2021 at 04:04 AM.

  15. #28
    shaneomahony's Avatar Member
    Reputation
    4
    Join Date
    Apr 2019
    Posts
    29
    Thanks G/R
    11/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a small issue with the heist chests icons on the minimap.

    The "corrupted items" chest icon is all krangled.

  16. Thanks GameAssist (1 members gave Thanks to shaneomahony for this useful post)
  17. #29
    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 shaneomahony View Post
    There is a small issue with the heist chests icons on the minimap.

    The "corrupted items" chest icon is all krangled.
    this icon is ok
    It's just half transparent and therefore does not look as juicy as the original

  18. #30
    IShaunYI's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDITED:

    can anyone get pickit to work on a follower ?

    i have a few followers following me while i run around.

    while pressing the hotkey for the pickit, to pick up loot, it works great.
    is there a way to make it so its always on, so the followers can just run over the loot and pick it up itself, instead of me having to pick it up...
    Last edited by IShaunYI; 04-17-2021 at 10:34 PM.

Page 2 of 36 FirstFirst 123456 ... LastLast

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:29 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search