软件简介:
冒险岛私服服务端V1.0黑色网络测试版
步骤1:
架设需要工具如下:
1.mysql-5.0.51a-win32.zip //mysql数据库核心文件
2.musql-gui-tools-5.0-r12-win32.msi //mysql数据库工具
4.Localhost.exe //MapleStory主程序
5.vcsetup.exe //Visual C++ 2008的速成版(简体中文)
(以上工具都打包给大家了.)
MapleStory国际版的0.53版客户端:
下载地址:
http://download.mapleglobal.com/download/FullVersion/MSSetup.exe
步骤2:
运行步骤1中下载的[vcsetup.exe]以安装Visual C++ 2008 速成版(简体中文),安装过程可能需要自动下载100MB左右的文件,如果
重要,这个界面是中文的,其中一步有个选项会叫你下载一个八九百兆大小的东西,请不要勾选它
步骤3:
安装MySql数据库,并配置数据库。
请解压缩步骤1中下载的文件[mysql-5.0.51a-win32.zip],运行其中的setup.exe
步骤4:安装MySql数据库工具。
运行步骤1中下载的文件[musql-gui-tools-5.0-r12-win32.msi]
步骤5:建立数据库及数据表。
建立数据库
**注意,请不要随便改动数据表,那将有可能导致服务端运行出错。
建立数据表
建表语句,您不必理解下面一段代码的含义,请复制它即可:
create table users(ID int auto_increment primary key, username varchar(20), password varchar(20), pin int, gender int);
create table characters(ID int auto_increment primary key, name varchar(12), userid int, level tinyint unsigned default 1, job smallint default 0, str smallint, dex smallint, intt smallint, luk smallint, chp smallint default 50, mhp smallint default 50, cmp smallint default 50, mmp smallint default 50, ap smallint default 0, sp smallint default 0, exp smallint default 0, fame smallint default 0, map int default 0, pos smallint default 0, gender tinyint, skin tinyint, eyes int, hair int, mesos int default 0);
create table equip(equipid int, type tinyint, charid int, pos smallint default 0, slots tinyint default 7, scrolls smallint default 0, istr smallint default 0, idex smallint default 0, iint smallint default 0, iluk smallint default 0, ihp smallint default 0, imp smallint default 0, iwatk smallint default 0, imatk smallint default 0, iwdef smallint default 0, imdef smallint default 0, iacc smallint default 0, iavo smallint default 0, ihand smallint default 0, ispeed smallint default 0, ijump smallint default 0);
create table items(itemid int, charid int, inv tinyint, pos smallint, amount smallint);
create table keymap(charid int, pos0 int default 0, pos1 int default 0, pos2 int default 2564, pos3 int default 3076, pos4 int default 3332, pos5 int default 4612, pos6 int default 5380, pos7 int default 0, pos8 int default 0, pos9 int default 0, pos10 int default 0, pos11 int default 0, pos12 int default 0, pos13 int default 0, pos14 int default 0, pos15 int default 0, pos16 int default 2052, pos17 int default 1284, pos18 int default 4, pos19 int default 1028, pos20 int default 0, pos21 int default 0, pos22 int default 0, pos23 int default 260, pos24 int default 0, pos25 int default 4868, pos26 int default 3588, pos27 int default 3844, pos28 int default 0, pos29 int default 13317, pos30 int default 0, pos31 int default 516, pos32 int default 0, pos33 int default 0, pos34 int default 3456, pos35 int default 2820, pos36 int default 0, pos37 int default 772, pos38 int default 0, pos39 int default 5124, pos40 int default 4100, pos41 int default 0, pos42 int default 0, pos43 int default 2308, pos44 int default 12805, pos45 int default 13061, pos46 int default 1540, pos47 int default 0, pos48 int default 0, pos49 int default 0, pos50 int default 1796, pos51 int default 0, pos52 int default 0, pos53 int default 0, pos54 int default 0, pos55 int default 0, pos56 int default 13573, pos57 int default 0, pos58 int default 0, pos59 int default 25606, pos60 int default 25862, pos61 int default 26118, pos62 int default 26374, pos63 int default 26630, pos64 int default 26886, pos65 int default 27142, pos66 int default 0, pos67 int default 0, pos68 int default 0, pos69 int default 0, pos70 int default 0, pos71 int default 0, pos72 int default 0, pos73 int default 0, pos74 int default 0, pos75 int default 0, pos76 int default 0, pos77 int default 0, pos78 int default 0, pos79 int default 0, pos80 int default 0, pos81 int default 0, pos82 int default 0, pos83 int default 0, pos84 int default 0, pos85 int default 0, pos86 int default 0, pos87 int default 0, pos88 int default 0, pos89 int default 0);
create table skills(charid int, skillid int, points int);
执行
步骤6:启动Visual C++ 2008 速成版编译服务端。
解压缩步骤1中下载的文件[TitanMSrev005.rar]
步骤7:修改IP
打开我的电脑,在地址栏中输入:c:\windows\system32\drivers\etc\hosts
步骤8:运行游戏
将步骤1中下载的Localhost.exe放到MapleStory国际版0.53的文件夹中运行。
@在完成步骤1~8的前提下,如果您想使他人能够连接到您的服务器,请让对方分别执行下面的步骤。
最后把Start.bat、Localhost.exe放到MapleStory国际版0.53的文件夹内,运行Start.bat
下载地址:
|