Jump to content
TrinityCore

Shauren

Developers
  • Posts

    470
  • Joined

  • Last visited

  • Days Won

    84

Everything posted by Shauren

  1. Install MySQL 5.7, thats all you must do
  2. You don't need the client at all after extraction (but you will need it again if there are fixes/changes done to extractors, to extract again), you can also delete Buildings
  3. Ignore startup errors Allied races are not implemented
  4. Repacks are not supported. Currently supported version is 8.2.0.31478 and you need to download new version of arctium launcher
  5. You should either use SOAP from your website to connect to running worldserver and send .accont set password comand (preferred) or just clear s and v fields from auth.account (this method might go away in undetermined future)
  6. This isnt a supported scenario, bnetserver has three separate build ranges that are incompatible with each other due to changes in client 6.0 to 6.2.3 6.2.4 to 7.2.5 7.3 to now
  7. You can be waiting for a long time since 7.3.5 is after all unsupported version
  8. There is nothing wrong with extractors, they were left in working state Your game install must be broken (for example, missing .build.info file?)
  9. port 1119 is not the only one you need open, there is also 8081
  10. Using hotfix database - you want to insert data to item, item_sparse, item_modified_appearance tables
  11. It cannot be configured in options GUI, you need to set it with /console These are the cvars used (all enabled by default): synchronizeMacros, synchronizeBindings, synchronizeConfig, synchronizeSettings
  12. Macros are stored in one of account_data tables if their owner configured the client to save config on server (beware, its not a macro storage only, it also has other settings and isnt exactly a text field, its binary) And for second question: that is completely false, you must change it in source
  13. did someone really replace js with lua as output for TS?
  14. send gm commands to /g (works even without a guild because commands are handled before any other chat function)
  15. You could iterate spells linked to profession skills in SkillLineAbility.dbc (and check the created item id) but that will also include craftable materials (example: https://www.wowhead.com/spell=32454/knothide-leather) as well as items that are not supposed to be obtained (they are placeholders to display in profession UI, discovery spells use that)
  16. You dont need game_tele for that, you can use .go xyz command instead and use coords
  17. I am pretty sure blizz only uses one phaseid OR one phaseGroup
  18. terrain_worldmap is mapid and phaseid
  19. You should also run sudo update-alternatives --config g++ And check if you dont have CC/CXX environment variables defined pointing to 4.8
×
×
  • Create New...