ExileAPI 3.12 Release menu

Shout-Out

User Tag List

Page 17 of 33 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 493
  1. #241
    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)
    Originally Posted by setim View Post
    Thank you very much for your information.
    BTW, what is Anticipation? Is it a hidden buff?
    Yea, it's a hidden buff used to track unleash charges.

    ExileAPI 3.12 Release
  2. #242
    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)
    any chance of getting this to work with the current release??

    GitHub - Macaddict42/AutoSkill: PoeHUD Plugin to automatically cast a skill on cooldown

  3. #243
    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)
    Originally Posted by pwndbymeh View Post
    any chance of getting this to work with the current release??

    GitHub - Macaddict42/AutoSkill: PoeHUD Plugin to automatically cast a skill on cooldown


    You can use the compiled "AutoSkill.dll". Copy it into PoeHelper/Plugins/Compiled/AutoSkill, you need to create the folder.

    CoPilot and BuffUtil solve similar problems, maybe one of those is a better fit for your task.

  4. #244
    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)
    Originally Posted by Rol View Post
    AdvancedTooltip show smth like you want as it was before. But now it have some new visual panels showing mods info and it's redundantly a little .
    what new visual panel are you talking about?

  5. #245
    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)
    Originally Posted by pwndbymeh View Post
    what new visual panel are you talking about?
    There is a panel that is shown to the side of the tooltip that shows the tags and tier. This league pretty much fixed the issues of past leagues and now shows all the tags through the in-game tooltips advanced mod descriptions.

  6. #246
    qwas7845's Avatar Member
    Reputation
    1
    Join Date
    Nov 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am a new user
    Want to use on Taiwan/Hong Kong server
    How to enable MAPICON
    LOG doesn't seem to show any errors
    But no start function

    F12 will show hud

    but nothing change at the poe window

    poeerror.jpg
    Last edited by qwas7845; 10-11-2020 at 07:23 AM.

  7. #247
    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)
    Originally Posted by Queuete View Post
    You can use the compiled "AutoSkill.dll". Copy it into PoeHelper/Plugins/Compiled/AutoSkill, you need to create the folder.

    CoPilot and BuffUtil solve similar problems, maybe one of those is a better fit for your task.


    thanks for this - copying the dll for autoskill didnt work (autoskill didnt even appear on the plugin list) but I looked into co-pilot and I was able to get what I need.

    how about AdvanceTooltip? did you ever get that to work?

  8. #248
    setim's Avatar Member
    Reputation
    9
    Join Date
    Mar 2020
    Posts
    107
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Another question about plug in coding.
    I am using AHK to combine several actions to one key.
    But with Addon, it will be much power than just AHK.
    Then I have a question, how to capture a physical keypress and then implement some action in the plug in.
    I know I can use input.Getkeystate(keys.D). Is this the best way to capture the keypress? I am afraid there will be longer "delay" after I click the button.
    Or I can set a hotkey to a function, the Addon will run the function when the hotkey is pressed?

  9. #249
    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)
    Originally Posted by pwndbymeh View Post
    thanks for this - copying the dll for autoskill didnt work (autoskill didnt even appear on the plugin list) but I looked into co-pilot and I was able to get what I need.

    how about AdvanceTooltip? did you ever get that to work?

    nvm. i got it to work

  10. #250
    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)
    Originally Posted by qwas7845 View Post
    I am a new user
    Want to use on Taiwan/Hong Kong server
    How to enable MAPICON
    LOG doesn't seem to show any errors
    But no start function

    F12 will show hud

    but nothing change at the poe window

    poeerror.jpg
    Go to MinimapIcons settings. Turn on "Draw Monster", "Icons on minimap", "icons on large map".

    Originally Posted by setim View Post
    Another question about plug in coding.
    I am using AHK to combine several actions to one key.
    But with Addon, it will be much power than just AHK.
    Then I have a question, how to capture a physical keypress and then implement some action in the plug in.
    I know I can use input.Getkeystate(keys.D). Is this the best way to capture the keypress? I am afraid there will be longer "delay" after I click the button.
    Or I can set a hotkey to a function, the Addon will run the function when the hotkey is pressed?
    I don't think anyone is using Keypress event delegates to fire off functions. Most that I have seen its either getting the current key state or checking if the key state was pressed since last checked.

  11. #251
    omgsosorry's Avatar Member
    Reputation
    9
    Join Date
    Apr 2015
    Posts
    135
    Thanks G/R
    3/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does exileapi have an xp/hour indicator? cant seem to find

  12. #252
    rev0lver's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    7
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got hit with the hammer a few hours ago. Been using it since abyss too, so I don't know what triggered it this time.

  13. #253
    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 rev0lver View Post
    Got hit with the hammer a few hours ago. Been using it since abyss too, so I don't know what triggered it this time.
    Lets try to check common stuff- how much u spend on MTX ? RMT buy/sell ? cheat engine ? poenuller /smoother ? what content u usually run ? did u spam instanses ? limited user ?
    github.com/vadash/EZVendor

  14. #254
    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)
    github.com/vadash/EZVendor

  15. #255
    rev0lver's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    7
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    Lets try to check common stuff- how much u spend on MTX ? RMT buy/sell ? cheat engine ? poenuller /smoother ? what content u usually run ? did u spam instanses ? limited user ?
    WingmanReloaded, HUD. I've been selling currency for a long time too, but the ban statement says it was for third party software. MTX I'd say about 3 supporter packs worth.

Page 17 of 33 FirstFirst ... 131415161718192021 ... 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 10:06 PM. 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