Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Yeah from what I could find youre right. Would this mean every single 3.3.5 clients suffer from this

[DiscordArchive] Yeah from what I could find youre right. Would this mean every single 3.3.5 clients suffer from this

[DiscordArchive] Yeah from what I could find youre right. Would this mean every single 3.3.5 clients suffer from this

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
09-28-2025, 07:12 AM
#11
Archived author: Tecc • Posted: 2025-09-28T07:12:53.731000+00:00
Original source

Im a little late to the party, but the following batch file forks fine for me, restarting the worldserver whenever it shuts down.

```@echo off
TITLE WOW Worldserver

:: Path to server folder
set "WOW_DIR=C:\WoW-Server\"
cd /d %WOW_DIR%

:: Start the server
echo [INFO] Starting worldserver.exe...
echo [%DATE% %TIME%] Restarting worldserver.exe >> worldserver_restart.log
worldserver.exe

:: Loop: server exited, check again
echo [INFO] worldserver.exe exited. Restarting ...
timeout /t 5
goto check```

Still allows me to use the resulting console window to use it for commands without any problems
rektbyfaith
09-28-2025, 07:12 AM #11

Archived author: Tecc • Posted: 2025-09-28T07:12:53.731000+00:00
Original source

Im a little late to the party, but the following batch file forks fine for me, restarting the worldserver whenever it shuts down.

```@echo off
TITLE WOW Worldserver

:: Path to server folder
set "WOW_DIR=C:\WoW-Server\"
cd /d %WOW_DIR%

:: Start the server
echo [INFO] Starting worldserver.exe...
echo [%DATE% %TIME%] Restarting worldserver.exe >> worldserver_restart.log
worldserver.exe

:: Loop: server exited, check again
echo [INFO] worldserver.exe exited. Restarting ...
timeout /t 5
goto check```

Still allows me to use the resulting console window to use it for commands without any problems

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)