• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Setup 99B+ server (non-router support)

Custom Title Activated
Loyal Member
Joined
May 26, 2005
Messages
1,042
Reaction score
6
Installing MSSQL(Part Taken By Warrior19's Guide) :

You can download Microsoft SQL Server 2000 .

1. Extract SQLEVAL.exe using WinRar or just execute it.
2. Run Setup.bat and click Next 8 times.
3. It will show you a window named Services Accounts.
4. In Service Settings set it to Use the Local System Account.
5. Click Next and it will show the Authentication Mode window.
6. Set it to Windows Authentication.
7. Then click next to continue the Installation.

The Server Files :

Download the best optimized and bugless server files (password: silver).

1. Extract muserver.rar to D:/Muserver.
2. Goto and get your WAN IP.
3. Goto the links directory.
3B. Right click to the 04 shortcut and replace 127.0.0.1 with your WAN IP.
3c. Do the same with 08 shortcut (there are two 127.0.0.1 strings there).

Making The Database

We have almost finished, this is an easy part also.

1. Goto Start->Run->isqlw.exe(don't close it).
2. Open the D:/Muserver/RankingServer/SQL/ Directory. (thanks to executio for generating the scripts)
3. Open the Muonline.sql file and copy the script to the query analyzer query box and hit F5.
4. Do the same with Ranking.sql

Getting The Server Online & Finishing

The server is ready to run.

1. Open the D:/Muserver/Links/ directory.
2. Run the 00 - Configurator shortcut.
3. Now run all the other shortcuts (01, 02, 03, 04, 05, 06, 07 and 08)

ODBC errors
If you get any ODBC errors then try using the manual way of setuping ODBC using ODBC.reg.
MSWINSCK.OCX & MSINET.OCX Error
If you get any erros related to MSWINSCK.OCX or MSINET.OCX files register them as activex controls.If you don't know how to do this read the CS\fix.txt file.
 
Last edited:
Junior Spellweaver
Joined
Aug 9, 2005
Messages
127
Reaction score
3
aah where can i get the best client for this?
 
Newbie Spellweaver
Joined
Jan 25, 2006
Messages
14
Reaction score
0
Everyone who maked servers of this version know that :)
But you do well because some n0ob's don't know how to setup own server :)
 
Newbie Spellweaver
Joined
Aug 5, 2005
Messages
65
Reaction score
1
lols search ragezone dude.

Thanks for the quick nice guide Silver ;)
Hope to see more of ur work.

Las3r
 
Custom Title Activated
Loyal Member
Joined
May 26, 2005
Messages
1,042
Reaction score
6
Sorry, i don't have any 99B+ Client links at the moment.

Here are the advantages of this guide/server files :
  • No need to set the IPs expect those in the links that aren't so neccesary (process emulated by 00 - configurator.exe, Vb6 src attached )
  • No need to setup ODBC - in some computers that don't have C:/ drive it must be done manually
  • You don't have to restore the database, the database will be created with the SQL files found in D:/Muserver/RankingServer/SQL.
  • Minimal size, junk files removed and there aren't any log files included.
  • The best monstersetbase.txt made by Dios(check file for credits).Also, formating was done using Codeus' Team monstersetbase fomater.
  • Normal CS replaced by DT's - no need to set IP, it's detected in runtime and it's easier to make groups & subservers.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 21, 2005
Messages
8
Reaction score
0
Hello all... nice guide but there are some problems....
First there is a virus (Hidrag.a) in most of the .exe files...
2nd when I try to open link 3 there is the following error
3rd when i add the ranking script i get the following..

The CREATE DATABASE process is allocating 8.00 MB on disk 'Ranking_Data'.
The CREATE DATABASE process is allocating 32.00 MB on disk 'Ranking_Log'.
Server: Msg 15007, Level 16, State 1, Procedure sp_grantdbaccess, Line 97
The login '9226com' does not exist.
Server: Msg 15410, Level 11, State 1, Procedure sp_addrolemember, Line 66
User or role '9226com' does not exist in this database.
 
Initiate Mage
Joined
Dec 17, 2005
Messages
1
Reaction score
0
Awesome guide. This is extremely useful. Who can you expect this from, but silver? :D
 
Custom Title Activated
Loyal Member
Joined
May 26, 2005
Messages
1,042
Reaction score
6
ok, fixed the files and reuploaded them, see the first post.Scanned by nod32 and files are 100% virus-free.

Post any problems you have (related to the server setupping of course).
 
Newbie Spellweaver
Joined
Nov 21, 2005
Messages
8
Reaction score
0
OK files almost work now but i have 2 probs and 1 question.....

1st)Again when i add the ranking script appears the same:
The CREATE DATABASE process is allocating 8.00 MB on disk 'Ranking_Data'.
The CREATE DATABASE process is allocating 32.00 MB on disk 'Ranking_Log'.
Server: Msg 15007, Level 16, State 1, Procedure sp_grantdbaccess, Line 97
The login '9226com' does not exist.
Server: Msg 15410, Level 11, State 1, Procedure sp_addrolemember, Line 66
User or role '9226com' does not exist in this database.

Im not sure but i think it has sth to do with the add of user 9226com...... maybe in these lines
"if not exists (select * from dbo.sysusers where name = N'9226com' and uid < 16382)
EXEC sp_grantdbaccess N'9226com'
GO

exec sp_addrolemember N'db_owner', N'9226com'"

2nd)I still have the prob with the link 5
[GR]SiLvER - Setup 99B+ server (non-router support) - RaGEZONE Forums

Smo said it is a prob of the sa password, but it is coreect!!! Checked it many times... Do you have any other ideas?

3rd)How do i chage the name of the server?? :D
 
Newbie Spellweaver
Joined
Mar 26, 2006
Messages
90
Reaction score
0
Trouble running link 0, got a path error...?
 
Initiate Mage
Joined
Jan 29, 2005
Messages
0
Reaction score
0
Silver,
Iam not able to start the 00 configurator. I do doubleclick on it but it doesnt start, there also do not occour any errors, can you might help me please?
 
B

#BH#

Guest
3. Open the Muonline.sql file and copy the script to the query analyzer query box and hit F5.
4. Do the same with Ranking.sql
Whath exactly was i supose to copy and how?
 
A

*Andreiz*

Guest
problems..`

Hello ppl! I have a problem whit my server.. it won't start.. at the 5 link is says something with odbc. Can someone help me pls?
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
May 26, 2005
Messages
1,042
Reaction score
6
epsylon said:
Silver,
Iam not able to start the 00 configurator. I do doubleclick on it but it doesnt start, there also do not occour any errors, can you might help me please?
There aren't any problems, the thing that 00 configruator does is set the IP in iplist.dat and make the ODBC when it's able to. It does everything in one second and it closes.

*Andreiz* said:
Hello ppl! I have a problem whit my server.. it won't start.. at the 5 link is says something with odbc. Can someone help me pls?

You can leave it and go ahead but if you don't want so get the ODBC.reg file in the first thread and merge it(dblClick).

#BH# said:
3. Open the Muonline.sql file and copy the script to the query analyzer query box and hit F5.
4. Do the same with Ranking.sql
Whath exactly was i supose to copy and how?
Open it in notepad, click Ctrl + A to select the whole text and Ctrl + C to copy it, now paste it in the query box(Ctrl+V to paste) and hit F5, do the same with ranking.sql

papari55 said:
OK files almost work now but i have 2 probs and 1 question.....

1st)Again when i add the ranking script appears the same:
The CREATE DATABASE process is allocating 8.00 MB on disk 'Ranking_Data'.
The CREATE DATABASE process is allocating 32.00 MB on disk 'Ranking_Log'.
Server: Msg 15007, Level 16, State 1, Procedure sp_grantdbaccess, Line 97
The login '9226com' does not exist.
Server: Msg 15410, Level 11, State 1, Procedure sp_addrolemember, Line 66
User or role '9226com' does not exist in this database.

Im not sure but i think it has sth to do with the add of user 9226com...... maybe in these lines
"if not exists (select * from dbo.sysusers where name = N'9226com' and uid < 16382)
EXEC sp_grantdbaccess N'9226com'
GO

exec sp_addrolemember N'db_owner', N'9226com'"

2nd)I still have the prob with the link 5
[GR]SiLvER - Setup 99B+ server (non-router support) - RaGEZONE Forums

Smo said it is a prob of the sa password, but it is coreect!!! Checked it many times... Do you have any other ideas?

3rd)How do i chage the name of the server?? :D
1.Don't mind about it.
2.Go ahead and ignore it or just download the ODBC.reg file above and dblclick it.
3.When you select server? Edit text.bmd in the client using skyteam's bmd editor.
 
Last edited:
R

ro_b

Guest
thx bro, nice guide u have, i made it in my 1st time

but i dont have client, so cant play >_<
i'm searching the client link, i'll update later when found ^^

this server use alot of memory, my computer used 1.2Gigs of memory to run this server :surprise:

ahm, another question, i think this server going online, i want to make a lan server, how can i do that ? thx b4 bro :D
 
Newbie Spellweaver
Joined
Jul 14, 2004
Messages
28
Reaction score
0
can you please ad 2 normal databases? MuOnline and Ranking... Its Easyer For Me


Thanks In Advance
Greetz, Dark^
 
Initiate Mage
Joined
Jan 29, 2005
Messages
0
Reaction score
0
The following error occour:
LoginServer.exe Run failed

what i have to do now?
 
Newbie Spellweaver
Joined
Mar 6, 2006
Messages
32
Reaction score
0
hi silver and tnx for the guide!
i asked web site guide but the one you gave me- i cant get the web site up i did all right...plz help me
 
Back
Top