PoeHUD Plugin: Follower menu

User Tag List

Page 8 of 21 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 303
  1. #106
    PinkiPan's Avatar Active Member

    Reputation
    55
    Join Date
    Jan 2008
    Posts
    491
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to fix the 404 error when curling your localtunnel address? i have tried both with and without port forwarding but its still showing as 404.

    This is the command im using to generate the server

    lt --port 4412 --subdomain my-app --local-host localhost
    Last edited by PinkiPan; 10-17-2020 at 04:03 PM.

    PoeHUD Plugin: Follower
  2. #107
    Durotan13's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TT89 View Post
    You cannot use "localhost" in the VM client machine. Get your host machine's IP address and try to curl using that IP inside your VM client.
    Use "curl http://192.168.1.*:4412" on client, get from "ipconfig /all" IPv4-addres(main)
    Response:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
    <HTML><HEAD><TITLE>Service Unavailable</TITLE>
    <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
    <BODY><h2>Service Unavailable</h2>
    <hr><p>HTTP Error 503. The service is unavailable.</p>
    </BODY></HTML>

    command "netsh http add urlacl url=192.168.1.*:4412/ user=USER_NAME" used on client and analog on pc
    Last edited by Durotan13; 10-17-2020 at 03:38 PM.

  3. #108
    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)
    Originally Posted by Durotan13 View Post
    Use "curl http://192.168.1.*:4412" on client, get from "ipconfig /all" IPv4-addres(main)
    Response:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
    <HTML><HEAD><TITLE>Service Unavailable</TITLE>
    <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
    <BODY><h2>Service Unavailable</h2>
    <hr><p>HTTP Error 503. The service is unavailable.</p>
    </BODY></HTML>
    Oh, so it binds literally to "localhost". Change hostname to "+" (just plus sign) and run "netsh ..." command. I guess you will be able to curl from your VM client after that.

  4. #109
    Durotan13's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TT89 View Post
    Oh, so it binds literally to "localhost". Change hostname to "+" (just plus sign) and run "netsh ..." command. I guess you will be able to curl from your VM client after that.
    Thx a lot. It's work. You need update guide more details with few setups for use plugin. I dreamed about similar functional. Almost started write something like with plugin, but my knowledge in C# a bad for use ExileApi.

  5. #110
    piggottrichard's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    59
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My task manager in VMware doesn't list a GPU in the performance window just CPU,Memory,Disk and Ethernet however if i go to graphics settings it only shows VMware SVGA 3D i tried installing geforce drivers but they dont work with VMware

  6. #111
    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)
    Originally Posted by piggottrichard View Post
    My task manager in VMware doesn't list a GPU in the performance window just CPU,Memory,Disk and Ethernet however if i go to graphics settings it only shows VMware SVGA 3D i tried installing geforce drivers but they dont work with VMware
    Do you have any issues running POE in virtual machines? Check "GPU" in Performance on your host machine. Virtual machines are about emulation. There is no easy way to "pass" your GPU to virtual machines.

  7. #112
    V4mpyr's Avatar Member
    Reputation
    1
    Join Date
    Nov 2018
    Posts
    82
    Thanks G/R
    21/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey TT89,

    Thank you for helping me with my issue. So, I've downloaded a fresh copy of PoeHUD (Queuete 3.12.35) and your latest compiled version of your follower. I attempted to load your plugin in the compiled folder I made a follow called 'follower' and dropped your .dll in there. It didn't load with ran the loader. I also ran as an Admin.

    Would appreciate any help here.

    Regards,
    Vamp
    Attached Thumbnails Attached Thumbnails PoeHUD Plugin: Follower-loadingerror-png  
    Last edited by V4mpyr; 10-18-2020 at 05:36 AM.

  8. #113
    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)
    Originally Posted by V4mpyr View Post
    Hey TT89,

    Thank you for helping me with my issue. So, I've downloaded a fresh copy of PoeHUD (Queuete 3.12.35) and you I attempted to load your plugin in the compiled folder I made a follow called 'follower' and dropped your .dll in there. It didn't load with ran the loader. I also ran as an Admin.

    Would appreciate any help here.

    Regards,
    Vamp
    Could you try dropping all files from the .zip? There should be more .dll files.
    I've not yet managed to find time to check references and other build related things.

  9. #114
    V4mpyr's Avatar Member
    Reputation
    1
    Join Date
    Nov 2018
    Posts
    82
    Thanks G/R
    21/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey TT89,

    Absolutely, So i've dropped all the files from the latest zip, into the follower folder. It doesn't load with the other plugins.

    I am really excited to get this working.

    regards,
    Vamp

    Follower error2.png
    Follower error3.png
    Last edited by V4mpyr; 10-18-2020 at 05:51 AM.

  10. #115
    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)
    Originally Posted by V4mpyr View Post
    Hey TT89,

    Absolutely, So i've dropped all the files from the latest zip, into the follower folder. It doesn't load with the other plugins.

    I am really excited to get this working.

    regards,
    Vamp

    Follower error2.png
    Follower error3.png
    Very weird. Anything in the logs?

  11. #116
    PinkiPan's Avatar Active Member

    Reputation
    55
    Join Date
    Jan 2008
    Posts
    491
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would be awesome if it had the option to click the button on party members portrait to teleport directly to them.

  12. #117
    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)
    Originally Posted by PinkiPan View Post
    Would be awesome if it had the option to click the button on party members portrait to teleport directly to them.
    What do you mean? Follower's should teleport to the selected player's hideout?

  13. #118
    PinkiPan's Avatar Active Member

    Reputation
    55
    Join Date
    Jan 2008
    Posts
    491
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TT89 View Post
    What do you mean? Follower's should teleport to the selected player's hideout?
    no i mean the little circle button on the portrait. it teleports you directly to the player

  14. #119
    Magicme's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    21
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's a tp to leader h/o command?

    Auto accepting invite (and maybe trade) from leader would be cool too.

  15. #120
    Graxizz's Avatar Member
    Reputation
    2
    Join Date
    Jan 2020
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by V4mpyr View Post
    Hey TT89,

    Absolutely, So i've dropped all the files from the latest zip, into the follower folder. It doesn't load with the other plugins.

    I am really excited to get this working.

    regards,
    Vamp

    Follower error2.png
    Follower error3.png
    I had this issue as well. I added the github link into PoEHUD plugin updater. (F12>PluginAutoUpdate) Obviously this is used for updating plugins, but maybe when I loaded HUD I'm guessing it triggered the auto update and was able to recognize the .dll file? Cannot confirm this, but it might be worth a shot mate. Cheers.

Page 8 of 21 FirstFirst ... 456789101112 ... 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:43 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