
首先下載以下軟體
*TitanMS Soure rev 003:
Download: http://rapidshare.com/files/104538127/TitanMSRev003.rar
*Microsoft Visual C++ 2008 Express 或是(繁體中文版Chinese Tranditional)
Download: http://www.microsoft.com/express/download/
*國際版Maple Story .52 Client
Download: http://download.mmosite.com/download.php?id=2565
*Localhost.exe
Download: http://rapidshare.com/files/10078930...lhost.exe.html
*Navicat
Download: http://www.navicat.com/download.html
*Wamp Server
Download: http://kent.dl.sourceforge.net/sourc...Server2.0b.exe
步驟:
1) 解壓縮TitanMSRev003.rar內的MapleStoryServer資料夾
2) 將以下粗體文字貼在記事本內再另存新檔為 (自己命名).sql
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 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);
3) 安裝Microsoft Visual C++ 2008 Express
4) 安裝 Wamp Server並運行
5) 安裝 Navicat並運行
按"連線"
連線名稱及主機名稱/IP位址→設為 localhost
使用者名稱→改為 root , 密碼 (無)
選擇 (自己命名).sql.sql (步驟2) 並按"開始". 當完成後按"關閉"
現在當你按"Maplestory"會看到以下畫面 (右邊: "characters", "equip", "items", "keymap" and "users")
點"users"來建立你的帳號, 會彈出以下視窗
ID: 1
Username: 填入你想要的帳號
Password: 填入你想要的帳號密碼
Pin:
改為0
Gender:
改為0
6)
運行Microsoft Visual C++ 2008 Express
按"檔案"=>"開啟"=>"專案/方案"
到MapleStoryServer開啟"MapleStoryServer.sln"
同時請把Wamp Server "Put Online"
7) 按一下F5
當成功後會如下圖
現在, 你已經成功了.
把localhost.exe放到X:\Nexon\MapleStory 再使用 DxWnd 開localhost.exe
楓之谷就會起動嚕~!
TitanMS Soure rev 005 (轉載MapleDream)
http://www.mediafire.com/?k2xz1j52a23
GMS要更新到V053(手動更新包下載)。
http://www.mediafire.com/?xbxmlwwymlz
下載NGGMapleStory.exe,並放到Maplestory安裝資料夾
http://www.mediafire.com/?enwxmcng0d1
做法都一樣...
但第2步的(自己命名).sql所用數據變成以下的粗字
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);
還有就是要在X:\Nexon\MapleStory 建立一個副檔名為xxx.bat的檔案 內容如下(粗字+紅字):
start NGGMapleStory 127.0.0.1 8484
最後在視窗化工具放NGGMapleStory.exe並按xxx.bat檔開始!
會出現Play按鈕和NP的...這是正常的!
打開"localhost"
右鍵"localhost"
選擇"新增資料庫"並在"輸入資料庫名稱"填上maplestory
展開"Maplestory"
右鍵"Maplestory"並選擇"執行批次任務檔案"
你會看到此畫面
轉載自KenMaxGod「打造屬於自己的楓之谷」一文
--------------------------------------------------
下載電子書












推薦上專欄
「CT檔」【0.72版】反射之盾無延遲+虛假Miss(加密,因為目前僅有少數人持有此反盾數據)
而且還要用VC++ 2008才能compiler,真是『殺雞用牛刀』
就壞調重新拿去灌,所以拜託告訴我
開啟Localhost
請問用DxWin開啟Localhost是啥意思因為我找不到你說的DxWin
英文我看不懂><所以能給我下載點媽
點近ㄑ就可以儲存和開啟那一種
拜託這個作者:帥哥
小弟有疑問
大大~那個Navicat 裡面有好多個 是要抓哪幾個啊? 還是全都抓呢?我想用中文的
拜託~
本篇迴響權限: 開放所有人迴響