Jump to content
TrinityCore

Armory for Trinity core 3.3.5?


huesoamz
 Share

Recommended Posts

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.

  • Upvote 1
Link to comment
Share on other sites

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

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.

  • Upvote 1
Link to comment
Share on other sites

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

  • 1 year later...
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

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?"

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

  • 11 months later...
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...