Log in

View Full Version : [WoW] Camera gets messed up after using Interract With Target



Negativ1337
01-08-2011, 12:32 PM
Hey Guys,

When im using IWT on my deathknights, it just messes up the camera after a while. It looks like WoW doesn't know where the horizontal position is behind the character, and instead place the horizontal camera position left right or in front of it. How can i fix this?

Kind regards,

Chronic1337

Shodokan
01-08-2011, 12:36 PM
It's the click to move thing, if you right click somewhere on your screen it fixes it.

Kromtor
01-08-2011, 03:17 PM
i can't stand the camera bugs, they screw up your ground targeting and all sorts of crap. you can put a setview command in your spam macro to reduce the effects. I use SetView(2);SetView(2); cause you have to call it twice to get it to fully reset.

BrothelMeister
01-08-2011, 05:29 PM
Can you add that in a macro so I can se how it works?

Is it

/cast Death Strike
SetView(2);SetView(2);

sp0000n
01-08-2011, 07:24 PM
You can put it into the macro but it's"

/cast Death Strike
/script SetView(2);SetView(2);