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

User Tag List

Page 16 of 351 FirstFirst ... 12131415161718192066116 ... LastLast
Results 226 to 240 of 5265
  1. #226
    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)
    Originally Posted by zaafar View Post
    brother, I understand what you are saying but I can not do anything without the file.
    Figure out a way how to do it and then private message (PM) me on how can I download it.


    -> can I give you the official website of Tencent service?
    No, that will not help.
    brother, I packed the game client and uploaded it, but the Content. GGPK is too big to upload, please check whether it can be operated. Link:TeraBox Password:2ibg
    Link:TeraBox Password:etws

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #227
    arturino009's Avatar Contributor
    Reputation
    92
    Join Date
    Sep 2019
    Posts
    170
    Thanks G/R
    21/85
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dodger View Post
    It clicks the flask three times to activate. Any way to make it click only once? Does the order of the conditionals matter?
    Order does not matter. Have you actually set the key timout to at least double of your ping in Core plugin?

  3. Thanks dodger (1 members gave Thanks to arturino009 for this useful post)
  4. #228
    mariahcarey's Avatar Member
    Reputation
    4
    Join Date
    Jul 2018
    Posts
    18
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dodger View Post
    It clicks the flask three times to activate. Any way to make it click only once? Does the order of the conditionals matter?
    Точечный рисунок.png add cooldown_timer like this
    Точечный рисунок.png and flask_effect, thats all

  5. Thanks dodger (1 members gave Thanks to mariahcarey for this useful post)
  6. #229
    abratema's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2020
    Posts
    26
    Thanks G/R
    10/18
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mariahcarey View Post
    Точечный рисунок.png add cooldown_timer like this
    Точечный рисунок.png and flask_effect, thats all
    Or you can use the flask's status effect (from FlaskNameToBuff.json)



    In this example Granite Flask -> flask_utility_ironskin
    Last edited by abratema; 10-21-2021 at 05:25 AM.

  7. Thanks Treasure_Box, dodger (2 members gave Thanks to abratema for this useful post)
  8. #230
    S8322993d's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    Is there anyone kind enough to share their flask manager configuration - is there a config file sharable to paste in the simpleflaskmanager folder?

    Would be really helpful if there are already settings on health, mana, quicksilver and some other common flasks etc for the newbies to configure/tweak.

    Thanks!

  9. #231
    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)
    released a new version, please download it from the first post.


    Changes
    - Korean Kakao client should work with GameHelper tool.

  10. #232
    abratema's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2020
    Posts
    26
    Thanks G/R
    10/18
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by S8322993d View Post
    Hi all,

    Is there anyone kind enough to share their flask manager configuration - is there a config file sharable to paste in the simpleflaskmanager folder?

    Would be really helpful if there are already settings on health, mana, quicksilver and some other common flasks etc for the newbies to configure/tweak.

    Thanks!
    Code:
    {
      "DebugMode": false,
      "ShouldRunInHideout": false,
      "CurrentProfile": "League",
      "Profiles": {
        "League": {
          "Rules": [
            {
              "Enable": false,
              "Name": "LifeFlask1",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.VitalsCondition, SimpleFlaskManager",
                "vitalType": 3,
                "rightHandOperand": 75,
                "conditionOperator": 3,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "flask_effect_life",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                    "slot": 1,
                    "rightHandOperand": 9,
                    "conditionOperator": 2,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                      "charges": 0,
                      "rightHandOperand": "grace_period",
                      "conditionOperator": 5,
                      "next": null
                    }
                  }
                }
              },
              "Key": 49
            },
            {
              "Enable": false,
              "Name": "LifeFlask2",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                "slot": 2,
                "rightHandOperand": 9,
                "conditionOperator": 2,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "flask_effect_life",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.VitalsCondition, SimpleFlaskManager",
                    "vitalType": 3,
                    "rightHandOperand": 60,
                    "conditionOperator": 3,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                      "charges": 0,
                      "rightHandOperand": "grace_period",
                      "conditionOperator": 5,
                      "next": null
                    }
                  }
                }
              },
              "Key": 50
            },
            {
              "Enable": false,
              "Name": "QuickSilver1",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                "durationMs": 0,
                "rightHandOperand": 4,
                "conditionOperator": 0,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "flask_utility_sprint",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                    "slot": 3,
                    "rightHandOperand": 29,
                    "conditionOperator": 2,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                      "charges": 0,
                      "rightHandOperand": "grace_period",
                      "conditionOperator": 5,
                      "next": null
                    }
                  }
                }
              },
              "Key": 51
            },
            {
              "Enable": false,
              "Name": "QuickSilver2",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                "slot": 4,
                "rightHandOperand": 29,
                "conditionOperator": 2,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                  "durationMs": 0,
                  "rightHandOperand": 4,
                  "conditionOperator": 0,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                    "charges": 0,
                    "rightHandOperand": "flask_utility_sprint",
                    "conditionOperator": 5,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                      "charges": 0,
                      "rightHandOperand": "grace_period",
                      "conditionOperator": 5,
                      "next": null
                    }
                  }
                }
              },
              "Key": 52
            },
            {
              "Enable": false,
              "Name": "ManaFlask",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                "charges": 0,
                "rightHandOperand": "flask_effect_mana",
                "conditionOperator": 5,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.VitalsCondition, SimpleFlaskManager",
                  "vitalType": 0,
                  "rightHandOperand": 25,
                  "conditionOperator": 3,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                    "slot": 5,
                    "rightHandOperand": 8,
                    "conditionOperator": 2,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                      "charges": 0,
                      "rightHandOperand": "grace_period",
                      "conditionOperator": 5,
                      "next": null
                    }
                  }
                }
              },
              "Key": 53
            },
            {
              "Enable": false,
              "Name": "AutoMine",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                "durationMs": 0,
                "rightHandOperand": 40,
                "conditionOperator": 1,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "mine_mana_reservation",
                  "conditionOperator": 4,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                    "charges": 0,
                    "rightHandOperand": "grace_period",
                    "conditionOperator": 5,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.CooldownCondition, SimpleFlaskManager",
                      "rightHandOperand": 0.5,
                      "conditionOperator": 2,
                      "next": null
                    }
                  }
                }
              },
              "Key": 68
            },
            {
              "Enable": false,
              "Name": "MoltenShell",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.VitalsCondition, SimpleFlaskManager",
                "vitalType": 3,
                "rightHandOperand": 95,
                "conditionOperator": 3,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "molten_shell_shield",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.CooldownCondition, SimpleFlaskManager",
                    "rightHandOperand": 4.15,
                    "conditionOperator": 2,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                      "charges": 0,
                      "rightHandOperand": "grace_period",
                      "conditionOperator": 5,
                      "next": null
                    }
                  }
                }
              },
              "Key": 70
            },
            {
              "Enable": false,
              "Name": "InstantLife",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                "slot": 1,
                "rightHandOperand": 14,
                "conditionOperator": 2,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.VitalsCondition, SimpleFlaskManager",
                  "vitalType": 3,
                  "rightHandOperand": 70,
                  "conditionOperator": 3,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                    "charges": 0,
                    "rightHandOperand": "grace_period",
                    "conditionOperator": 5,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.CooldownCondition, SimpleFlaskManager",
                      "rightHandOperand": 0.2,
                      "conditionOperator": 2,
                      "next": null
                    }
                  }
                }
              },
              "Key": 49
            },
            {
              "Enable": false,
              "Name": "Steelskin",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.VitalsCondition, SimpleFlaskManager",
                "vitalType": 3,
                "rightHandOperand": 95,
                "conditionOperator": 3,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "quick_guard",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                    "charges": 0,
                    "rightHandOperand": "grace_period",
                    "conditionOperator": 5,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.CooldownCondition, SimpleFlaskManager",
                      "rightHandOperand": 3.15,
                      "conditionOperator": 2,
                      "next": null
                    }
                  }
                }
              },
              "Key": 70
            },
            {
              "Enable": false,
              "Name": "BloodRage",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                "charges": 0,
                "rightHandOperand": "blood_rage",
                "conditionOperator": 5,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "grace_period",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.CooldownCondition, SimpleFlaskManager",
                    "rightHandOperand": 1.0,
                    "conditionOperator": 2,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                      "durationMs": 0,
                      "rightHandOperand": 0,
                      "conditionOperator": 1,
                      "next": {
                        "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                        "durationMs": 0,
                        "rightHandOperand": 4,
                        "conditionOperator": 1,
                        "next": null
                      }
                    }
                  }
                }
              },
              "Key": 84
            },
            {
              "Enable": false,
              "Name": "Granite",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                "charges": 0,
                "rightHandOperand": "grace_period",
                "conditionOperator": 5,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "flask_utility_ironskin",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                    "slot": 2,
                    "rightHandOperand": 29,
                    "conditionOperator": 2,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                      "durationMs": 0,
                      "rightHandOperand": 4,
                      "conditionOperator": 1,
                      "next": {
                        "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                        "durationMs": 0,
                        "rightHandOperand": 0,
                        "conditionOperator": 1,
                        "next": {
                          "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                          "durationMs": 0,
                          "rightHandOperand": 35,
                          "conditionOperator": 1,
                          "next": {
                            "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                            "durationMs": 0,
                            "rightHandOperand": 24,
                            "conditionOperator": 1,
                            "next": null
                          }
                        }
                      }
                    }
                  }
                }
              },
              "Key": 0
            },
            {
              "Enable": false,
              "Name": "Jade",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                "charges": 0,
                "rightHandOperand": "grace_period",
                "conditionOperator": 5,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                  "charges": 0,
                  "rightHandOperand": "flask_utility_evasion",
                  "conditionOperator": 5,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                    "durationMs": 0,
                    "rightHandOperand": 0,
                    "conditionOperator": 1,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                      "durationMs": 0,
                      "rightHandOperand": 4,
                      "conditionOperator": 1,
                      "next": {
                        "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                        "slot": 4,
                        "rightHandOperand": 29,
                        "conditionOperator": 2,
                        "next": {
                          "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                          "durationMs": 0,
                          "rightHandOperand": 24,
                          "conditionOperator": 1,
                          "next": {
                            "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                            "durationMs": 0,
                            "rightHandOperand": 35,
                            "conditionOperator": 1,
                            "next": null
                          }
                        }
                      }
                    }
                  }
                }
              },
              "Key": 52
            },
            {
              "Enable": false,
              "Name": "Silver",
              "Condition": {
                "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                "durationMs": 0,
                "rightHandOperand": 0,
                "conditionOperator": 1,
                "next": {
                  "$type": "SimpleFlaskManager.ProfileManager.Conditions.FlaskChargesCondition, SimpleFlaskManager",
                  "slot": 1,
                  "rightHandOperand": 39,
                  "conditionOperator": 2,
                  "next": {
                    "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                    "charges": 0,
                    "rightHandOperand": "grace_period",
                    "conditionOperator": 5,
                    "next": {
                      "$type": "SimpleFlaskManager.ProfileManager.Conditions.StatusEffectCondition, SimpleFlaskManager",
                      "charges": 0,
                      "rightHandOperand": "flask_utility_haste",
                      "conditionOperator": 5,
                      "next": {
                        "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                        "durationMs": 0,
                        "rightHandOperand": 35,
                        "conditionOperator": 1,
                        "next": {
                          "$type": "SimpleFlaskManager.ProfileManager.Conditions.AnimationCondition, SimpleFlaskManager",
                          "durationMs": 0,
                          "rightHandOperand": 24,
                          "conditionOperator": 1,
                          "next": null
                        }
                      }
                    }
                  }
                }
              },
              "Key": 49
            }
          ]
        }
      },
      "AutoQuitCondition": {
        "vitalType": 2,
        "rightHandOperand": -1,
        "conditionOperator": 3,
        "next": null
      }
    }
    This is the content of my settings.txt (GameHelper\Plugins\SimpleFlaskManager\config)
    Sharing those is not really recommended due to evereyone playing different builds. This is my setup for the build I am going to play next league. This setup is not done / optimized yet and will not work well if you just copy it, but looking at my rules might help you create your own rules.

  11. Thanks S8322993d, taren_pro (2 members gave Thanks to abratema for this useful post)
  12. #233
    S8322993d's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @abratema - you are a life saver!

    Just a quick question, I was checking out your utility flasks rules:

    The rules not equal to - spellareaofeffectchaos and spellprojectilefire for 0 ms

    What does this mean? Seems to me the granite/jade flasks are triggering on my skill, I am using cyclone for now and its working - does it mean if I am using chaos skill or firing projectiles then the utility flasks won't trigger?


    And is there any function in the flask manager that has something similar to the exilehud - trigger defensive/offensive flasks based on unique/rare/magic monsters nearby?

    Thanks!

  13. #234
    KVon's Avatar Member
    Reputation
    8
    Join Date
    Oct 2017
    Posts
    52
    Thanks G/R
    8/6
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Are you still considering adding healthbars? I know you said it won't be added for the 3.16 leaguestart but maybe later on? I feel like healthbars would be way better on Gamehelper than Exileapi since most of the options on Exileapi have been broken for awhile.

  14. #235
    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 KVon View Post
    Are you still considering adding healthbars? I know you said it won't be added for the 3.16 leaguestart but maybe later on? I feel like healthbars would be way better on Gamehelper than Exileapi since most of the options on Exileapi have been broken for awhile.
    yeah unless (while doing this I figure out that) I have to add more offsets.
    in that case ill let u folks know.

  15. #236
    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 10243245 View Post
    brother, I packed the game client and uploaded it, but the Content. GGPK is too big to upload, please check whether it can be operated. Link:TeraBox Password:2ibg
    Link:TeraBox Password:etws

    Update your GameHelper folder with following files. If this work for you, good, if it doesn't, I can't do anything else, you are on your own.
    tencent_dlls.zip

  16. Thanks yeena1, Ahasverus (2 members gave Thanks to GameHelper for this useful post)
  17. #237
    abratema's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2020
    Posts
    26
    Thanks G/R
    10/18
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by S8322993d View Post

    The rules not equal to - spellareaofeffectchaos and spellprojectilefire for 0 ms

    And is there any function in the flask manager that has something similar to the exilehud - trigger defensive/offensive flasks based on unique/rare/magic monsters nearby?

    Thanks!
    SpellProjectileFire is flame dash, the chaos one vaal blight (maybe normal blight aswell). I only ever want to have my flasks active when I use one of my two main abilities (not while waiting for bosses to spawn / backtracking in maps etc.). So I put the animations of all other non-instant skills, that I use in my build, into the rule with a "not" prefix. I do that to kind of emulate the "targetable x monster nearby" feature.

    But you could just as well put the animation of your main skill in. So then it only uses the flasks when you attack with / cast your main ability. When you have multiple main skills, you either do it my way, or you can create one rule per flask and ability.
    Last edited by abratema; 10-21-2021 at 03:48 PM.

  18. #238
    SmellAgain's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi All, Am I doing something wrong the radar is showing on the tiny minimap at top right but not on the ingame map overlay? (pressing tab) I read the first post a few times but maybe I just missing the part that I need to configure properly for the tab map overlay.

  19. #239
    MtSeven's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    As someone who use only the minimum of HUDs I appreciate this tool!

    Just a question, how I fix the offset of X and Y coordinates of the drawer? Because the maphack is dislocated, it just messes with my position reading.

    test.jpg

  20. #240
    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 SmellAgain View Post
    Hi All, Am I doing something wrong the radar is showing on the tiny minimap at top right but not on the ingame map overlay? (pressing tab) I read the first post a few times but maybe I just missing the part that I need to configure properly for the tab map overlay.
    Minimize game and then bring it up again if this issue happens ( while overlay is running )



    Originally Posted by MtSeven View Post
    As someone who use only the minimum of HUDs I appreciate this tool!

    Just a question, how I fix the offset of X and Y coordinates of the drawer? Because the maphack is dislocated, it just messes with my position reading.

    test.jpg
    Read first post where it says “Radar Configuration”

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 04:40 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