大家好,我是共享天地的小宏,今天我教大家如何架设“龙族”这个游戏。
架设所需要的全部工具,我都会共享给大家的。
客户端已经是做好的可以直接使用。
架设这个游戏需要安装SQL2000+SP4,安装这个软件的视频教程我的论坛里有下载,不会的朋友可以先学习下。
接下来看我操作
ChrLogDBDragonRajaDBTotalDB
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[arena_bonus_info]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[arena_bonus_info]GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[arena_game_info]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[arena_game_info]GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[arena_info]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[arena_info]GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[arena_team_info]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[arena_team_info]GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[requital_item]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[requital_item]GO
CREATE TABLE [dbo].[arena_bonus_info] ( [idBonus] [int] NOT NULL , [min_level] [int] NOT NULL , [max_level] [int] NOT NULL , [item_house] [int] NOT NULL , [item_kind] [int] NOT NULL , [item_grade] [int] NOT NULL , [item_gain_rate] [real] NOT NULL , [exp_rate] [real] NOT NULL , [idGame] [int] NOT NULL ) ON [PRIMARY]GO
CREATE TABLE [dbo].[arena_game_info] ( [idGame] [int] NOT NULL , [arena_type] [int] NOT NULL , [play_time] [int] NOT NULL , [observe_money] [int] NOT NULL , [min_batting_money] [int] NOT NULL , [max_batting_money] [int] NOT NULL , [dividend_rate] [real] NOT NULL , [map_port] [int] NOT NULL ) ON [PRIMARY]GO
CREATE TABLE [dbo].[arena_info] ( [map_port] [int] NOT NULL , [map_name] [char] (20) COLLATE Chinese_PRC_CI_AS NOT NULL , [wait_x] [int] NOT NULL , [wait_y] [int] NOT NULL) ON [PRIMARY]GO
CREATE TABLE [dbo].[arena_team_info] ( [idTeam] [int] NOT NULL , [start_x] [int] NOT NULL , [start_y] [int] NOT NULL , [idHunt] [int] NOT NULL , [idGame] [int] NOT NULL) ON [PRIMARY]GO
CREATE TABLE [dbo].[requital_item] ( [index] [int] NOT NULL , [count] [int] NOT NULL , [rate] [int] NOT NULL , [item_no_1] [int] NOT NULL , [item_no_2] [int] NOT NULL , [item_no_3] [int] NOT NULL , [item_no_4] [int] NOT NULL , [item_no_5] [int] NOT NULL , [Grade] [int] NOT NULL , [Kind1] [int] NOT NULL , [Kind2] [int] NOT NULL , [Kind3] [int] NOT NULL , [IsDynamic] [int] NOT NULL , [HighRare] [int] NOT NULL) ON [PRIMARY]GO
刚才我注册了一个账号和密码都是1111
odbcad32
ProxyServer.exe 所有的程序都启动完成之后 这个程序里再按“F5”
接下来我们进入游戏看看吧
OK,成功进入游戏,教程结束,感谢大家的观看,祝大家早日架设成功哦。
龙族架设视频教程下载地址:http://share.weiyun.com/51330666e868bd64f6d71b9f76bb3490Microsoft_SQL_Server_2000_简体中文个人版_xp系统能用 下载地址:http://share.weiyun.com/7a8c7dcb27dee4dd60b671d2bdcc948aSQL2KSP4下载地址:http://share.weiyun.com/bc7829a83afd7ea508b99ca1753791e3服务端和客户端体积太大了,有需要的可以联系我联系QQ:414809300
来源:http://www.12558.net
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作! |