PoeHUD Plugin: Random Features menu

User Tag List

Page 2 of 14 FirstFirst 123456 ... LastLast
Results 16 to 30 of 210
  1. #16
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xxsevernajaxx View Post
    when reaching 10 charges Izaro says something like "behold, the machinery at maximum efficiency" maybe you coult use that text for some on screen "go" notification like old dayy raid helper addons in wow
    If there is no way to get text in chat from PoEHUD then i cannot do it im not as smart of those who are updating/fixing the internals, otherwise yeah i would of done that :C
    But for now i have completed all izaro phases and they will be in PoEHUDS preloads when TehCheat merges them

    Hmm, seems that line is printed into the client logs, but i dont really want to constantly be reading the logs file when it can clearly be seen on the side of the screen in chat right?
    Last edited by Sithylis; 08-22-2017 at 09:02 PM.

    PoeHUD Plugin: Random Features
  2. #17
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    hmm, there should be a better way than checking the logs/chat....
    Let me create a plugin for it.
    If I did not reply to you, it mean the question you are asking is stupid.

  3. #18
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    hmm, there should be a better way than checking the logs/chat....
    Let me create a plugin for it.
    Here, this might help you getting it started.
    From a whisper notifier already made to check logs

    PoEWhisperNotifier/LogMonitor.cs at master * Kapps/PoEWhisperNotifier * GitHub

  4. #19
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sithylis View Post
    Here, this might help you getting it started.
    From a whisper notifier already made to check logs

    PoEWhisperNotifier/LogMonitor.cs at master * Kapps/PoEWhisperNotifier * GitHub

    No man, I am going to read it from the memory,
    I am pretty sure entity added contain a component for charges or something.
    If I did not reply to you, it mean the question you are asking is stupid.

  5. #20
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    No man, I am going to read it from the memory,
    I am pretty sure entity added contain a component for charges or something.
    thats better then, cant wait

  6. #21
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    btw you don't need to do that.
    SithylisQoL/TemplatePlugin.cs at 8a902c02209f805d78d50f956a5683012d90144a * DetectiveSquirrel/SithylisQoL * GitHub

    you can use following function call for all your images.
    Graphics.DrawPluginImage(PluginDirectory + @"\images\shrines.png", iconRect, Settings.LesserShrinesColor);


    PluginDirectory variable is available to use, you don't have to define/init it or anything.
    If I did not reply to you, it mean the question you are asking is stupid.

  7. #22
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    btw you don't need to do that.
    SithylisQoL/TemplatePlugin.cs at 8a902c02209f805d78d50f956a5683012d90144a * DetectiveSquirrel/SithylisQoL * GitHub

    you can use following function call for all your images.
    Graphics.DrawPluginImage(PluginDirectory + @"\images\shrines.png", iconRect, Settings.LesserShrinesColor);


    PluginDirectory variable is available to use, you don't have to define/init it or anything.
    its for MapIcon() aswell as it was throwing errors for me when drawing them onto the minimap untill i placed the files into teaxtures so i did it the way i did.

  8. #23
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sithylis View Post
    its for MapIcon() aswell as it was throwing errors for me when drawing them onto the minimap untill i placed the files into teaxtures so i did it the way i did.
    ah that sucks, HudTexture should support plugin images too.
    Let me add following function in poehud

    public void DrawPluginImage(Graphics graphics, RectangleF rectangle)
    {
    graphics.DrawPluginImage(fileName, rectangle, color);
    }


    Done.
    Last edited by GameHelper; 08-22-2017 at 11:32 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  9. #24
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Updates:
    Chests have separate colors (+added trinkets chest)
    Added Smashable Doors label (thanks zaafar)
    Lieutenant of Rage now has reflection mirror because his thorns/reflect is retarded and dangerous
    All shrines now have `On Floor/On Map` toggle

    If you want updated colors for previous settings, delete your config.ini file.

    P.S. zaafar, DrawPluginImage wont be used untill the next major poehud patch as people will complain its not working, thanks for the add

  10. #25
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sithylis View Post
    Updates:
    Chests have separate colors (+added trinkets chest)
    Added Smashable Doors label (thanks zaafar)
    Lieutenant of Rage now has reflection mirror because his thorns/reflect is retarded and dangerous
    All shrines now have `On Floor/On Map` toggle

    If you want updated colors for previous settings, delete your config.ini file.

    P.S. zaafar, DrawPluginImage wont be used untill the next major poehud patch as people will complain its not working, thanks for the add
    sure np, do it whenever you feel comfortable.
    If I did not reply to you, it mean the question you are asking is stupid.

  11. #26
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Time to update your plugin,
    and use new API
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #27
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Time to update your plugin,
    and use new API
    drawing text labels doesnt work now, dont know whats wrong havnt changed a single thing

  13. #28
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sithylis View Post
    drawing text labels doesnt work now, dont know whats wrong havnt changed a single thing
    let me test it.
    If I did not reply to you, it mean the question you are asking is stupid.

  14. #29
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    let me test it.
    same goes for hp bars
    many things are messed since update

  15. #30
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sithylis View Post
    same goes for hp bars
    many things are messed since update
    HP bars are working, if you use the latest version.
    If I did not reply to you, it mean the question you are asking is stupid.

Page 2 of 14 FirstFirst 123456 ... LastLast

Similar Threads

  1. PoeHUD Plugin: Inventory Items Analyzer
    By kSacred in forum PoE Bots and Programs
    Replies: 203
    Last Post: 12-18-2023, 04:11 AM
  2. PoeHUD Plugin: Move To Stash
    By kSacred in forum PoE Bots and Programs
    Replies: 298
    Last Post: 12-23-2019, 10:55 AM
  3. PoeHUD Plugin: Sessionstatistics
    By TenshiSan in forum PoE Bots and Programs
    Replies: 20
    Last Post: 01-21-2019, 07:18 PM
  4. PoeHUD Plugin: Totemhelper
    By TenshiSan in forum PoE Bots and Programs
    Replies: 8
    Last Post: 04-06-2018, 10:31 PM
  5. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
All times are GMT -5. The time now is 10:20 AM. 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