Pallypower Addon 3.3.5
Hey,I've created a small AddOn that should do the trick for you. It should be compatible with all PallyPower versions. I've tested it with the version found on the legacy-wow site.
Wotlk Addons 3.3.5
Let me know if it works for you.If you have other AddOns where you would like to get the selfcasting to work let me know. It shouldn't be hard to extend the code I posted to make it work for others as well.Edit: Short technical description of my code: I'm hooking the PallyPower method that is casting the spell and therefore I am intercepting everytime PallyPower tries to cast a Spell. At this point of time I'm checking whether autoSelfCast is turned on and if it is I'm turning it off before allowing PallyPower to cast the spell and afterwards I'm re-enabling autoSelfCast.