[sql] item

Viewer

  1. /*
  2. Navicat MySQL Data Transfer
  3.  
  4. Source Server         : 185.118.143.157_3306
  5. Source Server Version : 50546
  6. Source Host           : 185.118.143.157:3306
  7. Source Database       : player
  8.  
  9. Target Server Type    : MYSQL
  10. Target Server Version : 50546
  11. File Encoding         : 65001
  12.  
  13. Date: 2020-02-29 13:44:28
  14. */
  15.  
  16. SET FOREIGN_KEY_CHECKS=0;
  17. -- ----------------------------
  18. -- Table structure for `item_proto`
  19. -- ----------------------------
  20. DROP TABLE IF EXISTS `item_proto`;
  21. CREATE TABLE `item_proto` (
  22.   `vnum` INT(11) UNSIGNED NOT NULL DEFAULT '0',
  23.   `name` varbinary(24) NOT NULL DEFAULT 'Noname                  ',
  24.   `locale_name` varbinary(24) NOT NULL DEFAULT 'Noname                  ',
  25.   `type` tinyint(2) NOT NULL DEFAULT '0',
  26.   `subtype` tinyint(2) NOT NULL DEFAULT '0',
  27.   `weight` tinyint(3) DEFAULT '0',
  28.   `size` tinyint(3) DEFAULT '0',
  29.   `antiflag` INT(11) DEFAULT '0',
  30.   `flag` INT(11) DEFAULT '0',
  31.   `wearflag` INT(11) DEFAULT '0',
  32.   `immuneflag` SET('PARA','CURSE','STUN','SLEEP','SLOW','POISON','TERROR') NOT NULL DEFAULT '',
  33.   `gold` INT(11) DEFAULT '0',
  34.   `shop_buy_price` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  35.   `refined_vnum` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  36.   `refine_set` SMALLINT(11) UNSIGNED NOT NULL DEFAULT '0',
  37.   `refine_set2` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
  38.   `magic_pct` tinyint(4) NOT NULL DEFAULT '0',
  39.   `limittype0` tinyint(4) DEFAULT '0',
  40.   `limitvalue0` INT(11) DEFAULT '0',
  41.   `limittype1` tinyint(4) DEFAULT '0',
  42.   `limitvalue1` INT(11) DEFAULT '0',
  43.   `applytype0` tinyint(4) DEFAULT '0',
  44.   `applyvalue0` INT(11) DEFAULT '0',
  45.   `applytype1` tinyint(4) DEFAULT '0',
  46.   `applyvalue1` INT(11) DEFAULT '0',
  47.   `applytype2` tinyint(4) DEFAULT '0',
  48.   `applyvalue2` INT(11) DEFAULT '0',
  49.   `value0` INT(11) DEFAULT '0',
  50.   `value1` INT(11) DEFAULT '0',
  51.   `value2` INT(11) DEFAULT '0',
  52.   `value3` INT(11) DEFAULT '0',
  53.   `value4` INT(11) DEFAULT '0',
  54.   `value5` INT(11) DEFAULT '0',
  55.   `socket0` INT(10) DEFAULT '-1',
  56.   `socket1` INT(10) DEFAULT '-1',
  57.   `socket2` INT(10) DEFAULT '-1',
  58.   `socket3` INT(10) DEFAULT '-1',
  59.   `socket4` INT(10) DEFAULT '-1',
  60.   `socket5` INT(10) DEFAULT '-1',
  61.   `specular` tinyint(4) NOT NULL DEFAULT '0',
  62.   `socket_pct` tinyint(4) NOT NULL DEFAULT '0',
  63.   `addon_type` SMALLINT(6) NOT NULL DEFAULT '0',
  64.   `vnum_range` tinyint(4) NOT NULL DEFAULT '0',
  65.   PRIMARY KEY (`vnum`) USING BTREE
  66. ) ENGINE=MyISAM DEFAULT CHARSET=big5 ROW_FORMAT=DYNAMIC;
  67.  
  68. -- ----------------------------
  69. -- Records of item_proto
  70. -- ----------------------------
  71. INSERT INTO item_proto VALUES ('1', 0xB5B7B2D9B7AFB9CC, 0x59616E67, '9', '0', '0', '1', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0', '0');
  72. INSERT INTO item_proto VALUES ('2', 0xC7D1B1B9B9ABBDD6B9F6C1AF, 0x54FC726BE7652053FC72FC6D, '0', '0', '0', '1', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0', '0');
  73. INSERT INTO item_proto VALUES ('10', 0xB5B52B30, 0x4BFD6CFDE72B30, '1', '0', '0', '2', '262176', '1', '16', '', '0', '0', '11', '1', '0', '15', '1', '0', '0', '0', '7', '22', '0', '0', '0', '0', '0', '15', '19', '13', '15', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0', '0');
  74.  

Editor

You can edit this paste and save as new:


File Description
  • item
  • Paste Code
  • 21 May-2020
  • 3.34 Kb
You can Share it: