-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi there,
I've tried to use "Situation Action" for "Pet Battle", but it does not work.
Tried with "Set Zoom" and also with "Set View", both does not work.
Also tried to set priority to 1 or to 999.
On priority 1 the "view" is changing but is overwritten "immediately" by the Blizzard zoom script for Pet Battles I guess.
I've disabled all AddOns to test this, so this must be done by a Blizzard Code!
Eventtrace also show that anyone (guess it is DynamicCam) changed the CameraView
But it is overwritten instantly...
Also tried to use PET_BATTLE_OPENING_DONE event instead of your default PET_BATTLE_OPENING_START.
The ONLY way it works is to set a custom "On-Enter Script" like C_Timer.After(2, function() SetView(3) end)
But the "Restore View when exiting" is not working either!
For this, i've added set SetView(2) in the "On-Exit Script"
it works like this, but it's definitely not the proper way ^^
This is only for the Pet Battle situation, all other Situations, I use, work well.
Maybe you can take a look into it?
Greetings.