📄 createcastleinfo.sql
字号:
################################################################################## Project : Online Game DARKEDEN# Module : SQL - Game Info## FileName : CreateCastleInfo.sql# Description : 酒淬狼 己瘤 己## History Writer Description# ------------ -------------- -----------------------------------------------# 2003. 1.20. bezz, Sequoia 积己# 2003. 4.13. DEW ServerID field 昏力 (葛电 辑滚俊 鞍篮 己沥焊啊 甸绢皑)################################################################################################################################################################## 抛捞喉 积己 # 扁粮 table drop窍搁 救等促. 犬牢夸噶DROP TABLE IF EXISTS CastleInfo;CREATE TABLE CastleInfo ( ServerID smallint unsigned NOT NULL default 0, ZoneID smallint unsigned NOT NULL default 0, ShrineID smallint unsigned NOT NULL default 0, Name varchar(20) NOT NULL default '', GuildID int unsigned NOT NULL default 0, Race smallint unsigned NOT NULL default 0, ItemTaxRatio int unsigned NOT NULL default 0, EntranceFee int unsigned NOT NULL default 0, TaxBalance int unsigned NOT NULL default 0, BonusOptionType text NOT NULL default '', FirstResurrectZoneID smallint unsigned not null default 0, FirstResurrectX int unsigned not null default 0, FirstResurrectY int unsigned not null default 0, SecondResurrectZoneID smallint unsigned not null default 0, SecondResurrectX int unsigned not null default 0, SecondResurrectY int unsigned not null default 0, ThirdResurrectZoneID smallint unsigned not null default 0, ThirdResurrectX int unsigned not null default 0, ThirdResurrectY int unsigned not null default 0, ZoneIDList text NOT NULL default '', PRIMARY KEY(ServerID, ZoneID)) type=MyISAM;################################################################################# 牢郸胶 积己################################################################################# Sequence 积己################################################################################# 鼻茄 汲沥 ################################################################################# 单捞磐 持扁INSERT INTO CastleInfo VALUES (0, 1201, 0, '奥塔乌斯', 99, 0, 110, 1000, 0, '', 1201, 78, 82, 73, 37, 70, 73, 64, 26 , '1201,1211,1212' );INSERT INTO CastleInfo VALUES (0, 1202, 1, '特瑞斯', 0, 1, 110, 1000, 0, '', 1202, 49, 94, 71, 232, 70, 71, 181, 28 , '1202,1221,1222' );INSERT INTO CastleInfo VALUES (0, 1203, 2, '赛普蒂默斯', 99, 0, 110, 1000, 0, '', 1203, 98, 37, 73, 37, 199, 73, 64, 245 , '1203,1231,1232' );INSERT INTO CastleInfo VALUES (0, 1204, 3, '括塔斯', 0, 1, 110, 1000, 0, '', 1204, 40, 46, 71, 231, 188, 71, 181, 237 , '1204,1241,1242' );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -