Superfyr20
New Member
- Joined
- Dec 19, 2013
- Messages
- 62
Does this require 4 HB session keys, if lets say i wanna use this with 4 accounts at once, or is it only 1 for the main controlling?
Does this require 4 HB session keys, if lets say i wanna use this with 4 accounts at once, or is it only 1 for the main controlling?
Hey FPSware, or anyone that can help me out
My slave's movement is some what off, the constant inching up instead of a smooth walk or run movement is really getting me worried when i run instances, Is there a way to make the movement look smooth?
The combination i run is Enchance Shaman/ Resto Druid(Slave)
So i turned on Combat follow because the slave would be LoS of the tank in an instance sometimes because we would run through a door into a new room and the Slave would take forever inching up into LoS of me and the Tank instead of smoothly and swiftly moving into range.
And i mean inching from like 15+ yards away into my set range which is 5.
turning in quest and accepting does not work for me.
turning in quest and accepting does not work for me.
Heya,
Anyone found a way to disable/enable combat following with some kind of keycloning program? If i got right this botbase is designed to use two instances of HB while playing two characters at the same time? Both with master and slave. However, i got only one session key and i wouldn't like to inject HB to my main account. One session of Lazyboxer works great on a slave except when i want the bot move and keep moving towards me without moving myself. Running out of reach combat follow range works, but it sucks as my master is a caster). I've tried couple of keycloning softwares to press the assigned keybind to toggle combat following but it doesn't seem to work. Don't know why (injection maybe?). I have to manually switch to my bots screen and press the toggle key. The only way i found to quickly switch combat following on and off is to make a sequence to my macro keyboard which alt+tabs to my other wow screen, presses toggle key and then alt+tabs again back to my main screen. This is pretty clunky becouse i have to get my hands off the keyboard and mouse while the sequence is running.
-sniikki
I am trying to use them. But simply it doesn't work if it's either always on or always off. If always enabled i do have to move myself couple of steps back if i want to move to bot out of aoe. Note that the master is a healer and my bot is a melee class. It would be stupid to stand in melee as a caster. And obviously if the follow is turned off the bot will not move out of ground aoe. This would be simple if both were melee or ranged. I've also tried making a macro which makes the bot /follow me. It tries to /follow but straight away faces back the mob and starts attacking it. Spamming the /follow macro simply makes the bot turn around all the time. Maybe becouse the master is still targeting the mob and Lazyboxer is set to assist the master.Anyone found a way to disable/enable combat following with some kind of keycloning program?
Why exactly are you NOT using the combat follow/follow functions from the bot? You could use things like Keyclone or Pwnboxer or ISBoxer (Which I prefer)... And setup key broadcasts and macros to follow...
; This is an AutoHotkey Script and must have AutoHotkey installed to run
#SingleInstance
; TimeToSleep is in ms, so 300000=5min
TimeToSleep=600000 ; so 10 min
AntiAFKKey={=} ; What key to send to all WoW windows
^NumpadAdd:: ; To Activate the script you press Ctrl-NumpadPlus key
Loop ; This example will also repeat the Space key to all WoW Windows with Ctrl-Space
{
WinGet, wowid, List, World of Warcraft ; Scans and stores all instances of WoW running
Loop, %wowid%
{
this_id := wowid%A_Index%
ControlSend,, %AntiAFKKey%, ahk_id %this_id%
Sleep, 250
}
Sleep, %TimeToSleep%
}
Return
^Numpadsub::ExitApp ; Cntrl+Numberpad-Minus key will stop Script and exit
^Space:: ; Press Cntrl+Space to send a space to all WoW windows
KeyWait, Space, D
Loop, %wowid%
{
this_id := wowid%A_Index%
ControlSend,, {Space}, ahk_id %this_id%
Sleep, 100
}
Return
;; This example is just hacked together and can be simplified to repeat any keys needed
;; And ya I know it's messy
Unless I'm mistaken ISBoxer does not work with HB, nor has it in quite some time, so GL with that, please let me know if I'm wrong and they fixed the injection as I would love nothing more than to be able to use ISBoxer with HB once again.
I think I said that.Yes it works. Doing it as we speak WITH LazyBoxer. The Window Management is amazingly fast, thus why I dumped PwnBoxer.[/COLOR]
Well damn, thats awsome. I'll have to fire up ISBoxer now and go own. Thanks for letting me know it was working, the last post I saw from Tony I think said that HB would never be made compatible with ISBoxer again. I guess things just work out sometimes. Thanks for the info.
BoB