ExileAPI 3.12 Release menu

User Tag List

Page 25 of 33 FirstFirst ... 212223242526272829 ... LastLast
Results 361 to 375 of 493
  1. #361
    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)
    Originally Posted by infoibrahimkekec View Post
    Hello, I have some questions.
    1- Is this bot mapping good with "Toxic Rain"
    2- Can you help me for setup
    3- Is there any video about how to use
    Only it seems to me that the answer to all questions should be No?

    ExileAPI 3.12 Release
  2. #362
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by glbGG View Post
    Hi! I am trying to write a script which uses map device. Got two questions here.

    1. Are there any shared Enum Indexes for map device and map device buttons?
    I'v already found those by myself with DevTree. Those are
    IngameState.IngameUI.Children[60] for general map device window and
    ... [3][0][0] for 'activate' button.
    But are those indexes stored somwhere in shared Enums?

    2. I also want to check if the 'activate' button in mapdevice menu is clickable. (I.e. if it is highlited when i put a map inside and all options are set (zana mods) and map can be launched).
    Is there any way to check this?

    Thank you in advice!
    I smell beast bot You wont find any help with automation here
    github.com/vadash/EZVendor

  3. #363
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Thanks pushedx for your detailed posts on the "virus" topic in here.

    Because VeryTraveller and zaafar mentioned "my computer" in here I want to clarify the build process. The releases are not built on my computer. They are built by a CI service with Github integration: Continuous Integration and Deployment for iOS | buddybuild
    In this process each "step" creates an isolated docker machine with rather mainstream base images (ubuntu 18.04, mono latest and golang latest). That does not mean its impossible that one of these gets infected, but its rather unlikely.
    The more vulnerable part is the code, which is open source. You can check it out at any time and if you dont trust my automatic closed source releases (I plan to move to Github Actions to open source the pipeline aswell) you can simply build the solution yourself. If you want to be that safe I advice you to disable the automatic update and the auto plugin update feature. Those both download and run "stuff" from the internet.


    The reasons for the false positives on some virus detection systems are beyond my knowledge and I will most likely not put time into an investigation.

  4. Thanks GameHelper, Silent_Warrior (2 members gave Thanks to Queuete for this useful post)
  5. #364
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    I think what you did is enough! Thx for the information.



    -> They are built by a CI service with Github

    WOW, that's super cool!

  6. #365
    pwndbymeh's Avatar Active Member
    Reputation
    44
    Join Date
    May 2010
    Posts
    194
    Thanks G/R
    20/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Basic Flask broken after patch? is it working for anyone?

    TIA

  7. #366
    monk1111's Avatar Member
    Reputation
    6
    Join Date
    Sep 2013
    Posts
    37
    Thanks G/R
    33/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same here for me

  8. #367
    seting's Avatar Member
    Reputation
    1
    Join Date
    Jun 2020
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    after the patch the program stopped working

  9. #368
    Forumuser1000's Avatar Active Member
    Reputation
    27
    Join Date
    Mar 2017
    Posts
    258
    Thanks G/R
    171/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No longer working after the patch that went out earlier today.

    We'll just have to be patient and wait for an update.

  10. #369
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    213
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Forumuser1000 View Post
    No longer working after the patch that went out earlier today.

    We'll just have to be patient and wait for an update.
    map icons work for me but most of the plugin dont work like pickit etc but the basics are kinda working

  11. #370
    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 zaafar View Post
    On a separate note FYI: Announcements - New Stash Tab Folders and Affinities System - Forum - Path of Exile
    No need for stashie anymore!!! yeay!!!
    Still waiting patiently for when they finally make drops stack. So tired of picking up 200 pieces separate simulacrum splinters every full deli map I run.

    But yes, stash tab affinity is a good improvement and is helping a bit with all the micro-management.

  12. #371
    tvinki's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2014
    Posts
    164
    Thanks G/R
    37/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  13. Thanks jan30047, Silent_Warrior, poeking99 (3 members gave Thanks to tvinki for this useful post)
  14. #372
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    You will still need stashie. How would you sort quality/level gems, oils, expensive divination cards and prophets etc
    github.com/vadash/EZVendor

  15. #373
    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)
    Queuete, greetings! much thx for keeping ExileApi at live state
    Could you take an eye at SkillDPS plugin? - it stopped HIyNqp1.png working (even after fresh compile) with latest patch
    Last edited by Silent_Warrior; 11-05-2020 at 05:14 AM.

  16. #374
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Wasn't expecting this patch for another day. Updated some of the offsets. Quickly tested DevTree, Healthbars, Iconsbuilder, MinimapIcons, Pickit, ProximityAlert, Stashie, Terrain, Unidy, and MiscInformation. Like really quickly tested (2 maps). I'm pretty sure the group related offsets are still broke and I'll fix those later today. If something is still broken, try to include an error message so I can hunt down the specific offset(s) that are broken.

  17. Thanks tvinki, Queuete, loafer, levelmax, poeking99 (5 members gave Thanks to snowhawk for this useful post)
  18. #375
    tvinki's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2014
    Posts
    164
    Thanks G/R
    37/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hopefully next ggg hotfixes for this patch dont broke offsets

Page 25 of 33 FirstFirst ... 212223242526272829 ... LastLast

Similar Threads

  1. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  2. [Release] 12/21/2007 Working Vendor's + Vendor's Items
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 31
    Last Post: 12-30-2007, 12:09 AM
  3. [RELEASE] Latest V 1.12.1 Hack
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 05-08-2007, 02:48 PM
  4. [Release] Herbs to Flag [2.0.12]
    By Vladinator in forum World of Warcraft Model Editing
    Replies: 6
    Last Post: 05-06-2007, 06:41 AM
  5. [RELEASE] V1.12.1 Trainer 1.1 BETA Features
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 03-18-2007, 01:48 PM
All times are GMT -5. The time now is 03:14 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