[Ascent] Problem with world database

Newbie Spellweaver
Joined
Nov 30, 2007
Messages
5
Reaction score
0
I am sorry.. I didn't know that I had to put [Ascent] on the header???? So I had to once again re-list this post without any knowledge of what to do.... Please remember I just started doing this and already completed the rest of the steps to the guide. I tried to fix the problem myself, but seem to get stuck at this same problem every time.

from guide:
- Now it's time for the world database. Go into the world folder you downloaded. There will be a batch file called Tool.
- Right click the file and select Edit.
- There will be two things that you must change: username, passwd.
- Change username to root.
- Change passwd to whatever you made it in the MySQL setup.
- Save the file and run it.
- It will ask for a letter to do an option, type w to import the database.
- After it is done, close the program.


When I press w then hit enter I get a warning that says "The system cannot find the path specified"
I filed in the user and password, that is all the guide called for. do I have to change the set wdb and set cdb as well? If any other info is needed please let me know, I am very anxious to get this done soon. Thanks a ton

@ECHO off
REM ############################################################################
REM #
REM # B A S I C U S E R C O N F I G U R A T I O N A R E A
REM #
REM ############################################################################
set user=xxxx
set pass=xxxx
REM wdb - is the World Database
REM cdb - is the Character Database
REM If you do not have them seperated then set them to the same values
set wdb=world
set cdb=character
REM ############################################################################
REM #
REM # A D V A N C E D U S E R C O N F I G U R A T I O N A R E A
REM #
REM ############################################################################
set port=3306
set server=localhost
set devpath=.\Development
set pubpath=.\Releases
set mysqlpath=.\Development\MYSQL
 
the message itself is showing that it cannot find the specified tables to import, meaning that wherever those tables are, which i know where btw, is not in the right location or the program is not looking in the right direction. like i said i dont know much of anything about this but i know a bit about how computers work so this is what it looks like to as to what the problem is.
 
Back