搜索
 找回密码
 加入

骑士架设录象 骑士私服技术整合TXT版 Guides for Project KO

ctgwglzc 2008-1-7 08:35:01 25316
combustion3
2007-7-16 09:28:48
好东西,下了,去研究一下
骑士玩家
2007-8-15 18:56:57
点击查看详情
我该怎么办啊?高手指点下啊
残雪舞指间
2007-8-19 17:09:11
正在下载中,一会看看到底应该怎么弄
ctgwglzc
2008-1-2 22:10:20
楼主

How to Create a Private Server Updated (1/4/08)

Server Files & DataBase & SQL
1. Server Files by Ellemen 1098
2. DataBase BackUp
3. SQL Server
Password: by_ellemen

4. SQL Installation:
1. "Install Database Server"
2. Next
3. Local Computer and Next
4. "Create a new instance of SQL Server, or install Client Tools" & next
5. Put your Company Name
6. Yes to Agreement
7. Server and Client Tools and Next
8. Default at top and Click Next
9. Typical Click Next
10. "Use the same account for each service. Auto start SQL Server Service"
11. "Use the Local System account" Click Next
12. "Mixed Mode.? enter password and confirm password remember it, username is ALWAYS "sa" (server admin) <-- twostars edit: SUPER admin, not server admin..
13. next and install
14. After install rebot your pc <-- twostars edit: reboot not rebot

5. Creating DataBase
1. Go To Manager (Start -> AllPrograms -> Microsoft SQL Server -> Enterprise Manager)
2. Console Root -> Microsoft SQL Servers -> SQL server Group ->
3. press right mouse button on (local) (windows) -> Edit SQL server Registration properties
4 .Take Use SQL Server authentication -> Login name (You can change if you wont) -> put your password " You typing it in Installation look at point 12 -> Always prompt for login name and password *Let`s go to Databases.
5. Press Right button on your mouse go to new database( In name put KN_online press ok
6. Right button on your mouse on KN_online database after "AllTask" "Restore Database".
7. "From Device" i "Select Devices".
8. "Add" and take you backup database KN_online
9. "OK" 2 times next go to "Options".
10. "Force restore over existing database"
11. "OK"
12. Console Root -> Microsoft SQL Servers -> SQL server Group -> [local]
13. Security -> Login -> Right Button -> New Login
14. Login knight -> "sql server authentication"
15. Password knight -> KN_online "Database"
16. i Database access ->(database) KN_online
17. "db_owner" -> ok

6.DNS(ODBC):

1. Control Panel -> Admin Tools -> (ODBC) Tools -> System DNS "ADD"
2. "SQL server" Close
3. Name: KN_online, Descrpition leave it. Server put what you got there

"Next"
4. "SQL AUTHECION..." ID LOGIN: knight Password: knight "Next"5. Change DataBase to KN_online "Next" And "Ok"

SQL , DATABASE , ODBC IS READY

7. Server Files Configuration:


loginserver/version.ini

  1. [DOWNLOAD]
  2. URL=wizgate.nefficient.co.kr
  3. PATH=pub/wizgate2/knight/upgrade

  4. [ODBC]
  5. DSN=KN_online   
  6. UID=knight
  7. PWD=knight
  8. TABLE=VERSION

  9. [CONFIGURATION]
  10. DEFAULT_PATH=D:\

  11. [SERVER_LIST]
  12. COUNT=1
  13. SERVER_00=Your IP
  14. NAME_00=Server Name
复制代码
Ebenezer/server.ini
  1. [TIMER]
  2. YEAR=2
  3. MONTH=2
  4. DATE=1
  5. HOUR=12
  6. WEATHER=1
  7. [LOGIN SERVER]
  8. IP=Your IP
  9. [CASTLE]
  10. NATION=1
  11. [ZONE_INFO]
  12. MY_INFO=2
  13. SERVER_COUNT=4
  14. SERVER_00=1
  15. SERVER_IP_00=Your IP
  16. SERVER_01=2
  17. SERVER_IP_01=Your IP
  18. SERVER_02=3
  19. SERVER_IP_02=Your IP
  20. SERVER_03=4
  21. SERVER_IP_03=Your IP
  22. SERVER_NUM=0
  23. [BATTLE]
  24. WEEK=6
  25. START_TIME=20
  26. END_TIME=0
  27. [AI_SERVER]
  28. IP=Your IP
  29. [DB_SERVER]
  30. IP=Your IP
  31. [ODBC]
  32. GAME_DSN=KN_online
  33. GAME_UID=knight
  34. GAME_PWD=knight
  35. GAME_DSN3=KN_online
  36. GAME_UID3=knight
  37. GAME_PWD3=knight
  38. [VERSION]
  39. VER=1098
复制代码
Aujard/Aujard.ini
  1. [ODBC]
  2. ACCOUNT_DSN=KN_online
  3. ACCOUNT_UID=knight
  4. ACCOUNT_PWD=knight
  5. GAME_DSN=KN_online
  6. GAME_UID=knight
  7. GAME_PWD=knight
  8. GAME_DSN2=KN_online
  9. GAME_UID2=knight
  10. GAME_PWD2=knight
  11. LOG_DSN=KN_online
  12. LOG_UID=knight
  13. LOG_PWD=knight

  14. [ZONE_INFO]
  15. GROUP_INFO=2
  16. ZONE_INFO=2
复制代码
AIServer/server.ini
  1. [ODBC]
  2. GAME_DSN=KN_online
  3. GAME_UID=knight
  4. GAME_PWD=knight

  5. [SERVER]
  6. ZONE=2
复制代码
Server is Ready! ( How to Start)
1. loginserver/VersionManager.exe
2. AIServer/Server.exe
3. Ebenezer/Ebenezer.exe
4. Aujard/ Aujard.exe

Creating Account:
1. Enterprise Manager (Start -> AllPrograms -> Microsoft SQL Server ->
Enterprise Manager) Databases
2. KN_online (expand it open)
3. Tables
4. edit TB_USER -> Open table -> Return all rows.


How to Give GM:

1. Start>AllPrograms>Microsoft SQL Server>Enterprise Manager> Databases> KN_Online> Tables>User data.
2. Find Your User in Column Authority change number:
GM=0; Normal Player=1; Banned user=2; can not write on chat= 255

GM Commands:
/notice text- Showing Notice on server
/count- Showing how much ppl is online
/rain 100- Rain
/snow 100- Snow
/clean- Good Weather
/time- Change day for night
Admin Commands ebenezer:
/open- Open Battle
/close- Close Battle
/down- Kick All Users from Server

Character Lagg : Change zone in .INI files zone should be 2 same in database

No NCP No Monsters : - If you got error on running ebenzer Can not connect to AISERVER then you put wrong login or password to Access to your database or you didnt give premisions to your db user.

Credits:
Ellemen and Oq3k From RageZone
6680
2008-1-6 20:17:12
我好想买  但是我买金币  郁闷~~~~~~~~~:'(
6680
2008-1-6 20:19:50
CT大哥可以免费给我个不  呵呵
6680
2008-1-6 20:20:33
我急用呢  郁闷了  单机   自己想拿你的教程参考下呢  可惜没5毛钱买5555555555

评分

1

查看全部评分

bingshao
2008-1-6 20:46:50
谢谢分享了 我来学习学习
ctgwglzc
2008-1-6 20:51:55
楼主
原帖由 6680 于 2008-1-6 20:20 发表
我急用呢  郁闷了  单机   自己想拿你的教程参考下呢  可惜没5毛钱买5555555555

有免费地址可以下,仔细看贴啊
hywz
2008-1-7 08:35:01
好东西,我为人人,人人为我:victory:
高级模式
游客