📄 createoustersbootsinfo.sql
字号:
################################################################################## Project : Online Game DARKEDEN# Module : SQL - Item Info## FileName : CreateOustersBootsInfo.sql# Description : 酒快胶磐胶 脚惯 沥焊 抛捞喉## History Writer Description# ------------ -------------- -----------------------------------------------# 2002.05.21 硅犁屈 脚痹 颇老 积己 ################################################################################################################################################################## 抛捞喉 积己 DROP TABLE IF EXISTS OustersBootsInfo;CREATE TABLE OustersBootsInfo ( ItemType tinyint(3) unsigned NOT NULL default '0', NextItemType tinyint(3) unsigned NOT NULL default '0', Name varchar(30) NOT NULL default '', EName varchar(30) NOT NULL default '', Price int(10) unsigned NOT NULL default '0', Volume tinyint(3) unsigned NOT NULL default '0', Weight tinyint(3) unsigned NOT NULL default '0', Ratio int(11) NOT NULL default '0', Durability smallint(5) unsigned NOT NULL default '0', Defense tinyint(3) unsigned NOT NULL default '0', Protection tinyint(3) unsigned NOT NULL default '0', ReqAbility varchar(50) NOT NULL default '', ItemLevel tinyint(3) unsigned NOT NULL default '0', DefaultOption varchar(50) NOT NULL default '', UpgradeCrashPercent tinyint(4) NOT NULL default '0', UpgradeRatio smallint(6) NOT NULL default '0', NextOptionRatio tinyint(3) unsigned NOT NULL default '0', # Rare酒捞袍侩 DowngradeRatio smallint(6) NOT NULL default 0, PRIMARY KEY (ItemType)) TYPE=MyISAM;################################################################################# 牢郸胶 积己################################################################################# Sequence 积己################################################################################# 鼻茄 汲沥 ################################################################################# 单捞磐 持扁INSERT INTO OustersBootsInfo VALUES ( 0, 1, '树妖之靴', 'Dryad\'s Boots', 2000, 6, 1, 60000, 1200, 5, 1, '(LEV,10)', 1, '', 50, 150, 18, 62);INSERT INTO OustersBootsInfo VALUES ( 1, 2, '山妖之靴', 'Oread\'s Boots', 6400, 6, 1, 22000, 2400, 10, 4, '(LEV,20)', 1, '', 50, 150, 18, 62);INSERT INTO OustersBootsInfo VALUES ( 2, 3, '精灵之靴', 'Sprite\'s Boots', 12800, 6, 1, 15997, 3600, 15, 7, '(LEV,35)', 3, '', 50, 150, 18, 62);INSERT INTO OustersBootsInfo VALUES ( 3, 4, '圣甲战靴', 'Fisthrom\'s Boots', 19200, 6, 1, 1245, 4800, 20, 10, '(LEV,50)', 3, '', 50, 150, 18, 62);INSERT INTO OustersBootsInfo VALUES ( 4, 5, '明王之靴', 'Leprekaun\'s Boots', 60000, 6, 1, 500, 6000, 25, 13, '(LEV,65)', 5, '', 50, 150, 18, 62);INSERT INTO OustersBootsInfo VALUES ( 5, 6, '天狼之靴', 'Desirish\'s Boots', 76000, 6, 1, 200, 7200, 30, 16, '(LEV,77)', 5, '', 50, 150, 18, 62);INSERT INTO OustersBootsInfo VALUES ( 6, 7, '神喻战靴', 'Will O\' the Wisp\'s Boots', 116000, 6, 1, 50, 8400, 35, 20, '(LEV,90)', 7, '', 50, 150, 18, 62);INSERT INTO OustersBootsInfo VALUES ( 7, 7, '暗影战靴', 'Shade\'s Boots', 144000, 6, 1, 8,10000, 40, 24,'(LEV,100)', 7, '', 50, 150, 18, 62);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -