View Single Post
11/15/16, 04:59 AM   #1
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
[implemented] Consistent walking speed on EVENT_GAME_FOCUS_CHANGED

Hey there,

much unfortunately for us roleplayers, the "toggle walk"-flag is reset upon EVENT_GAME_FOCUS_CHANGED. Since the function to toggle walking speed is private, I cannot even code an add-on for a workaround.

Being a roleplayer, my use case is that I often use two accounts simultaneously, one being an NPC of sorts (capture target, interrogation subject, quest giver...), while the other is part of the regular group. Unfortunately, I cannot auto-run both of them towards the same direction, because whenever I change the game focus the corresponding account starts sprinting as if rabid nix hounds were on their heels.

Can you please do one of the following?
  • make walking speed consistent even on game_focus_lost
  • un-privatize the function to toggle it

Thank you. <3