What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[REQUEST] Enable F1 Mode

Harmacintyre

New Member
Joined
Aug 21, 2012
Messages
1,092
Reaction score
1
Anyone that bots in VMware might have come across the screen flashing or screen flickering. Whatever you want to call it, it has a high chance of giving anyone epilepsy. One of these solutions is to press F1 and play with your latency, ms, etc up. It would be a simple button and would solve huge problems of having to press F1 every time my bot relogs. I feel like I am going blind.
Would be a simple button or anything: Enable F1 Mode

Any help would be much appreciated
 
This has been added to the API, and will be usable from the next Release. Your plugin code will look something like this:

Code:
                if (!LokiPoe.InGameState.IsDebugOverlayShowing)
                {
                    Log.DebugFormat("!IsDebugOverlayShowing");
                    LokiPoe.Input.SendHotkeyInput(ActionKey.PerformanceOverlay, true);
                }
 
This has been added to the API, and will be usable from the next Release. Your plugin code will look something like this:

Code:
                if (!LokiPoe.InGameState.IsDebugOverlayShowing)
                {
                    Log.DebugFormat("!IsDebugOverlayShowing");
                    LokiPoe.Input.SendHotkeyInput(ActionKey.PerformanceOverlay, true);
                }

Put into a plugin, which should work from the next release. :)
 

Attachments

Last edited:
Back
Top