@DougDuffy Check the Eluna installation guide for if the error is about missing lua files. Make sure you did each step.
For openssl are you sure the error is not just a warning?
@jayjay3108 What kind of errors did you get? The auto updater should run them automatically unless you have disabled it. I tested and auto updater is able to run them to a fresh database without problems: https://t.co/clMphDLJTU I am on 60d7b080ae2cb381afc964b4d3cf582a14717c83
@Nark1_ If you apply other patches or scripts before transmog, you need to use git apply --reject and manually apply the parts that could not be applied automatically. Look up git apply --reject online for more.
Note that all branches for TrinityCore have changed! For example dressnpcs is now dressnpcs_3.3.5 or dressnpcs_master depending on which TC branch you are on.
After recent commits dressnpcs should be seamless with commands like .npc morph and tables like smart_scripts. You can now use C++ to assign an outfit that is not in DB. You can assign an outfit from DB through using SetDisplayId. Outfits now share entry space with displayids.
@The_Skullbot It could well be that the lua function for sending an addon message needs to be corrected.
Or could be that the core hooks for receiving client sent addon messages doesnt work. Should find out which side is broken and only then look for where.