Jump to content
TrinityCore

stridergm

Members
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by stridergm

  1. I would like to know for example the mechanics such as the warlock aura called Dark Bargain. How from the event absob in the script ccp is triggered an reduce 50% of the damage taken, until before send final damage to the client. It is that I would like to know all the aura workflow in the core.
  2. Hi, I am developing a website in which I want to show a tooltip talent of a player. I found in the spell.dbc file, the descriptions of the talents spells, but there are variables in the description. I need to know what they mean these variables, which is what they mean. How I could find a complete description of all these variables? Regards
  3. In the character table of the Trinity database for version Mist of Pandaria, there are 4 fields: speccount: This field contains how many specializations have the character. activespec: This field contains which specialization is active, it has value 0 or 1 specialization1: This field contains the ID of the especialización1 in the ChrSpecialization.dbc file for the core of Mist of Pandaria. specialization2: This field contains the ID of the especialización2 in the ChrSpecialization.dbc file for the core of Mist of Pandaria. The solution was to incorporate a table in the database of the web site that I'm developing with the values of ChrSpecialization.dbc file, so to locate the active specialization, I take the ID for the active specialization, that I can be obtained from the character table, then I found on my database the name of specialization with the ID.
  4. Hi, I'm making a web site for Mist of Pandaria, I need for the profile of the character, know which is the specialization that is active, and also the name of the two specializations that have the character on character database. Greetings and thanks.
  5. CDawg, thank you very much again for answering and offer your help; but with the reply from Nay already completely solve the problem, I did not have knowledge that Panda had different id race depending on the faction to which they belong. Neutral Pandaren id = 24 Alliance Pandaren id = 25 Pandaren Horde id = 26 And in this way the faction of the panda is solved, which is the race that created me problems. Thanks to both of you. Regards
  6. Thank you for answering CDawg, sorry, I should have better elaborated the question. I'm doing an armory for a website, so I need to get the faction of the database. In previous versions of Mist of Pandaria was possible to know the faction with the race of the character, but with the pandas is no longer possible, so I need some idea to let me make a query to the characters database and know the faction of the character. I got the idea of making a query to the table character_reputation to check the reputation of the character with the main cities, but not sure if the character level one already has reputation with these cities. Greetings and thanks for reading.
  7. Please I need get the character faction from the character data base. How I can doit? HELP
×
×
  • Create New...