PoeHUD Plugin: Follower menu

User Tag List

Page 17 of 21 FirstFirst ... 131415161718192021 LastLast
Results 241 to 255 of 303
  1. #241
    MadNexus's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    7
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ExileAPI doesn't want to run on my VMware workstation 16
    I have already done everything recommended, win 10, framework 4.8, turned off all protection, 64x standalone client, VC ++ 2015+, what else is required of me?

    PoeHUD Plugin: Follower
  2. #242
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone using ExileAPI on a VM machine? When i launch i get errors referring to sound card. etc. I'm trying to setup my Follower.

    Just curious if anyone is, thanks

    Edit: Just saw the above post is also having problems running on VMware 16
    Last edited by CornFlake101; 02-16-2021 at 07:51 PM.

  3. #243
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CornFlake101 View Post
    Anyone using ExileAPI on a VM machine? When i launch i get errors referring to sound card. etc. I'm trying to setup my Follower.

    Just curious if anyone is, thanks

    Edit: Just saw the above post is also having problems running on VMware 16
    https://i.imgur.com/cWFKz4E.png

  4. #244
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks. I had a wonky audio source set (on my monitor) put it back to the Realtek and it started working. Thanks much!
    Last edited by CornFlake101; 02-16-2021 at 10:12 PM.

  5. #245
    greloziom's Avatar Member
    Reputation
    1
    Join Date
    Nov 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey,

    Got a silly, silly question. What URL server address should I put into my slaves (VM)?

    Got my leader server working tried with curl, returns JSON, however I am wondering what name should i put in my slave server URL. Tried localhost/127.0.0.1:4412 but no effect.
    Last edited by greloziom; 02-20-2021 at 11:10 AM.

  6. #246
    Deenn's Avatar Member
    Reputation
    2
    Join Date
    Sep 2014
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi All
    I have a problem. After my character login in to the game window turn black. Host PC Windows 10 x64. Help me plz how to fix this.
    36182de83b8a36fb720ced9d58243569.png
    Last edited by Deenn; 04-09-2021 at 05:07 AM.

  7. #247
    AdvocateOfDeath's Avatar Member
    Reputation
    3
    Join Date
    Mar 2020
    Posts
    15
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deenn View Post
    Hi All
    I have a problem. After my character login in to the game window turn black. Host PC Windows 10 x64. Help me plz how to fix this.
    36182de83b8a36fb720ced9d58243569.png
    I haven't played the league recently but I know GGG pushed out some recent patches, they likely broke some offsets in the core poe overlay, which won't likely be fixed until several days after next league launch.

  8. #248
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CornFlake101 View Post
    Anyone using ExileAPI on a VM machine? When i launch i get errors referring to sound card. etc. I'm trying to setup my Follower.

    Just curious if anyone is, thanks

    Edit: Just saw the above post is also having problems running on VMware 16

    just comment out the following lines in Core.cs - they don't do anything anyway
    Code:
    if (Environment.OSVersion.Version.Major == 6 && Environment.OSVersion.Version.Minor == 1)
                    {
                        DebugWindow.LogMsg($"SoundController init skipped because win7 issue.");
                    }
                    else
                    {
                        _soundController = new SoundController("Sounds");
                    }
                    _coreSettings.Volume.OnValueChanged += (sender, i) => { _soundController.SetVolume(i / 100f); };

  9. #249
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    sry wrong thread
    Last edited by GameAssist; 04-09-2021 at 07:07 PM.

  10. #250
    Stabilos0810's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, looking for some help please, i seem to be having problems with the client and when i try the curl i am getting connection refused. I believe that i have done everything correctly and i have disabled firewalls and added the ports. Anyone able to help?

  11. #251
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    deleted - im dumb
    Last edited by CornFlake101; 04-11-2021 at 10:19 AM.

  12. #252
    blubber424's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys,

    I got i7-9750, gtx 1650, 16gb ram and im laaging like hell when starting vm poe with follower, and main, any tipps for this ? are my specs to low ?

  13. #253
    asdead1's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    55
    Thanks G/R
    1/1
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Following works for me as local/network/file methods, but commands like clicks/entering new zone/portal arent work at all
    any ideas how to make them to work?
    also followers arent using any kind of skills (ive choose skill ID and monster condition)

  14. #254
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by asdead1 View Post
    Following works for me as local/network/file methods, but commands like clicks/entering new zone/portal arent work at all
    any ideas how to make them to work?
    also followers arent using any kind of skills (ive choose skill ID and monster condition)
    Be sure to also "Add Follower" after selecting them.

  15. #255
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blubber424 View Post
    Hi guys,

    I got i7-9750, gtx 1650, 16gb ram and im laaging like hell when starting vm poe with follower, and main, any tipps for this ? are my specs to low ?
    You need to buy nuller private

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