Search the Community
Showing results for tags 'sql'.
-
Changing account ID and character account in same time?
labaouici posted a topic in Help and Support
Hello! As the title say, I would like to know if their a quick way to change an account ID in auth and make it apply columns of account too in characters Thanks -
I'm currently developping a web site to allow user to create an account and play in the game. For that I'm using soap connection, this way I can execute gm command from my website. (like bnetaccount create ...) I was wondering, if one day I have a lot of players and I need to limit the amount of players who can be connect in the game at the same time. But I want to choose (I will not choose my self I will create a php script for that) wich one can connect or not. So my questions are: - is there a way to know when a user try to connect in game, I mean a request is send to my website (or another way)? how? - if yes can I avoid the connection to the game? how? - is there a way to disconnect a user in the game using soap command (or another way)? how? Because here https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130065/GM+Commands I can't find a command to disconnect a player Thank you for your help.
-
Hey guys, when updating the master branch, do I need to manually run the updated SQL files? Or does it get packed along the executable and gets run when I start the server? Thanks