GameHelper: A light version of PoeHUD/Exile-Api menu

User Tag List

Page 321 of 351 FirstFirst ... 221271317318319320321322323324325 ... LastLast
Results 4,801 to 4,815 of 5265
  1. #4801
    Akao's Avatar Member
    Reputation
    2
    Join Date
    Apr 2015
    Posts
    8
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, is there a condition to check for corpses for the purpose for Bone offering?
    I'd like to add it to my current condition:
    PlayerSkillIsUseable.Contains("BoneOffering") && !PlayerBuffs.Has("bone_offering") && (check for corpses if possible)

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #4802
    Baki667's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    50
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Akao View Post
    Hello, is there a condition to check for corpses for the purpose for Bone offering?
    I'd like to add it to my current condition:
    PlayerSkillIsUseable.Contains("BoneOffering") && !PlayerBuffs.Has("bone_offering") && (check for corpses if possible)
    I would be interested in that as well for detonate dead.

  3. #4803
    Akao's Avatar Member
    Reputation
    2
    Join Date
    Apr 2015
    Posts
    8
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If there's no solution then I'm using this. For DD you don't check for HasBuffs.

    PlayerSkillIsUseable.Contains("BoneOffering") && !PlayerBuffs.Has("active_offering") &&
    MonsterCount(MonsterRarity.Any, MonsterNearbyZones.OuterCircle) >= 1

  4. #4804
    TheBeaker's Avatar Member
    Reputation
    1
    Join Date
    May 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can not get quicksilver to work at all.
    Tried a few methods I found in this thread but unfortunately the search function wont allow me to open each mention of quicksilver....
    Name is QuickSilver
    Key 3 number 51?
    Cooldown set to 6 seconds and 5.9 and 0 seconds
    Condition animation Run "shows true when running"
    Condition flask charged > 29 " shows true"

    I have tried other conditions like flash is usable has enough charges I have tried changing key to numpad 3 nothing seems to work.


    Anyone offer any help?

  5. #4805
    Akao's Avatar Member
    Reputation
    2
    Join Date
    Apr 2015
    Posts
    8
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mine works like this.

    Flasks.Flask5.IsUsable && !Flasks.Flask5.Active &&
    PlayerAnimation.Equals(Animation.Run) && MonsterCount(MonsterRarity.Any, MonsterNearbyZones.OuterCircle) <= 0

    Btw, is there a list of API functions I can look at just to see what's possible or does the templates already cover them all? Thanks!

  6. #4806
    Baki667's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    50
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Akao View Post
    If there's no solution then I'm using this. For DD you don't check for HasBuffs.

    PlayerSkillIsUseable.Contains("BoneOffering") && !PlayerBuffs.Has("active_offering") &&
    MonsterCount(MonsterRarity.Any, MonsterNearbyZones.OuterCircle) >= 1
    that checks for monsters, not for corpses, right?

  7. #4807
    datz's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2013
    Posts
    538
    Thanks G/R
    170/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Goat i love you <3

  8. #4808
    wkdgkrk12's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    3
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you very much for sharing this awesome program.
    while waiting your RL work, i used other tools. but those were not fit for me.
    Only GH can give me satisfaction.
    The day you stop updating this program will be the day I quit this game.
    thx a lot

  9. #4809
    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)
    Originally Posted by Akao View Post
    Mine works like this.

    Flasks.Flask5.IsUsable && !Flasks.Flask5.Active &&
    PlayerAnimation.Equals(Animation.Run) && MonsterCount(MonsterRarity.Any, MonsterNearbyZones.OuterCircle) <= 0

    Btw, is there a list of API functions I can look at just to see what's possible or does the templates already cover them all? Thanks!
    Yeah. Once u expand the rule, you see template button. Click on it. It has 99.99% of the things


    Originally Posted by TheBeaker View Post
    Can not get quicksilver to work at all.
    Tried a few methods I found in this thread but unfortunately the search function wont allow me to open each mention of quicksilver....
    Name is QuickSilver
    Key 3 number 51?
    Cooldown set to 6 seconds and 5.9 and 0 seconds
    Condition animation Run "shows true when running"
    Condition flask charged > 29 " shows true"

    I have tried other conditions like flash is usable has enough charges I have tried changing key to numpad 3 nothing seems to work.


    Anyone offer any help?

    Screenshot of the rule please.

    Originally Posted by kyhj8708 View Post
    I can't attach the file because the error log file isn't generated, I ran it in window mode, I'm using a Radeon graphics card, and I've used about 3 seasons before without any problems. I don't know why it's not working, I've read both FAQs and recent comments, but I can't figure out what the problem is. The program screen is not visible on the monitor at all, but when you open Task Manager, it appears to have been executed with very little resource
    1: Download in a new folder. 2: Apply limited user again. 3: Restart computer.


    Originally Posted by Chpok3 View Post
    Good afternoon, I didn’t find anything in the header, my English is very bad.
    Are there any additional plugins besides Hilbar and Radar for this application? If there is some kind of list, where can I look at it?
    Healthbar, radar, flask/skill manager, preload alert, draw abyss lines.


    That’s all.
    If I did not reply to you, it mean the question you are asking is stupid.

  10. #4810
    gadasoft's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    17
    Thanks G/R
    5/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you automate flasks, i can't find anything in the default package, is there an additional plugin one must download ? Could anyone give me a hint on this, appreciate it.

  11. #4811
    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)
    Originally Posted by gadasoft View Post
    How do you automate flasks, i can't find anything in the default package, is there an additional plugin one must download ? Could anyone give me a hint on this, appreciate it.
    Please read the first post.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #4812
    parkchan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2024
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm curious what the timer is for and how to remove it.

  13. #4813
    DEEGLEEF's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2018
    Posts
    52
    Thanks G/R
    2/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    had it fully working a few days ago, now I can't get anything to appear on screen I've got the menu up, I can get timers and stuff to appear, but nothing actually is getting drawn on-screen over the game. Followed the instructions 100% and it was working like I said just a couple of days ago. Any ideas?
    Last edited by DEEGLEEF; 04-04-2024 at 05:10 PM.

  14. #4814
    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)
    Originally Posted by parkchan View Post
    I'm curious what the timer is for and how to remove it.
    its the time u spent in a map. u can't optimize what you can't see.
    removing it? hmm, i think i added an option in preload alert setting window to remove it.....check it out.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #4815
    parkchan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2024
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you You are always a great help to me.

Similar Threads

  1. "Light" Version of PoE HUD
    By deimudda69 in forum Path of Exile
    Replies: 41
    Last Post: 01-04-2020, 09:44 PM
  2. Replies: 34
    Last Post: 12-14-2019, 11:08 AM
  3. US version of TBC needed
    By Victor in forum World of Warcraft General
    Replies: 0
    Last Post: 01-16-2007, 05:08 AM
  4. Cracked version of Fraps?
    By Amedis in forum Community Chat
    Replies: 36
    Last Post: 12-04-2006, 12:00 AM
  5. new version of Studio
    By wrigley in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 12-02-2006, 06:35 PM
All times are GMT -5. The time now is 07:25 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