RE: [Jamba] Feature Request
Quote:
Originally Posted by 'zanthor',index.php?page=Thread&postID=190931#post 190931
So as I hit my SetView(5) macro and all 5 camera's hit a different setting... AGAIN... I realized that the new bold world we play in doesn't save camera settings very well, and as such can be a PITA to resync...
My traditional way of fixing this is setup one, log out, copy the appropriate portions of my config.wtf file and restart...
Then it hit me... why isn't Jamba handling this? Why doesn't jamba have the ability to bind a hotkey to bring all clients to it's current view... this could be accomplished by saving the current view, reading the settings save and broadcasting to the other clients which then set that view and snap to it...
So seriously, Jamba's made my life as a multiboxer so insanely easy already, how did he miss this... I mean he's thought of dozens of other features and spent hundreds of hours writing and documenting and helping others... how did he miss such a feature?
Seriously Jafulu, thanks for all the hard work, and I hope you can work this into the next version :).
It would be a very nice feature, but it is impossibly to implement. The only thing you can do is save the current view, and restore an earlier saved view (See the SetView and SaveView functions on http://www.wowwiki.com/World_of_Warc...mera_Functions). The only way to actually manipulate the current view is provided by the CameraOrSelectOrMoveStart() function which is protected, meaning that you can't readily call it from scripts, also it requires manipulating the mouse.