Done. but by doing this, how exactly will it work?!Quote:
just make a sql query on your database
UPDATE t_npc SET a_name = a_name_usa;
your database probably has the right names in a_name_usa but the wrong ones in a_name. The query will copy the names from a_name_usa into a_name, so they will display correctly in the editorsQuote:
Done. but by doing this, how exactly will it work?!
And damona you know me other than epvp, its just that you have changed your skype and i dont have your new skype or discord to catch hold of you :D
:handsdown:
ah ok, thanks for the info :)Quote:
your database probably has the right names in a_name_usa but the wrong ones in a_name. The query will copy the names from a_name_usa into a_name, so they will display correctly in the editors
I did, and i can see english names are in different table.Quote:
just make a sql query on your database
UPDATE t_npc SET a_name = a_name_usa;
+1,Quote:
just make a sql query on your database
UPDATE t_npc SET a_name = a_name_usa;
Then it's a connection problem, in the normal case vps dont allow connection from outside. You need to open server sql port give the user rights and setup your ip on mysql user or setup for all open.Quote:
thats the only message i get, and when i try to run the same databases on localhost, it works fine so it is a bit strange altough i use mariadb on my vps.