PoeHUD - Overlay for Path of Exile menu

User Tag List

Page 16 of 125 FirstFirst ... 12131415161718192066116 ... LastLast
Results 226 to 240 of 1871
  1. #226
    Owen Maseuli's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PoeHUD - Overlay for Path of Exile-e495efeec774ddb557050fe9456c77f5-png

    how can i fix this error ? i keep crashing

    PoeHUD - Overlay for Path of Exile
  2. #227
    Coyl's Avatar Active Member
    Reputation
    66
    Join Date
    Sep 2014
    Posts
    175
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Owen, make sure, you have the last build, then disable item rolls module from menu if it still crashes

  3. #228
    Druzil01's Avatar Member
    Reputation
    7
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Owen.

    i guess it happens when you Mouseover an Item showing its mods.

    Looks like its a missing ItemMod (or level of an itemmod in most cases) in rolls.XML.

    As Coyl said : Dissble rolls from menu.
    if you want to help fixing it. please Make a screenshot (or write down the Mods) of the item causing the Crash. im gonna try to find out the missing mod and fixing the file.

  4. #229
    Valther Mavem's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    24
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    I am trying to modify the code to have on preloadAlert only specific strongboxes with a green color and i'm stuck .
    I cannot add output color for the strings directly so i created another field where i have desired boxes.

    So far i have this :
    PHP Code:
    var text poe.Memory.ReadStringU(poe.Memory.ReadInt(listIterator 8), 256);

                    
    string[] luckyBoxes =
                    {
                        
    "Metadata/Chests/StrongBoxes/Artisan",
                        
    "Metadata/Chests/StrongBoxes/Arcanist",
                        
    "Metadata/Chests/StrongBoxes/Cartographer"
                    
    };
                    if (
    luckyBoxes.Any(text.StartsWith)) lucky.Add(luckyStrings[text]);

                    if (
    text.Contains("vaal_sidearea"))
                    {
                        
    disp.Add("Area contains Corrupted Area");
                    } 
    And another line to render :
    PHP Code:
    foreach (var vec2 in disp.Select(current => rc.AddTextWithHeight(new Vec2(vec.Xnum2[0]), currentColor.White, @intDrawTextFormat.Right)))
                { if (
    vec2.10 num3) { num3 vec2.10; } num2[0] += vec2.Y; }
    foreach (var 
    vec2 in lucky.Select(current => rc.AddTextWithHeight(new Vec2(vec.Xnum2[0]), currentColor.Green, @intDrawTextFormat.Right)))
                { if (
    vec2.10 num3) { num3 vec2.10; } num2[0] += vec2.Y; }
                if (
    num3 <= || int2 <= 0) return; 
    Everything is good and working from inside the code , but i want to have them in a config file like Danger Alert, to add or remove options on the fly not to change the code everytime.
    I tried to add the code from Coyl with Danger alert but is kind of hard

    If anyone have a better solution, much appreciated.

    edit: full code here : http://pastebin.com/8y75WR7u
    Last edited by Valther Mavem; 10-09-2014 at 11:53 AM.

  5. #230
    Jaerin's Avatar Former Staff
    Reputation
    641
    Join Date
    Sep 2008
    Posts
    1,289
    Thanks G/R
    29/126
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure who poecontributor fork is please let me know I have some info for you

    Joreallean on skype

  6. #231
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I notice when i am playing in low life build, the sceen is faded darkened, is it possible to remove this and added to the client hacks feature?

  7. #232
    Gelleeon's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Attached Thumbnails Attached Thumbnails PoeHUD - Overlay for Path of Exile-egbpkam-png  

  8. #233
    shlomoe's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Coyl View Post
    I think I could make a special build that does not write into poe memory with hacks not avaliable at all... but that cannot happen before 19th, because I'm far from computers now.
    This would be awesome! But enjoy your holiday. Your awesome

  9. #234
    mayfairdrive's Avatar Private
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What I don't understand is how they would track it from master/corrupt farming. You can already manipulate by reading zone in time/ Archive method

  10. #235
    Jaerin's Avatar Former Staff
    Reputation
    641
    Join Date
    Sep 2008
    Posts
    1,289
    Thanks G/R
    29/126
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reading what exactly, I haven't seen any evidence of anyone actually being banned yet...at least not unless they blantantly showed it on stream or something or talked about it in game.

    But until I see the number of I got banned posts in the hundreds or near thousand will I fear using this. I can't see the download stats, but last I heard we were well over a thousand downloads from github.

  11. #236
    mayfairdrive's Avatar Private
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jaerin View Post
    Reading what exactly, I haven't seen any evidence of anyone actually being banned yet...at least not unless they blantantly showed it on stream or something or talked about it in game.

    But until I see the number of I got banned posts in the hundreds or near thousand will I fear using this. I can't see the download stats, but last I heard we were well over a thousand downloads from github.

    When I was running archives legit, it was easy to tell when a master was in the zone by load times.

  12. #237
    Loxxed's Avatar Private
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jaerin View Post
    Reading what exactly, I haven't seen any evidence of anyone actually being banned yet...at least not unless they blantantly showed it on stream or something or talked about it in game.

    But until I see the number of I got banned posts in the hundreds or near thousand will I fear using this. I can't see the download stats, but last I heard we were well over a thousand downloads from github.
    I kind of agree.

    I have been using this for a few weeks now always. I don't use the zoomhack but I use everything else.

    I just use it casually and play normal running the zones and using it as a helper instead of a hack to only find strongboxes.

  13. #238
    ael00's Avatar Private
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone help me with the crafting_bases,txt ? Im trying to set it up so it detects whites for chanceing.

    Occultist Vestment,whiteGavel,whiteImperial Bow,whiteProphecy Wand,whiteSiege Axe,whitePenetrating Arrow Quiver,whiteGlorious Plate,white

    This is what I tried but it just ignores everything, doesnt detect white imperial bows, glorious plates etc.

    Also I would like to add to the list flasks with quality if possible.

  14. #239
    Konrad Martulewicz's Avatar Active Member
    Reputation
    17
    Join Date
    Oct 2014
    Posts
    18
    Thanks G/R
    0/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ael00 View Post
    can anyone help me with the crafting_bases,txt ? Im trying to set it up so it detects whites for chanceing.

    Occultist Vestment,whiteGavel,whiteImperial Bow,whiteProphecy Wand,whiteSiege Axe,whitePenetrating Arrow Quiver,whiteGlorious Plate,white

    This is what I tried but it just ignores everything, doesnt detect white imperial bows, glorious plates etc.

    Also I would like to add to the list flasks with quality if possible.


    u propably didnt even read first post.

    Name,[Level],[Quality],[Rarity1,[Rarity2,[Rarity3]]]

    first of all name of chest armor is Occultist's Vestment

    so now when u want to get info if any white occultist drops u do such thing:

    Occultist's Vestment,1,0,White
    which is a bit waste of space BUT it will work.
    if u want it to look better:

    Occultist's Vestment,,,White
    its the 100% that would work and in most "clear" way.
    If u want to ignore itemlevel and quality u MUST add comas so the script will ignore these fields.

    What u wrote is that u want to drop Occultist Vestment's WITH itemlevel = "white" which is nonsense.

  15. #240
    TT89's Avatar Active Member
    Reputation
    47
    Join Date
    Jun 2014
    Posts
    76
    Thanks G/R
    1/37
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Beg my pardon for maybe stupid question but is there any "features to-do" list so anyone with programming skills, wish and free time can see what he can improve?

Similar Threads

  1. [Release] ExileHUD - External overlay for Path of Exile (work in progress)
    By Evozer in forum PoE Bots and Programs
    Replies: 1131
    Last Post: 04-04-2015, 05:14 PM
  2. [Buying] Looking for path of exile high lvl account
    By kevel1 in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 01-29-2013, 09:46 PM
  3. [Selling] Dota 2 cd-key or trade for Path of Exile
    By neepz in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 01-13-2013, 11:22 AM
  4. [Trading] Dota2 beta keys for Path of Exile beta keys
    By shaunffs in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 12-13-2012, 04:20 PM
  5. [Trading] 20m D3 Gold for Path of Exiles Beta Key
    By Jam3z in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 07-31-2012, 05:30 PM
All times are GMT -5. The time now is 09:38 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