ExileAPI Release menu

User Tag List

Page 17 of 72 FirstFirst ... 13141516171819202167 ... LastLast
Results 241 to 255 of 1079
  1. #241
    hienngocloveyou's Avatar Member
    Reputation
    2
    Join Date
    Aug 2021
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pushedx View Post
    Yes, generally speaking, writing memory and trying to change the way the game works is outside the scope of what ExileAPI is for or supported by the creators (I'm not part of the project btw).

    Two main reasons why. These are reasons you can find just by random posts made in response to others in various ExileAPI threads, as this 3.15 one is specifically for 3.15 but the project itself has a long history.

    #1 - the project wants to stay off GGG's radar as being a "bot platform" or "hack", so those topics aren't supported or endorsed by the creators. You won't get help in ExileAPI specific threads about these topics, so best to ask in your own thread in the appropriate forum section.

    #2 - writing memory or trying to patch the client is more complicated in this game, because you need to avoid unintended side effects of breaking the client as well as the "easy" code section detections GGG can do. In short, ZH was never something you can achieve simply by changing the camera memory itself in this game. I don't think it's changed but I've not looked into ZH for years now

    So what you're asking is technically possible, but not officially supported nor endorsed by the project itself, and not something that should be talked about in the ExileAPI thread itself at the creators request.
    Ok. I understand now. Thank for your reply

    ExileAPI Release
  2. #242
    hienngocloveyou's Avatar Member
    Reputation
    2
    Join Date
    Aug 2021
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pushedx View Post
    Yes, generally speaking, writing memory and trying to change the way the game works is outside the scope of what ExileAPI is for or supported by the creators (I'm not part of the project btw).

    Two main reasons why. These are reasons you can find just by random posts made in response to others in various ExileAPI threads, as this 3.15 one is specifically for 3.15 but the project itself has a long history.

    #1 - the project wants to stay off GGG's radar as being a "bot platform" or "hack", so those topics aren't supported or endorsed by the creators. You won't get help in ExileAPI specific threads about these topics, so best to ask in your own thread in the appropriate forum section.

    #2 - writing memory or trying to patch the client is more complicated in this game, because you need to avoid unintended side effects of breaking the client as well as the "easy" code section detections GGG can do. In short, ZH was never something you can achieve simply by changing the camera memory itself in this game. I don't think it's changed but I've not looked into ZH for years now

    So what you're asking is technically possible, but not officially supported nor endorsed by the project itself, and not something that should be talked about in the ExileAPI thread itself at the creators request.
    But. Do we have document of API for reference ?
    At present I must refer to existing plugin for reference.

    Regards,

  3. #243
    pushedx's Avatar Contributor
    Reputation
    258
    Join Date
    Nov 2009
    Posts
    137
    Thanks G/R
    8/136
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hienngocloveyou View Post
    But. Do we have document of API for reference ?
    At present I must refer to existing plugin for reference.

    Regards,
    Not that I know of. Typically, documentation in C# is handled via comments (for example like this: Search . <summary> . GitHub), and then you use Visual Studio's Intellisense feature to browse around the code. However, that requires setting up and maintaining the comments/remarks manually, and the code base itself just doesn't have much documentation or references (as it's a community project after all).

    Your best bet is to do just that and refer to existing plugins, and then possibly create documentations for the project and do a pull request for others for anything missing

  4. #244
    hienngocloveyou's Avatar Member
    Reputation
    2
    Join Date
    Aug 2021
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pushedx View Post
    Not that I know of. Typically, documentation in C# is handled via comments (for example like this: Search . <summary> . GitHub), and then you use Visual Studio's Intellisense feature to browse around the code. However, that requires setting up and maintaining the comments/remarks manually, and the code base itself just doesn't have much documentation or references (as it's a community project after all).

    Your best bet is to do just that and refer to existing plugins, and then possibly create documentations for the project and do a pull request for others for anything missing
    Lol. I think I can not able to make document for this API because I am learning how to use it =)).
    I am doing and small plugin for my purpose then I will release it.

    Thank you !

  5. #245
    hienngocloveyou's Avatar Member
    Reputation
    2
    Join Date
    Aug 2021
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys,

    I am doing a plugin that allow player can auto avoid skill of boss like : beam of Shaper or beam of Si.
    So how we can access or check that the boss spawn a skill ?

    Regards,

  6. #246
    pokerddd's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys, are there plugin that shows contained items in heist chests?

  7. #247
    DoYouCanHelp-MePls's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    You can help me?

    Originally Posted by hienngocloveyou View Post
    Hi guys,

    I am doing a plugin that allow player can auto avoid skill of boss like : beam of Shaper or beam of Si.
    So how we can access or check that the boss spawn a skill ?

    Regards,
    Oops, hey man, I saw that you understand a lot about these plugins and etc. I would like some help from you
    I have 2 questions
    1- Is there any site or link that explains what each plugin these q has in ExileAPI do?
    2-is there any way to see the entire map without having to explore it in its entirety? with exileAPI?
    Last edited by DoYouCanHelp-MePls; 10-17-2021 at 11:19 PM.

  8. #248
    hienngocloveyou's Avatar Member
    Reputation
    2
    Join Date
    Aug 2021
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DoYouCanHelp-MePls View Post
    Oops, hey man, I saw that you understand a lot about these plugins and etc. I would like some help from you
    I have 2 questions
    1- Is there any site or link that explains what each plugin these q has in ExileAPI do?
    2-is there any way to see the entire map without having to explore it in its entirety? with exileAPI?
    HI,
    Please read 1 first pate. The first page explain very well about how to use and how to add-in plugin from the list of the plugin.
    Each plugin on github has it own instruction.

    Regards,

  9. #249
    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 hienngocloveyou View Post
    Hi guys,

    I am doing a plugin that allow player can auto avoid skill of boss like : beam of Shaper or beam of Si.
    So how we can access or check that the boss spawn a skill ?

    Regards,
    e this is the boss entity you need
    Code:
    var actor = e.HasComp<Actor>() ? e.GetComp<Actor>() : null;
    var all_skills = actor.ActorSkills; // check this 
    var cur_act  = actor .CurrentAction ; //current
     var skill = actor.ActorSkills.FirstOrDefault(s=>s.IsUsing);
     var skill2 = actor.CurrentAction.Skill;
    var target = actor.CurrentAction.Target;
    you will have to find most of the offsets that are used in these methods yourself, because they are usually wrong and do not work correctly
    Last edited by GameAssist; 10-18-2021 at 05:56 AM.

  10. Thanks hienngocloveyou (1 members gave Thanks to GameAssist for this useful post)
  11. #250
    hienngocloveyou's Avatar Member
    Reputation
    2
    Join Date
    Aug 2021
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    e this is the boss entity you need
    Code:
    var actor = e.HasComp<Actor>() ? e.GetComp<Actor>() : null;
    var all_skills = actor.ActorSkills; // check this 
    var cur_act  = actor .CurrentAction ; //current
     var skill = actor.ActorSkills.FirstOrDefault(s=>s.IsUsing);
     var skill2 = actor.CurrentAction.Skill;
    var target = actor.CurrentAction.Target;
    you will have to find most of the offsets that are used in these methods yourself, because they are usually wrong and do not work correctly
    Hi,

    Yes. I used actor and actionwrapper same idea like you.
    But the offset of struct member of ActionWrappef seem is old.

    Can you guy me how to find these offset by using cheat engine ?

    Regard,

  12. #251
    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 hienngocloveyou View Post
    Hi,

    Can you guy me how to find these offset by using cheat engine ?

    Regard,
    I think that snowhawk04 can help us
    I would also like to participate, if, of course, the discussion is public ^^
    most likely he can help with this - it was he who updated everything related to skills the last time
    Problem with Skills . Issue #225 . Queuete/ExileApi . GitHub
    3.15 ActorSkill.GetSkillUiStatePtr list offsets by snowhawk04 . Pull Request #228 . Queuete/ExileApi . GitHub

  13. #252
    10243245's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    39
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Is there a function to show the name of the beast? I want to catch more beasts

  14. #253
    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 hienngocloveyou View Post
    Hi,

    Yes. I used actor and actionwrapper same idea like you.
    But the offset of struct member of ActionWrappef seem is old.

    Can you guy me how to find these offset by using cheat engine ?

    Regard,
    Yea, they are old and should probably be updated. To find Actor.ActionWrapper.Skill, just get the instance address of a skill (from Actor.ActiveSkills) and spam the skill. Use a mem viewer to read the object and find the address of your instanced skill. For 3.15, Actor.ActionWrapper.Skill is at 0xb8. The destination vector can be found at 0xd8. In CE, you can verify these offsets by seeing what accesses Actor.ActiveSkills and skimming the mem viewer when loading from the address.

    Originally Posted by wlastas View Post
    I think that snowhawk04 can help us
    I would also like to participate, if, of course, the discussion is public ^^
    most likely he can help with this - it was he who updated everything related to skills the last time
    Problem with Skills . Issue #225 . Queuete/ExileApi . GitHub
    3.15 ActorSkill.GetSkillUiStatePtr list offsets by snowhawk04 . Pull Request #228 . Queuete/ExileApi . GitHub
    I believe it was mm3141 that added cooldown tracking a couple leagues ago. I only updated it last league as he was on vacation and wasn't able to update it himself.

    Originally Posted by 10243245 View Post
    Is there a function to show the name of the beast? I want to catch more beasts
    PreloadAlert already does this.
    Last edited by snowhawk; 10-19-2021 at 09:35 PM.

  15. Thanks GameAssist (1 members gave Thanks to snowhawk for this useful post)
  16. #254
    hienngocloveyou's Avatar Member
    Reputation
    2
    Join Date
    Aug 2021
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=snowhawk;4333028]Yea, they are old and should probably be updated. To find Actor.ActionWrapper.Skill, just get the instance address of a skill (from Actor.ActiveSkills) and spam the skill. Use a mem viewer to read the object and find the address of your instanced skill. For 3.15, Actor.ActionWrapper.Skill is at 0xb8. The destination vector can be found at 0xd8. In CE, you can verify these offsets by seeing what accesses Actor.ActiveSkills and skimming the mem viewer when loading from the address.



    This will do in Cheat engine ?

    Regards,

  17. #255
    InstantGoods's Avatar Member
    Reputation
    1
    Join Date
    May 2020
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, how fast does this usually get updated in a new league?

Similar Threads

  1. [Release] ExileAPI 3.14 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 532
    Last Post: 07-24-2021, 04:37 AM
  2. [Release] ExileAPI 3.13 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 606
    Last Post: 04-17-2021, 06:22 AM
  3. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  4. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  5. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
All times are GMT -5. The time now is 10:21 PM. 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