how to fix this problem i cant create guild always say cannot create guild why ?? pls i need help
how to fix this problem i cant create guild always say cannot create guild why ?? pls i need help
create subs for the folder guild.......that will solve ur problem...search the furom...there's already solution for your problem
Create folders A through Z and 0-9 in your guild folder.
make .bat file with SUBST commands
Use Visual Subst to create virtual folders for the following in your server. This is the simplest way to make it vs. doing the command prompt which does not always work.
SUBST Q: C:\server\Share
subst G: C:\server\DBSRV\guild
subst R: C:\server\current_user
SUBST K: C:\server\SQLDAEMON\Rank
1. check your DBSRV directory, make sure there is 'guild' folder and folder 'name' inside your guild folder
...\DRSRV\guild
...\DBSRV\guild\name
2. open notepad, than write :
SUBST Q: C:\server\Share
subst G: C:\server\DBSRV\guild
subst R: C:\server\current_user
SUBST K: C:\server\SQLDAEMON\Rank
save as subs.bat, then run as admin if you are windows 7
example running server :
1. subs.bat
2. dbsrv.exe
3. mgsrv.exe
4. itemsrv.exe
5. sqldaemon.exe
6. chatsrv.exe
7. zone1.exe
8. zone2.exe
.....etc