ExileAPI 3.13 Release menu

User Tag List

Page 32 of 41 FirstFirst ... 282930313233343536 ... LastLast
Results 466 to 480 of 607
  1. #466
    qwlgy44's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hotpoe View Post
    :O_O:
    Yesterday, I spent most of my time looking for POE materials, but most of them skipped the important part
    Hi man, Have you solved the problem,If you solve the problem, contact me, Q-515495447, I also play in the Chinese server.I want to use HUD

    ExileAPI 3.13 Release
  2. #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)
    Originally Posted by Hotpoe View Post
    :O_O:
    Yesterday, I spent most of my time looking for POE materials, but most of them skipped the important part
    what does your "POE materials" mean in this context?
    what are you talking about?

  3. #468
    iiisyniii's Avatar Member
    Reputation
    4
    Join Date
    Apr 2021
    Posts
    60
    Thanks G/R
    16/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone else had issues with the flask routine? It will randomly stop working on me. The only way I managed to get it to work again was the completely rid of ExileApi and redownload, which wouldn't be too bad if it didn't also mean redownloading all of the other plugins I had as well.

  4. #469
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    212
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did anyone solve the issue with pickit? Its so clunky it clicks randomly somewhere if u press it to collect loot. It loots a couple items and randomly clicks somewhere on the screen while looting. Tried normal pickit and simplepickit both the same

  5. #470
    loafer's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    37
    Thanks G/R
    39/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Think new performance patch broke PreloadAlerts. For some reason PreloadAlerts is causing unusually high CPU usage whenever I change zone.

    However if I disable PreloadAlerts, zone in, then enable it, it won't cause high cpu usage but won't show alerts of what's in the zone.

    Debug log shows this error though
    FilesFromMemory -> ReadDictionary(..) timeout error. Elapsed: 2001
    Last edited by loafer; 04-05-2021 at 11:27 PM.

  6. #471
    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)
    the Terrain was changed.
    Current offsets
    Code:
    [StructLayout(LayoutKind.Explicit, Pack = 1)]
        public struct IngameDataOffsets {
            [FieldOffset(0x78)] public long CurrentArea;
            [FieldOffset(0x90)] public byte CurrentAreaLevel;
            [FieldOffset(0xF4)] public uint CurrentAreaHash;
            [FieldOffset(0xF8)] public NativePtrArray MapStats;
            [FieldOffset(0x228)] public long self_pointer_for_check;
            [FieldOffset(0x438)] public long LocalPlayer;
            [FieldOffset(0x11C)] public long LabDataPtr;
            [FieldOffset(0x4C0)] public long EntityList;
            [FieldOffset(0x4C8)] public long EntitiesCount;
            [FieldOffset(0x660)] public long Cols;
            [FieldOffset(0x688)] public long cols_plus_one;
            [FieldOffset(0x680)] public long rows_plus_one; //0x690<== was changed  to 0x680
            [FieldOffset(0x658)] public long Rows; //0x6D8 <== was changed  to 0x658
            [FieldOffset(0x720)] public NativePtrArray LayerMelee; //<== out data
            [FieldOffset(0x738)] public NativePtrArray LayerRanged; //<== out data
            [FieldOffset(0x748)] public int BytesPerRow; ////0x750 <== was changed to 0x747
        }
    "BytesPerRow" seems to have increased significantly ^^, coz Lioneye's Watch (13) per_row != 345 now
    f* GGG for me its game over
    Last edited by GameAssist; 04-06-2021 at 03:08 AM.

  7. #472
    Aoooooooo's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2020
    Posts
    52
    Thanks G/R
    27/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    the Terrain was changed.
    Current offsets
    Code:
    [StructLayout(LayoutKind.Explicit, Pack = 1)]
        public struct IngameDataOffsets {
            [FieldOffset(0x78)] public long CurrentArea;
            [FieldOffset(0x90)] public byte CurrentAreaLevel;
            [FieldOffset(0xF4)] public uint CurrentAreaHash;
            [FieldOffset(0xF8)] public NativePtrArray MapStats;
            [FieldOffset(0x228)] public long self_pointer_for_check;
            [FieldOffset(0x438)] public long LocalPlayer;
            [FieldOffset(0x11C)] public long LabDataPtr;
            [FieldOffset(0x4C0)] public long EntityList;
            [FieldOffset(0x4C8)] public long EntitiesCount;
            [FieldOffset(0x660)] public long Cols;
            [FieldOffset(0x688)] public long cols_plus_one;
            [FieldOffset(0x680)] public long rows_plus_one; //0x690<== was changed - correct now 0x680
            [FieldOffset(0x658)] public long Rows; //0x6D8 <== was changed - correct now 0x658
            [FieldOffset(0x720)] public NativePtrArray LayerMelee; //<== out data
            [FieldOffset(0x738)] public NativePtrArray LayerRanged; //<== out data
            [FieldOffset(0x750)] public int BytesPerRow; // <==out data, 
        }
    "BytesPerRow" seems to have increased significantly ^^, coz Lioneye's Watch (13) per_row != 345 now
    f* GGG for me its game over
    The TerrainData seems changed, but BytesPerRow=345.
    Reference:https://www.ownedcore.com/forums/mmo...a-changed.html (Has Terrain Data Changed?)
    Thanks: @pushedx
    Code:
    [FieldOffset(0x640)] public TerrainData Terrain;//release tags/3.13.2 172073,last version is0x648
    LocalData + 0x640 = struct TerrainData (struct is 0x240 bytes) // read a struct with size 0x240 from localdata pointer + 0x640
    
    // From the aforementioned struct, the offsets relevant are:
    TerrainData[0x18] = long Cols
    TerrainData[0x20] = long Rows
    TerrainData[0xD8] = StdVector<byte> MeleeLayerPathfindingData
    TerrainData[0xF0] = StdVector<byte> RangedLayerPathfindingData
    TerrainData[0x108] = int BytesPerRow
    
    // Alternatively, you can just read each one using LocalData + 0x640 + offset, but I prefer the struct approach
    Last edited by Aoooooooo; 04-06-2021 at 01:44 AM.

  8. Thanks GameAssist (1 members gave Thanks to Aoooooooo for this useful post)
  9. #473
    paella92's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    37
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there isnt still an update for preload alerts right?

  10. #474
    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 Aoooooooo View Post
    The TerrainData seems changed, but BytesPerRow=345.
    Reference:https://www.ownedcore.com/forums/mmo...a-changed.html (Has Terrain Data Changed?)
    Thanks: @pushedx
    Code:
    [FieldOffset(0x640)] public TerrainData Terrain;//release tags/3.13.2 172073,last version is0x648
    LocalData + 0x640 = struct TerrainData (struct is 0x240 bytes) // read a struct with size 0x240 from localdata pointer + 0x640
    
    // From the aforementioned struct, the offsets relevant are:
    TerrainData[0x18] = long Cols
    TerrainData[0x20] = long Rows
    TerrainData[0xD8] = StdVector<byte> MeleeLayerPathfindingData
    TerrainData[0xF0] = StdVector<byte> RangedLayerPathfindingData
    TerrainData[0x108] = int BytesPerRow
    
    // Alternatively, you can just read each one using LocalData + 0x640 + offset, but I prefer the struct approach
    Damn, that you are all smart here - in a good way I envy - I never found the fucking 345 and was afraid that GGG had changed everything and everyone
    I have no idea what I will do with poe 2.0 outputs - if they change the format / size of Lioneye's Watch (13)

    Code:
    [StructLayout(LayoutKind.Explicit, Pack = 1)]
        public struct IngameDataOffsets {
            [FieldOffset(0x78)] public long CurrentArea;
            [FieldOffset(0x90)] public byte CurrentAreaLevel;
            [FieldOffset(0xF4)] public uint CurrentAreaHash;
            [FieldOffset(0xF8)] public NativePtrArray MapStats;
            [FieldOffset(0x228)] public long self_pointer_for_check;
            [FieldOffset(0x438)] public long LocalPlayer;
            [FieldOffset(0x11C)] public long LabDataPtr;
            [FieldOffset(0x4C0)] public long EntityList;
            [FieldOffset(0x4C8)] public long EntitiesCount;
            [FieldOffset(0x658)] public long cols_count;            
            [FieldOffset(0x660)] public long rows_count;            
            [FieldOffset(0x718)] public NativePtrArray Melee;   
            [FieldOffset(0x748)] public int byte_per_row;  
        }

  11. #475
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm. Seems some is seriously bugged with the last "perfomance" patch.
    ExileApi consumes 70+ cpu when loading (even without any plugins)
    PreloadAlerts are completely broken.

    oh... and basicflaskroutine is bricked too.
    Last edited by Silent_Warrior; 04-06-2021 at 05:23 AM.

  12. #476
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah. Last patch fucked up.
    Let's pray that someone will update it until next league, cause I just got my Headhunter feel days ago and I have no plans to leave the league now lol.

    When I open HUD nothing happens, also my CPU goes crazy with 80% usage and fps 10-15.

    Someone save us! xD
    Last edited by MACROS4LIFE; 04-06-2021 at 05:41 AM.
    GH it's like cocaine, once you used, you can't forget.

  13. #477
    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 Silent_Warrior View Post
    hm. Seems some is seriously bugged with the last "perfomance" patch.
    ExileApi consumes 70+ cpu when loading (even without any plugins)
    PreloadAlerts are completely broken.

    oh... and basicflaskroutine is bricked too.
    I have long wanted to ask - what does your PreloadAlerts do - I tried to run it to look at it - but with my settings of 150% pixel size, I still did not see how it works

  14. #478
    loafer's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    37
    Thanks G/R
    39/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    I have long wanted to ask - what does your PreloadAlerts do - I tried to run it to look at it - but with my settings of 150% pixel size, I still did not see how it works
    PreloadAlerts shows you information about the zone. Like if there is harvert, tormented spirits, breach/harbingers (what breach) and so on. It's really useful especially if you're trying to speed farm harvest for crafts. You can zone in, look at PreloadAlerts to see if there's harvest and leave immediately if there isn't. Saves time.

  15. #479
    CausalityMerchant's Avatar Active Member CoreCoins Purchaser
    Reputation
    15
    Join Date
    Aug 2012
    Posts
    69
    Thanks G/R
    10/14
    Trade Feedback
    2 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by loafer View Post
    You can zone in, look at PreloadAlerts to see if there's harvest and leave immediately if there isn't. Saves time.
    you can do that legit, if there is Harvest in the map, around 3/4 down the middle of the screen you get msg "enter the scared groove" YUBAaIR.jpg

  16. #480
    paella92's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    37
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but you cant do that once you've talked to oshabi

Page 32 of 41 FirstFirst ... 282930313233343536 ... LastLast

Similar Threads

  1. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  2. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  3. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  4. TPPK for patch 1.13 is released?
    By Julmys in forum Diablo 2
    Replies: 0
    Last Post: 06-03-2011, 06:32 AM
  5. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
All times are GMT -5. The time now is 01:39 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