Posts: 208
Threads: 10
Joined: Jun 2008
Reputation:
0
There is a new Bot with Warden-Support.
I tested it and my bot is running again.
Enjoy.
GHost++ 13.0 <-- Scroll down
Setup Tutorial with Warden Support
There is no sin except stupidity - Oscar Wilde
Clan B4E (Banlist 4 Europe) on Northrend! The official banlist.nl clan for Europe!
Posts: 208
Threads: 10
Joined: Jun 2008
Reputation:
0
How to start wardenupdater, blns.exe and ghost.exe with one click (in windows)
I recently found it very annoying to start wardenupdater.exe, blns.exe and ghost.exe when launching the bot.
I run Windows, so I did some easy .bat-files to make this work.
Recognizing it comes to difficulties starting to fast, or starting over one cmd-window the solution ended up like this.
You need 4 .bat files.
Simply create a text-file with notepad and name it .bat at the end instead of .txt
The files in my example are written below, write the text in the code window in the open .bat file with the given name
start_all.bat
Quote:start "bat1" "C:\<your_path_for_ghost>\bnls.bat"
CALL WAIT 1
start "bat2" "C:\<your_path_for_ghost>\ghost.bat"
exit
bnls.bat
Quote:start "BLNS Updater" "C:\<your_path_for_warden_server>\wardenupdater.exe"
CALL WAIT 1
start "BLNS Warden" "C:\<your_path_for_warden_server>\BNLS.exe"
exit
ghost.bat
Quote:start "GHost++ 13.0" "C:\<your_ghost_path>\ghost.exe"
exit
WAIT.bat
Quote:@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
Copy all those files in your ghost folder.
Make a shortcut to
start_all.bat (or start it directly with it) and use it to update and start bnls and after that automatically start ghost.
I found it very nice and useful.
Have fun.
There is no sin except stupidity - Oscar Wilde
Clan B4E (Banlist 4 Europe) on Northrend! The official banlist.nl clan for Europe!