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

Shout-Out

User Tag List

Page 349 of 351 FirstFirst ... 249299345346347348349350351 LastLast
Results 5,221 to 5,235 of 5265
  1. #5221
    talagio90's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    7
    Thanks G/R
    1/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.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #5222
    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 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.

  3. #5223
    andreluizlpg's Avatar Member
    Reputation
    11
    Join Date
    Aug 2012
    Posts
    48
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have any details for tincture uses?

  4. #5224
    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 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.

  5. #5225
    talagio90's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    7
    Thanks G/R
    1/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

  6. #5226
    talagio90's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    7
    Thanks G/R
    1/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 ?

  7. #5227
    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

  8. #5228
    Cequez's Avatar Member
    Reputation
    3
    Join Date
    Jun 2019
    Posts
    19
    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

  9. Thanks totallylegitnp (1 members gave Thanks to Cequez for this useful post)
  10. #5229
    OrionsMaster's Avatar Member
    Reputation
    5
    Join Date
    Feb 2020
    Posts
    8
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Not sure what all the code is as I have been using the editor inside GameHelper.

    Been trying to grab all of them tonight. I have most. Issue with some is they spawn differently per map depending on the monster. Orichalcum has numerous types of spawns.

    Crimson Iron Ore (should just need the one)
    Metadata/Monsters/LeagueKalguur/CrimsonIron/SmallGrowthMaps

    Petrified Amber Ore (should just need the one)
    Metadata/Monsters/LeagueKalguur/PetrifiedWood/PetrifiedWoodFallenSplit <<<<< This is wrong
    Metadata/Monsters/LeagueKalguur/PetrifiedWood/PetrifiedWoodPunchingBag <<<<<<<<<<< This seems to be correct


    Bismuth Ore (they all seem to spawn everytime Bismuth procs in the area so you should only need to add one)
    Metadata/Monsters/InvisibleFire/BismuthMineralTornadoLightning
    Metadata/Monsters/InvisibleFire/BismuthMineralTornadoFire_
    Metadata/Monsters/InvisibleFire/BismuthMineralTornadoCold

    Orichalcum (these spawm differently in each area when it procs - so will need a rule for each - I have only found the two so far - I imagine their are more)
    Metadata/Monsters/LeagueKalguur/Daemon/CopperHeraldOfSkyfalllDaemon
    Metadata/Monsters/LeagueKalguur/Daemon/CopperHeraldOfThunderDaemon_

    Verisium Outcrop
    No F***ing Idea. Actually got on the forum to see if anyone else had luck. It does buff the creatures on the map I believe... so that's a start. I'll keep looking and update as I find out more info.

    Cheers...
    Last edited by OrionsMaster; 09-23-2024 at 02:36 AM.

  11. Thanks officeGamer (1 members gave Thanks to OrionsMaster for this useful post)
  12. #5230
    OrionsMaster's Avatar Member
    Reputation
    5
    Join Date
    Feb 2020
    Posts
    8
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Ore Nodes for the Preload Alert

    -----------

    Crimson Iron Ore (should just need the one)
    Metadata/Monsters/LeagueKalguur/CrimsonIron/SmallGrowthMaps

    Petrified Amber Ore (should just need the one)
    Metadata/Monsters/LeagueKalguur/PetrifiedWood/PetrifiedWoodPunchingBag

    Bismuth Ore (they all seem to spawn everytime Bismuth procs in the area so you should only need to add one)
    Metadata/Monsters/InvisibleFire/BismuthMineralTornadoLightning
    Metadata/Monsters/InvisibleFire/BismuthMineralTornadoFire_
    Metadata/Monsters/InvisibleFire/BismuthMineralTornadoCold

    Orichalcum Ore (these spawm differently in each area when it procs - so will need a rule for each - I have only found the two)
    Metadata/Monsters/LeagueKalguur/Daemon/CopperHeraldOfSkyfalllDaemon
    Metadata/Monsters/LeagueKalguur/Daemon/CopperHeraldOfThunderDaemon_

    Verisium Outcrop
    Metadata/MiscellaneousObjects/Crucible/Fissure

    -----------

    Tested with about 40 maps and all procced correctly. RNG is still RNG. if I come across any issue or something to add I will edit this post.

    Good Luck & Happy Hunting...
    Last edited by OrionsMaster; 09-23-2024 at 01:09 PM.

  13. #5231
    Ixh's Avatar Active Member
    Reputation
    48
    Join Date
    Oct 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone managed to find the preload for the starfall crater?

  14. #5232
    bnc's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    10
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Correction to Smoke Mine setup in the FAQ:

    Crxala_Tta0NNqZ29.png

    PlayerBuffs.Has("instant_movement_skill_delay") && PlayerBuffs.Has("mine_mana_reservation") && PlayerSkillIsUseable.Contains("DetonateMines")

    This works even when you are using other mines as main skill, and the 150ms wait prevents it from casting detonate too early while the mine hasn't reached the end point yet.

  15. #5233
    MadNexus's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    10
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does preload alert work to find uber hillock? i want to find it on gantlet but i'm not sure if it's enabled because it's enhanced in this mode and maybe i can't find it on the old line

  16. #5234
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1224
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1076
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by MadNexus View Post
    does preload alert work to find uber hillock? i want to find it on gantlet but i'm not sure if it's enabled because it's enhanced in this mode and maybe i can't find it on the old line
    I mean you'd need to find someone who has found uber hillock with hud enabled while *specifically* looking for him, I wouldn't get my hopes up.

  17. #5235
    VioletVibes's Avatar Active Member
    Reputation
    60
    Join Date
    Oct 2021
    Posts
    91
    Thanks G/R
    3/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MadNexus View Post
    does preload alert work to find uber hillock? i want to find it on gantlet but i'm not sure if it's enabled because it's enhanced in this mode and maybe i can't find it on the old line
    This is for the usual uber hillock, as for gauntlet I have no idea.

    "Metadata/Monsters/ZombieBoss/ZombieBossHillockSpecialEvent_"

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