111111111111111111111111111111111111111111
111111111111111111111111111111111111111111
Last edited by flamesdeath; 06-20-2016 at 11:03 AM.
1. Install navicat.
2. Add a new connection.
3. Logon to localhost using the password & user inside the tree repack configs.
4. Create an item on WoW-V.
5. Download & Execute the SQL.
6. Do .server reload items ingame ( old command ) or you could just restart the server.
7. .char additem #ID
8. have fun.
Actually If you know nothing about Navicat it's really not that hard.
Part 1
1.Install Navicat.
2..Click on Connection/Mysql or File/New Connection/Mysql.
3.
4. Click ok(now it saved)Code:Connection name:whatever you want Hostname/Ip address: localhost Username:root password:yourmysqlpassword
Just make sure username and password matches your mysql.
Part 2
Adding your database to mysql so you can view in Navicat.
1. Find in your program folder Mysql. Usually located in C:/programs/mysql/data.
2.Create a Folder under data in there called"databasename".
3.Find your serverfolder(example:Tree 4.0.6 repack) open to find mysql folder. Now open 3 folders, 1 at a time like this.
mysql/data/World
mysql/data/characters
mysql/data/auth ---(this would might be called something else on yours)
4.Start at each folder 1 at a time and copy everything in it and pasting into the folder you just created in Crograms/mysql/data.
5. After that all info should be loaded in mysql and you should now be able to see it in Navicat after refreshing the Connection .
Hope this helps.
I could show you how to edit in Navicat but its tedious. Easier to go to WowV and then execute sql's.
databasename --- name that you choose but must match your config files in repack.
Last edited by chaoticd35; 05-06-2011 at 04:09 AM.
i can't reply to your MP because ot this ----> "flamesdeath has exceeded their stored private messages quota and cannot accept further messages until they clear some space." do something lol
Homosexuals are gay
111111111111111111111111111111111111111111111
Last edited by flamesdeath; 06-20-2016 at 11:03 AM.
u can find your repack password in any of the server's config files (world.cfg of logon.cfg) open your worldserver.cfg and search for one of these lines
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;accounts"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
now for ex : "127.0.0.1" it's the ip "3306" it's the port "root" it's the sql username "ascent" is the password and "accounts" is the database so my password on this server is ascent.![]()
Homosexuals are gay
11111111111111111111111111111111111
Last edited by flamesdeath; 06-20-2016 at 11:02 AM.