Demolol Posted July 15, 2016 Report Share Posted July 15, 2016 Hello. I recently decided to help Dev a team working on a World of Warcraft MoP expansion. Now, I know C++, I've known it for years, however I just can't seem to understand the Library and how all of that stuff works. For example, we have one problem where Faerie Fire's Armor Decrease debuff only activates, but not the actual Faerie Fire debuff itself. However, the Faerie Swarm works perfectly. I have compared both scripts and have looked into both of them and can't find a single difference other than the actual "slow" mechanic on Faerie Swarm. Would this be a problem in the Database where I could just fix it quickly? Or what? I just can't figure it out. I was just hoping someone could clear up any confusion I'm having because I've never really worked on a project with a Database/Separate Library or anything like that. Anyway, thank you for the help! Link to comment Share on other sites More sharing options...
Demolol Posted July 15, 2016 Author Report Share Posted July 15, 2016 bump ffs Link to comment Share on other sites More sharing options...
Aokromes Posted July 15, 2016 Report Share Posted July 15, 2016 we don's support and we never will support mop, soon(TM) 3.3.5a and legion will be the only supported versions. Link to comment Share on other sites More sharing options...
Demolol Posted July 15, 2016 Author Report Share Posted July 15, 2016 Yeah, but seriously, you can't answer a simple question? I don't want you to fix the bug, I want you to tell me where I can learn to fix the bug.... Link to comment Share on other sites More sharing options...
jackpoz Posted July 15, 2016 Report Share Posted July 15, 2016 are your sources available somewhere ? Link to comment Share on other sites More sharing options...
tkrokli Posted July 16, 2016 Report Share Posted July 16, 2016 (edited) We appreciate your wish to contribute. TrinityCore has got a few places to seek information regarding how to contribute: 6.x CONTRIBUTING.md : https://github.com/TrinityCore/TrinityCore/blob/6.x/CONTRIBUTING.md 3.3.5 CONTRIBUTING.md: https://github.com/TrinityCore/TrinityCore/blob/3.3.5/CONTRIBUTING.md The wiki pages: https://trinitycore.atlassian.net/wiki (https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide & https://trinitycore.atlassian.net/wiki/display/tc/Databases) IRC: irc.rizon.net in the #Trinity channel (https://trinitycore.atlassian.net/wiki/display/tc/IRC) Feel free to open new issues for "SQL only" fixes or Pull Request (PR) for C++ fixes (including SQL files used together with C++ changes). Edited July 16, 2016 by tkrokli Added real bullet list instead of markdown method. Link to comment Share on other sites More sharing options...
Recommended Posts