Jump to content

[HELP!] N.P.C. Importing Issues:-S

By WithinAmnesia
in Serverside

Recommended Posts

Hi dude,

You need to provide a password in the Session Manager window of HeidiSQL (seen @ 0:44).

You should be able to find it in the config files of your server (which I guess are located in the configs directory of Arcemu in your case). Once you get there look for something like

LoginDatabaseInfo     = "127.0.0.1;3306;root;ROOT;auth"
WorldDatabaseInfo     = "127.0.0.1;3306;root;ROOT;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ROOT;characters"

In this example, root is the user and ROOT is the password. These lines are from TrinityCore but it should not be so different from Arcemu. :)

 

Cheers

Link to comment
Share on other sites

Hi dude,

You need to provide a password in the Session Manager window of HeidiSQL (seen @ 0:44).

You should be able to find it in the config files of your server (which I guess are located in the configs directory of Arcemu in your case). Once you get there look for something like

LoginDatabaseInfo     = "127.0.0.1;3306;root;ROOT;auth"
WorldDatabaseInfo     = "127.0.0.1;3306;root;ROOT;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ROOT;characters"

In this example, root is the user and ROOT is the password. These lines are from TrinityCore but it should not be so different from Arcemu. :)

 

Cheers

That worked although I found more problems :}

Here is a link to my video reply comment.

Link to comment
Share on other sites

×
×
  • Create New...