Tarius Posted March 2, 2011 Report Share Posted March 2, 2011 Helo I have five questions Is there any utilites that help me converting my old database for trinitycore 7331 to last revision ? My second question is : Can i create own command . if yes how ? I am beginer in C++ Do you post any examples for me please ? Where can i found Trinity Database repro ? Where i can downlad lastest database ? In Old forum exist menu called Trinity Database Repro . now is missing ... I see only trinity core repro menu at top of the site How many GM Levels have new version of trinity ? My version have 3 GM Levels .. and i read that new version have 4 . Thanks. Link to comment Share on other sites More sharing options...
Malcrom Posted March 2, 2011 Report Share Posted March 2, 2011 Note that C++ is not required to update your data base. Link to comment Share on other sites More sharing options...
Tarius Posted March 2, 2011 Author Report Share Posted March 2, 2011 (edited) Note that C++ is not required to update your data base. Yes that I Know because I know SQL (So actualy I know these languages : VB , Pascal , SQL , PHP , HTML , Java [basic] ) And now I am learning C++ ... but C is needed if I editing core .. I am making custom patches for trinity (easy basic patches because I am beginer , it working fine ) But I don't know how to I add own command .. I try this but compilation will fail ... How can I add custom command to core ? Do you post example for me please ? Thank for your help ... Edited March 2, 2011 by Tarius Link to comment Share on other sites More sharing options...
Malcrom Posted March 2, 2011 Report Share Posted March 2, 2011 I can't help you with C++, not that custom stuff interest me. Link to comment Share on other sites More sharing options...
Nay Posted March 2, 2011 Report Share Posted March 2, 2011 Is there any utilites that help me converting my old database for trinitycore 7331 to last revision ? Apply all the sqls in sql/old folder. Make backups every few steps. Link to comment Share on other sites More sharing options...
Brian Posted March 2, 2011 Report Share Posted March 2, 2011 Forget the world DB (unless you have a lot of custom crap), and forget the realm DB (unless you have a *LOT* of realms) -- you can recreate those two from scratch with the latest and greatest... Download the newest TC full DB from github and then apply all updates in sql/updates/world. For your realm DB, just use the one in sql/base and edit it to add your realms back in. So that leaves the character DB. Look in sql/old/3.2.2a and execute all the *_characters_* sql in order from 7332+. Once you are done with that, move on to 3.3.2, 3.3.3a and finally 3.3.5a. Lastly run the 3 updates (as of this writing) in sql/updates/auth_char and you characters DB will be up to date and compatible with the latest and greatest TC. -- Brian 2 Link to comment Share on other sites More sharing options...
Paradox Posted March 3, 2011 Report Share Posted March 3, 2011 When done, check to make sure the latency column in the characters table is located after power7 and not at the end of the column list. As for examples of creating a command, check srcserverscriptsExamples and srcserverscriptsCommands Link to comment Share on other sites More sharing options...
Recommended Posts