how to make a id to gm.
Printable View
how to make a id to gm.
I'd like to know this too, i tried editing it in the dbo.characters (dnmembership) SQL but it didnt effect it in game.
Childs, how do you add [GM] to a characters name?
I tried, it changes it server side but when me or a friend join the game, it is just as it was before.
hmm dunno .. i success change it form database
http://s29.postimg.org/5wfezmdgn/DN_..._25_26_Wed.jpg
like this ?
Yeah I can't get my name to change, can you quickly copy+Paste your line?
Like this; I've tried to change to "GM Zak" It doesnt show in game.
1727 1771 [GM] Zak 1 2015-02-19 16:12:09.0000000 False NULL
I even tried to close the server, just now, and re-open it to see if that works, it didn't.
Testing now, the database is open in "SQL Server Management 2008 R2" Is this correct?
- - - Updated - - -
Also, when logging into the Database, do I use Windows authentication or SQL Server? if SQL What do I login as?
- - - Updated - - -
After logging back into the server it still shows [GM]
Nope, still what it was before...
Any ideas?
To successful edit your name from MSSQL, just follow this:
- Go to DNMembership/dbo.Characters and edit the table adding [GM] or [DEV] to your Character Name (column= CharacterName)
- Go to DNWorld/dbo.Characters and edit the table doing the same thing.
It should work restarting your client.
Oh i didnt realise there was a characters in DN world. Thanks! I'll test that soon.
- - - Updated - - -
Tested and works. Thanks!