PDA

View Full Version : ok macro wizards.



Mokoi
01-14-2010, 07:07 AM
alright, I have a problem, and a cursory glance at all the IWT threads I could yielded nothing so far. I'm sure someone has the answer, and so I'm going to fish for it instead.

I love IWT.. Love it, but it is always screwing with my camera and after pressing my follow, my main has his camera always facing the wrong way and making me /angryface while trying to run to a second target.

So, how do i add to my macros a

/resetcameratothefuckingdefaultplease or settings in the options about not letting the camera do that, but still allow me to move my camera around freely when i want it to.

Anyone else experience this and have a good solution?

HPAVC
01-14-2010, 09:31 AM
I would start with searching the forums.

If your using jamba, set a tag to a non-master character, I call mine RALLYPOINT. So have the keybinding 'f' for example set to /follow #MASTER# and ctrl f set to /follow #RALLYPOINT# if you press ctrl-f and then f you will fix this camera issue most of the time.

However if your spam IWT so obnoxiously until your characters are queuing paths and they don't process keys (such as when they are all staring at a corpse and one an empty loot box in the middle of a fight ... or after a fight is over and you dont press the key anymore and your main assist targets a mob and all your slaves run toward it ... you might want to stop spamming that key so much.

The way of undoing this state quickly is basically waiting for the pathing queue to pay itself out.

Mokoi
01-14-2010, 09:53 AM
I would start with searching the forums.

If your using jamba, set a tag to a non-master character, I call mine RALLYPOINT. So have the keybinding 'f' for example set to /follow #MASTER# and ctrl f set to /follow #RALLYPOINT# if you press ctrl-f and then f you will fix this camera issue most of the time.

However if your spam IWT so obnoxiously until your characters are queuing paths and they don't process keys (such as when they are all staring at a corpse and one an empty loot box in the middle of a fight ... or after a fight is over and you dont press the key anymore and your main assist targets a mob and all your slaves run toward it ... you might want to stop spamming that key so much.

The way of undoing this state quickly is basically waiting for the pathing queue to pay itself out.

That sounds good, but I spam it because I need to spam it in arenas and BGs, and i could care less about the camera on my alts, its on my main which needs to be reset. I use IWT on my main as well to assist with freeing up some brain power to use on raid frames, health, opponents, etc. After I kill something, and need to look around a bit, my camera on my main is always screwed up, and a new click is needed to slowly make its way back to default.

outdrsyguy1
01-14-2010, 11:07 AM
whenever i follow one of my other toons it instantly resets camera. You could have a button set to follow one of your toons. I wonder if it would work if you did a
/follow x
/stopfollowing (whatever syntax is, i don't know command for stop follow b ut i'm sure there's one)

I asked this same question in another thread but haven't seen a camera reset command yet.

Altsoba
01-14-2010, 11:19 AM
I don't know what it would do but adding this to the spam macro?

/script SetView(#)

Where # is the view number, i.e., 2, 3, 4

Not 100% of the spelling though but I know it's used to set the same view in all toons for ground target aoe.

Catamer
01-14-2010, 03:02 PM
if you do it once, it slowly pans to the view, if you set view twice it jumps to the view
/script SetView (4); SetView (4)

Fursphere
01-14-2010, 03:36 PM
Valid view numbers are 1 - 5, and the second 'setview" is to make it instant versus slowly changing the view.

there is a command to change the view to something crazy far out, but I don't like it.

I think the easiest way might be to set the view to a birds eye PoV.

Ualaa
01-14-2010, 05:18 PM
I'd think saving a view.
And then the double SetView script will be the way to fix it.

You might consider disabling IWT on the main toon.
By this I mean use macros to enable/disable CTM (Click to Move).
While leaving IWT keybound on all toons, so anyone can be a slave with CTM/IWT.
Off: /console AutoInteract 0
On: /console AutoInteract 1
With IS Boxer, I auto disable CTM on the main and enable it on all slaves, just by PiP swapping.
But I'm not running a melee team yet.

That way, no matter how you spam it, only the slaves move.
So the masters camera doesn't change.
Not sure if its better for the master to auto run at the target too, or if you'd be better off with manual control of the master.

burningforce
01-14-2010, 05:50 PM
do you even need a macro anymore? didn't blizzard add more option to the camera setting to always have the camera reset when you are running or moving of any kind?

Check esc>interface>camera>"camera following style" > adjust to what you want.

unless I am missing something :(

Mokoi
01-14-2010, 09:16 PM
I'd think saving a view.
And then the double SetView script will be the way to fix it.

You might consider disabling IWT on the main toon.
By this I mean use macros to enable/disable CTM (Click to Move).
While leaving IWT keybound on all toons, so anyone can be a slave with CTM/IWT.
Off: /console AutoInteract 0
On: /console AutoInteract 1
With IS Boxer, I auto disable CTM on the main and enable it on all slaves, just by PiP swapping.
But I'm not running a melee team yet.

That way, no matter how you spam it, only the slaves move.
So the masters camera doesn't change.
Not sure if its better for the master to auto run at the target too, or if you'd be better off with manual control of the master.

If I didn't want the master to IWT i would just disable it in my interface options, I don't need a macro for that. The point is, I want my master to parkour along with my slaves.

outdrsyguy1
01-15-2010, 01:37 PM
Your missing something burningforce, when you get the bug of camera misdirection, messing with the camera style in the options menu doesn't fix it. However, following another person does, i'm not sure about setview, i'll have to try it later.

Fat Tire
01-15-2010, 01:46 PM
Valid view numbers are 1 - 5, and the second 'setview" is to make it instant versus slowly changing the view.

there is a command to change the view to something crazy far out, but I don't like it.

I think the easiest way might be to set the view to a birds eye PoV.


/console cameraDistanceMaxFactor 5

I like this for all my teams, but it can take getting used a little bit.

burningforce
01-15-2010, 01:53 PM
Your missing something burningforce, when you get the bug of camera misdirection, messing with the camera style in the options menu doesn't fix it. However, following another person does, i'm not sure about setview, i'll have to try it later.


ok got ya, thanks for the clarification :)