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

User Tag List

Page 349 of 349 FirstFirst ... 249299345346347348349
Results 5,221 to 5,231 of 5231
  1. #5221
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2583
    Join Date
    Jun 2015
    Posts
    3,122
    Thanks G/R
    464/2321
    Trade Feedback
    0 (0%)
    Mentioned
    71 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by AngryBeavers View Post
    @GameHelper

    Skill tree has Cruel Retort node (Every fourth Retaliation Skill you use always Critically Strikes. Retaliation Skills have 20% increased Speed)
    When I use some retaliation skill, player gets buff retaliation_fourth_use_counter_11F1. Last number depends on skill type (11F1 for Crushing Fist). But any property of retaliation_fourth_use_counter_11F1 doesn't match with counter value. Is it possible to read the value of this counter? I think it can be value between 0 and 4.
    Attachment 87128
    can you check how many "retaliation_fourth_use_counter_****" buff u have on you before it's considered 4th? Is it only 1 or 4?
    If I did not reply to you, it mean the question you are asking is stupid.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #5222
    AngryBeavers's Avatar Member
    Reputation
    4
    Join Date
    Jul 2021
    Posts
    18
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    can you check how many "retaliation_fourth_use_counter_****" buff u have on you before it's considered 4th? Is it only 1 or 4?
    When I have 1 Retaliation skill on panel:
    - after first using Retaliation skill, player gets "retaliation_fourth_use_counter_*SkillId*"
    - after the second and any other number of using Retaliation skill, player still has only one "retaliation_fourth_use_counter_*SkillId*" (Buff has Charges = 1 always)

    When I have 2 Retaliation skills on panel:
    - after first using the first Retaliation skill, player gets "retaliation_fourth_use_counter_*SkillId_1*"
    - after the second and any other number of using the first Retaliation skill, player still has only one "retaliation_fourth_use_counter_*SkillId_1*" (Buff has Charges = 1 always)
    - after first using the second Retaliation skill, player has two buffs: "retaliation_fourth_use_counter_*SkillId_1*" and "retaliation_fourth_use_counter_*SkillId_2*"
    - after the second and any other number of using the second Retaliation skill, player has two buffs: "retaliation_fourth_use_counter_*SkillId_1*" and "retaliation_fourth_use_counter_*SkillId_2*" (Buffs have Charges = 1 always)

  3. #5223
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2583
    Join Date
    Jun 2015
    Posts
    3,122
    Thanks G/R
    464/2321
    Trade Feedback
    0 (0%)
    Mentioned
    71 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by AngryBeavers View Post
    When I have 1 Retaliation skill on panel:
    - after first using Retaliation skill, player gets "retaliation_fourth_use_counter_*SkillId*"
    - after the second and any other number of using Retaliation skill, player still has only one "retaliation_fourth_use_counter_*SkillId*" (Buff has Charges = 1 always)

    When I have 2 Retaliation skills on panel:
    - after first using the first Retaliation skill, player gets "retaliation_fourth_use_counter_*SkillId_1*"
    - after the second and any other number of using the first Retaliation skill, player still has only one "retaliation_fourth_use_counter_*SkillId_1*" (Buff has Charges = 1 always)
    - after first using the second Retaliation skill, player has two buffs: "retaliation_fourth_use_counter_*SkillId_1*" and "retaliation_fourth_use_counter_*SkillId_2*"
    - after the second and any other number of using the second Retaliation skill, player has two buffs: "retaliation_fourth_use_counter_*SkillId_1*" and "retaliation_fourth_use_counter_*SkillId_2*" (Buffs have Charges = 1 always)
    Okay, I will look into it. Thx for explaining it.
    If I did not reply to you, it mean the question you are asking is stupid.

  4. #5224
    talagio90's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi GameHelper. Is it possible to change custom icon on Radar. I want to use my own icon for it.

  5. #5225
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2583
    Join Date
    Jun 2015
    Posts
    3,122
    Thanks G/R
    464/2321
    Trade Feedback
    0 (0%)
    Mentioned
    71 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by talagio90 View Post
    Hi GameHelper. Is it possible to change custom icon on Radar. I want to use my own icon for it.
    yes you can, you see in the Radar config file we are storing the icons file pathname and the icon size in that file.

    ```
    "Player": {
    "Clicked": {
    "X": 2.0,
    "Y": 0.0
    },
    "IconSize": {
    "X": 64.0,
    "Y": 64.0
    },
    "IconScale": 0.0,
    "FilePathName": "Plugins\\Radar\\icons.png"
    },
    ```


    if you change these to a new icon sprite file pathname and a new icon size, it will work.
    If I did not reply to you, it mean the question you are asking is stupid.

  6. #5226
    andreluizlpg's Avatar Member
    Reputation
    4
    Join Date
    Aug 2012
    Posts
    45
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have any details for tincture uses?

  7. #5227
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2583
    Join Date
    Jun 2015
    Posts
    3,122
    Thanks G/R
    464/2321
    Trade Feedback
    0 (0%)
    Mentioned
    71 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by andreluizlpg View Post
    Have any details for tincture uses?
    couldn't find offsets..so can't do much about that.
    If I did not reply to you, it mean the question you are asking is stupid.

  8. #5228
    talagio90's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi GameHelper, sorry for my late reply. It's work perfect, ty for your awesome tool

  9. #5229
    talagio90's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah just one more question, is it possible if you add the feature like when the POI icon from radar show-up on the mini map, it will play the sound ?

  10. #5230
    totallylegitnp's Avatar Member
    Reputation
    1
    Join Date
    Jan 2024
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone please give me a string to paste that adds the Bismuth Ore to the PreloadAlert. ty

  11. #5231
    Cequez's Avatar Member
    Reputation
    3
    Join Date
    Jun 2019
    Posts
    18
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by totallylegitnp View Post
    Can someone please give me a string to paste that adds the Bismuth Ore to the PreloadAlert. ty

    Code:
    {
        "Key": "Metadata/Monsters/InvisibleFire/BismuthMineralTornadoCold",
        "Value": {
          "DisplayName": "BismuthTornado",
          "Color": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "LogToDisk": false,
          "Enabled": true
        }
      },
    try this. if anyone has for the others it would be appreciated

  12. Thanks totallylegitnp (1 members gave Thanks to Cequez for this useful post)

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 03:07 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search