![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| MU Online Mu Online Discussion. |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Lurker | Mu Private Server Source? Hey. Im wondering about how They Make MU private servers, and, for a link to a source of the private Server. Maybe even a Tut Webbie on it Thanks |
| |
| Sponsored Links |
| |
| | #2 | |
| Registered User | Re: Mu Private Server Source? Quote:
| |
| |
| | #3 |
| Registered User | Re: Mu Private Server Source? you mean making a private server take about few years???lol..there are guides at other places that teaches you how to make a server like in a day or so... |
| |
| | #4 |
| Registered User | Re: Mu Private Server Source? yea, a day= 24 hours straight GUIDE BY AlphaDW [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] GUIDE BY SYPHON! Files : 1.[Only registered and activated users can see links. ] 2.[Only registered and activated users can see links. ] 3.[Only registered and activated users can see links. ] 4.[Only registered and activated users can see links. ] Data/Local This is a game files now Server Files : 1.[Only registered and activated users can see links. ] SQL 2.SerVer 97 [Only registered and activated users can see links. ] - Mirror: [Only registered and activated users can see links. ] (password is ragezone) Setting up SQL Run SQL Setup Select "SQL Server 2000 Components" 1. Click "Install Database Server" 2. Click Next 3. Click dot in Local Computer and Next 4. Click dot in "Create a new instance of SQL Server,or install Client Tools" and next 5. Put name and company Click Next 6. Click Yes to Agreement 7. Click dot in Server and Client Tools and Next 8. Click tick in Default at top and Click Next 9. Click dot in Typical Click Next 10. Click dot in "Use the same account for each service.Auto start SQL Server Service" 11. Click dot in "Use the Local System account" Click Next 12. Click dot in "Windows Authenticatication Mode." Click Next 13. Click Next and install When installed reboot so server starts. ----- Restoring Database 1. Open Enterprise Manager (Start -> Programs -> Microsoft SQL Server -> Enterprise Manager) and go to Databases. 2. Create a new database, name it MuOnline. 3. After that, right click on muonline database then click "Restore Database". 4. Click on "From Device" and then click on "Select Devices". 5. Click Add and then choose the destination of the backups to Restore into muonline. 6. Press OK 3 times to continue, then press the Options tab. 7. Tick "Force restore over existing database", check that the database files point below D MuServer\DB\ directory 8. Press OK to import the database. 9. Create another database, name it Ranking and restore the tables from Ranking database files, make sure the database files point below D MuServer\DB\ directory. Do the same for the exdb database. ( IF YOU DON'T HAVE THE EXDB .BAK, THEN DON'T BOTHER DOING THE DATABASE FOR IT. ) ----- Adding Accounts 1. Open SQL Analyzer ( Start-> Programs -> MSSQL -> SQL Analyzer) 2. Choose MuOnline 3. Add this: INSERT INTO MEMB_INFO (memb_guid,memb___id,memb__pwd,memb_name,sno__numb ,post_code,addr_info,addr_deta,tel__numb,mail_addr ,phon_numb,fpas_ques,fpas_answ,job__code,appl_days ,modi_days,out__days,true_days,mail_chek,bloc_code ,ctl1_code) VALUES ('1','$login','$password','$nick', '1','1234','11111','personalid','12343','email','t [Only registered and activated users can see links. ]','question','answer','1','2004-1-1','2004-1-1','2004-1-1','2004-1-1','1','0','1') INSERT INTO VI_CURR_INFO (ends_days,chek_code,used_time,memb___id,memb_name ,memb_guid,sno__numb,Bill_Section,Bill_value,Bill_ Hour,Surplus_Point,Surplus_Minute,Increase_Days ) VALUES ('2005','1',1234,'$login','$nick',1,'7','6','3','6 ','6','2004-1-1 10:36:00','0' ) Change the values $login, $nick, $password to your desired one. (IT IS 4 LINES IN TOTAL IN THE QUERY, 2 LINE FOR EACH) ----- System DSN 1. Start Data Sources (ODBC) (Start -> Programs -> Administrative Tools -> Data Sources (ODBC)), go to System DSN tab then click Add. 2. Select the SQL Server driver(bottom) and click Finish. Choose MuOnline for Name and your SQL Server for Server. 3. Change the default database to muonline and click Next then Finish and OK. 4. Create also 3 more System DSN links named MuOnlineJoinDB, USELOG, Event that use muonline as the default database. 5. Create 1 System DSN named Ranking that use Ranking as the default database. ----- Editing IP Address and Setting up Server Files 1. Type ipconfig /all in command prompt to check your ip. 2. Change all the ip addresses (127.0.0.1) found in config files to your ip address. IP Addresses can be found in the following files: D MuServer\CS\Connectserverlist.dat D MuServer\CS\data\Connectserverlist.dat D MuServer\CS\data\ServerList.dat D MuServer\data\commonserver.cfg D MuServer\data\IpList.dat*D MuServer\data\lang\eng\commonloc.cfg *D MuServer\data\lang\kor\commonloc.cfg*D MuServer\data\lang\tai\commonloc.cfg*D MuServer\data\lang\chi\commonloc.cfg (*may not apply to all) 3. Change the IP Addresses found in 5.lnk* and 9.lnk* files below D MuServer\Links folder(right click on them and select properties) to your own. (*links may defer.) 4. Edit D MuServer\MU2003_EVENT_SERVER\DATA\svconfig.ini and change "mu2003_dsn = DEVILSQURE_RANKING" to "mu2003_dsn = Ranking" and edit also D MuServer\RankingServer\svconfig.ini changing "odbc_dsn=DEVILSQURE_RANKING" to "odbc_dsn=Ranking"----- Connecting to your Server There are 2 ways as to how you can connect to your Server: 1. Edit your partition in your client files. 2. make a shortcut from your "Main.exe" right click it and select properties in "Target:" put all below including the " and change the 123.456.7.8 for the ip u want to join and run the shortcut "C Program Files\Webzen\Mu\main.exe" connect /u123.456.7.8 /p44405Hope this can help anyone new to private servers and it's setup process. ADD-ON If anyone is having this error: Server: Msg 544, Level 16, State 1, Line 1 Cannot insert explicit value for identity column in table 'MEMB_INFO' when IDENTITY_INSERT is set to OFF. Server: Msg 2627, Level 14, State 1, Line 1 Violation of PRIMARY KEY constraint 'PK_VI_CURR_INFO'. Cannot insert duplicate key in object 'VI_CURR_INFO'. The statement has been terminated. Do this: add SET IDENTITY_INSERT MEMB_INFO ON at the top like this: SET IDENTITY_INSERT MEMB_INFO ON INSERT INTO MEMB_INFO (memb_guid,memb___id,memb__pwd,memb_name,sno__numb ,post_code,addr_info,addr_deta,tel__numb,mail_addr ,phon_numb,fpas_ques,fpas_answ,job__code,appl_days ,modi_days,out__days,true_days,mail_chek,bloc_code ,ctl1_code) VALUES ('1','$login','$password','$nick', '1','1234','11111','personalid','12343','email','t [Only registered and activated users can see links. ]','question','answer','1','2004-1-1','2004-1-1','2004-1-1','2004-1-1','1','0','1') INSERT INTO VI_CURR_INFO (ends_days,chek_code,used_time,memb___id,memb_name ,memb_guid,sno__numb,Bill_Section,Bill_value,Bill_ Hour,Surplus_Point,Surplus_Minute,Increase_Days ) VALUES ('2005','1',1234,'$login','$nick',1,'7','6','3','6 ','6','2004-1-1 10:36:00','0' ) for VI_CURR_INFO, go to the table of VI_CURR_INFO, right click, select design table, remove the key sign and everything shall work fine PS: REMOVE THE "$" FROM THE $LOGIN, $PW, $NICK YOU HAVE EDITED/CHANGED If you wannt make new acc you can use This >>>[Only registered and activated users can see links. ] USEFUL LINKS: [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] ftp://muonline.nefficient.co.kr/pub/muonline/ - all korean versions up to 0.98q ftp://muonline.nefficient.co.kr/pub/muonline/Global - international version (up to 0.95l) [Only registered and activated users can see links. ] - Shops List [Only registered and activated users can see links. ] - Item code list ex. 0 0 0 255 0 0 0 //Kris 0 0 a bbb c d e //Kris a= item level (1~11) b= durability of the item (0~255, default 255) c=skill (1 or 0) d=luck (1 or 0) e=added dmg. 1 = +4 2 = +8 3 = +12 4 = +16 ROUTER CONFIG FOR A PRIVATE SERVER BY chev router guide -1. Now go into your router config [This probably will be diffrent for each router, but you can access it by typing it's IP in Internet Explorer eg: 192.168.1.1 which is mine] -2. If you have enabled your firewall also enable DMZ (Demilitarized Zone) and bind your computers ip to your global IP. !! * Note i think its better not to turn this option on, since it gave me randon disconnects. -3. Goto [NAT/Virtual Server] and redirect the following Ports to your Computers IP. * 44405 to 44405 TCP * 55557 to 55557 UDP * 55970 To 55971 TCP * 55960 To 55962 TCP * 55557 to 55557 TCP * 55901 to 55901 TCP Thats the router part. -4. Now go to you Muserver directory and edit the following files :: * CS/Connectserverlist.dat :: change From [127.0.0.1] to [Your Global IP] * CS/data/Connectserverlist.dat :: * CS/data/Serverlist.dat :: change it to [your Global IP] * data/Commonserver.cfg :: change From [ChaosEventServer = 127.0.0.1 ] to [ChaosEventServer = "your computers IP"] change From [DevilSquareEventServer = 127.0.0.1] to [DevilSquareEventServer = "your computers IP"] change From [EventChipServerIp = 127.0.0.1] to [EventChipServerIp = "your computers IP"] * data/IpList.dat :: change From ["127.0.0.1"] to ["Your Global IP"] * [data/lang/tai] or [data/lang/chs] or [data/lang/kor] :: change From [IP = 127.0.0.1] to [IP = "Your Global IP"] * Goto Links/ :: change Link 4 From [../JoinServer.exe /p55970 /ca127.0.0.1 /cp55557 To [../JoinServer.exe /p55970 /ca"Your computers IP" /cp55557] change Link 8 from [../GameServer.exe 127.0.0.1 55970 127.0.0.1 55960 55901] To [../GameServer.exe "Your computers IP" 55970 "Your computers IP" 55960 55901 Last edited by Lizh0up; 09-03-2006 at 10:45 AM.. Reason: Automerged Doublepost |
| |
| | #5 |
| Registered User | Re: Mu Private Server Source? thanks lot..this will help those who wanted to make private server alot...but i've given up on making coz i wasted lyk 2hrs figuring out wad the heck is IIS...im stuck at this part "Find the User IUSR_MU (MU is my computer name, it will be something else to you - make sure IIS is installed to continue, else this user might not exist, the full name of the user is Internet Guest Account)" maybe lizhoup you can teach mi..lol |
| |
| | #6 |
| Registered User | Re: Mu Private Server Source? Lizhoup did a simple copy and paste off a tutorial in ragezone I've seen it before, if you all are interested in making a private server go there.
__________________ <Clam`> wtf citizin, we dont want pics of u masturbating <+Citizin> Rofl at clam, with his Chode. <Clam`> chode? <Master> chode LOL <Clam`> wth is chode Hahah To be a dad Jan 10th, 2009 ![]() |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |