# phpMyAdmin SQL Dump # version 2.5.4 # http://www.phpmyadmin.net # # Host: # Generation Time: Dec 06, 2003 at 02:09 PM # Server version: 4.0.13 # PHP Version: 4.3.1 # # Database : `rbmud` # # -------------------------------------------------------- # # Table structure for table `room0_exits_0` # CREATE TABLE `room0_exits_0` ( `key_` varchar(50) NOT NULL default '', `value` text NOT NULL, UNIQUE KEY `key_` (`key_`) ) TYPE=MyISAM; # # Dumping data for table `room0_exits_0` # INSERT INTO `room0_exits_0` VALUES ('@direction', 'north'); INSERT INTO `room0_exits_0` VALUES ('@rid', '1'); # -------------------------------------------------------- # # Table structure for table `room0_items_0` # CREATE TABLE `room0_items_0` ( `key_` varchar(50) NOT NULL default '', `value` text, UNIQUE KEY `key_` (`key_`) ) TYPE=MyISAM; # # Dumping data for table `room0_items_0` # INSERT INTO `room0_items_0` VALUES ('@name', 'A widget'); INSERT INTO `room0_items_0` VALUES ('@description', 'It widgets quielty in the corner.'); # -------------------------------------------------------- # # Table structure for table `room0_mobiles_0` # CREATE TABLE `room0_mobiles_0` ( `key_` varchar(50) NOT NULL default '', `value` text NOT NULL, UNIQUE KEY `key_` (`key_`) ) TYPE=MyISAM; # # Dumping data for table `room0_mobiles_0` # INSERT INTO `room0_mobiles_0` VALUES ('@name', 'Test'); INSERT INTO `room0_mobiles_0` VALUES ('@description', 'It really doesn\'t seem complete.'); INSERT INTO `room0_mobiles_0` VALUES ('@progs', 'room0:progs:0'); # -------------------------------------------------------- # # Table structure for table `room0_progs_0` # CREATE TABLE `room0_progs_0` ( `key_` varchar(50) NOT NULL default '', `value` text NOT NULL, UNIQUE KEY `key_` (`key_`) ) TYPE=MyISAM; # # Dumping data for table `room0_progs_0` # INSERT INTO `room0_progs_0` VALUES ('@trigger', 'roomenter'); INSERT INTO `room0_progs_0` VALUES ('@method', 'doprog_mobile0'); INSERT INTO `room0_progs_0` VALUES ('codeblock', 'def Progs.doprog_mobile0(doer, owner, args, carryover)::owner.location.puts("Mike would like to welcome you to RbMUD with this test of mobprogs.")::end'); # -------------------------------------------------------- # # Table structure for table `room1_exits_0` # CREATE TABLE `room1_exits_0` ( `key_` varchar(50) NOT NULL default '', `value` text NOT NULL, UNIQUE KEY `key_` (`key_`) ) TYPE=MyISAM; # # Dumping data for table `room1_exits_0` # INSERT INTO `room1_exits_0` VALUES ('@direction', 'south'); INSERT INTO `room1_exits_0` VALUES ('@rid', '0'); # -------------------------------------------------------- # # Table structure for table `system_data_passwd` # CREATE TABLE `system_data_passwd` ( `key_` varchar(50) NOT NULL default '', `value` text, PRIMARY KEY (`key_`) ) TYPE=MyISAM; # # Dumping data for table `system_data_passwd` # INSERT INTO `system_data_passwd` VALUES ('Test', '252^236S263f^y0213002T364NK001'); # -------------------------------------------------------- # # Table structure for table `system_data_pid` # CREATE TABLE `system_data_pid` ( `key_` varchar(50) NOT NULL default '', `value` text, UNIQUE KEY `key_` (`key_`) ) TYPE=MyISAM; # # Dumping data for table `system_data_pid` # INSERT INTO `system_data_pid` VALUES ('Test', '0'); # -------------------------------------------------------- # # Table structure for table `system_players_0` # CREATE TABLE `system_players_0` ( `key_` varchar(50) NOT NULL default '', `value` text NOT NULL, UNIQUE KEY `key_` (`key_`) ) TYPE=MyISAM; # # Dumping data for table `system_players_0` # INSERT INTO `system_players_0` VALUES ('@str', '10'); INSERT INTO `system_players_0` VALUES ('@name', 'Test'); INSERT INTO `system_players_0` VALUES ('@per', '10'); INSERT INTO `system_players_0` VALUES ('@dex', '10'); INSERT INTO `system_players_0` VALUES ('@con', '10'); INSERT INTO `system_players_0` VALUES ('@int', '10'); INSERT INTO `system_players_0` VALUES ('@wil', '10'); INSERT INTO `system_players_0` VALUES ('@keywords', ''); INSERT INTO `system_players_0` VALUES ('@contents', '#<Item:0x403b7c94>::#<Item:0x403b7cbc>::#<Item:0x403b7be0>'); INSERT INTO `system_players_0` VALUES ('@access', '3'); INSERT INTO `system_players_0` VALUES ('@inventory', 'room0:items:0::room0:items:0::room0:items:0'); INSERT INTO `system_players_0` VALUES ('@location', '0'); INSERT INTO `system_players_0` VALUES ('@progs', ''); # -------------------------------------------------------- # # Table structure for table `system_rooms_0` # CREATE TABLE `system_rooms_0` ( `key_` varchar(50) NOT NULL default '', `value` text, PRIMARY KEY (`key_`) ) TYPE=MyISAM; # # Dumping data for table `system_rooms_0` # INSERT INTO `system_rooms_0` VALUES ('@name', 'First Room'); INSERT INTO `system_rooms_0` VALUES ('@keywords', ''); INSERT INTO `system_rooms_0` VALUES ('@contents', '#<Item:0x403be74c>::#<Mobile:0x403b9198>::Player Jefus'); INSERT INTO `system_rooms_0` VALUES ('@description', 'It is the first room.'); INSERT INTO `system_rooms_0` VALUES ('@exits', 'room0:exits:0'); INSERT INTO `system_rooms_0` VALUES ('@mobiles', 'room0:mobiles:0'); INSERT INTO `system_rooms_0` VALUES ('@inventory', 'room0:items:0'); # -------------------------------------------------------- # # Table structure for table `system_rooms_1` # CREATE TABLE `system_rooms_1` ( `key_` varchar(50) NOT NULL default '', `value` text, PRIMARY KEY (`key_`) ) TYPE=MyISAM; # # Dumping data for table `system_rooms_1` # INSERT INTO `system_rooms_1` VALUES ('@name', 'Second room'); INSERT INTO `system_rooms_1` VALUES ('@description', 'This is another test room. Isn\'t it &Gsweet&*?'); INSERT INTO `system_rooms_1` VALUES ('@exits', 'room1:exits:0');