http://wowui.worldofwar.net/?p=mod&m=6198
This could be useful for anyone wanting to use Falkor's method for interacting with NPCs... it will change your views based on your actions.
Printable View
http://wowui.worldofwar.net/?p=mod&m=6198
This could be useful for anyone wanting to use Falkor's method for interacting with NPCs... it will change your views based on your actions.
I haven't tried this yet but I'm hoping to add the following to my macros for setting the leader:
to put the followers into first-person mode to enable all that Falkor goodness. I'm gonna be ripping my setup apart starting tonight so will give it a go.Code:/script SetView(1);
OK, I tried it and here's what you need.
For each of your follow macros, add the following for the leader:
and the following to each of the slaves:Code:/script SetView(5);SetView(5);
That puts the main into a long(ish) low view and each of the followers into first person mode.Code:/script SetView(1);SetView(1);