huesoamz Posted April 8, 2017 Report Share Posted April 8, 2017 Hi, I can't find a armory for TrinityCore 3.3.5, exist anyone? Thanks in advance Link to comment Share on other sites More sharing options...
CDawg Posted April 8, 2017 Report Share Posted April 8, 2017 Most of the armories for 335a have been moved onto Cata version or higher. It took me about 1 full year to perfect mine. You might find tidbits on github. But here is where to start an armory for your version. Dissect the client DBC files and dump them all into MySQL or XML (your choice), then really go from there. I can help with the math if you need. For Example the iLvl from the gear that characters are equipped with. The client local DBCs actually have just about everything you need. To be honest, I can look for the scripts where I de-compiled the DBCs and had them inserted into mysql. But I don't know exactly what you're looking for. I can provide mysql dumps if you would prefer. 1 Link to comment Share on other sites More sharing options...
huesoamz Posted April 9, 2017 Author Report Share Posted April 9, 2017 8 hours ago, CDawg said: Most of the armories for 335a have been moved onto Cata version or higher. It took me about 1 full year to perfect mine. You might find tidbits on github. But here is where to start an armory for your version. Dissect the client DBC files and dump them all into MySQL or XML (your choice), then really go from there. I can help with the math if you need. For Example the iLvl from the gear that characters are equipped with. The client local DBCs actually have just about everything you need. To be honest, I can look for the scripts where I de-compiled the DBCs and had them inserted into mysql. But I don't know exactly what you're looking for. I can provide mysql dumps if you would prefer. I'm trying https://github.com/velinath/trinity-armory/ using the database of https://github.com/Exodius/WoW-Armory but I have this error: Table 'armory.armory_slots' doesn't exist I dont have that database If you have I will aprecciate the help Thanks! Link to comment Share on other sites More sharing options...
CDawg Posted April 9, 2017 Report Share Posted April 9, 2017 I don't have the db for that specific application(armory). If you go with that Armory you will have to obtain the database from that particular person. It appears that he used Exodius' armory DB here. Like I mentioned most of the armories are proprietary to their specific project. Shadez made one many years ago and everyone I know branched from that and made their own hybrids. You want to cache some of the queries and dump everything into json (for security purposes), or if you would prefer to use a live xml generated armory, similar to how blizz does their armory push/pull generation. If you know LAMP or XAMP (for windows), best bet would be to create one yourself. I'll PM you my full armory db. But, the application layer will have to be built by you or someone that knows how to program. 1 Link to comment Share on other sites More sharing options...
huesoamz Posted April 9, 2017 Author Report Share Posted April 9, 2017 17 hours ago, CDawg said: 7 hours ago, CDawg said: I don't have the db for that specific application(armory). If you go with that Armory you will have to obtain the database from that particular person. It appears that he used Exodius' armory DB here. Like I mentioned most of the armories are proprietary to their specific project. Shadez made one many years ago and everyone I know branched from that and made their own hybrids. You want to cache some of the queries and dump everything into json (for security purposes), or if you would prefer to use a live xml generated armory, similar to how blizz does their armory push/pull generation. If you know LAMP or XAMP (for windows), best bet would be to create one yourself. I'll PM you my full armory db. But, the application layer will have to be built by you or someone that knows how to program. oks Thanks, I will waiting your DB Link to comment Share on other sites More sharing options...
Guybrush Posted May 11, 2018 Report Share Posted May 11, 2018 On 4/9/2017 at 12:13 AM, CDawg said: I'll PM you my full armory db. But, the application layer will have to be built by you or someone that knows how to program. To be honest, that's a pretty shitty attitude to have in a community that is literally open source from the ground up. You would think that something like an armory for TC would exist that everyone can agree on, and not have this "every man for himself" mindset. Link to comment Share on other sites More sharing options...
CDawg Posted May 17, 2018 Report Share Posted May 17, 2018 On 5/11/2018 at 4:41 AM, Guybrush said: To be honest, that's a pretty shitty attitude to have in a community that is literally open source from the ground up. You would think that something like an armory for TC would exist that everyone can agree on, and not have this "every man for himself" mindset. You could have just asked for it. The reason I didn't throw it up on a gist or dropbox public site was due to people pinging me outside of TC and bugging me for updates and filling up my email/discord channel for the armory. The web app layer is not 100% working. So no... my 1400+ posts have never been about an "every man for himself" attitude. Next time, *your* approach could be, "Hey CDawg, why not share it publicly?" 1 1 Link to comment Share on other sites More sharing options...
Mr. Blazzar Posted May 14, 2019 Report Share Posted May 14, 2019 I know this is an old post. But does anyone actually have the full database? e.g. the missing tables like armory_slots etc. would be much appreciated Link to comment Share on other sites More sharing options...
Recommended Posts