2、建立DB數據庫 並還原倚天DB數據資料
3、利用還原的DB數據查詢DB庫文件
DB庫分為:人物DB資料、NPC DB 資料、 物品DB 資料
人物DB 祥解
人物DB數據可以通過account表 查詢
查詢格式為:
('kuchewz',0,'123456',0,2,3,247,271,271,200,kuchewz,kuchewz,0,0,109,0,'2005-12-13 13:12:38')
('所屬帳號',位置,'玩家姓名',0,姓名,頭發,等級,力量,敏捷,智力,ElK錢,DAK錢,所屬盟,0,所在地圖,0,'最後玩的時間')
4,GAME_server 下 notice 文件作用
此文件可以用做為 私服簡介 類似與傳奇私服的登陸公告
5、server_string 文件的作用 介紹 以及修改方法
此文件記錄了部分NPC 對話設置. 在此次珧天網絡發布的服務器端中 此文件是不完整的. 只有部分可用
此文件在修改時壹定要註意壹點,由於韓文無法翻譯(本人水平有限) 請大家在修改時註意文本的對照 以及多文件修改. 因為服務器端分為 3個game_server 文件. 建議修改時用字符替換工具. 以及編碼翻譯軟件
6、$n=name, $N=name, $p=item name, %d=number, %s=string 腳本值介紹
$n=name 此腳本值為 NPC 名. 比如說 藥店的老板. 首先出現的是將要激活腳本的對象
$N=name 此腳本值是 確定激活此腳本. 執行下壹步
$pitem name 此腳本值是 以確定此NPC 腳本
%d=number 此腳本值 是 腳本開始執行
%s=string 此腳本值 是 腳本執行停止
腳本範例:
eng "While in 7 days, You will get roses from monsters.\n"
"For commemoration of your happy marriage, I will give\n"
"you prize money when you bring roses to me. Only 7 daty!\n"
"\n"
"10 Roses : 300,000 Elk\n"
" 7 Roses : 150,000 Elk\n"
" 5 Roses : 100,000 Elk\n"
" 3 Roses : 50,000 Elk\n"
"\n"
"There's a few black roses in monsters. If both man and woman\n"
"gets the black rose, bring'em to me! I will give great sword\n"
"and shield to you!\n"
"\n"
"Note: Both man and woman has to get same number of roses.\n"
" I won't count in both.";