Jump to content
TrinityCore

Shin

Members
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Shin

  1. ​I don't know if it's a good idea to focus the development to so many different client versions...
  2. or use the Naios automatic DB updater and you won't have to manually import all .sql files of /sql/updates/world folder.
  3. I guess you have to use basic entry ID and set event flags​ http://collab.kpsn.org/display/tc/smart_scripts#smart_scripts-event_flags For example, this way I selected all difficulties:
  4. ​http://community.trinitycore.org/topic/11845-how-to-lighten-the-wow-login-screen/
  5. TrinityCore has not a 5.4.8 branch, you should use one of our branches (3.3.5 or 6.x) to expect support.
  6. ​when you access the game you have to type your username and your password, do not type the email address instead.
  7. ​Probably, you wrongly opened Launcher.exe and it overwrote your realmlist.wtf. Don't do any upgrades, keep 3.3.5a client version. Check your realmlist.wtf file and set it to localhost. Never use Launcher.exe, use always Wow.exe and do not enter the email address but use just the account name to login.
  8. https://github.com/trinitycore/trinitycore/pulse VS https://github.com/arcemu/arcemu/pulse also ArcEmu seems to be inactive for a long time: http://arcemu.org/
  9. React: A H A shows the color of the reaction against Alliance members H shows the color of the reaction against Horde members The color can be Green (friendly), Yellow (neutral) or Red (hostile).
  10. That NPC is neutral (yellow), so it is not supposed to attack unless it is provoked: http://wotlk.openwow.com/npc=3183
  11. Try setting the absolute path of the dbc folder
  12. @ikir Ciao! In order to enable map/vmap tools, just add the option: Per abilitare l'opzione map/vmap tools, aggiungi semplicemente l'opzione: The correct xcodebuild command is: Il comando xcodebuild corretto è: xcodebuild -target install -config DebugOr: Oppure: xcodebuild -target install -config ReleaseSo you can choose to compile in Debug or Release mode Così puoi scegliere se compilare in modalità Debug o Release.
  13. Yes, those fields have been moved to quest_template_addon table. However, I think this quest editor can help you so you don't have to bother whether a field belongs to quest_template or quest_template_addon table, it will just give the correct code to you: http://shinworld.altervista.org/Keira2/#/quest
  14. The wiki is outdated, any help to keep it updated would be very appreciated =)
  15. There shouldn't be any problem. I used both retail and TC in the same computer, using the patched binary to access to TrinityCore and the original one to access to retail. I had just to change the SET portal value in Config.WTF each time I had to switch.
  16. Yes, several people among developers and community care of 3.3.5a too. ​
  17. Hello and welcome to TrinityCore. A lot of scripts are handled by SmartAI (simpler ones), so you have just to work on database to introduce new "smart" scripts. You can find all documentation here: http://collab.kpsn.org/display/tc/smart_scripts Also you can use SmartAI Editor tools like Keira2 (web application) or Discover-'s SAI Editor (windows application) that help you a lot and automatically generate the SQL code for you. The more complicated AI are handled with C++, unfortunately there is no tutoial for them but you can find a lot of examples here: https://github.com/TrinityCore/TrinityCore/tree/6.x/src/server/scripts also do not forget to read our C++ Development Standards. I hope it helps
  18. ​I can just show you that developers already started to work on 6.2.0: https://github.com/TrinityCore/TrinityCore/commits/6.x there is no estimation about how much it will take. Other developers are also already busy working on the upcoming new TDB release.
  19. ​Your characters database is not updated. http://collab.kpsn.org/display/tc/Databases+Installation
  20. Why are you using 4.3.4? Supported game versions are 6.x and 3.3.5a, you can't expect much help for other versions. Sorry
  21. You have a wrong DataDir path in your worldserver.conf
  22. You are missing: https://github.com/TrinityCore/TrinityCore/blob/3.3.5/sql/updates/characters/2015_06_26_00_characters_335.sql
  23. Bump for that, I noticed there is "Click here if you would like to upload a new version of the file or screenshot" but then I can't find a way to add screenshots
  24. Hello and welcome to TrinityCore. You can see if a bug already was reported by searching among our issues. If it was not, you are more than welcome to report it after reading our guidelines for contributing. Best regards
×
×
  • Create New...