ExileApi 3.23 and beyond - Plugin framework menu

User Tag List

Page 62 of 112 FirstFirst ... 12585960616263646566 ... LastLast
Results 916 to 930 of 1666
  1. #916
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    103
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ANyone have a good confi setup to reduce the system overheard to run hud? it taxes my laptop some and was trying to reduce that.

    thanks

    ExileApi 3.23 and beyond - Plugin framework
  2. #917
    Sophistical's Avatar Active Member

    Reputation
    53
    Join Date
    May 2014
    Posts
    122
    Thanks G/R
    0/3
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by InfiniteIce View Post
    Yep, can confirm my original post referencing Metadata/NPC/League/Azmeri/Eramir/Eramir.ao; doesn't work - have seen the preload pop several times and cleared the map to 0 mobs with no vendor. these pastebins might be useful if anybody takes the time to look through them before i do
    Metadata/Monsters/Mystic
    Metadata/NPC/Mystic/Seer
    Metadata/Monsters/Daemon/NamelessDaemon
    Metadata/Monsters/Daemon
    Metadata/Monsters/Mystic/NamelessMystic

    Found these, not sure if they are helpful.

  3. #918
    stacked's Avatar Member
    Reputation
    2
    Join Date
    Jan 2016
    Posts
    56
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Patch coming soon! Think it will break the mod?

  4. #919
    Raumli's Avatar Member
    Reputation
    8
    Join Date
    Oct 2018
    Posts
    14
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stacked View Post
    Patch coming soon! Think it will break the mod?
    If it's a version/subversion patch (3.25.1 to 3.25.2, etc) then it will most likely break the program until the offsets are updated.

    If it is a hotfix patch (3.25.1 to 3.25.1b) it PROBABLY will not, but you never know.

    I always assume any patch breaks the program.

  5. #920
    ChpokxGOD's Avatar Member
    Reputation
    1
    Join Date
    Jul 2024
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, there is some kind of program for Heist

  6. #921
    druich's Avatar Member
    Reputation
    6
    Join Date
    Jun 2013
    Posts
    36
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So radar/stash offsets are good. Looks like item labels is broken (pickit). Don't really use anything else besides that.

  7. #922
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by druich View Post
    So radar/stash offsets are good. Looks like item labels is broken (pickit). Don't really use anything else besides that.
    They don't look broken to me. I don't think a single offset used in HUD (that I track) changed.

  8. #923
    druich's Avatar Member
    Reputation
    6
    Join Date
    Jun 2013
    Posts
    36
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    They don't look broken to me. I don't think a single offset used in HUD (that I track) changed.
    Weird, PickitWithLinq wasn't working when I tried. Maybe something was wrong on my load. Trying to jebait new release anyway so I can compile new VillageHelper

  9. #924
    manmeat's Avatar Active Member
    Reputation
    54
    Join Date
    Mar 2020
    Posts
    15
    Thanks G/R
    1/41
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way to figure out what a spell effect metadata name is by looking at it in-game with exileapi? perhaps looking at the preloads? I want to make the meteor effect more visible.

  10. #925
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by manmeat View Post
    is there a way to figure out what a spell effect metadata name is by looking at it in-game with exileapi? perhaps looking at the preloads? I want to make the meteor effect more visible.
    You may be able to see the Effect entities (may require you to have the "parse server entities" ticked, idr), and those have a BaseAnimatedEntity (in the Animated component) which might point you to the effect name. For most spells you're going to have to freeze the game though to catch it.

  11. #926
    SASAZA's Avatar Member
    Reputation
    2
    Join Date
    Feb 2024
    Posts
    30
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    SinceLastActivation(1.3)&&
    !IsMoving&&(MonsterCount(20, MonsterRarity.AtLeastRare) >= 1&&
    Buffs["rage"].Charges >= 6)&&
    !Buffs.Has("tincture_penetrate_elemental_resistances")
    I am using this for my tincture. But it still tries to press the tincture while it is on cooldown.
    Has anyone figured out how to check if the tincture is on cooldown? It does not count as "Buff.Has" while on CD, so I need another statement to add that.
    I searched through poe-dat-viewer but could not find a buff that would indicate the CD. The only thing I can think of is a hard CD of 10s or more so it does not spam the tincture as soon as it is off cd.
    Neither Flask active nor Flask CanBeUsed works for me.

    Is there maybe a way to add a Statement like "Wait X seconds after Buff("mana_burn") is gone"? That could work as well.

  12. #927
    Simonfake's Avatar Member
    Reputation
    2
    Join Date
    Mar 2019
    Posts
    18
    Thanks G/R
    12/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by druich View Post
    Weird, PickitWithLinq wasn't working when I tried. Maybe something was wrong on my load. Trying to jebait new release anyway so I can compile new VillageHelper
    Good evening!
    Indeed, I think there might be something off for the latest VillageHelper, or is it on my end? Let me know if I get be of any help to debug this.

    Build failed:
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(246, 49)] CS1061: 'VillageScreen' ne contient pas de
    définition pour 'PortRequests' et aucune méthode d'extension accessible 'PortRequests' acceptant un premier argument de type 'VillageScreen' n'a été trouvée (une
    directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(247, 39)] CS1061: 'VillageShipmentScreen' ne contient
    pas de définition pour 'ShipIsOpened' et aucune méthode d'extension accessible 'ShipIsOpened' acceptant un premier argument de type 'VillageShipmentScreen' n'a
    été trouvée (une directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(249, 55)] CS1061: 'VillageShipmentScreen' ne contient
    pas de définition pour 'OpenedShipIndex' et aucune méthode d'extension accessible 'OpenedShipIndex' acceptant un premier argument de type 'VillageShipmentScreen'
    n'a été trouvée (une directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(250, 46)] CS1061: 'VillageScreen' ne contient pas de
    définition pour 'ShipInfo' et aucune méthode d'extension accessible 'ShipInfo' acceptant un premier argument de type 'VillageScreen' n'a été trouvée (une
    directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(252, 60)] CS1061: 'FilesContainer' ne contient pas de
    définition pour 'VillageShippingPorts' et aucune méthode d'extension accessible 'VillageShippingPorts' acceptant un premier argument de type 'FilesContainer' n'a
    été trouvée (une directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(253, 72)] CS1061: 'VillageShipmentScreen' ne contient
    pas de définition pour 'ShipmentConfigurationElement' et aucune méthode d'extension accessible 'ShipmentConfigurationElement' acceptant un premier argument de
    type 'VillageShipmentScreen' n'a été trouvée (une directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(254, 44)] CS0019: Impossible d'appliquer l'opérateur
    '<=' aux opérandes de type 'int' et 'groupe de méthodes'
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(283, 76)] CS1061: 'VillageShipmentScreen' ne contient
    pas de définition pour 'PortElementsByIndex' et aucune méthode d'extension accessible 'PortElementsByIndex' acceptant un premier argument de type
    'VillageShipmentScreen' n'a été trouvée (une directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(283, 27)] CS8130: Impossible de déduire le type de la
    variable de déconstruction implicitement typée 'portIndex'.
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(283, 3] CS8130: Impossible de déduire le type de la
    variable de déconstruction implicitement typée 'portElement'.
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(461, 109)] CS1061: 'VillageJob' ne contient pas de
    définition pour 'Discriminator' et aucune méthode d'extension accessible 'Discriminator' acceptant un premier argument de type 'VillageJob' n'a été trouvée (une
    directive using ou une référence d'assembly est-elle manquante*?)
    [15/08/2024 00:17:59, E:\Games\PoE_Softwares\03_325\Plugins\Source\VillageHelper-master\VillageHelper.cs(501, 109)] CS1061: 'VillageJob' ne contient pas de
    définition pour 'Discriminator' et aucune méthode d'extension accessible 'Discriminator' acceptant un premier argument de type 'VillageJob' n'a été trouvée (une
    directive using ou une référence d'assembly est-elle manquante*?)
    Thanks for your help!

    Edit: PickIt seems also bugged!
    Edit: I've followed some tips from the other plugin thread, which helped solve the issue i had with VillageHelper!
    Last edited by Simonfake; 08-15-2024 at 01:18 AM.

  13. #928
    Jonsbe's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2008
    Posts
    70
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this the place to ask Progenesis Amethyst Flask to be added to the flask routines? Or anyone know how? tried - all failure tries :/

  14. #929
    Chav's Avatar Member
    Reputation
    9
    Join Date
    Feb 2018
    Posts
    16
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jonsbe View Post
    Is this the place to ask Progenesis Amethyst Flask to be added to the flask routines? Or anyone know how? tried - all failure tries :/
    In your ExileAPI Folder go to Plugins/Compiled/BasicFlaskRoutine/config/flaskinfo.json and there you can add it with

    "Progenesis": 5,
    and it'll be treated as a defensive flask.

    I'm on my phone so im not 100% sure about the 5 = defensive flask but the file is commented. Just look there

  15. Thanks Sychotix, poeking99, camapxam (3 members gave Thanks to Chav for this useful post)
  16. #930
    Jonsbe's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2008
    Posts
    70
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chav View Post
    In your ExileAPI Folder go to Plugins/Compiled/BasicFlaskRoutine/config/flaskinfo.json and there you can add it with



    and it'll be treated as a defensive flask.

    I'm on my phone so im not 100% sure about the 5 = defensive flask but the file is commented. Just look there
    Yeah thats what i did, added ("Progenesis Amethyst Flask": 5,) on line 55 without () marks. The whole plugin is giving me error due to it. It might be due to the buff its giving i think the buff should be coded somewhere else also ? "When hit during effect, 25% of life loss from damage taken occurs over 4 seconds instead", tried checking if i can find the place for flask buffs but didnt find, and the player buff bar didnt show this buff what i saw.

    Alright got it to work, i added it at the bottom, having a "," at the end, while the previous line didnt have it - as it was the last flask name.. But thanks for the "progenesis" only part. didnt understand it didnt need the whole name.
    Last edited by Jonsbe; 08-15-2024 at 01:37 PM. Reason: got it to work - added last paragraph

Similar Threads

  1. The Irony of WOTLK and beyond
    By Z3D in forum World of Warcraft General
    Replies: 8
    Last Post: 09-15-2009, 09:54 PM
  2. Half Life 2 - Easter Eggs and Beyond
    By Glynbeard in forum Gaming Chat
    Replies: 0
    Last Post: 11-04-2007, 09:51 AM
  3. Above and Beyond AV (2.0.5(And hopefully above))
    By Dead_Man in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 02-03-2007, 12:38 AM
  4. Above and beyond Orgrimmar
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-30-2006, 08:37 PM
All times are GMT -5. The time now is 08:12 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