tool.bat help menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    tool.bat help

    k, so Tool.bat is for updating/creating your database right?

    I need help, I installed the AC-Web repack and I want a fresh database, so I edited tool.bat for the right username/pass for mysql n stuff, but I don't understand what directory goes for what on the advanced configuration:
    Quote:
    set devpath=.\Development\Database
    set pubpath=.\Releases
    set mysqlpath=.\Development\Database\MYSQL
    My AC-Web repack is installed at C:/AC Web Ultimate Repack
    and it keeps saying "The system cannot find the file specified" what file?!

    tool.bat help
  2. #2
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  3. #3
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [Importing] Started...
    [Importing] Creature/NPC tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Loot tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Items tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Quests tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Reputation On Kill Tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] PlayerCreateInfo Tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Spawns Tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] World Related Tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Trainer and Spells Related Tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Gameobjects
    The system cannot find the file specified.
    [Importing] Localize Tables
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    [Importing] Client Addons
    The system cannot find the file specified.
    [Importing] Command System
    The system cannot find the file specified.
    [Importing] Map Checkpoint
    The system cannot find the file specified.
    [Importing] Name filters
    The system cannot find the file specified.
    [Importing] Chat Filters
    The system cannot find the file specified.
    [Importing] Finished

    Press any key to continue . . .

    ^This is what I get...
    And by world and character database, the folder or the exe?

  4. #4
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure.
    Its cap sensitive :/
    lol

  5. #5
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm confused on what i'm doing wrong, everything should work.
    I have 4 folders:
    -database
    -logon
    -Development (with a Database and MYSQL folder in it)
    -Releases
    I edit tool.bat to this:
    Code:
    @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=root
    set pass=ascent
    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=database
    set cdb=logon
    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=.DevelopmentDatabase
    set pubpath=.Releases
    set mysqlpath=.DevelopmentDatabaseMYSQL
    still go the same error =\

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @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=root
    set pass=ascent
    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=database
    set cdb=logon
    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=.DevelopmentDatabase
    set pubpath=.Releases
    set mysqlpath=.DevelopmentDatabaseMYSQL
    change to:

    set devpath=.Development/Database
    set pubpath=.Releases
    set mysqlpath=.Development/Database/MYSQL
    If you need me you have my skype, if you don't have my skype then you don't need me.

  7. #7
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same error

Similar Threads

  1. Neat tool to help users build a "Mount farming routine"
    By ev0 in forum World of Warcraft General
    Replies: 1
    Last Post: 02-03-2015, 09:19 AM
  2. A Tool To Help Play The Trading Post!
    By Shameless in forum Guild Wars 2
    Replies: 29
    Last Post: 10-22-2012, 05:05 PM
  3. [AutoIT] [Crafting Tool] Very helpful for crafting gems [1920x1080]
    By Timmywimmy in forum Diablo 3 Bots and Programs
    Replies: 5
    Last Post: 06-22-2012, 10:30 PM
  4. Tool.bat
    By SADX in forum World of Warcraft General
    Replies: 0
    Last Post: 02-06-2010, 12:34 PM
  5. [HELP] Problem with tool.bat
    By **Sweeny** in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 03-14-2008, 11:19 PM
All times are GMT -5. The time now is 04:41 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search