mpstark / DynamicCam

A more dynamic camera for World of Warcraft.
MIT License
22 stars 11 forks source link

conflict #59

Closed gaveer closed 2 years ago

gaveer commented 2 years ago

@LudiusMaximus i have issue with addon conflict with another addon has the same commands ,  The addon that has the same commands is : Details!Skada Covenants

default Profile of the addone  has chat on  /dc chat [on | off] ,  when i ever enter a dungeon i keep getting : you are not in a party , and the covanant chat not working . 

 can we do something about this ?

LudiusMaximus commented 2 years ago

Hm, to fix this from DynamicCam's side, I would have to make the ChatCommands user-customizable. Not so easily done and not on the top of my priority list.

A workaround for you would be to (either in DynamicCam (Core.lua) or in Details!Skada Covenants) find the line of code starting with: self:RegisterChatCommand("dc", and change the "dc" to whatever you like, or remove that line completely.

But you will have to do it every time the respective addon gets updated.