Addition of C4 branch.

This commit is contained in:
MobiusDevelopment
2020-06-14 05:43:34 +00:00
parent bf7c04f166
commit 141764df73
16864 changed files with 934319 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
MySQL backups are stored in this folder.
Separate game and login server backups are possible.
Just enable the 'BackupDatabase' option in the equivalent server config file.
@@ -0,0 +1,6 @@
CREATE TABLE IF NOT EXISTS `account_gsdata` (
`account_name` VARCHAR(45) NOT NULL DEFAULT '',
`var` VARCHAR(255) NOT NULL DEFAULT '',
`value` text NOT NULL,
PRIMARY KEY (`account_name`,`var`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,63 @@
-- ---------------------------
-- Table structure for auction
-- ---------------------------
CREATE TABLE IF NOT EXISTS `auction` (
id int(11) NOT NULL default '0',
sellerId int(11) NOT NULL default '0',
sellerName varchar(50) NOT NULL default 'NPC',
sellerClanName varchar(50) NOT NULL default '',
itemType varchar(25) NOT NULL default '',
itemId int(11) NOT NULL default '0',
itemObjectId int(11) NOT NULL default '0',
itemName varchar(40) NOT NULL default '',
itemQuantity int(11) NOT NULL default '0',
startingBid int(11) NOT NULL default '0',
currentBid int(11) NOT NULL default '0',
endDate decimal(20,0) NOT NULL default '0',
PRIMARY KEY (`itemType`,`itemId`,`itemObjectId`),
KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `auction`
--
INSERT IGNORE INTO `auction` VALUES
(22, 0, 'NPC', 'NPC Clan', 'ClanHall', 22, 0, 'Moonstone Hall', 1, 20000000, 0, 1164841200000),
(23, 0, 'NPC', 'NPC Clan', 'ClanHall', 23, 0, 'Onyx Hall', 1, 20000000, 0, 1164841200000),
(24, 0, 'NPC', 'NPC Clan', 'ClanHall', 24, 0, 'Topaz Hall', 1, 20000000, 0, 1164841200000),
(25, 0, 'NPC', 'NPC Clan', 'ClanHall', 25, 0, 'Ruby Hall', 1, 20000000, 0, 1164841200000),
(26, 0, 'NPC', 'NPC Clan', 'ClanHall', 26, 0, 'Crystal Hall', 1, 20000000, 0, 1164841200000),
(27, 0, 'NPC', 'NPC Clan', 'ClanHall', 27, 0, 'Onyx Hall', 1, 20000000, 0, 1164841200000),
(28, 0, 'NPC', 'NPC Clan', 'ClanHall', 28, 0, 'Sapphire Hall', 1, 20000000, 0, 1164841200000),
(29, 0, 'NPC', 'NPC Clan', 'ClanHall', 29, 0, 'Moonstone Hall', 1, 20000000, 0, 1164841200000),
(30, 0, 'NPC', 'NPC Clan', 'ClanHall', 30, 0, 'Emerald Hall', 1, 20000000, 0, 1164841200000),
(31, 0, 'NPC', 'NPC Clan', 'ClanHall', 31, 0, 'The Atramental Barracks', 1, 8000000, 0, 1164841200000),
(32, 0, 'NPC', 'NPC Clan', 'ClanHall', 32, 0, 'The Scarlet Barracks', 1, 8000000, 0, 1164841200000),
(33, 0, 'NPC', 'NPC Clan', 'ClanHall', 33, 0, 'The Viridian Barracks', 1, 8000000, 0, 1164841200000),
(36, 0, 'NPC', 'NPC Clan', 'ClanHall', 36, 0, 'The Golden Chamber', 1, 50000000, 0, 1164841200000),
(37, 0, 'NPC', 'NPC Clan', 'ClanHall', 37, 0, 'The Silver Chamber', 1, 50000000, 0, 1164841200000),
(38, 0, 'NPC', 'NPC Clan', 'ClanHall', 38, 0, 'The Mithril Chamber', 1, 50000000, 0, 1164841200000),
(39, 0, 'NPC', 'NPC Clan', 'ClanHall', 39, 0, 'Silver Manor', 1, 50000000, 0, 1164841200000),
(40, 0, 'NPC', 'NPC Clan', 'ClanHall', 40, 0, 'Gold Manor', 1, 50000000, 0, 1164841200000),
(41, 0, 'NPC', 'NPC Clan', 'ClanHall', 41, 0, 'The Bronze Chamber', 1, 50000000, 0, 1164841200000),
(42, 0, 'NPC', 'NPC Clan', 'ClanHall', 42, 0, 'The Golden Chamber', 1, 50000000, 0, 1164841200000),
(43, 0, 'NPC', 'NPC Clan', 'ClanHall', 43, 0, 'The Silver Chamber', 1, 50000000, 0, 1164841200000),
(44, 0, 'NPC', 'NPC Clan', 'ClanHall', 44, 0, 'The Mithril Chamber', 1, 50000000, 0, 1164841200000),
(45, 0, 'NPC', 'NPC Clan', 'ClanHall', 45, 0, 'The Bronze Chamber', 1, 50000000, 0, 1164841200000),
(46, 0, 'NPC', 'NPC Clan', 'ClanHall', 46, 0, 'Silver Manor', 1, 50000000, 0, 1164841200000),
(47, 0, 'NPC', 'NPC Clan', 'ClanHall', 47, 0, 'Moonstone Hall', 1, 50000000, 0, 1164841200000),
(48, 0, 'NPC', 'NPC Clan', 'ClanHall', 48, 0, 'Onyx Hall', 1, 50000000, 0, 1164841200000),
(49, 0, 'NPC', 'NPC Clan', 'ClanHall', 49, 0, 'Emerald Hall', 1, 50000000, 0, 1164841200000),
(50, 0, 'NPC', 'NPC Clan', 'ClanHall', 50, 0, 'Sapphire Hall', 1, 50000000, 0, 1164841200000),
(51, 0, 'NPC', 'NPC Clan', 'ClanHall', 51, 0, 'Mont Chamber', 1, 50000000, 0, 1164841200000),
(52, 0, 'NPC', 'NPC Clan', 'ClanHall', 52, 0, 'Astaire Chamber', 1, 50000000, 0, 1164841200000),
(53, 0, 'NPC', 'NPC Clan', 'ClanHall', 53, 0, 'Aria Chamber', 1, 50000000, 0, 1164841200000),
(54, 0, 'NPC', 'NPC Clan', 'ClanHall', 54, 0, 'Yiana Chamber', 1, 50000000, 0, 1164841200000),
(55, 0, 'NPC', 'NPC Clan', 'ClanHall', 55, 0, 'Roien Chamber', 1, 50000000, 0, 1164841200000),
(56, 0, 'NPC', 'NPC Clan', 'ClanHall', 56, 0, 'Luna Chamber', 1, 50000000, 0, 1164841200000),
(57, 0, 'NPC', 'NPC Clan', 'ClanHall', 57, 0, 'Traban Chamber', 1, 50000000, 0, 1164841200000),
(58, 0, 'NPC', 'NPC Clan', 'ClanHall', 58, 0, 'Eisen Hall', 1, 50000000, 0, 1164841200000),
(59, 0, 'NPC', 'NPC Clan', 'ClanHall', 59, 0, 'Heavy Metal Hall', 1, 50000000, 0, 1164841200000),
(60, 0, 'NPC', 'NPC Clan', 'ClanHall', 60, 0, 'Molten Ore Hall', 1, 50000000, 0, 1164841200000),
(61, 0, 'NPC', 'NPC Clan', 'ClanHall', 61, 0, 'Titan Hall', 1, 50000000, 0, 1164841200000);
@@ -0,0 +1,14 @@
-- ---------------------------
-- Table structure for auction_bid
-- ---------------------------
CREATE TABLE IF NOT EXISTS auction_bid (
id INT NOT NULL default 0,
auctionId INT NOT NULL default 0,
bidderId INT NOT NULL default 0,
bidderName varchar(50) NOT NULL,
clan_name varchar(50) NOT NULL,
maxBid int(11) NOT NULL default 0,
time_bid decimal(20,0) NOT NULL default '0',
PRIMARY KEY (auctionId, bidderId),
KEY id (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,8 @@
-- ---------------------------
-- Table structure for auction_watch
-- ---------------------------
CREATE TABLE IF NOT EXISTS auction_watch (
charObjId INT NOT NULL default 0,
auctionId INT NOT NULL default 0,
PRIMARY KEY (charObjId, auctionId)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,10 @@
-- ---------------------------
-- Table structure for augmentations
-- ---------------------------
CREATE TABLE IF NOT EXISTS augmentations (
item_id int(11) NOT NULL default 0,
attributes int(11) default 0,
skill int(11) default 0,
level int(11) default 0,
PRIMARY KEY (item_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,9 @@
-- --------------------------------------
-- Table structure for auto_announcements
-- --------------------------------------
CREATE TABLE IF NOT EXISTS `auto_announcements` (
`id` int(11) NOT NULL auto_increment,
`announcement` varchar(255) NOT NULL,
`delay` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,45 @@
DROP TABLE IF EXISTS `auto_chat`;
CREATE TABLE `auto_chat` (
`groupId` INT NOT NULL default '0',
`npcId` INT NOT NULL default '0',
`chatDelay` BIGINT NOT NULL default '-1',
PRIMARY KEY (`groupId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `auto_chat` VALUES
-- Preacher of Doom
(1,31093,-1),
(2,31172,-1),
(3,31174,-1),
(4,31176,-1),
(5,31178,-1),
(6,31180,-1),
(7,31182,-1),
(8,31184,-1),
(9,31186,-1),
(10,31188,-1),
(11,31190,-1),
(12,31192,-1),
(13,31194,-1),
(14,31196,-1),
(15,31198,-1),
(16,31200,-1),
-- Orator of Revelations
(17,31094,-1),
(18,31173,-1),
(19,31175,-1),
(20,31177,-1),
(21,31179,-1),
(22,31181,-1),
(23,31183,-1),
(24,31185,-1),
(25,31187,-1),
(26,31189,-1),
(27,31191,-1),
(28,31193,-1),
(29,31195,-1),
(30,31197,-1),
(31,31199,-1),
(32,31201,-1);
@@ -0,0 +1,264 @@
DROP TABLE IF EXISTS `auto_chat_text`;
CREATE TABLE `auto_chat_text` (
`groupId` INT NOT NULL default '0',
`chatText` VARCHAR(255) NOT NULL default '',
PRIMARY KEY (`groupId`,`chatText`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `auto_chat_text` VALUES
(1,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(1,'%player_cabal_loser%! You bring an ill wind!'),
(1,'%player_cabal_loser%! You might as well give up!'),
(1,'A curse upon you!'),
(1,'All is lost! Prepare to meet the goddess of death!'),
(1,'All is lost! The prophecy of destruction has been fulfilled!'),
(1,'The prophecy of doom has awoken!'),
(1,'This world will soon be annihilated!'),
(2,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(2,'%player_cabal_loser%! You bring an ill wind!'),
(2,'%player_cabal_loser%! You might as well give up!'),
(2,'A curse upon you!'),
(2,'All is lost! Prepare to meet the goddess of death!'),
(2,'All is lost! The prophecy of destruction has been fulfilled!'),
(2,'The prophecy of doom has awoken!'),
(2,'This world will soon be annihilated!'),
(3,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(3,'%player_cabal_loser%! You bring an ill wind!'),
(3,'%player_cabal_loser%! You might as well give up!'),
(3,'A curse upon you!'),
(3,'All is lost! Prepare to meet the goddess of death!'),
(3,'All is lost! The prophecy of destruction has been fulfilled!'),
(3,'The prophecy of doom has awoken!'),
(3,'This world will soon be annihilated!'),
(4,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(4,'%player_cabal_loser%! You bring an ill wind!'),
(4,'%player_cabal_loser%! You might as well give up!'),
(4,'A curse upon you!'),
(4,'All is lost! Prepare to meet the goddess of death!'),
(4,'All is lost! The prophecy of destruction has been fulfilled!'),
(4,'The prophecy of doom has awoken!'),
(4,'This world will soon be annihilated!'),
(5,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(5,'%player_cabal_loser%! You bring an ill wind!'),
(5,'%player_cabal_loser%! You might as well give up!'),
(5,'A curse upon you!'),
(5,'All is lost! Prepare to meet the goddess of death!'),
(5,'All is lost! The prophecy of destruction has been fulfilled!'),
(5,'The prophecy of doom has awoken!'),
(5,'This world will soon be annihilated!'),
(6,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(6,'%player_cabal_loser%! You bring an ill wind!'),
(6,'%player_cabal_loser%! You might as well give up!'),
(6,'A curse upon you!'),
(6,'All is lost! Prepare to meet the goddess of death!'),
(6,'All is lost! The prophecy of destruction has been fulfilled!'),
(6,'The prophecy of doom has awoken!'),
(6,'This world will soon be annihilated!'),
(7,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(7,'%player_cabal_loser%! You bring an ill wind!'),
(7,'%player_cabal_loser%! You might as well give up!'),
(7,'A curse upon you!'),
(7,'All is lost! Prepare to meet the goddess of death!'),
(7,'All is lost! The prophecy of destruction has been fulfilled!'),
(7,'The prophecy of doom has awoken!'),
(7,'This world will soon be annihilated!'),
(8,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(8,'%player_cabal_loser%! You bring an ill wind!'),
(8,'%player_cabal_loser%! You might as well give up!'),
(8,'A curse upon you!'),
(8,'All is lost! Prepare to meet the goddess of death!'),
(8,'All is lost! The prophecy of destruction has been fulfilled!'),
(8,'The prophecy of doom has awoken!'),
(8,'This world will soon be annihilated!'),
(9,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(9,'%player_cabal_loser%! You bring an ill wind!'),
(9,'%player_cabal_loser%! You might as well give up!'),
(9,'A curse upon you!'),
(9,'All is lost! Prepare to meet the goddess of death!'),
(9,'All is lost! The prophecy of destruction has been fulfilled!'),
(9,'The prophecy of doom has awoken!'),
(9,'This world will soon be annihilated!'),
(10,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(10,'%player_cabal_loser%! You bring an ill wind!'),
(10,'%player_cabal_loser%! You might as well give up!'),
(10,'A curse upon you!'),
(10,'All is lost! Prepare to meet the goddess of death!'),
(10,'All is lost! The prophecy of destruction has been fulfilled!'),
(10,'The prophecy of doom has awoken!'),
(10,'This world will soon be annihilated!'),
(11,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(11,'%player_cabal_loser%! You bring an ill wind!'),
(11,'%player_cabal_loser%! You might as well give up!'),
(11,'A curse upon you!'),
(11,'All is lost! Prepare to meet the goddess of death!'),
(11,'All is lost! The prophecy of destruction has been fulfilled!'),
(11,'The prophecy of doom has awoken!'),
(11,'This world will soon be annihilated!'),
(12,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(12,'%player_cabal_loser%! You bring an ill wind!'),
(12,'%player_cabal_loser%! You might as well give up!'),
(12,'A curse upon you!'),
(12,'All is lost! Prepare to meet the goddess of death!'),
(12,'All is lost! The prophecy of destruction has been fulfilled!'),
(12,'The prophecy of doom has awoken!'),
(12,'This world will soon be annihilated!'),
(13,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(13,'%player_cabal_loser%! You bring an ill wind!'),
(13,'%player_cabal_loser%! You might as well give up!'),
(13,'A curse upon you!'),
(13,'All is lost! Prepare to meet the goddess of death!'),
(13,'All is lost! The prophecy of destruction has been fulfilled!'),
(13,'The prophecy of doom has awoken!'),
(13,'This world will soon be annihilated!'),
(14,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(14,'%player_cabal_loser%! You bring an ill wind!'),
(14,'%player_cabal_loser%! You might as well give up!'),
(14,'A curse upon you!'),
(14,'All is lost! Prepare to meet the goddess of death!'),
(14,'All is lost! The prophecy of destruction has been fulfilled!'),
(14,'The prophecy of doom has awoken!'),
(14,'This world will soon be annihilated!'),
(15,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(15,'%player_cabal_loser%! You bring an ill wind!'),
(15,'%player_cabal_loser%! You might as well give up!'),
(15,'A curse upon you!'),
(15,'All is lost! Prepare to meet the goddess of death!'),
(15,'All is lost! The prophecy of destruction has been fulfilled!'),
(15,'The prophecy of doom has awoken!'),
(15,'This world will soon be annihilated!'),
(16,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
(16,'%player_cabal_loser%! You bring an ill wind!'),
(16,'%player_cabal_loser%! You might as well give up!'),
(16,'A curse upon you!'),
(16,'All is lost! Prepare to meet the goddess of death!'),
(16,'All is lost! The prophecy of destruction has been fulfilled!'),
(16,'The prophecy of doom has awoken!'),
(16,'This world will soon be annihilated!'),
(17,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(17,'%player_cabal_winner%, Darkness shall be banished forever!'),
(17,'%player_cabal_winner%, the time for glory is at hand!'),
(17,'All hail the eternal twilight!'),
(17,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(17,'The day of judgment is near!'),
(17,'The prophecy of darkness has been fulfilled!'),
(17,'The prophecy of darkness has come to pass!'),
(18,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(18,'%player_cabal_winner%, Darkness shall be banished forever!'),
(18,'%player_cabal_winner%, the time for glory is at hand!'),
(18,'All hail the eternal twilight!'),
(18,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(18,'The day of judgment is near!'),
(18,'The prophecy of darkness has been fulfilled!'),
(18,'The prophecy of darkness has come to pass!'),
(19,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(19,'%player_cabal_winner%, Darkness shall be banished forever!'),
(19,'%player_cabal_winner%, the time for glory is at hand!'),
(19,'All hail the eternal twilight!'),
(19,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(19,'The day of judgment is near!'),
(19,'The prophecy of darkness has been fulfilled!'),
(19,'The prophecy of darkness has come to pass!'),
(20,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(20,'%player_cabal_winner%, Darkness shall be banished forever!'),
(20,'%player_cabal_winner%, the time for glory is at hand!'),
(20,'All hail the eternal twilight!'),
(20,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(20,'The day of judgment is near!'),
(20,'The prophecy of darkness has been fulfilled!'),
(20,'The prophecy of darkness has come to pass!'),
(21,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(21,'%player_cabal_winner%, Darkness shall be banished forever!'),
(21,'%player_cabal_winner%, the time for glory is at hand!'),
(21,'All hail the eternal twilight!'),
(21,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(21,'The day of judgment is near!'),
(21,'The prophecy of darkness has been fulfilled!'),
(21,'The prophecy of darkness has come to pass!'),
(22,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(22,'%player_cabal_winner%, Darkness shall be banished forever!'),
(22,'%player_cabal_winner%, the time for glory is at hand!'),
(22,'All hail the eternal twilight!'),
(22,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(22,'The day of judgment is near!'),
(22,'The prophecy of darkness has been fulfilled!'),
(22,'The prophecy of darkness has come to pass!'),
(23,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(23,'%player_cabal_winner%, Darkness shall be banished forever!'),
(23,'%player_cabal_winner%, the time for glory is at hand!'),
(23,'All hail the eternal twilight!'),
(23,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(23,'The day of judgment is near!'),
(23,'The prophecy of darkness has been fulfilled!'),
(23,'The prophecy of darkness has come to pass!'),
(24,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(24,'%player_cabal_winner%, Darkness shall be banished forever!'),
(24,'%player_cabal_winner%, the time for glory is at hand!'),
(24,'All hail the eternal twilight!'),
(24,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(24,'The day of judgment is near!'),
(24,'The prophecy of darkness has been fulfilled!'),
(24,'The prophecy of darkness has come to pass!'),
(25,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(25,'%player_cabal_winner%, Darkness shall be banished forever!'),
(25,'%player_cabal_winner%, the time for glory is at hand!'),
(25,'All hail the eternal twilight!'),
(25,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(25,'The day of judgment is near!'),
(25,'The prophecy of darkness has been fulfilled!'),
(25,'The prophecy of darkness has come to pass!'),
(26,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(26,'%player_cabal_winner%, Darkness shall be banished forever!'),
(26,'%player_cabal_winner%, the time for glory is at hand!'),
(26,'All hail the eternal twilight!'),
(26,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(26,'The day of judgment is near!'),
(26,'The prophecy of darkness has been fulfilled!'),
(26,'The prophecy of darkness has come to pass!'),
(27,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(27,'%player_cabal_winner%, Darkness shall be banished forever!'),
(27,'%player_cabal_winner%, the time for glory is at hand!'),
(27,'All hail the eternal twilight!'),
(27,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(27,'The day of judgment is near!'),
(27,'The prophecy of darkness has been fulfilled!'),
(27,'The prophecy of darkness has come to pass!'),
(28,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(28,'%player_cabal_winner%, Darkness shall be banished forever!'),
(28,'%player_cabal_winner%, the time for glory is at hand!'),
(28,'All hail the eternal twilight!'),
(28,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(28,'The day of judgment is near!'),
(28,'The prophecy of darkness has been fulfilled!'),
(28,'The prophecy of darkness has come to pass!'),
(29,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(29,'%player_cabal_winner%, Darkness shall be banished forever!'),
(29,'%player_cabal_winner%, the time for glory is at hand!'),
(29,'All hail the eternal twilight!'),
(29,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(29,'The day of judgment is near!'),
(29,'The prophecy of darkness has been fulfilled!'),
(29,'The prophecy of darkness has come to pass!'),
(30,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(30,'%player_cabal_winner%, Darkness shall be banished forever!'),
(30,'%player_cabal_winner%, the time for glory is at hand!'),
(30,'All hail the eternal twilight!'),
(30,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(30,'The day of judgment is near!'),
(30,'The prophecy of darkness has been fulfilled!'),
(30,'The prophecy of darkness has come to pass!'),
(31,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(31,'%player_cabal_winner%, Darkness shall be banished forever!'),
(31,'%player_cabal_winner%, the time for glory is at hand!'),
(31,'All hail the eternal twilight!'),
(31,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(31,'The day of judgment is near!'),
(31,'The prophecy of darkness has been fulfilled!'),
(31,'The prophecy of darkness has come to pass!'),
(32,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
(32,'%player_cabal_winner%, Darkness shall be banished forever!'),
(32,'%player_cabal_winner%, the time for glory is at hand!'),
(32,'All hail the eternal twilight!'),
(32,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
(32,'The day of judgment is near!'),
(32,'The prophecy of darkness has been fulfilled!'),
(32,'The prophecy of darkness has come to pass!');
@@ -0,0 +1,9 @@
CREATE TABLE IF NOT EXISTS `bbs_favorites` (
`favId` INT UNSIGNED NOT NULL AUTO_INCREMENT,
`playerId` INT UNSIGNED NOT NULL,
`favTitle` VARCHAR(50) NOT NULL,
`favBypass` VARCHAR(127) NOT NULL,
`favAddDate` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`favId`),
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS `buffer_schemes` (
`object_id` INT UNSIGNED NOT NULL DEFAULT '0',
`scheme_name` VARCHAR(16) NOT NULL DEFAULT 'default',
`skills` VARCHAR(200) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,25 @@
-- ---------------------------
-- Table structure for castle
-- ---------------------------
CREATE TABLE IF NOT EXISTS castle (
id INT NOT NULL default 0,
name varchar(25) NOT NULL,
taxPercent INT NOT NULL default 15,
treasury INT NOT NULL default 0,
siegeDate DECIMAL(20,0) NOT NULL default 0,
siegeDayOfWeek INT NOT NULL default 7,
siegeHourOfDay INT NOT NULL default 20,
PRIMARY KEY (name),
KEY id (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT IGNORE INTO `castle` VALUES
(1,'Gludio',0,0,0,7,20),
(2,'Dion',0,0,0,7,20),
(3,'Giran',0,0,0,1,16),
(4,'Oren',0,0,0,1,16),
(5,'Aden',0,0,0,7,20),
(6,'Innadril',0,0,0,1,16),
(7,'Goddard',0,0,0,1,16),
(8,'Rune',0,0,0,7,20),
(9,'Schuttgart',0,0,0,7,20);
@@ -0,0 +1,137 @@
-- ---------------------------
-- Table structure for castle_door
-- ---------------------------
DROP TABLE IF EXISTS castle_door;
CREATE TABLE castle_door (
castleId INT NOT NULL default 0,
id INT NOT NULL default 0,
name varchar(30) NOT NULL,
x INT NOT NULL default 0,
y INT NOT NULL default 0,
z INT NOT NULL default 0,
range_xmin INT NOT NULL default 0,
range_ymin INT NOT NULL default 0,
range_zmin INT NOT NULL default 0,
range_xmax INT NOT NULL default 0,
range_ymax INT NOT NULL default 0,
range_zmax INT NOT NULL default 0,
hp INT NOT NULL default 0,
pDef INT NOT NULL default 0,
mDef INT NOT NULL default 0,
PRIMARY KEY (id),
KEY id (castleId)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `castle_door` (`castleId`, `id`, `name`, `x`, `y`, `z`, `range_xmin`, `range_ymin`, `range_zmin`, `range_xmax`, `range_ymax`, `range_zmax`, `hp`, `pDef`, `mDef`) VALUES
(1,19210001,'Gludio_outer_001',-18481,113065,-2774,-18481,113058,-2799,-18350,113072,-2479,316500,644,518),
(1,19210002,'Gludio_outer_002',-18219,113065,-2774,-18351,113058,-2799,-18220,113072,-2479,316500,644,518),
(1,19210003,'Gludio_wall_001',-19912,111381,-2861,-19977,111082,-2922,-19848,111682,-2462,678840,837,674),
(1,19210004,'Gludio_wall_002',-16586,111382,-2880,-16650,111082,-2922,-16522,111682,-2462,678840,837,674),
(1,19210005,'Gludio_inner_001',-18244,110520,-2518,-18244,110514,-2548,-18113,110526,-2293,158250,644,518),
(1,19210006,'Gludio_inner_002',-17981,110520,-2518,-18113,110514,-2548,-17982,110526,-2293,158250,644,518),
(1,19210007,'Gludio_small_002',-19235,108276,-2389,-19333,108276,-2408,-19235,108277,-2280,158250,644,518),
(1,19210008,'Gludio_station',-18997,108062,-2038,-19003,108057,-2069,-18991,108208,-1819,158250,644,518),
(1,19210009,'Gludio_small_001',-17939,107109,-2387,-17940,107011,-2408,-17939,107109,-2280,158250,644,518),
(2,20220001,'Dion_outer_001',22441,156684,-2968,22302,156678,-2994,22450,156692,-2674,316500,644,518),
(2,20220002,'Dion_outer_002',22179,156684,-2968,22171,156678,-2994,22318,156692,-2674,316500,644,518),
(2,20220003,'Dion_wall_001',23873,158368,-3055,23809,158060,-3116,23937,158676,-2656,678840,837,674),
(2,20220004,'Dion_wall_002',20546,158368,-3074,20483,158060,-3116,20611,158676,-2656,678840,837,674),
(2,20220005,'Dion_inner_001',22205,159230,-2712,22067,159224,-2735,22213,159236,-2480,158250,644,518),
(2,20220006,'Dion_inner_002',21943,159230,-2712,21935,159224,-2735,22082,159236,-2480,158250,644,518),
(2,20220007,'Dion_small_001',23194,161470,-2583,23187,161470,-2602,23300,161472,-2474,158250,644,518),
(2,20220008,'Dion_station',22905,161547,-2232,22900,161535,-2258,22912,161702,-2008,158250,644,518),
(2,20220009,'Dion_small_002',21899,162738,-2483,21899,162629,-2602,21899,162744,-2474,158250,644,518),
(3,23220001,'Giran_outer_001',112857,144729,-2841,112850,144720,-2864,112864,144867,-2544,316500,644,518),
(3,23220002,'Giran_outer_002',112857,144990,-2841,112850,144852,-2864,112864,144997,-2544,316500,644,518),
(3,23220003,'Giran_wall_001',114540,143296,-2928,114232,143232,-2991,114848,143360,-2531,678840,837,674),
(3,23220004,'Giran_wall_002',114540,146623,-2945,114232,146559,-2989,114848,146687,-2531,678840,837,674),
(3,23220005,'Giran_inner_001',115402,144965,-2585,115396,144956,-2607,115408,145104,-2352,158250,644,518),
(3,23220006,'Giran_inner_002',115402,145227,-2585,115396,145088,-2607,115408,145236,-2352,158250,644,518),
(3,23220007,'Giran_small_001',117643,143974,-2456,117643,143868,-2475,117643,143981,-2347,158250,644,518),
(3,23220008,'Giran_station',117720,144242,-2105,117708,144236,-2129,117873,144248,-1879,158250,644,518),
(3,23220009,'Giran_small_002',118811,145270,-2454,118804,145270,-2475,118917,145270,-2347,158250,644,518),
(4,22190001,'Oren_outer_001',78925,36824,-2568,78918,36816,-2591,78932,36959,-2271,316500,644,518),
(4,22190002,'Oren_outer_002',78925,37085,-2568,78918,36949,-2591,78932,37092,-2271,316500,644,518),
(4,22190003,'Oren_wall_001',80616,35391,-2655,80316,35328,-2716,80924,35456,-2256,678840,837,674),
(4,22190004,'Oren_wall_002',80616,38718,-2674,80308,38718,-2716,80616,38782,-2256,678840,837,674),
(4,22190005,'Oren_inner_001',81470,37060,-2312,81464,37060,-2335,81470,37201,-2180,158250,644,518),
(4,22190006,'Oren_inner_002',81470,37322,-2312,81464,37181,-2335,81476,37332,-2180,158250,644,518),
(4,22190007,'Oren_small_001',83719,36069,-2202,83719,35964,-2202,83719,36076,-2014,158250,644,518),
(4,22190008,'Oren_station',83796,36337,-1832,83784,36331,-1856,83950,36343,-1606,158250,644,518),
(4,22190009,'Oren_small_002',84887,37365,-2181,84880,37365,-2202,84992,37365,-2074,158250,644,518),
(5,24180001,'Aden_outer_001',147278,8483,-474,147277,8474,-496,147464,8492,-1,339420,837,674),
(5,24180002,'Aden_outer_002',147634,8483,-474,147448,8474,-496,147635,8492,-1,339420,837,674),
(5,24180003,'Aden_wall_in',146770,6977,-460,146440,6895,-496,147064,7105,-391,678840,837,674),
(5,24180004,'Aden_inner_002',147341,6210,-405,147341,6202,-430,147462,6220,-140,84855,837,674),
(5,24180005,'Aden_inner_001',147571,6210,-430,147450,6202,-430,147572,6220,-140,84855,837,674),
(5,24180006,'Aden_wall_left',145200,5504,-726,144863,5119,-752,145537,5889,-187,678840,837,674),
(5,24180007,'Aden_left_004',146607,5384,-20,146600,5318,-45,146614,5386,140,113151,837,674),
(5,24180008,'Aden_left_003',146606,5262,-20,146600,5262,-45,146614,5329,140,113151,837,674),
(5,24180009,'Aden_right_003',148324,5384,-20,148317,5319,-44,148331,5386,140,113151,837,674),
(5,24180010,'Aden_right_004',148323,5262,-20,148317,5261,-44,148317,5328,140,113151,837,674),
(5,24180011,'Aden_wall_right',149711,5503,-726,149887,5119,-752,150049,5889,-197,678840,837,674),
(5,24180012,'Aden_left_002',146001,4721,-402,145993,4601,-427,146011,4722,-98,113151,837,674),
(5,24180013,'Aden_left_001',146001,4493,-402,145993,4493,-427,146011,4613,-98,113151,837,674),
(5,24180014,'Aden_right_001',148908,4721,-402,148900,4602,-427,148918,4723,-98,113151,837,674),
(5,24180015,'Aden_right_002',148908,4493,-402,148900,4492,-427,148918,4613,-98,113151,837,674),
(5,24180016,'Aden_terrace',147511,2240,180,147398,2243,201,147514,2245,434,113151,837,674),
(5,24180018,'Aden_side_door2',150044,3783,-80,150040,3776,-102,150056,3904,145,678840,837,674),
(5,24180019,'Aden_side_door1',149208,3077,1260,149209,3072,1235,149217,3200,1478,678840,837,674),
(5,24180020,'Aden_side_door4',144859,3783,-80,144848,3775,-102,144881,3902,145,678840,837,674),
(5,24180021,'Aden_side_door3',145694,3076,1259,145688,3072,1234,145712,3200,1477,678840,837,674),
(6,23250001,'Innadril_outer_002',116392,245462,-1064,116254,245456,-1090,116400,245470,-770,316500,644,518),
(6,23250002,'Innadril_outer_001',116130,245462,-1064,116123,245456,-1090,116269,245470,-770,316500,644,518),
(6,23250003,'Innadril_wall_001',117824,247146,-1151,117745,246831,-1212,117911,247468,-752,678840,837,674),
(6,23250004,'Innadril_wall_002',114497,247146,-1170,114417,246834,-1212,114578,247462,-752,678840,837,674),
(6,23250005,'Innadril_inner_002',116155,248008,-808,116019,248002,-831,116164,248014,-576,158250,644,518),
(6,23250006,'Innadril_inner_001',115894,248008,-808,115886,248002,-831,116033,248014,-576,158250,644,518),
(6,23250007,'Innadril_small_001',117145,250249,-679,117139,250249,-698,117250,250251,-570,158250,644,518),
(6,23250008,'Innadril_station',116856,250326,-328,116850,250315,-354,116863,250479,-104,158250,644,518),
(6,23250009,'Innadril_small_002',115849,251516,-677,115850,251412,-698,115852,251524,570,158250,644,518),
(7,24160009,'Goddard_outer_002',147642,-45571,-1945,147448,-45584,-2116,147664,-45553,-1866,316500,644,518),
(7,24160010,'Goddard_outer_001',147290,-45571,-1945,147272,-45584,-2116,147480,-45552,-1866,316500,644,518),
(7,24160011,'Goddard_side_door_001',149144,-48368,-2223,149130,-48384,-2411,149160,-48098,-2161,158250,644,518),
(7,24160012,'Goddard_side_door_002',145793,-48368,-2223,145779,-48385,-2411,145811,-48097,-2161,158250,644,518),
(7,24160013,'Goddard_side_door_003',148998,-47795,-1511,148940,-47890,-1625,149056,-47698,-1375,316500,644,518),
(7,24160014,'Goddard_side_door_004',145931,-47794,-1511,145873,-47890,-1625,145989,-47698,-1375,316500,644,518),
(7,24160015,'Goddard_station_001',148750,-49120,-588,148650,-49143,-715,148866,-49092,-465,158250,644,518),
(7,24160016,'Goddard_station_002',146180,-49121,-588,146080,-49144,-715,146296,-49093,-465,158250,644,518),
(7,24160017,'Goddard_ctr_001',150248,-48577,-1659,150147,-48600,-1775,150364,-48549,-1525,39562.5,644,518),
(7,24160018,'Goddard_ctr_002',144682,-48577,-1659,144581,-48600,-1775,144798,-48549,-1525,39562.5,644,518),
(7,24160019,'Goddard_inner_001',148751,-48603,-2290,148735,-48680,-2414,148764,-48528,-2164,678840,644,518),
(7,24160020,'Goddard_inner_002',146180,-48603,-2290,146164,-48680,-2414,146193,-48528,-2164,678840,644,518),
(7,24160021,'Goddard_wall_001',150106,-47523,-2289,149636,-47958,-2573,150734,-46931,-2323,678840,837,674),
(7,24160022,'Goddard_wall_002',144824,-47522,-2289,144480,-47958,-2572,145286,-46922,-2322,678840,837,674),
(7,24160023,'Goddard_inner_003',147464,-46200,-1987,147366,-46218,-2113,147562,-46171,-1863,678840,644,518),
-- C5 castles, Z-coordinates unchecked
(8,20160001,'Rune_outer_001',18492,-49243,-1215,18458,-49337,-1251,18507,-49136,-700,339420,837,674),
(8,20160002,'Rune_outer_002',18491,-49069,-1214,18458,-49167,-1251,18506,-48968,-700,339420,837,674),
(8,20160003,'Rune_inner_001',15775,-49202,-1059,15752,-49264,-1088,15785,-49136,-700,253200,837,674),
(8,20160004,'Rune_inner_002',15776,-49101,-1059,15752,-49168,-1088,15785,-49039,-700,253200,837,674),
(8,20160005,'Rune_inner_003',15352,-49149,-1057,15320,-49268,-1093,15361,-49027,-700,253200,837,674),
(8,20160006,'Rune_inner_004',12866,-51123,-1087,12746,-51140,-1115,12984,-51096,-800,253200,837,674),
(8,20160007,'Rune_wall_001',17162,-51449,-1084,16996,-51780,-1121,17521,-51277,-641,253200,837,674),
(8,20160008,'Rune_wall_002',17163,-46854,-1089,16983,-47020,-1121,17522,-46522,-641,253200,837,674),
(8,20160009,'Rune_wall_003',13793,-51445,-1072,13526,-52034,-1121,14216,-51354,-353,253200,837,674),
(9,22130001,'Schutt_outer_001',77638,-149643,-353,77539,-149648,-381,77754,-149616,-131,316500,837,674),
(9,22130002,'Schutt_outer_002',77476,-149643,-353,77362,-149649,-381,77571,-149616,-131,316500,837,674),
(9,22130003,'Schutt_inner_001',77550,-150256,-347,77456,-150282,-376,77653,-150235,-126,253200,837,674),
(9,22130004,'Schutt_wall_001',79860,-151728,-652,79730,-152022,-840,80861,-150985,-590,678840,837,674),
(9,22130005,'Schutt_wall_002',75262,-151692,-652,74229,-152016,-839,75377,-150961,-589,678840,837,674),
(9,22130006,'Schutt_side_door_001',79240,-152301,-648,79220,-152449,-676,79250,-152162,-426,253200,837,674),
(9,22130007,'Schutt_side_door_002',75889,-152297,-648,75869,-152449,-676,75902,-152162,-426,253200,837,674),
(9,22130008,'Schutt_side_door_003',79088,-151856,126,79065,-151955,97,79147,-151762,347,253200,837,674),
(9,22130009,'Schutt_side_door_004',76020,-151856,126,75964,-151954,97,76079,-151763,347,253200,837,674),
(9,22130010,'Schutt_ctr_001',80334,-152640,-12,80238,-152664,-43,80454,-152613,207,253200,837,674),
(9,22130011,'Schutt_ctr_002',74768,-152639,-12,74672,-152664,-43,74888,-152613,207,253200,837,674),
(9,22130012,'Schutt_inner_001',78849,-152663,-652,78826,-152745,-682,78855,-152592,-432,253200,837,674),
(9,22130013,'Schutt_inner_002',76262,-152667,-652,76255,-152744,-682,76284,-152592,-432,253200,837,674),
(9,22130014,'Schutt_station_001',78844,-153186,1055,78740,-153207,1017,78957,-153156,1267,253200,837,674),
(9,22130015,'Schutt_station_002',76267,-153181,1055,76170,-153208,1017,76387,-153157,1267,253200,837,674),
-- Devastated Castle
(34,25170001,'outer_gate',178212,-15038,-2135,178211,-15038,-2294,178342,-15017,-1976,158250,644,518),
(34,25170002,'outer_gate',178468,-15038,-2135,178339,-15038,-2295,178469,-15017,-1977,158250,644,518),
(34,25170003,'inner_door',178121,-18226,-2286,178120,-18225,-2286,178183,-18211,-1836,79125,644,518),
(34,25170004,'inner_door',178247,-18220,-2210,178182,-18225,-2286,178245,-18211,-1836,79125,644,518),
(34,25170005,'inner_door',178119,-18220,-2210,178302,-18611,-2287,178309,-18573,-1837,79125,644,518),
(34,25170006,'inner_door',178298,-18650,-2233,178302,-18648,-2287,178309,-18610,-1837,79125,644,518);
@@ -0,0 +1,10 @@
-- ---------------------------
-- Table structure for castle_doorupgrade
-- ---------------------------
CREATE TABLE IF NOT EXISTS castle_doorupgrade (
doorId INT NOT NULL default 0,
hp INT NOT NULL default 0,
pDef INT NOT NULL default 0,
mDef INT NOT NULL default 0,
PRIMARY KEY (doorId )
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,13 @@
-- ---------------------------
-- Table structure for `castle_manor_procure`
-- ---------------------------
CREATE TABLE IF NOT EXISTS `castle_manor_procure` (
`castle_id` INT NOT NULL DEFAULT '0',
`crop_id` int(11) NOT NULL DEFAULT '0',
`can_buy` int(11) NOT NULL DEFAULT '0',
`start_buy` int(11) NOT NULL DEFAULT '0',
`price` int(11) NOT NULL DEFAULT '0',
`reward_type` int(11) NOT NULL DEFAULT '0',
`period` INT NOT NULL DEFAULT '1',
PRIMARY KEY (`castle_id`,`crop_id`,`period`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,12 @@
-- ---------------------------
-- Table structure for `castle_manor_production`
-- ---------------------------
CREATE TABLE IF NOT EXISTS `castle_manor_production` (
`castle_id` INT NOT NULL DEFAULT '0',
`seed_id` int(11) NOT NULL DEFAULT '0',
`can_produce` int(11) NOT NULL DEFAULT '0',
`start_produce` int(11) NOT NULL DEFAULT '0',
`seed_price` int(11) NOT NULL DEFAULT '0',
`period` INT NOT NULL DEFAULT '1',
PRIMARY KEY (`castle_id`,`seed_id`,`period`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,6 @@
CREATE TABLE IF NOT EXISTS `character_friends` (
`char_id` INT UNSIGNED NOT NULL default 0,
`friend_id` INT UNSIGNED NOT NULL DEFAULT 0,
`relation` INT UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (`char_id`,`friend_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,7 @@
CREATE TABLE IF NOT EXISTS `character_hennas` (
`char_obj_id` INT NOT NULL DEFAULT 0,
`symbol_id` INT,
`slot` INT NOT NULL DEFAULT 0,
`class_index` INT(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`char_obj_id`,`slot`,`class_index`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,13 @@
-- ---------------------------
-- Table structure for character_macroses
-- ---------------------------
CREATE TABLE IF NOT EXISTS `character_macroses` (
`char_obj_id` INT NOT NULL DEFAULT 0,
`id` INT NOT NULL DEFAULT 0,
`icon` INT,
`name` VARCHAR(40) ,
`descr` VARCHAR(80) ,
`acronym` VARCHAR(4) ,
`commands` VARCHAR(255) ,
PRIMARY KEY (`char_obj_id`,`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,12 @@
CREATE TABLE IF NOT EXISTS `character_mail` (
`charId` int(10) NOT NULL,
`letterId` int(10),
`senderId` int(10) NOT NULL,
`location` varchar(45) NOT NULL,
`recipientNames` varchar(200) default NULL,
`subject` varchar(128) default NULL,
`message` varchar(3000) default NULL,
`sentDate` timestamp NULL default NULL,
`unread` smallint(1) default 1,
PRIMARY KEY (`letterId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,17 @@
drop table IF EXISTS `character_offline_trade`;
CREATE TABLE `character_offline_trade` (
`charId` int(11) NOT NULL,
`time` bigint(20) unsigned NOT NULL DEFAULT '0',
`type` tinyint(4) NOT NULL DEFAULT '0',
`title` varchar(100) DEFAULT NULL,
PRIMARY KEY (`charId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
drop table IF EXISTS `character_offline_trade_items`;
CREATE TABLE `character_offline_trade_items` (
`charId` int(10) NOT NULL DEFAULT '0',
`item` int(10) NOT NULL DEFAULT '0',
`count` int(20) NOT NULL DEFAULT '0',
`price` int(20) NOT NULL DEFAULT '0',
`enchant` int(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,10 @@
-- ----------------------------
-- Table structure for character_quests
-- ----------------------------
CREATE TABLE IF NOT EXISTS `character_quests` (
`char_id` INT NOT NULL DEFAULT 0,
`name` VARCHAR(40) NOT NULL DEFAULT '',
`var` VARCHAR(20) NOT NULL DEFAULT '',
`value` VARCHAR(255) ,
PRIMARY KEY (`char_id`,`name`,`var`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,6 @@
CREATE TABLE IF NOT EXISTS `character_raid_points` (
`charId` INT UNSIGNED NOT NULL DEFAULT 0,
`boss_id` INT UNSIGNED NOT NULL DEFAULT 0,
`points` INT UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (`charId`,`boss_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,9 @@
-- ---------------------------
-- Table structure for character_recipebook
-- ---------------------------
CREATE TABLE IF NOT EXISTS character_recipebook (
char_id decimal(11) NOT NULL default 0,
id decimal(11) NOT NULL default 0,
type INT NOT NULL default 0,
PRIMARY KEY (id,char_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,8 @@
-- ----------------------------
-- Table structure for character_recommends
-- ----------------------------
CREATE TABLE IF NOT EXISTS character_recommends (
char_id INT NOT NULL default 0,
target_id INT(11) NOT NULL DEFAULT 0,
PRIMARY KEY (char_id,target_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,14 @@
-- ---------------------------
-- Table structure for character_shortcuts
-- ---------------------------
CREATE TABLE IF NOT EXISTS character_shortcuts (
char_obj_id decimal(11) NOT NULL default 0,
slot decimal(3) NOT NULL default 0,
page decimal(3) NOT NULL default 0,
type decimal(3) ,
shortcut_id decimal(16) ,
level varchar(4) ,
`class_index` int(1) NOT NULL default '0',
PRIMARY KEY (char_obj_id,slot,page,`class_index`),
KEY `shortcut_id` (`shortcut_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,11 @@
-- ---------------------------
-- Table structure for character_skills
-- ---------------------------
CREATE TABLE IF NOT EXISTS character_skills (
char_obj_id INT NOT NULL default 0,
skill_id INT NOT NULL default 0,
skill_level varchar(5) ,
skill_name varchar(40),
`class_index` INT(1) NOT NULL DEFAULT 0,
PRIMARY KEY (char_obj_id,skill_id,`class_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,16 @@
-- ---------------------------
-- Table structure for character_skills
-- ---------------------------
CREATE TABLE IF NOT EXISTS character_skills_save (
char_obj_id INT NOT NULL default 0,
skill_id INT NOT NULL default 0,
skill_level INT NOT NULL default 0,
effect_count INT NOT NULL default 0,
effect_cur_time INT NOT NULL default 0,
reuse_delay INT(8) NOT NULL DEFAULT 0,
`systime` BIGINT UNSIGNED NOT NULL DEFAULT 0,
restore_type INT(1) NOT NULL DEFAULT 0,
`class_index` INT(1) NOT NULL DEFAULT 0,
buff_index INT(2) NOT NULL default 0,
PRIMARY KEY (char_obj_id,skill_id,`class_index`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,12 @@
-- ---------------------------
-- Table structure for character_subclasses
-- ---------------------------
CREATE TABLE IF NOT EXISTS `character_subclasses` (
`char_obj_id` decimal(11,0) NOT NULL default '0',
`class_id` int(2) NOT NULL default '0',
`exp` decimal(20,0) NOT NULL default '0',
`sp` decimal(11,0) NOT NULL default '0',
`level` int(2) NOT NULL default '40',
`class_index` int(1) NOT NULL default '0',
PRIMARY KEY (`char_obj_id`,`class_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS `character_variables` (
`charId` int(10) UNSIGNED NOT NULL,
`var` varchar(255) NOT NULL,
`val` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,90 @@
-- ---------------------------
-- Table structure for characters
-- ---------------------------
CREATE TABLE IF NOT EXISTS characters (
account_name varchar(45) default NULL,
obj_Id decimal(11,0) NOT NULL default '0',
char_name varchar(35) NOT NULL,
`level` decimal(11,0) default NULL,
maxHp decimal(11,0) default 1,
curHp decimal(18,0) default 1,
maxCp decimal(11,0) default 1,
curCp decimal(18,0) default 1,
maxMp decimal(11,0) default 1,
curMp decimal(18,0) default 1,
acc decimal(11,0) default NULL,
crit decimal(10,0) default NULL,
evasion decimal(11,0) default NULL,
mAtk decimal(11,0) default NULL,
mDef decimal(11,0) default NULL,
mSpd decimal(11,0) default NULL,
pAtk decimal(11,0) default NULL,
pDef decimal(11,0) default NULL,
pSpd decimal(11,0) default NULL,
runSpd decimal(11,0) default NULL,
walkSpd decimal(11,0) default NULL,
str decimal(11,0) default NULL,
con decimal(11,0) default NULL,
dex decimal(11,0) default NULL,
_int decimal(11,0) default NULL,
men decimal(11,0) default NULL,
wit decimal(11,0) default NULL,
face decimal(11,0) default NULL,
hairStyle decimal(11,0) default NULL,
hairColor decimal(11,0) default NULL,
sex decimal(11,0) default NULL,
heading decimal(11,0) default NULL,
x decimal(11,0) default NULL,
y decimal(11,0) default NULL,
z decimal(11,0) default NULL,
movement_multiplier decimal(9,8) default NULL,
attack_speed_multiplier decimal(10,9) default NULL,
colRad decimal(10,3) default NULL,
colHeight decimal(10,3) default NULL,
exp decimal(20,0) default NULL,
expBeforeDeath decimal(20,0) default 0,
sp decimal(11,0) default NULL,
karma decimal(11,0) default NULL,
pvpkills decimal(11,0) default NULL,
pkkills decimal(11,0) default NULL,
clanid decimal(11,0) default NULL,
maxload decimal(11,0) default NULL,
race decimal(11,0) default NULL,
classid decimal(11,0) default NULL,
base_class int(2) NOT NULL default '0',
deletetime decimal(20,0) default NULL,
cancraft decimal(11,0) default NULL,
title varchar(16) default NULL,
rec_have int(3) NOT NULL default '0',
rec_left int(3) NOT NULL default '0',
accesslevel decimal(4,0) default NULL,
online decimal(1,0) default NULL,
onlinetime decimal(20,0) default NULL,
char_slot decimal(1) default NULL,
newbie decimal(1,0) default '1',
lastAccess decimal(20,0) default NULL,
clan_privs INT DEFAULT 0,
wantspeace decimal(1,0) DEFAULT 0,
isin7sdungeon decimal(1,0) NOT NULL default 0,
punish_level TINYINT UNSIGNED NOT NULL DEFAULT 0,
punish_timer INT UNSIGNED NOT NULL DEFAULT 0,
power_grade decimal(11,0) DEFAULT NULL,
nobless decimal(1,0) NOT NULL DEFAULT 0,
subpledge int(1) NOT NULL DEFAULT 0,
last_recom_date decimal(20,0) NOT NULL DEFAULT 0,
lvl_joined_academy int(1) NOT NULL DEFAULT 0,
apprentice int(1) NOT NULL DEFAULT 0,
sponsor int(1) NOT NULL DEFAULT 0,
varka_ketra_ally int(1) NOT NULL DEFAULT 0,
clan_join_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
clan_create_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
death_penalty_level int(2) NOT NULL DEFAULT 0,
pc_point int(5) NOT NULL DEFAULT 0,
name_color varchar(8) NOT NULL DEFAULT 0x000000,
title_color varchar(8) NOT NULL DEFAULT 0x000000,
first_log INT DEFAULT 1,
aio decimal(1,0) NOT NULL DEFAULT 0,
aio_end decimal(20,0) NOT NULL DEFAULT 0,
PRIMARY KEY (obj_Id),
KEY `clanid` (`clanid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,27 @@
-- ---------------------------
-- Table structure for clan_data
-- ---------------------------
CREATE TABLE IF NOT EXISTS clan_data (
clan_id INT NOT NULL default 0,
clan_name varchar(45) ,
clan_level INT,
reputation_score INT NOT NULL default 0,
hasCastle INT,
ally_id INT,
ally_name varchar(45),
leader_id INT,
crest_id INT,
crest_large_id INT,
ally_crest_id INT,
auction_bid_at INT NOT NULL default 0,
ally_penalty_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
ally_penalty_type DECIMAL( 1 ) NOT NULL DEFAULT 0,
char_penalty_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
dissolving_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
enabled enum('true','false') NOT NULL DEFAULT 'false',
notice TEXT,
introduction TEXT,
PRIMARY KEY (clan_id),
KEY `leader_id` (`leader_id`),
KEY `ally_id` (`ally_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,7 @@
CREATE TABLE IF NOT EXISTS clan_privs (
clan_id INT NOT NULL default 0,
rank INT NOT NULL default 0,
party INT NOT NULL default 0,
privs INT NOT NULL default 0,
PRIMARY KEY (`clan_id`,`rank`,`party`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,10 @@
-- ----------------------------
-- Table structure for clan_skills
-- ----------------------------
CREATE TABLE IF NOT EXISTS clan_skills (
clan_id int(11) NOT NULL default 0,
skill_id int(11) NOT NULL default 0,
skill_level int(5) NOT NULL default 0,
skill_name varchar(26) default NULL,
PRIMARY KEY (`clan_id`,`skill_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,7 @@
CREATE TABLE IF NOT EXISTS clan_subpledges (
clan_id INT NOT NULL default '0',
sub_pledge_id INT NOT NULL default '0',
name varchar(45),
leader_name varchar(35),
PRIMARY KEY (`clan_id`,`sub_pledge_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,10 @@
--
-- Table structure for `clan_wars`
--
CREATE TABLE IF NOT EXISTS `clan_wars` (
`clan1` varchar(35) NOT NULL default '',
`clan2` varchar(35) NOT NULL default '',
`wantspeace1` decimal(1,0) NOT NULL default '0',
`wantspeace2` decimal(1,0) NOT NULL default '0',
PRIMARY KEY (`clan1`,`clan2`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,63 @@
-- ---------------------------
-- Table structure for clanhall
-- ---------------------------
CREATE TABLE IF NOT EXISTS `clanhall` (
`id` int(11) NOT NULL default '0',
`name` varchar(40) NOT NULL default '',
`ownerId` int(11) NOT NULL default '0',
`lease` int(10) NOT NULL default '0',
`desc` text NOT NULL,
`location` varchar(15) NOT NULL default '',
`paidUntil` decimal(20,0) NOT NULL default '0',
`Grade` decimal(1,0) NOT NULL default '0',
`paid` int( 1 ) NOT NULL default '0',
PRIMARY KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records
-- ----------------------------
INSERT IGNORE INTO `clanhall` VALUES ('21','Fortress of Resistance','0','100000','Ol Mahum Fortress of Resistance','Partisan','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('22','Moonstone Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('23','Onyx Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('24','Topaz Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('25','Ruby Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('26','Crystal Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('27','Onyx Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('28','Sapphire Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('29','Moonstone Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('30','Emerald Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('31','The Atramental Barracks','0','100000','Clan hall located in the Town of Dion','Dion','0','1','0');
INSERT IGNORE INTO `clanhall` VALUES ('32','The Scarlet Barracks','0','100000','Clan hall located in the Town of Dion','Dion','0','1','0');
INSERT IGNORE INTO `clanhall` VALUES ('33','The Viridian Barracks','0','100000','Clan hall located in the Town of Dion','Dion','0','1','0');
INSERT IGNORE INTO `clanhall` VALUES ('34','Devastated Castle','0','100000','Contestable Clan Hall','Devastated','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('35','Bandit Stronghold','0','100000','Contestable Clan Hall','Bandit','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('36','The Golden Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('37','The Silver Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('38','The Mithril Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('39','Silver Manor','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('40','Gold Manor','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('41','The Bronze Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('42','The Golden Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('43','The Silver Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('44','The Mithril Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('45','The Bronze Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('46','Silver Manor','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('47','Moonstone Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('48','Onyx Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('49','Emerald Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('50','Sapphire Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('51','Mont Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('52','Astaire Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('53','Aria Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('54','Yiana Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('55','Roien Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('56','Luna Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('57','Traban Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('58','Eisen Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('59','Heavy Metal Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('60','Molten Ore Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('61','Titan Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
INSERT IGNORE INTO `clanhall` VALUES ('62','Rainbow Springs','0','100000','','HotSpring','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('63','Beast Farm','0','100000','','BeastFarm','0','3','0');
INSERT IGNORE INTO `clanhall` VALUES ('64','Fortress of the Dead','0','100000','','DeadForest','0','3','0');
@@ -0,0 +1,12 @@
-- ---------------------------
-- Table structure for `clanhall_functions`
-- ---------------------------
CREATE TABLE IF NOT EXISTS `clanhall_functions` (
`hall_id` int(2) NOT NULL default '0',
`type` int(1) NOT NULL default '0',
`lvl` int(3) NOT NULL default '0',
`lease` int(10) NOT NULL default '0',
`rate` decimal(20,0) NOT NULL default '0',
`endTime` decimal(20,0) NOT NULL default '0',
PRIMARY KEY (`hall_id`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,16 @@
-- ----------------------------
-- Table structure for clanhall_siege
-- ----------------------------
DROP TABLE IF EXISTS `clanhall_siege`;
CREATE TABLE IF NOT EXISTS `clanhall_siege` (
`id` int(11) NOT NULL,
`name` varchar(40) NOT NULL,
`siege_data` decimal(20,0) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records
-- ----------------------------
INSERT INTO `clanhall_siege` VALUES
(35, 'Bandit Stronghold', 0);
@@ -0,0 +1,28 @@
-- --------------------------------
-- Table structure for table `ctf`
-- Created by SqueezeD & Serpent for l2jfree
-- --------------------------------
DROP TABLE IF EXISTS `ctf`;
CREATE TABLE `ctf` (
`eventName` varchar(255) NOT NULL default '',
`eventDesc` varchar(255) NOT NULL default '',
`joiningLocation` varchar(255) NOT NULL default '',
`minlvl` int(4) NOT NULL default '0',
`maxlvl` int(4) NOT NULL default '0',
`npcId` int(8) NOT NULL default '0',
`npcX` int(11) NOT NULL default '0',
`npcY` int(11) NOT NULL default '0',
`npcZ` int(11) NOT NULL default '0',
`npcHeading` int(11) NOT NULL default '0',
`rewardId` int(11) NOT NULL default '0',
`rewardAmount` int(11) NOT NULL default '0',
`teamsCount` int(4) NOT NULL default '0',
`joinTime` int(11) NOT NULL default '0',
`eventTime` int(11) NOT NULL default '0',
`minPlayers` int(4) NOT NULL default '0',
`maxPlayers` int(4) NOT NULL default '0',
`delayForNextEvent` BIGINT NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `ctf` (`eventName`, `eventDesc`, `joiningLocation`, `minlvl`, `maxlvl`, `npcId`, `npcX`, `npcY`, `npcZ`, `npcHeading`, `rewardId`, `rewardAmount`, `teamsCount`, `joinTime`, `eventTime`, `minPlayers`, `maxPlayers`, `delayForNextEvent`) VALUES
('Capture the flag', 'CTF', 'Giran', 1, 80, 70011, 82580, 148552, -3468, 16972, 8752, 1, 2, 5, 5, 2, 50, 300000);
@@ -0,0 +1,21 @@
-- --------------------------------
-- Table structure for ctf_teams
-- Created by SqueezeD & Serpent for l2jfree
-- --------------------------------
DROP TABLE IF EXISTS `ctf_teams`;
CREATE TABLE `ctf_teams` (
`teamId` int(4) NOT NULL default '0',
`teamName` varchar(255) NOT NULL default '',
`teamX` int(11) NOT NULL default '0',
`teamY` int(11) NOT NULL default '0',
`teamZ` int(11) NOT NULL default '0',
`teamColor` int(11) NOT NULL default '0',
`flagX` int(11) NOT NULL default '0',
`flagY` int(11) NOT NULL default '0',
`flagZ` int(11) NOT NULL default '0',
PRIMARY KEY (`teamId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `ctf_teams` (`teamId`, `teamName`, `teamX`, `teamY`, `teamZ`, `teamColor`, `flagX`, `flagY`, `flagZ`) VALUES
(0, 'Blue', 87357, -145722, -1288, 16711680, 87358, -145979, -1291),
(1, 'Red', 87351, -139984, -1536, 255, 87359, -139584, -1536);
@@ -0,0 +1,12 @@
-- ----------------------------
-- Table structure for `cursed_weapons`
-- ----------------------------
CREATE TABLE IF NOT EXISTS `cursed_weapons` (
`itemId` INT,
`playerId` INT DEFAULT 0,
`playerKarma` INT DEFAULT 0,
`playerPkKills` INT DEFAULT 0,
`nbKills` INT DEFAULT 0,
`endTime` DECIMAL(20,0) DEFAULT 0,
PRIMARY KEY (`itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,35 @@
-- Information about category:
-- Only one drop will be given per category, except in the cases when category is -1.
-- Category -1 is used for SPOIL/SWEEP drops only! Do NOT change this.
-- In general, category 0 is for adena and 1 seal stone color (each seal stone color should be in a different category).
-- In general, category 1 is for full drops and parts of equipable items. However, you can change this.
-- In general, category 2 is for all other items. However, you can change this.
-- In general, more categories are only used for RBs who have 1 item per category (i.e. do not really drop categorized),
-- with the sole exception of category 200 that is used for Life Stones. However, you can change this too.
-- You can create more categories as you see fit. Just make sure the "category" number is non-negative!!
-- Also, it is NOT a problem if category numbers are skipped (so you can have -1, 1, 5, 10 as your categories).
--
-- If you wish to allow more than one item to be given from the same category, you can
-- split them up over several categories.
-- In addition, RBs and Grandbosses (mainly) may have the exact same item repeated in multiple categories.
-- This allows mobs to give 1 copy of the drop to each of several people (if they are lucky enough to get the drops).
-- Calculation for each drop, when in categories, is equivallent in chance as when outside of categories.
-- First, the sum of chances for each category is calculated as category chance. If the category is selected
-- for drops (i.e. its chance is successful),then exactly 1 item from that category will be selected, with
-- such a chance that the overall probability is maintained unchanged.
--
-- Table structure for table `droplist`
--
DROP TABLE IF EXISTS `custom_droplist`;
CREATE TABLE `custom_droplist` (
`mobId` INT NOT NULL DEFAULT '0',
`itemId` INT NOT NULL DEFAULT '0',
`min` INT NOT NULL DEFAULT '0',
`max` INT NOT NULL DEFAULT '0',
`category` INT NOT NULL DEFAULT '0',
`chance` INT NOT NULL DEFAULT '0',
PRIMARY KEY (`mobId`,`itemId`,`category`),
KEY `key_mobId` (`mobId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,15 @@
--
-- Table structure for table `merchant_buylists`
--
DROP TABLE IF EXISTS custom_merchant_buylists;
CREATE TABLE custom_merchant_buylists (
item_id decimal(9,0) NOT NULL default '0',
price decimal(11,0) NOT NULL default '0',
shop_id decimal(9,0) NOT NULL default '0',
`order` decimal(4,0) NOT NULL default '0',
`count` INT( 11 ) NOT NULL DEFAULT '-1',
`currentCount` INT( 11 ) NOT NULL DEFAULT '-1',
time INT NOT NULL DEFAULT '0',
savetimer DECIMAL(20,0) NOT NULL DEFAULT '0',
PRIMARY KEY (shop_id,`order`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,9 @@
--
-- Table structure for table `merchant_shopids`
--
DROP TABLE IF EXISTS custom_merchant_shopids;
CREATE TABLE custom_merchant_shopids (
shop_id decimal(9,0) NOT NULL default '0',
npc_id varchar(9) default NULL,
PRIMARY KEY (shop_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS `custom_notspawned` (
`id` int(11) NOT NULL,
`isCustom` int(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,61 @@
--
-- Table structure for table `npc`
--
DROP TABLE IF EXISTS `custom_npc`;
CREATE TABLE `custom_npc`(
`id` decimal(11,0) NOT NULL default '0',
`idTemplate` int(11) NOT NULL default '0',
`name` varchar(200) default NULL,
`serverSideName` int(1) default '0',
`title` varchar(45) default '',
`serverSideTitle` int(1) default '0',
`class` varchar(200) default NULL,
`collision_radius` decimal(5,2) default NULL,
`collision_height` decimal(5,2) default NULL,
`level` decimal(2,0) default NULL,
`sex` varchar(6) default NULL,
`type` varchar(20) default NULL,
`attackrange` int(11) default NULL,
`hp` decimal(8,0) default NULL,
`mp` decimal(5,0) default NULL,
`hpreg` decimal(8,2) default NULL,
`mpreg` decimal(5,2) default NULL,
`str` decimal(7,0) default NULL,
`con` decimal(7,0) default NULL,
`dex` decimal(7,0) default NULL,
`int` decimal(7,0) default NULL,
`wit` decimal(7,0) default NULL,
`men` decimal(7,0) default NULL,
`exp` decimal(9,0) default NULL,
`sp` decimal(8,0) default NULL,
`patk` decimal(5,0) default NULL,
`pdef` decimal(5,0) default NULL,
`matk` decimal(5,0) default NULL,
`mdef` decimal(5,0) default NULL,
`atkspd` decimal(3,0) default NULL,
`aggro` decimal(6,0) default NULL,
`matkspd` decimal(4,0) default NULL,
`rhand` decimal(4,0) default NULL,
`lhand` decimal(4,0) default NULL,
`armor` decimal(1,0) default NULL,
`walkspd` decimal(3,0) default NULL,
`runspd` decimal(3,0) default NULL,
`faction_id` varchar(40) default NULL,
`faction_range` decimal(4,0) default NULL,
`isUndead` int(11) default 0,
`absorb_level` decimal(2,0) default 0,
`absorb_type` enum('FULL_PARTY','LAST_HIT','PARTY_ONE_RANDOM') DEFAULT 'LAST_HIT' NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT ignore INTO custom_npc values
('31288', '31228', 'Roy the Cat', '1', 'Class Master', '1', 'Monster.cat_the_cat', '9.00', '16.00', '70', 'male', 'ClassMaster', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '490', '10', '1335', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
('50000', '31228', 'Dom the Cat', '1', 'Merchant', '1', 'Monster.cat_the_cat', '9.00', '16.00', '70', 'male', 'Merchant', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '490', '10', '1335', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
('50007', '31324', 'Andromeda', '1', 'Wedding Manager', '1', 'NPC.a_casino_FDarkElf', '8.00', '23.00', '70', 'female', 'WeddingManager', '40', '3862', '1493', '500', '500', '40', '43', '30', '21', '20', '10', '0', '0', '9999', '9999', '999', '999', '278', '0', '333', '316', '0', '0', '55', '132', null, '0', '1', '0', 'LAST_HIT'),
('50008', '31228', 'Rex the Cat', '1', 'Buffer', '1', 'Monster.cat_the_cat', '9.00', '16.00', '70', 'male', 'SchemeBuffer', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '490', '10', '1335', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
('55555', '22124', 'Totor', '1', 'Rebirth Manager', '1', 'NPC.a_fighterguild_master_FHuman', '11.00', '27.00', '83', 'male', 'Merchant', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
('70010', '31606', 'Catrina', '1', 'TvT Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
('70011', '31606', 'Catretta', '1', 'CTF Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
('70012', '31606', 'Catrosa', '1', 'VIP Join Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
('70013', '31606', 'Catrigna', '1', 'VIP End Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
('70014', '31606', 'Catrieta', '1', 'DM Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT');
@@ -0,0 +1,22 @@
--
-- Table structure for table `spawnlist`
--
DROP TABLE IF EXISTS `custom_spawnlist`;
CREATE TABLE `custom_spawnlist` (
`id` int(11) NOT NULL auto_increment,
`location` varchar(40) NOT NULL default '',
`count` int(9) NOT NULL default '0',
`npc_templateid` int(9) NOT NULL default '0',
`locx` int(9) NOT NULL default '0',
`locy` int(9) NOT NULL default '0',
`locz` int(9) NOT NULL default '0',
`randomx` int(9) NOT NULL default '0',
`randomy` int(9) NOT NULL default '0',
`heading` int(9) NOT NULL default '0',
`respawn_delay` int(9) NOT NULL default '0',
`loc_id` int(9) NOT NULL default '0',
`periodOfDay` decimal(2,0) default '0',
PRIMARY KEY (id),
KEY `key_npc_templateid` (`npc_templateid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,14 @@
--
-- Table structure for table `teleport`
--
DROP TABLE IF EXISTS custom_teleport;
CREATE TABLE custom_teleport (
Description varchar(75) default NULL,
id decimal(11,0) NOT NULL default '0',
loc_x decimal(9,0) default NULL,
loc_y decimal(9,0) default NULL,
loc_z decimal(9,0) default NULL,
price decimal(6,0) default NULL,
fornoble int(1) NOT NULL default '0',
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,93 @@
-- ----------------------------
-- Table structure for dimensional_rift
-- ----------------------------
DROP TABLE IF EXISTS `dimensional_rift`;
CREATE TABLE `dimensional_rift` (
`type` tinyint(1) NOT NULL,
`room_id` tinyint(1) NOT NULL,
`xMin` int(11) NOT NULL,
`xMax` int(11) NOT NULL,
`yMin` int(11) NOT NULL,
`yMax` int(11) NOT NULL,
`zMin` int(11) NOT NULL,
`zMax` int(11) NOT NULL,
`xT` int(11) NOT NULL,
`yT` int(11) NOT NULL,
`zT` int(11) NOT NULL,
`boss` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`type`,`room_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
-- ----------------------------
-- Records for table dimensional_rift
-- ----------------------------
INSERT INTO `dimensional_rift` VALUES
(0, 0, -115440, -114160, -182160, -178048, -6816, -6240, -114790, -180576, -6752, 0), -- peace zone (waiting room)
(0, 1, -120576, -109024, -187328, -172880, -6816, -6240, 0, 0, 0, 0), -- dimensional rift zone
-- Recruit Area
(1, 1, -112368, -111584, -182832, -182064, -6816, -6240, -111976, -182448, -6752, 0), -- room 1 (small / 8 mobs)
(1, 2, -111472, -110704, -182832, -182064, -6816, -6240, -111088, -182448, -6752, 0), -- room 2 (small / 8 mobs)
(1, 3, -110688, -109904, -180944, -180176, -6816, -6240, -110296, -180560, -6752, 0), -- room 3 (small / 6 mobs)
(1, 4, -109808, -109024, -180944, -180176, -6816, -6240, -109416, -180560, -6752, 0), -- room 4 (small / 6 mobs)
(1, 5, -114032, -112496, -181968, -181072, -6816, -6240, -113264, -181520, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
(1, 6, -112368, -110816, -181008, -180112, -6816, -6240, -111592, -180560, -6752, 0), -- room 6 (large / 12 mobs)
(1, 7, -110576, -109024, -182896, -182000, -6816, -6240, -109800, -182448, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
(1, 8, -112368, -110816, -181968, -181072, -6816, -6240, -111592, -181520, -6752, 0), -- room 8 (large / 12 mobs)
(1, 9, -110688, -109136, -181968, -181072, -6816, -6240, -109912, -181520, -6752, 1), -- room 9 (large / boss)
-- Soldier Area
(2, 1, -112368, -111584, -180016, -179232, -6816, -6240, -111976, -179624, -6752, 0), -- room 1 (small / 8 mobs)
(2, 2, -111472, -110704, -180016, -179232, -6816, -6240, -111088, -179624, -6752, 0), -- room 2 (small / 8 mobs)
(2, 3, -110688, -109904, -178128, -177360, -6816, -6240, -110296, -177744, -6752, 0), -- room 3 (small / 6 mobs)
(2, 4, -109808, -109024, -178128, -177360, -6816, -6240, -109416, -177744, -6752, 0), -- room 4 (small / 6 mobs)
(2, 5, -114032, -112496, -179136, -178240, -6816, -6240, -113264, -178688, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
(2, 6, -112368, -110816, -178192, -177296, -6816, -6240, -111592, -177744, -6752, 0), -- room 6 (large / 12 mobs)
(2, 7, -110576, -109024, -180064, -179168, -6816, -6240, -109800, -179624, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
(2, 8, -112368, -110816, -179136, -178240, -6816, -6240, -111592, -178688, -6752, 0), -- room 8 (large / 12 mobs)
(2, 9, -110688, -109136, -179136, -178240, -6816, -6240, -109912, -178688, -6752, 1), -- room 9 (large / boss)
-- Officer Area
(3, 1, -114256, -113488, -176208, -175440, -6816, -6240, -113872, -175824, -6752, 0), -- room 1 (small / 8 mobs)
(3, 2, -114256, -113488, -175328, -174560, -6816, -6240, -113872, -174944, -6752, 0), -- room 2 (small / 8 mobs)
(3, 3, -116144, -115360, -174544, -173760, -6816, -6240, -115752, -174152, -6752, 0), -- room 3 (small / 6 mobs)
(3, 4, -116144, -115360, -173648, -172880, -6816, -6240, -115752, -173264, -6752, 0), -- room 4 (small / 6 mobs)
(3, 5, -115248, -114352, -177888, -176352, -6816, -6240, -114800, -177120, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
(3, 6, -116208, -115312, -176208, -174672, -6816, -6240, -115760, -175440, -6752, 0), -- room 6 (large / 12 mobs)
(3, 7, -114320, -113424, -174416, -172880, -6816, -6240, -113872, -173648, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
(3, 8, -115248, -114352, -176208, -174672, -6816, -6240, -114800, -175440, -6752, 0), -- room 8 (large / 12 mobs)
(3, 9, -115248, -114352, -174528, -172992, -6816, -6240, -114800, -173832, -6752, 1), -- room 9 (large / boss)
-- Captain Area
(4, 1, -118016, -117248, -178144, -177376, -6816, -6240, -117632, -177760, -6752, 0), -- room 1 (small / 8 mobs)
(4, 2, -118896, -118128, -178144, -177376, -6816, -6240, -118512, -177760, -6752, 0), -- room 2 (small / 8 mobs)
(4, 3, -119696, -118912, -180032, -179248, -6816, -6240, -119304, -179640, -6752, 0), -- room 3 (small / 6 mobs)
(4, 4, -120576, -119808, -180032, -179248, -6816, -6240, -120192, -179640, -6752, 0), -- room 4 (small / 6 mobs)
(4, 5, -117104, -115568, -179136, -178240, -6816, -6240, -116336, -178688, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
(4, 6, -118784, -117248, -180096, -179200, -6816, -6240, -118016, -179648, -6752, 0), -- room 6 (large / 12 mobs)
(4, 7, -120576, -119040, -178208, -177312, -6816, -6240, -119808, -177760, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
(4, 8, -118784, -117248, -179136, -178240, -6816, -6240, -118016, -178688, -6752, 0), -- room 8 (large / 12 mobs)
(4, 9, -120464, -118928, -179136, -178240, -6816, -6240, -119696, -178688, -6752, 1), -- room 9 (large / boss)
-- Commander Area
(5, 1, -118016, -117248, -180976, -180192, -6816, -6240, -117632, -180584, -6752, 0), -- room 1 (small / 8 mobs)
(5, 2, -118896, -118128, -180976, -180192, -6816, -6240, -118512, -180584, -6752, 0), -- room 2 (small / 8 mobs)
(5, 3, -119696, -118912, -182848, -182080, -6816, -6240, -119304, -182464, -6752, 0), -- room 3 (small / 6 mobs)
(5, 4, -120576, -119808, -182848, -182080, -6816, -6240, -120192, -182464, -6752, 0), -- room 4 (small / 6 mobs)
(5, 5, -117104, -115568, -181968, -181072, -6816, -6240, -116336, -181520, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
(5, 6, -118784, -117248, -182912, -182016, -6816, -6240, -118016, -182464, -6752, 0), -- room 6 (large / 12 mobs)
(5, 7, -120576, -119040, -181040, -180144, -6816, -6240, -119808, -180592, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
(5, 8, -118784, -117248, -181968, -181072, -6816, -6240, -118016, -181520, -6752, 0), -- room 8 (large / 12 mobs)
(5, 9, -120464, -118928, -181968, -181072, -6816, -6240, -119696, -181520, -6752, 1), -- room 9 (large / boss)
-- Hero Area
(6, 1, -116112, -115344, -184768, -184000, -6816, -6240, -115728, -184384, -6752, 0), -- room 3 (small / 6 mobs)
(6, 2, -116112, -115344, -185648, -184880, -6816, -6240, -115728, -185264, -6752, 0), -- room 4 (small / 6 mobs)
(6, 3, -114240, -113472, -186448, -185680, -6816, -6240, -113856, -186064, -6752, 0), -- room 1 (small / 8 mobs)
(6, 4, -114240, -113472, -187328, -186560, -6816, -6240, -113856, -186944, -6752, 0), -- room 2 (small / 8 mobs)
(6, 5, -115248, -114352, -183856, -182320, -6816, -6240, -114800, -183088, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
(6, 6, -114304, -113408, -185536, -184000, -6816, -6240, -113856, -184768, -6752, 0), -- room 6 (large / 12 mobs)
(6, 7, -116176, -115280, -187328, -185792, -6816, -6240, -115728, -186560, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
(6, 8, -115248, -114352, -185536, -184000, -6816, -6240, -114800, -184768, -6752, 0), -- room 8 (large / 12 mobs)
(6, 9, -115248, -114352, -187216, -185680, -6816, -6240, -114800, -186448, -6752, 1); -- room 9 (large / boss)
@@ -0,0 +1,31 @@
-- --------------------------------
-- Table structure for table `dm`
-- Created by SqueezeD from l2jfree
-- --------------------------------
DROP TABLE IF EXISTS `dm`;
CREATE TABLE `dm` (
`eventName` varchar(255) NOT NULL default '',
`eventDesc` varchar(255) NOT NULL default '',
`joiningLocation` varchar(255) NOT NULL default '',
`minlvl` int(4) NOT NULL default '0',
`maxlvl` int(4) NOT NULL default '0',
`npcId` int(8) NOT NULL default '0',
`npcX` int(11) NOT NULL default '0',
`npcY` int(11) NOT NULL default '0',
`npcZ` int(11) NOT NULL default '0',
`npcHeading` int(11) NOT NULL DEFAULT '0',
`rewardId` int(11) NOT NULL default '0',
`rewardAmount` int(11) NOT NULL default '0',
`joinTime` int(11) NOT NULL DEFAULT '0',
`eventTime` int(11) NOT NULL DEFAULT '0',
`minPlayers` int(11) NOT NULL DEFAULT '0',
`maxPlayers` int(11) NOT NULL DEFAULT '0',
`color` int(11) NOT NULL default '0',
`playerX` int(11) NOT NULL default '0',
`playerY` int(11) NOT NULL default '0',
`playerZ` int(11) NOT NULL default '0',
`delayForNextEvent` BIGINT NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `dm` values
('DM', 'A PvP Event', 'Giran', 1, 81, 70014, 82580, 148552, -3468, 1, 8752, 1, 2, 5, 2, 50, 2552550, 116615, 76200, -2729, 300000);
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,15 @@
CREATE TABLE IF NOT EXISTS `engraved_items` (
`object_id` int(11) NOT NULL,
`item_id` int(11) NOT NULL,
`engraver_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
CREATE TABLE IF NOT EXISTS `engraved_log` (
`object_id` int(11) NOT NULL,
`actiondate` decimal(12,0) NOT NULL,
`process` varchar(64) NOT NULL,
`itemName` varchar(64) NOT NULL,
`form_char` varchar(64) NOT NULL,
`to_char` varchar(64) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS `fishing_championship` (
`player_name` VARCHAR(35) NOT NULL,
`fish_length` DOUBLE(10,3) NOT NULL,
`rewarded` INT(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,137 @@
DROP TABLE IF EXISTS `fishing_skill_trees`;
--
-- Table structure for fishing_skill_trees
--
CREATE TABLE IF NOT EXISTS `fishing_skill_trees` (
`skill_id` int(10) NOT NULL default '0',
`level` int(10) NOT NULL default '0',
`name` varchar(25) NOT NULL default '',
`sp` int(10) NOT NULL default '0',
`min_level` int(10) NOT NULL default '0',
`costid` int(10) NOT NULL default '0',
`cost` int(10) NOT NULL default '0',
`isfordwarf` int(1) NOT NULL default '0',
PRIMARY KEY (`skill_id`,`level`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Records for table fishing_skill_trees
--
INSERT INTO fishing_skill_trees VALUES
(1313,1,'Pumping',0,10,57,10,0),
(1313,2,'Pumping',0,12,57,50,0),
(1313,3,'Pumping',0,15,57,200,0),
(1313,4,'Pumping',0,17,57,300,0),
(1313,5,'Pumping',0,20,57,500,0),
(1313,6,'Pumping',0,22,57,800,0),
(1313,7,'Pumping',0,25,57,1600,0),
(1313,8,'Pumping',0,27,57,2600,0),
(1313,9,'Pumping',0,30,57,4000,0),
(1313,10,'Pumping',0,32,57,6700,0),
(1313,11,'Pumping',0,35,57,8000,0),
(1313,12,'Pumping',0,37,57,10000,0),
(1313,13,'Pumping',0,40,57,16000,0),
(1313,14,'Pumping',0,42,57,23000,0),
(1313,15,'Pumping',0,45,57,30000,0),
(1313,16,'Pumping',0,47,57,40000,0),
(1313,17,'Pumping',0,49,57,53000,0),
(1313,18,'Pumping',0,52,57,66000,0),
(1313,19,'Pumping',0,54,57,80000,0),
(1313,20,'Pumping',0,57,57,93000,0),
(1313,21,'Pumping',0,59,57,100000,0),
(1313,22,'Pumping',0,62,57,120000,0),
(1313,23,'Pumping',0,64,57,130000,0),
(1313,24,'Pumping',0,67,57,140000,0),
(1313,25,'Pumping',0,69,57,160000,0),
(1313,26,'Pumping',0,71,57,173000,0),
(1313,27,'Pumping',0,74,57,180000,0),
(1314,1,'Reeling',0,10,57,10,0),
(1314,2,'Reeling',0,12,57,50,0),
(1314,3,'Reeling',0,15,57,200,0),
(1314,4,'Reeling',0,17,57,300,0),
(1314,5,'Reeling',0,20,57,500,0),
(1314,6,'Reeling',0,22,57,800,0),
(1314,7,'Reeling',0,25,57,1600,0),
(1314,8,'Reeling',0,27,57,2600,0),
(1314,9,'Reeling',0,30,57,4000,0),
(1314,10,'Reeling',0,32,57,6700,0),
(1314,11,'Reeling',0,35,57,8000,0),
(1314,12,'Reeling',0,37,57,10000,0),
(1314,13,'Reeling',0,40,57,16000,0),
(1314,14,'Reeling',0,42,57,23000,0),
(1314,15,'Reeling',0,45,57,30000,0),
(1314,16,'Reeling',0,47,57,40000,0),
(1314,17,'Reeling',0,49,57,53000,0),
(1314,18,'Reeling',0,52,57,66000,0),
(1314,19,'Reeling',0,54,57,80000,0),
(1314,20,'Reeling',0,57,57,93000,0),
(1314,21,'Reeling',0,59,57,100000,0),
(1314,22,'Reeling',0,62,57,120000,0),
(1314,23,'Reeling',0,64,57,130000,0),
(1314,24,'Reeling',0,67,57,140000,0),
(1314,25,'Reeling',0,69,57,160000,0),
(1314,26,'Reeling',0,71,57,173000,0),
(1314,27,'Reeling',0,74,57,180000,0),
(1315,1,'Fishing Expertise',0,10,57,10,0),
(1315,2,'Fishing Expertise',0,12,57,50,0),
(1315,3,'Fishing Expertise',0,15,57,200,0),
(1315,4,'Fishing Expertise',0,17,57,300,0),
(1315,5,'Fishing Expertise',0,20,57,500,0),
(1315,6,'Fishing Expertise',0,22,57,800,0),
(1315,7,'Fishing Expertise',0,25,57,1600,0),
(1315,8,'Fishing Expertise',0,27,57,2600,0),
(1315,9,'Fishing Expertise',0,30,57,4000,0),
(1315,10,'Fishing Expertise',0,32,57,6700,0),
(1315,11,'Fishing Expertise',0,35,57,8000,0),
(1315,12,'Fishing Expertise',0,37,57,10000,0),
(1315,13,'Fishing Expertise',0,40,57,16000,0),
(1315,14,'Fishing Expertise',0,42,57,23000,0),
(1315,15,'Fishing Expertise',0,45,57,30000,0),
(1315,16,'Fishing Expertise',0,47,57,40000,0),
(1315,17,'Fishing Expertise',0,49,57,53000,0),
(1315,18,'Fishing Expertise',0,52,57,66000,0),
(1315,19,'Fishing Expertise',0,54,57,80000,0),
(1315,20,'Fishing Expertise',0,57,57,93000,0),
(1315,21,'Fishing Expertise',0,59,57,100000,0),
(1315,22,'Fishing Expertise',0,62,57,120000,0),
(1315,23,'Fishing Expertise',0,64,57,130000,0),
(1315,24,'Fishing Expertise',0,67,57,140000,0),
(1315,25,'Fishing Expertise',0,69,57,160000,0),
(1315,26,'Fishing Expertise',0,71,57,173000,0),
(1315,27,'Fishing Expertise',0,74,57,180000,0),
(1368,1,'Expand Dwarven Craft',0,10,7609,2000,1),
(1368,2,'Expand Dwarven Craft',0,20,7609,4000,1),
(1368,3,'Expand Dwarven Craft',0,30,7609,6000,1),
(1368,4,'Expand Dwarven Craft',0,40,7609,10000,1),
(1368,5,'Expand Dwarven Craft',0,50,7609,10000,1),
(1368,6,'Expand Dwarven Craft',0,60,7609,10000,1),
(1368,7,'Expand Dwarven Craft',0,70,7609,20000,1),
(1368,8,'Expand Dwarven Craft',0,76,7609,20000,1),
(1369,1,'Expand Common Craft',0,10,7609,2000,0),
(1369,2,'Expand Common Craft',0,20,7609,4000,0),
(1369,3,'Expand Common Craft',0,30,7609,6000,0),
(1369,4,'Expand Common Craft',0,40,7609,10000,0),
(1369,5,'Expand Common Craft',0,50,7609,10000,0),
(1369,6,'Expand Common Craft',0,60,7609,10000,0),
(1369,7,'Expand Common Craft',0,70,7609,20000,0),
(1369,8,'Expand Common Craft',0,76,7609,20000,0),
(1370,1,'Expand Trade',0,40,7609,10000,0),
(1370,2,'Expand Trade',0,55,7609,20000,0),
(1370,3,'Expand Trade',0,65,7609,40000,0),
(1371,1,'Expand Storage',0,10,7609,4000,0),
(1371,2,'Expand Storage',0,20,7609,8000,0),
(1371,3,'Expand Storage',0,30,7609,20000,0),
(1371,4,'Expand Storage',0,40,7609,20000,0),
(1371,5,'Expand Storage',0,50,7609,60000,0),
(1371,6,'Expand Storage',0,60,7609,60000,0),
(1371,7,'Expand Storage',0,70,7609,100000,0),
(1371,8,'Expand Storage',0,76,7609,100000,0),
(1372,1,'Expand Inventory',0,10,7609,4000,0),
(1372,2,'Expand Inventory',0,20,7609,8000,0),
(1372,3,'Expand Inventory',0,30,7609,20000,0),
(1372,4,'Expand Inventory',0,40,7609,20000,0),
(1372,5,'Expand Inventory',0,50,7609,60000,0),
(1372,6,'Expand Inventory',0,60,7609,60000,0),
(1372,7,'Expand Inventory',0,70,7609,100000,0),
(1372,8,'Expand Inventory',0,76,7609,100000,0),
(1312,1,'Fishing',0,10,57,1000,0);
@@ -0,0 +1,37 @@
-- ----------------------------
-- Table structure for fort
-- ----------------------------
CREATE TABLE `fort` (
`id` int(11) NOT NULL default '0',
`name` varchar(25) NOT NULL,
`siegeDate` decimal(20,0) NOT NULL default '0',
`siegeDayOfWeek` int(11) NOT NULL default '7',
`siegeHourOfDay` int(11) NOT NULL default '20',
`owner` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records
-- ----------------------------
INSERT INTO `fort` VALUES ('101', 'Shanty', '0', '0', '0', '0');
INSERT INTO `fort` VALUES ('102', 'Southern', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('103', 'Hive', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('104', 'Valley', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('105', 'Ivory', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('106', 'Narsell', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('107', 'Basin', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('108', 'WhiteSands', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('109', 'Borderland', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('110', 'Swampland', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('111', 'Archaic', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('112', 'Floran', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('113', 'CloudMountain', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('114', 'Tanor', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('115', 'Dragonspine', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('116', 'Antharas', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('117', 'Western', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('118', 'Hunters', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('119', 'Aaru', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('120', 'Demon', '0', '0', '20', '0');
INSERT INTO `fort` VALUES ('121', 'Monastic', '0', '0', '20', '0');
@@ -0,0 +1,233 @@
-- ---------------------------
-- Table structure for fort_door
-- ---------------------------
DROP TABLE IF EXISTS fort_door;
CREATE TABLE fort_door (
fortId INT NOT NULL default 0,
id INT NOT NULL default 0,
name varchar(30) NOT NULL,
x INT NOT NULL default 0,
y INT NOT NULL default 0,
z INT NOT NULL default 0,
range_xmin INT NOT NULL default 0,
range_ymin INT NOT NULL default 0,
range_zmin INT NOT NULL default 0,
range_xmax INT NOT NULL default 0,
range_ymax INT NOT NULL default 0,
range_zmax INT NOT NULL default 0,
hp INT NOT NULL default 0,
pDef INT NOT NULL default 0,
mDef INT NOT NULL default 0,
PRIMARY KEY(id),
KEY id (fortId)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `fort_door` VALUES
(101,18220001,'Gate_of_fort',-50796,155913,-2102,0,0,0,0,0,0,67884,644,518),
(101,18220002,'Gate_of_fort',-53359,156592,-2081,0,0,0,0,0,0,67884,644,518),
(101,18220003,'Gate_of_fort',-53313,156743,-2081,0,0,0,0,0,0,67884,644,518),
(101,18220004,'Gate_of_fort',-52211,156244,-2081,0,0,0,0,0,0,67884,644,518),
(101,18220005,'Gate_of_fort',-52165,156395,-2081,0,0,0,0,0,0,67884,644,518),
(101,18220006,'Gate_of_fort',-52817,157874,-2053,0,0,0,0,0,0,67884,644,518),
(101,18220007,'Gate_of_fort',-52771,158025,-2053,0,0,0,0,0,0,67884,644,518),
(101,18220008,'Gate_of_fort',-54738,157112,-2102,0,0,0,0,0,0,67884,644,518),
(102,19240001,'Gate_of_fort',-22326,218062,-3237,0,0,0,0,0,0,67884,644,518),
(102,19240002,'Gate_of_fort',-22326,218220,-3237,0,0,0,0,0,0,67884,644,518),
(102,19240003,'Gate_of_fort',-23550,218784,-3263,0,0,0,0,0,0,67884,644,518),
(102,19240004,'Gate_of_fort',-23550,218940,-3263,0,0,0,0,0,0,67884,644,518),
(102,19240005,'Gate_of_fort',-25126,219880,-3291,0,0,0,0,0,0,67884,644,518),
(102,19240006,'Gate_of_fort',-22106,219722,-3264,0,0,0,0,0,0,67884,644,518),
(102,19240007,'Gate_of_fort',-22106,219880,-3264,0,0,0,0,0,0,67884,644,518),
(102,19240008,'Gate_of_fort',-23305,219722,-3264,0,0,0,0,0,0,67884,644,518),
(102,19240009,'Gate_of_fort',-23305,219880,-3264,0,0,0,0,0,0,67884,644,518),
(102,19240010,'Gate_of_fort',-20241,219888,-3288,0,0,0,0,0,0,67884,644,518),
(102,19240011,'Gate_of_fort',-23211,221582,-3227,0,0,0,0,0,0,67884,644,518),
(102,19240012,'Gate_of_fort',-23211,221740,-3227,0,0,0,0,0,0,67884,644,518),
(103,20230003,'Gate_of_fort',15546,186351,-2972,0,0,0,0,0,0,67884,644,518),
(103,20230004,'Gate_of_fort',16180,187607,-2952,0,0,0,0,0,0,67884,644,518),
(103,20230005,'Gate_of_fort',16312,187520,-2952,0,0,0,0,0,0,67884,644,518),
(103,20230006,'Gate_of_fort',17540,187015,-2923,0,0,0,0,0,0,67884,644,518),
(103,20230007,'Gate_of_fort',17670,186928,-2923,0,0,0,0,0,0,67884,644,518),
(103,20230008,'Gate_of_fort',16848,188606,-2952,0,0,0,0,0,0,67884,644,518),
(103,20230009,'Gate_of_fort',16979,188518,-2952,0,0,0,0,0,0,67884,644,518),
(103,20230010,'Gate_of_fort',17826,189764,-2972,0,0,0,0,0,0,67884,644,518),
(104,23210001,'Gate_of_fort',126069,120674,-2634,0,0,0,0,0,0,67884,644,518),
(104,23210002,'Gate_of_fort',126760,121726,-2613,0,0,0,0,0,0,67884,644,518),
(104,23210003,'Gate_of_fort',126760,121884,-2613,0,0,0,0,0,0,67884,644,518),
(104,23210004,'Gate_of_fort',124224,122888,-2583,0,0,0,0,0,0,67884,644,518),
(104,23210005,'Gate_of_fort',124382,122888,-2583,0,0,0,0,0,0,67884,644,518),
(104,23210006,'Gate_of_fort',126000,123942,-2613,0,0,0,0,0,0,67884,644,518),
(104,23210007,'Gate_of_fort',126158,123942,-2613,0,0,0,0,0,0,67884,644,518),
(104,23210008,'Gate_of_fort',127569,123334,-2571,0,0,0,0,0,0,67884,644,518),
(104,23210009,'Gate_of_fort',127569,123492,-2571,0,0,0,0,0,0,67884,644,518),
(104,23210010,'Gate_of_fort',126000,122744,-2613,0,0,0,0,0,0,67884,644,518),
(104,23210011,'Gate_of_fort',126158,122744,-2613,0,0,0,0,0,0,67884,644,518),
(104,23210012,'Gate_of_fort',126066,125563,-2634,0,0,0,0,0,0,67884,644,518),
(105,22180001,'Gate_of_fort',74199,2788,-3093,0,0,0,0,0,0,67884,644,518),
(105,22180002,'Gate_of_fort',72418,4689,-3073,0,0,0,0,0,0,67884,644,518),
(105,22180003,'Gate_of_fort',72540,4790,-3073,0,0,0,0,0,0,67884,644,518),
(105,22180004,'Gate_of_fort',73178,3764,-3073,0,0,0,0,0,0,67884,644,518),
(105,22180005,'Gate_of_fort',73300,3864,-3073,0,0,0,0,0,0,67884,644,518),
(105,22180006,'Gate_of_fort',74141,4890,-3044,0,0,0,0,0,0,67884,644,518),
(105,22180007,'Gate_of_fort',74263,4990,-3044,0,0,0,0,0,0,67884,644,518),
(105,22180008,'Gate_of_fort',71596,5960,-3093,0,0,0,0,0,0,67884,644,518),
(106,24190005,'Gate_of_fort',153328,56710,-3303,0,0,0,0,0,0,67884,644,518),
(106,24190006,'Gate_of_fort',155311,54864,-3282,0,0,0,0,0,0,67884,644,518),
(106,24190007,'Gate_of_fort',155411,54986,-3282,0,0,0,0,0,0,67884,644,518),
(106,24190008,'Gate_of_fort',154384,55624,-3282,0,0,0,0,0,0,67884,644,518),
(106,24190009,'Gate_of_fort',154484,55746,-3282,0,0,0,0,0,0,67884,644,518),
(106,24190010,'Gate_of_fort',156501,54106,-3303,0,0,0,0,0,0,67884,644,518),
(106,24190011,'Gate_of_fort',156035,56156,-3253,0,0,0,0,0,0,67884,644,518),
(106,24190012,'Gate_of_fort',156135,56278,-3253,0,0,0,0,0,0,67884,644,518),
(107,25190001,'Gate_of_fort',189904,37070,-3460,0,0,0,0,0,0,67884,644,518),
(107,25190002,'Gate_of_fort',190612,38122,-3443,0,0,0,0,0,0,67884,644,518),
(107,25190003,'Gate_of_fort',190612,38280,-3443,0,0,0,0,0,0,67884,644,518),
(107,25190004,'Gate_of_fort',188076,39284,-3409,0,0,0,0,0,0,67884,644,518),
(107,25190005,'Gate_of_fort',188234,39284,-3409,0,0,0,0,0,0,67884,644,518),
(107,25190006,'Gate_of_fort',189852,40340,-3438,0,0,0,0,0,0,67884,644,518),
(107,25190007,'Gate_of_fort',190010,40340,-3438,0,0,0,0,0,0,67884,644,518),
(107,25190008,'Gate_of_fort',189852,39139,-3438,0,0,0,0,0,0,67884,644,518),
(107,25190009,'Gate_of_fort',190010,39139,-3438,0,0,0,0,0,0,67884,644,518),
(107,25190010,'Gate_of_fort',191421,39730,-3397,0,0,0,0,0,0,67884,644,518),
(107,25190011,'Gate_of_fort',191421,39888,-3397,0,0,0,0,0,0,67884,644,518),
(107,25190012,'Gate_of_fort',189913,41955,-3460,0,0,0,0,0,0,67884,644,518),
(108,23240001,'Gate_of_fort',116614,203941,-3382,0,0,0,0,0,0,67884,644,518),
(108,23240002,'Gate_of_fort',118905,205272,-3361,0,0,0,0,0,0,67884,644,518),
(108,23240003,'Gate_of_fort',118979,205133,-3361,0,0,0,0,0,0,67884,644,518),
(108,23240004,'Gate_of_fort',119430,203983,-3333,0,0,0,0,0,0,67884,644,518),
(108,23240005,'Gate_of_fort',119504,203843,-3333,0,0,0,0,0,0,67884,644,518),
(108,23240006,'Gate_of_fort',117847,204708,-3361,0,0,0,0,0,0,67884,644,518),
(108,23240007,'Gate_of_fort',117922,204568,-3361,0,0,0,0,0,0,67884,644,518),
(108,23240008,'Gate_of_fort',120248,205879,-3382,0,0,0,0,0,0,67884,644,518),
(109,24150001,'Gate_of_fort',158498,-72104,-2865,0,0,0,0,0,0,67884,644,518),
(109,24150002,'Gate_of_fort',158585,-71973,-2865,0,0,0,0,0,0,67884,644,518),
(109,24150003,'Gate_of_fort',157297,-69092,-2916,0,0,0,0,0,0,67884,644,518),
(109,24150004,'Gate_of_fort',159605,-70707,-2892,0,0,0,0,0,0,67884,644,518),
(109,24150005,'Gate_of_fort',159693,-70576,-2892,0,0,0,0,0,0,67884,644,518),
(109,24150006,'Gate_of_fort',158606,-70040,-2892,0,0,0,0,0,0,67884,644,518),
(109,24150007,'Gate_of_fort',158694,-69909,-2892,0,0,0,0,0,0,67884,644,518),
(109,24150008,'Gate_of_fort',161354,-71814,-2916,0,0,0,0,0,0,67884,644,518),
(109,24150009,'Gate_of_fort',160742,-70553,-2899,0,0,0,0,0,0,67884,644,518),
(109,24150010,'Gate_of_fort',160872,-70640,-2899,0,0,0,0,0,0,67884,644,518),
(109,24150011,'Gate_of_fort',159854,-68987,-2853,0,0,0,0,0,0,67884,644,518),
(109,24150012,'Gate_of_fort',159985,-69075,-2853,0,0,0,0,0,0,67884,644,518),
(110,22160001,'Gate_of_fort',68834,-63635,-2834,0,0,0,0,0,0,67884,644,518),
(110,22160002,'Gate_of_fort',68643,-62607,-2814,0,0,0,0,0,0,67884,644,518),
(110,22160003,'Gate_of_fort',68703,-62461,-2814,0,0,0,0,0,0,67884,644,518),
(110,22160004,'Gate_of_fort',69991,-60842,-2814,0,0,0,0,0,0,67884,644,518),
(110,22160005,'Gate_of_fort',70137,-60902,-2814,0,0,0,0,0,0,67884,644,518),
(110,22160006,'Gate_of_fort',67849,-61153,-2776,0,0,0,0,0,0,67884,644,518),
(110,22160007,'Gate_of_fort',67995,-61214,-2776,0,0,0,0,0,0,67884,644,518),
(110,22160008,'Gate_of_fort',69532,-61951,-2814,0,0,0,0,0,0,67884,644,518),
(110,22160009,'Gate_of_fort',69678,-62012,-2814,0,0,0,0,0,0,67884,644,518),
(110,22160010,'Gate_of_fort',71440,-61683,-2786,0,0,0,0,0,0,67884,644,518),
(110,22160011,'Gate_of_fort',71586,-61743,-2786,0,0,0,0,0,0,67884,644,518),
(110,22160012,'Gate_of_fort',70698,-59119,-2834,0,0,0,0,0,0,67884,644,518),
(111,23130001,'Gate_of_fort',107495,-140524,-3009,0,0,0,0,0,0,67884,644,518),
(111,23130002,'Gate_of_fort',110037,-141474,-2984,0,0,0,0,0,0,67884,644,518),
(111,23130003,'Gate_of_fort',110083,-141323,-2984,0,0,0,0,0,0,67884,644,518),
(111,23130004,'Gate_of_fort',108889,-141126,-2984,0,0,0,0,0,0,67884,644,518),
(111,23130005,'Gate_of_fort',108935,-140975,-2984,0,0,0,0,0,0,67884,644,518),
(111,23130006,'Gate_of_fort',111423,-141714,-3009,0,0,0,0,0,0,67884,644,518),
(111,23130007,'Gate_of_fort',110210,-140001,-2959,0,0,0,0,0,0,67884,644,518),
(111,23130008,'Gate_of_fort',110255,-139851,-2959,0,0,0,0,0,0,67884,644,518),
(112,20220017,'Gate_of_fort',4738,147966,-2918,0,0,0,0,0,0,67884,644,518),
(112,20220018,'Gate_of_fort',4896,147966,-2918,0,0,0,0,0,0,67884,644,518),
(112,20220019,'Gate_of_fort',6381,148169,-2889,0,0,0,0,0,0,67884,644,518),
(112,20220020,'Gate_of_fort',6381,148327,-2889,0,0,0,0,0,0,67884,644,518),
(112,20220021,'Gate_of_fort',4016,148732,-2938,0,0,0,0,0,0,67884,644,518),
(112,20220022,'Gate_of_fort',6212,149673,-2917,0,0,0,0,0,0,67884,644,518),
(112,20220023,'Gate_of_fort',6212,149831,-2917,0,0,0,0,0,0,67884,644,518),
(112,20220024,'Gate_of_fort',5011,149673,-2917,0,0,0,0,0,0,67884,644,518),
(112,20220025,'Gate_of_fort',5011,149831,-2917,0,0,0,0,0,0,67884,644,518),
(112,20220026,'Gate_of_fort',7439,150734,-2938,0,0,0,0,0,0,67884,644,518),
(112,20220027,'Gate_of_fort',5135,151876,-2879,0,0,0,0,0,0,67884,644,518),
(112,20220028,'Gate_of_fort',5293,151876,-2879,0,0,0,0,0,0,67884,644,518),
(113,18200001,'Gate_of_fort',-54247,89585,-2870,0,0,0,0,0,0,67884,644,518),
(113,18200002,'Gate_of_fort',-53312,91823,-2849,0,0,0,0,0,0,67884,644,518),
(113,18200003,'Gate_of_fort',-53154,91823,-2849,0,0,0,0,0,0,67884,644,518),
(113,18200004,'Gate_of_fort',-51513,90259,-2851,0,0,0,0,0,0,67884,644,518),
(113,18200005,'Gate_of_fort',-51513,90417,-2851,0,0,0,0,0,0,67884,644,518),
(113,18200006,'Gate_of_fort',-55123,91775,-2819,0,0,0,0,0,0,67884,644,518),
(113,18200007,'Gate_of_fort',-55123,91933,-2819,0,0,0,0,0,0,67884,644,518),
(113,18200008,'Gate_of_fort',-51146,91961,-2811,0,0,0,0,0,0,67884,644,518),
(113,18200009,'Gate_of_fort',-51259,92074,-2811,0,0,0,0,0,0,67884,644,518),
(113,18200010,'Gate_of_fort',-52256,92985,-2869,0,0,0,0,0,0,67884,644,518),
(113,18200011,'Gate_of_fort',-53318,90621,-2849,0,0,0,0,0,0,67884,644,518),
(113,18200012,'Gate_of_fort',-53160,90621,-2849,0,0,0,0,0,0,67884,644,518),
(114,21220001,'Gate_of_fort',58984,138135,-1803,0,0,0,0,0,0,67884,644,518),
(114,21220002,'Gate_of_fort',60320,140038,-1782,0,0,0,0,0,0,67884,644,518),
(114,21220003,'Gate_of_fort',60474,140007,-1782,0,0,0,0,0,0,67884,644,518),
(114,21220004,'Gate_of_fort',61655,138596,-1754,0,0,0,0,0,0,67884,644,518),
(114,21220005,'Gate_of_fort',61809,138565,-1754,0,0,0,0,0,0,67884,644,518),
(114,21220006,'Gate_of_fort',60086,138864,-1782,0,0,0,0,0,0,67884,644,518),
(114,21220007,'Gate_of_fort',60240,138833,-1782,0,0,0,0,0,0,67884,644,518),
(114,21220008,'Gate_of_fort',61544,140749,-1803,0,0,0,0,0,0,67884,644,518),
(115,20200001,'Gate_of_fort',12496,93487,-3429,0,0,0,0,0,0,158250,644,518),
(115,20200002,'Gate_of_fort',11467,94385,-3426,0,0,0,0,0,0,158250,644,518),
(115,20200003,'Gate_of_fort',11605,94374,-3426,0,0,0,0,0,0,158250,644,518),
(115,20200004,'Gate_of_fort',10126,94940,-3399,0,0,0,0,0,0,158250,644,518),
(115,20200005,'Gate_of_fort',10124,95088,-3399,0,0,0,0,0,0,158250,644,518),
(115,20200006,'Gate_of_fort',11466,95581,-3426,0,0,0,0,0,0,158250,644,518),
(115,20200007,'Gate_of_fort',11610,95585,-3426,0,0,0,0,0,0,158250,644,518),
(115,20200008,'Gate_of_fort',10476,96573,-3429,0,0,0,0,0,0,158250,644,518),
(116,22200001,'Gate_of_fort',78090,89321,-2934,0,0,0,0,0,0,67884,644,518),
(116,22200002,'Gate_of_fort',80522,89326,-2877,0,0,0,0,0,0,67884,644,518),
(116,22200003,'Gate_of_fort',80661,89401,-2877,0,0,0,0,0,0,67884,644,518),
(116,22200004,'Gate_of_fort',79730,91401,-2912,0,0,0,0,0,0,67884,644,518),
(116,22200005,'Gate_of_fort',79804,91262,-2912,0,0,0,0,0,0,67884,644,518),
(116,22200006,'Gate_of_fort',78673,90835,-2912,0,0,0,0,0,0,67884,644,518),
(116,22200007,'Gate_of_fort',78747,90696,-2912,0,0,0,0,0,0,67884,644,518),
(116,22200008,'Gate_of_fort',77815,92082,-2887,0,0,0,0,0,0,67884,644,518),
(116,22200009,'Gate_of_fort',77889,91943,-2887,0,0,0,0,0,0,67884,644,518),
(116,22200010,'Gate_of_fort',79034,92957,-2916,0,0,0,0,0,0,67884,644,518),
(116,22200011,'Gate_of_fort',79172,93030,-2916,0,0,0,0,0,0,67884,644,518),
(116,22200012,'Gate_of_fort',80167,92700,-2934,0,0,0,0,0,0,67884,644,518),
(117,23170001,'Gate_of_fort',112349,-16973,-1045,0,0,0,0,0,0,67884,644,518),
(117,23170002,'Gate_of_fort',109785,-15919,-995,0,0,0,0,0,0,67884,644,518),
(117,23170003,'Gate_of_fort',109943,-15919,-995,0,0,0,0,0,0,67884,644,518),
(117,23170004,'Gate_of_fort',111289,-14550,-1023,0,0,0,0,0,0,67884,644,518),
(117,23170005,'Gate_of_fort',111447,-14550,-1023,0,0,0,0,0,0,67884,644,518),
(117,23170006,'Gate_of_fort',109582,-14432,-1024,0,0,0,0,0,0,67884,644,518),
(117,23170007,'Gate_of_fort',109582,-14274,-1024,0,0,0,0,0,0,67884,644,518),
(117,23170008,'Gate_of_fort',111289,-15750,-1023,0,0,0,0,0,0,67884,644,518),
(117,23170009,'Gate_of_fort',111447,-15750,-1023,0,0,0,0,0,0,67884,644,518),
(117,23170010,'Gate_of_fort',113492,-14829,-987,0,0,0,0,0,0,67884,644,518),
(117,23170011,'Gate_of_fort',113492,-14673,-987,0,0,0,0,0,0,67884,644,518),
(117,23170012,'Gate_of_fort',110348,-13549,-1047,0,0,0,0,0,0,67884,644,518),
(118,23200001,'Gate_of_fort',124213,93493,-2191,0,0,0,0,0,0,67884,644,518),
(118,23200002,'Gate_of_fort',125167,95734,-2168,0,0,0,0,0,0,67884,644,518),
(118,23200003,'Gate_of_fort',125325,95734,-2168,0,0,0,0,0,0,67884,644,518),
(118,23200004,'Gate_of_fort',126966,94171,-2170,0,0,0,0,0,0,67884,644,518),
(118,23200005,'Gate_of_fort',126966,94329,-2170,0,0,0,0,0,0,67884,644,518),
(118,23200006,'Gate_of_fort',123356,95687,-2138,0,0,0,0,0,0,67884,644,518),
(118,23200007,'Gate_of_fort',123356,95845,-2138,0,0,0,0,0,0,67884,644,518),
(118,23200008,'Gate_of_fort',125167,94534,-2168,0,0,0,0,0,0,67884,644,518),
(118,23200009,'Gate_of_fort',125325,94534,-2168,0,0,0,0,0,0,67884,644,518),
(118,23200010,'Gate_of_fort',127221,95985,-2130,0,0,0,0,0,0,67884,644,518),
(118,23200011,'Gate_of_fort',127332,95873,-2130,0,0,0,0,0,0,67884,644,518),
(118,23200012,'Gate_of_fort',126193,96897,-2190,0,0,0,0,0,0,67884,644,518),
(119,22230001,'Gate_of_fort',73057,184177,-2630,0,0,0,0,0,0,67884,644,518),
(119,22230002,'Gate_of_fort',71908,185170,-2581,0,0,0,0,0,0,67884,644,518),
(119,22230003,'Gate_of_fort',71996,185039,-2581,0,0,0,0,0,0,67884,644,518),
(119,22230004,'Gate_of_fort',72714,186440,-2609,0,0,0,0,0,0,67884,644,518),
(119,22230005,'Gate_of_fort',72846,186528,-2609,0,0,0,0,0,0,67884,644,518),
(119,22230006,'Gate_of_fort',73381,185443,-2609,0,0,0,0,0,0,67884,644,518),
(119,22230007,'Gate_of_fort',73512,185531,-2609,0,0,0,0,0,0,67884,644,518),
(119,22230008,'Gate_of_fort',73037,187834,-2630,0,0,0,0,0,0,67884,644,518),
(120,23160001,'Gate_of_fort',99133,-56363,-693,0,0,0,0,0,0,67884,644,518),
(120,23160002,'Gate_of_fort',100609,-56729,-645,0,0,0,0,0,0,67884,644,518),
(120,23160003,'Gate_of_fort',100767,-56727,-645,0,0,0,0,0,0,67884,644,518),
(120,23160004,'Gate_of_fort',101315,-55398,-673,0,0,0,0,0,0,67884,644,518),
(120,23160005,'Gate_of_fort',101315,-55240,-673,0,0,0,0,0,0,67884,644,518),
(120,23160006,'Gate_of_fort',100114,-55398,-673,0,0,0,0,0,0,67884,644,518),
(120,23160007,'Gate_of_fort',100114,-55241,-673,0,0,0,0,0,0,67884,644,518),
(120,23160008,'Gate_of_fort',102190,-54353,-695,0,0,0,0,0,0,67884,644,518),
(121,22150001,'Gate_of_fort',72491,-96493,-1478,0,0,0,0,0,0,67884,644,518),
(121,22150002,'Gate_of_fort',72324,-94183,-1456,0,0,0,0,0,0,67884,644,518),
(121,22150003,'Gate_of_fort',72470,-94243,-1456,0,0,0,0,0,0,67884,644,518),
(121,22150004,'Gate_of_fort',70847,-94274,-1428,0,0,0,0,0,0,67884,644,518),
(121,22150005,'Gate_of_fort',70907,-94128,-1428,0,0,0,0,0,0,67884,644,518),
(121,22150006,'Gate_of_fort',71864,-95290,-1456,0,0,0,0,0,0,67884,644,518),
(121,22150007,'Gate_of_fort',72010,-95351,-1456,0,0,0,0,0,0,67884,644,518),
(121,22150008,'Gate_of_fort',71795,-92905,-1477,0,0,0,0,0,0,67884,644,518);
@@ -0,0 +1,11 @@
-- ----------------------------
-- Table structure for fort_doorupgrade
-- ----------------------------
CREATE TABLE `fort_doorupgrade` (
`doorId` int(11) NOT NULL default '0',
`fortId` int(11) NOT NULL,
`hp` int(11) NOT NULL default '0',
`pDef` int(11) NOT NULL default '0',
`mDef` int(11) NOT NULL default '0',
PRIMARY KEY (`doorId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,10 @@
-- ----------------------------
-- Table structure for fortsiege_clans
-- ----------------------------
CREATE TABLE `fortsiege_clans` (
`fort_id` int(1) NOT NULL default '0',
`clan_id` int(11) NOT NULL default '0',
`type` int(1) default NULL,
`fort_owner` int(1) default NULL,
PRIMARY KEY (`clan_id`,`fort_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,16 @@
CREATE TABLE IF NOT EXISTS `forums` (
`forum_id` int(8) NOT NULL default '0',
`forum_name` varchar(255) NOT NULL default '',
`forum_parent` int(8) NOT NULL default '0',
`forum_post` int(8) NOT NULL default '0',
`forum_type` int(8) NOT NULL default '0',
`forum_perm` int(8) NOT NULL default '0',
`forum_owner_id` int(8) NOT NULL default '0',
UNIQUE KEY `forum_id` (`forum_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT IGNORE INTO `forums` VALUES
(1, 'NormalRoot', 0, 0, 0, 1, 0),
(2, 'ClanRoot', 0, 0, 0, 0, 0),
(3, 'MemoRoot', 0, 0, 0, 0, 0),
(4, 'MailRoot', 0, 0, 0, 0, 0);
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,14 @@
--
-- Table structure for table `global_tasks`
--
CREATE TABLE IF NOT EXISTS global_tasks (
id int(11) NOT NULL auto_increment,
task varchar(50) NOT NULL default '',
type varchar(50) NOT NULL default '',
last_activation decimal(20,0) NOT NULL default 0,
param1 varchar(100) NOT NULL default '',
param2 varchar(100) NOT NULL default '',
param3 varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS `global_variables` (
`var` VARCHAR(255) NOT NULL DEFAULT '',
`value` VARCHAR(255) ,
PRIMARY KEY (`var`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,40 @@
-- ---------------------------
-- Table structure for grandboss_data
-- ---------------------------
CREATE TABLE IF NOT EXISTS grandboss_data (
`boss_id` INTEGER NOT NULL DEFAULT 0,
`loc_x` INTEGER NOT NULL DEFAULT 0,
`loc_y` INTEGER NOT NULL DEFAULT 0,
`loc_z` INTEGER NOT NULL DEFAULT 0,
`heading` INTEGER NOT NULL DEFAULT 0,
`respawn_time` BIGINT NOT NULL DEFAULT 0,
`currentHP` DECIMAL(8,0) DEFAULT NULL,
`currentMP` DECIMAL(8,0) DEFAULT NULL,
`status` TINYINT NOT NULL DEFAULT 0,
PRIMARY KEY(`boss_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT IGNORE INTO `grandboss_data` VALUES
(29019, 185708,114298,-8221,32768, 0, 13090000, 22197, 0), -- Antharas
(29020, 115213,16623,10080,41740, 0, 790857, 3347, 0), -- Baium
(29006, 17726, 108915, -6480, 0, 0, 162561, 575, 0), -- Core
(29001, -21610, 181594, -5734, 0, 0, 2179536, 667, 0), -- Queen Ant
(29045, 0,0,0,0, 0, 790857, 1859, 0), -- Frintezza
(29046, 0,0,0,0, 0, 63, 44, 0), -- Scarlet Van Halisha
(29047, 0,0,0,0, 0, 350000, 85, 0), -- Scarlet Van Halisha
(29054, 0,0,0,0, 0, 300000, 2000, 0), -- Benom
(29014, 55024, 17368, -5412, 10126, 0, 325124, 1660, 0), -- Orfen
(29062, 0,0,0,0, 0, NULL, NULL, 0),
(29022, 55312, 219168, -3223, 0, 0, 858518, 1975, 0), -- Zaken
(29028, 213004, -114890, -1595, 0, 0, 16660000, 22197, 0); -- Valakas
-- (25333, 000000,000000,000000,0, 0,193763,3718, 0), -- Anakazel (28) -- (Spawn by Dimensional Instance)
-- (25334, 000000,000000,000000,0, 0,306698,3718, 0), -- Anakazel (38) -- (Spawn by Dimensional Instance)
-- (25335, 000000,000000,000000,0, 0,494363,3718, 0), -- Anakazel (48) -- (Spawn by Dimensional Instance)
-- (25336, 000000,000000,000000,0, 0,705074,3718, 0), -- Anakazel (58) -- (Spawn by Dimensional Instance)
-- (25337, 000000,000000,000000,0, 0,865808,3718, 0), -- Anakazel (68) -- (Spawn by Dimensional Instance)
-- (25338, 000000,000000,000000,0, 0,977523,3718, 0); -- Anakazel (78) -- (Spawn by Dimensional Instance)
INSERT IGNORE INTO `grandboss_data` VALUES
(29066, 185708, 114298, -8221,32768, 0, 11186000, 1998000, 0), -- Antharas Weak (85)
(29067, 185708, 114298, -8221,32768, 0, 14518000, 1998000, 0), -- Antharas Normal (85)
(29068, 185708, 114298, -8221,32768, 0, 17850000, 1998000, 0); -- Antharas Strong (85)
@@ -0,0 +1,10 @@
-- ---------------------------
-- Table structure for grandboss_list
-- ---------------------------
CREATE TABLE IF NOT EXISTS grandboss_list
(
`player_id` decimal(11,0) NOT NULL,
`zone` decimal(11,0) NOT NULL,
PRIMARY KEY (`player_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,34 @@
DROP TABLE IF EXISTS `helper_buff_list`;
#----------------------------
# Table structure for helper_buff_list
#----------------------------
CREATE TABLE `helper_buff_list` (
`id` int(11) NOT NULL default '0',
`skill_id` int(10) unsigned NOT NULL default '0',
`name` varchar(25) NOT NULL default '',
`skill_level` int(10) unsigned NOT NULL default '0',
`lower_level` int(10) unsigned NOT NULL default '0',
`upper_level` int(10) unsigned NOT NULL default '0',
`is_magic_class` varchar(5) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
#----------------------------
# Records for table helper_buff_list
#----------------------------
insert into helper_buff_list values
(0, 4322, 'WindWalk', 1, 8, 39, 'false'),
(1, 4323, 'Shield', 1, 11, 39, 'false'),
(2, 4338, 'Life Cubic', 1, 16, 36, 'false'),
(3, 4324, 'Bless the Body', 1, 12, 38, 'false'),
(4, 4325, 'Vampiric Rage', 1, 13, 38, 'false'),
(5, 4326, 'Regeneration', 1, 14, 38, 'false'),
(6, 4327, 'Haste', 1, 15, 37, 'false'),
(7, 4322, 'WindWalk', 1, 8, 39, 'true'),
(8, 4323, 'Shield', 1, 11, 39, 'true'),
(9, 4338, 'Life Cubic', 1, 16, 36, 'true'),
(10, 4328, 'Bless the Soul', 1, 12, 38, 'true'),
(11, 4329, 'Acumen', 1, 13, 38, 'true'),
(12, 4330, 'Concentration', 1, 14, 38, 'true'),
(13, 4331, 'Empower', 1, 15, 37, 'true');
@@ -0,0 +1,8 @@
CREATE TABLE IF NOT EXISTS `heroes` (
`charId` decimal(11,0) NOT NULL default '0',
`char_name` varchar(45) NOT NULL default '',
`class_id` decimal(3,0) NOT NULL default '0',
`count` decimal(3,0) NOT NULL default '0',
`played` decimal(1,0) NOT NULL default '0',
PRIMARY KEY (`charId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,23 @@
-- ----------------------------
-- Table structure for items
-- ----------------------------
CREATE TABLE IF NOT EXISTS items (
`owner_id` INT, -- object id of the player or clan,owner of this item
`object_id` INT NOT NULL DEFAULT 0,-- object id of the item
`item_id` INT, -- item id
`count` INT,
`enchant_level` INT,
`loc` VARCHAR(10), -- inventory,paperdoll,npc,clan warehouse,pet,and so on
`loc_data` INT, -- depending on location: equiped slot,npc id,pet id,etc
`price_sell` INT,
`price_buy` INT,
`time_of_use` INT, -- time of item use, for calculate of breackages
`custom_type1` INT DEFAULT 0,
`custom_type2` INT DEFAULT 0,
`mana_left` decimal(3,0) NOT NULL default -1,
PRIMARY KEY (`object_id`),
KEY `key_owner_id` (`owner_id`),
KEY `key_loc` (`loc`),
KEY `key_item_id` (`item_id`),
KEY `key_time_of_use` (`time_of_use`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,15 @@
-- ---------------------------
-- Table structure for `itemsonground`
-- ---------------------------
CREATE TABLE IF NOT EXISTS `itemsonground` (
`object_id` int(11) NOT NULL default '0',
`item_id` int(11) default NULL,
`count` int(11) default NULL,
`enchant_level` int(11) default NULL,
`x` int(11) default NULL,
`y` int(11) default NULL,
`z` int(11) default NULL,
`drop_time` decimal(20,0) default NULL,
`equipable` int(1) default '0',
PRIMARY KEY (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,14 @@
CREATE TABLE IF NOT EXISTS lottery (
id INT NOT NULL default 0,
idnr INT NOT NULL default 0,
number1 INT NOT NULL default 0,
number2 INT NOT NULL default 0,
prize INT NOT NULL default 0,
newprize INT NOT NULL default 0,
prize1 INT NOT NULL default 0,
prize2 INT NOT NULL default 0,
prize3 INT NOT NULL default 0,
enddate decimal(20,0) NOT NULL default 0,
finished INT NOT NULL default 0,
PRIMARY KEY (`id`,`idnr`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,15 @@
CREATE TABLE IF NOT EXISTS `mdt_bets` (
`lane_id` INT(1) DEFAULT 0,
`bet` INT DEFAULT 0,
PRIMARY KEY (`lane_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `mdt_bets` VALUES
('1','0'),
('2','0'),
('3','0'),
('4','0'),
('5','0'),
('6','0'),
('7','0'),
('8','0');
@@ -0,0 +1,7 @@
CREATE TABLE IF NOT EXISTS `mdt_history` (
`race_id` MEDIUMINT DEFAULT 0,
`first` INT(1) DEFAULT 0,
`second` INT(1) DEFAULT 0,
`odd_rate` DOUBLE(10,2) DEFAULT 0,
PRIMARY KEY (`race_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,30 @@
--
-- Table structure for table `merchant_areas_list`
--
DROP TABLE IF EXISTS merchant_areas_list;
CREATE TABLE `merchant_areas_list` (
`merchant_area_id` int(10) unsigned NOT NULL default '0',
`merchant_area_name` varchar(25) NOT NULL default '',
`tax` double(3,2) unsigned NOT NULL default '0.00',
`Chaotic` int(11) NOT NULL default '0',
PRIMARY KEY (`merchant_area_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `merchant_areas_list`
--
INSERT INTO `merchant_areas_list` VALUES (1,'Starter Town',0.15,0);
INSERT INTO `merchant_areas_list` VALUES (2,'West of Alter of Rights',0.50,1);
INSERT INTO `merchant_areas_list` VALUES (3,'Gludin',0.20,0);
INSERT INTO `merchant_areas_list` VALUES (4,'Gludio',0.20,0);
INSERT INTO `merchant_areas_list` VALUES (5,'South Wastelands',0.50,1);
INSERT INTO `merchant_areas_list` VALUES (6,'Dion',0.20,0);
INSERT INTO `merchant_areas_list` VALUES (7,'Floran',0.50,1);
INSERT INTO `merchant_areas_list` VALUES (8,'Hunters Village',0.30,0);
INSERT INTO `merchant_areas_list` VALUES (9,'Giran',0.10,0);
INSERT INTO `merchant_areas_list` VALUES (10,'Oren',0.15,0);
INSERT INTO `merchant_areas_list` VALUES (11,'Ivory Tower',0.15,0);
INSERT INTO `merchant_areas_list` VALUES (12,'Harden\'s Ac.',0.20,0);
INSERT INTO `merchant_areas_list` VALUES (13,'Aden',0.20,0);
INSERT INTO `merchant_areas_list` VALUES (14,'Castle',0.0,0);
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,11 @@
-- ----------------------------
-- Table structure for leasing merchants
-- ----------------------------
CREATE TABLE IF NOT EXISTS merchant_lease (
merchant_id int(11) NOT NULL default 0,
player_id int(11) NOT NULL default 0,
bid int(11),
`type` int(11) NOT NULL default 0,
player_name varchar(35),
PRIMARY KEY (merchant_id,player_id,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,681 @@
--
-- Table structure for table `merchant_shopids`
--
DROP TABLE IF EXISTS merchant_shopids;
CREATE TABLE merchant_shopids (
shop_id decimal(9,0) NOT NULL default '0',
npc_id varchar(9) default NULL,
PRIMARY KEY (shop_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `merchant_shopids`
--
-- General Shops
INSERT INTO merchant_shopids VALUES (1,'30001');
INSERT INTO merchant_shopids VALUES (2,'30001');
INSERT INTO merchant_shopids VALUES (3,'30087');
INSERT INTO merchant_shopids VALUES (4,'30087');
INSERT INTO merchant_shopids VALUES (5,'30088');
INSERT INTO merchant_shopids VALUES (6,'30088');
INSERT INTO merchant_shopids VALUES (7,'30090');
INSERT INTO merchant_shopids VALUES (8,'30091');
INSERT INTO merchant_shopids VALUES (9,'30093');
INSERT INTO merchant_shopids VALUES (10,'30093');
INSERT INTO merchant_shopids VALUES (11,'30002');
INSERT INTO merchant_shopids VALUES (12,'30002');
INSERT INTO merchant_shopids VALUES (13,'30003');
INSERT INTO merchant_shopids VALUES (14,'30004');
INSERT INTO merchant_shopids VALUES (15,'30060');
INSERT INTO merchant_shopids VALUES (16,'30060');
INSERT INTO merchant_shopids VALUES (17,'30061');
INSERT INTO merchant_shopids VALUES (18,'30061');
INSERT INTO merchant_shopids VALUES (19,'30062');
INSERT INTO merchant_shopids VALUES (20,'30063');
INSERT INTO merchant_shopids VALUES (21,'30165');
INSERT INTO merchant_shopids VALUES (22,'30078');
INSERT INTO merchant_shopids VALUES (23,'30081');
INSERT INTO merchant_shopids VALUES (24,'30082');
INSERT INTO merchant_shopids VALUES (25,'30084');
INSERT INTO merchant_shopids VALUES (26,'30084');
INSERT INTO merchant_shopids VALUES (27,'30085');
INSERT INTO merchant_shopids VALUES (28,'30085');
INSERT INTO merchant_shopids VALUES (29,'30094');
INSERT INTO merchant_shopids VALUES (30,'30094');
INSERT INTO merchant_shopids VALUES (31,'30135');
INSERT INTO merchant_shopids VALUES (32,'30135');
INSERT INTO merchant_shopids VALUES (33,'30136');
INSERT INTO merchant_shopids VALUES (34,'30136');
INSERT INTO merchant_shopids VALUES (35,'30137');
INSERT INTO merchant_shopids VALUES (36,'30138');
INSERT INTO merchant_shopids VALUES (37,'30147');
INSERT INTO merchant_shopids VALUES (38,'30147');
INSERT INTO merchant_shopids VALUES (39,'30148');
INSERT INTO merchant_shopids VALUES (40,'30148');
INSERT INTO merchant_shopids VALUES (41,'30149');
INSERT INTO merchant_shopids VALUES (42,'30150');
INSERT INTO merchant_shopids VALUES (43,'30163');
INSERT INTO merchant_shopids VALUES (44,'30164');
INSERT INTO merchant_shopids VALUES (45,'30165');
INSERT INTO merchant_shopids VALUES (46,'30166');
INSERT INTO merchant_shopids VALUES (47,'30178');
INSERT INTO merchant_shopids VALUES (48,'30178');
INSERT INTO merchant_shopids VALUES (49,'30179');
INSERT INTO merchant_shopids VALUES (50,'30179');
INSERT INTO merchant_shopids VALUES (51,'30180');
INSERT INTO merchant_shopids VALUES (52,'30181');
INSERT INTO merchant_shopids VALUES (53,'30207');
INSERT INTO merchant_shopids VALUES (54,'30207');
INSERT INTO merchant_shopids VALUES (55,'30208');
INSERT INTO merchant_shopids VALUES (56,'30208');
INSERT INTO merchant_shopids VALUES (57,'30209');
INSERT INTO merchant_shopids VALUES (58,'30230');
INSERT INTO merchant_shopids VALUES (59,'30230');
INSERT INTO merchant_shopids VALUES (60,'30231');
INSERT INTO merchant_shopids VALUES (61,'30253');
INSERT INTO merchant_shopids VALUES (62,'30253');
INSERT INTO merchant_shopids VALUES (63,'30254');
INSERT INTO merchant_shopids VALUES (64,'30294');
INSERT INTO merchant_shopids VALUES (65,'30301');
INSERT INTO merchant_shopids VALUES (66,'30313');
INSERT INTO merchant_shopids VALUES (67,'30314');
INSERT INTO merchant_shopids VALUES (68,'30315');
INSERT INTO merchant_shopids VALUES (69,'30321');
INSERT INTO merchant_shopids VALUES (70,'30321');
INSERT INTO merchant_shopids VALUES (71,'30420');
INSERT INTO merchant_shopids VALUES (72,'30436');
INSERT INTO merchant_shopids VALUES (73,'30834');
INSERT INTO merchant_shopids VALUES (74,'30437');
INSERT INTO merchant_shopids VALUES (75,'30516');
INSERT INTO merchant_shopids VALUES (76,'30516');
INSERT INTO merchant_shopids VALUES (77,'30517');
INSERT INTO merchant_shopids VALUES (78,'30517');
INSERT INTO merchant_shopids VALUES (79,'30518');
INSERT INTO merchant_shopids VALUES (80,'30519');
INSERT INTO merchant_shopids VALUES (81,'30558');
INSERT INTO merchant_shopids VALUES (82,'30558');
INSERT INTO merchant_shopids VALUES (83,'30559');
INSERT INTO merchant_shopids VALUES (84,'30559');
INSERT INTO merchant_shopids VALUES (85,'30560');
INSERT INTO merchant_shopids VALUES (86,'30561');
INSERT INTO merchant_shopids VALUES (87,'30684');
INSERT INTO merchant_shopids VALUES (88,'30684');
INSERT INTO merchant_shopids VALUES (89,'30731');
INSERT INTO merchant_shopids VALUES (90,'30827');
INSERT INTO merchant_shopids VALUES (91,'30828');
INSERT INTO merchant_shopids VALUES (92,'30829');
INSERT INTO merchant_shopids VALUES (93,'30830');
INSERT INTO merchant_shopids VALUES (94,'30831');
INSERT INTO merchant_shopids VALUES (95,'30834');
INSERT INTO merchant_shopids VALUES (96,'30837');
INSERT INTO merchant_shopids VALUES (97,'30837');
INSERT INTO merchant_shopids VALUES (98,'30838');
INSERT INTO merchant_shopids VALUES (99,'30838');
INSERT INTO merchant_shopids VALUES (100,'30839');
INSERT INTO merchant_shopids VALUES (101,'30840');
INSERT INTO merchant_shopids VALUES (102,'30841');
INSERT INTO merchant_shopids VALUES (103,'30842');
INSERT INTO merchant_shopids VALUES (104,'30869');
INSERT INTO merchant_shopids VALUES (105,'31256');
INSERT INTO merchant_shopids VALUES (106,'31256');
INSERT INTO merchant_shopids VALUES (107,'31257');
INSERT INTO merchant_shopids VALUES (108,'31257');
INSERT INTO merchant_shopids VALUES (109,'31258');
INSERT INTO merchant_shopids VALUES (110,'31258');
INSERT INTO merchant_shopids VALUES (111,'31259');
INSERT INTO merchant_shopids VALUES (112,'31259');
INSERT INTO merchant_shopids VALUES (113,'31260');
INSERT INTO merchant_shopids VALUES (114,'31261');
INSERT INTO merchant_shopids VALUES (115,'31262');
INSERT INTO merchant_shopids VALUES (116,'31263');
INSERT INTO merchant_shopids VALUES (117,'31263');
INSERT INTO merchant_shopids VALUES (118,'31265');
INSERT INTO merchant_shopids VALUES (119,'31273');
INSERT INTO merchant_shopids VALUES (120,'31274');
INSERT INTO merchant_shopids VALUES (121,'31284');
INSERT INTO merchant_shopids VALUES (122,'31291');
INSERT INTO merchant_shopids VALUES (123,'31300');
INSERT INTO merchant_shopids VALUES (124,'31300');
INSERT INTO merchant_shopids VALUES (125,'31301');
INSERT INTO merchant_shopids VALUES (126,'31301');
INSERT INTO merchant_shopids VALUES (127,'31302');
INSERT INTO merchant_shopids VALUES (128,'31302');
INSERT INTO merchant_shopids VALUES (129,'31303');
INSERT INTO merchant_shopids VALUES (130,'31303');
INSERT INTO merchant_shopids VALUES (131,'31304');
INSERT INTO merchant_shopids VALUES (132,'31305');
INSERT INTO merchant_shopids VALUES (133,'31306');
INSERT INTO merchant_shopids VALUES (134,'31307');
INSERT INTO merchant_shopids VALUES (135,'31307');
INSERT INTO merchant_shopids VALUES (136,'31309');
INSERT INTO merchant_shopids VALUES (137,'31318');
INSERT INTO merchant_shopids VALUES (138,'31319');
INSERT INTO merchant_shopids VALUES (139,'31338');
INSERT INTO merchant_shopids VALUES (140,'31339');
INSERT INTO merchant_shopids VALUES (141,'31366');
INSERT INTO merchant_shopids VALUES (145,'31366');
INSERT INTO merchant_shopids VALUES (146,'31445');
INSERT INTO merchant_shopids VALUES (147,'31386');
INSERT INTO merchant_shopids VALUES (148,'31438');
INSERT INTO merchant_shopids VALUES (149,'31413');
INSERT INTO merchant_shopids VALUES (150,'31419');
INSERT INTO merchant_shopids VALUES (151,'31666');
INSERT INTO merchant_shopids VALUES (152,'31431');
INSERT INTO merchant_shopids VALUES (153,'31954');
INSERT INTO merchant_shopids VALUES (154,'31441');
INSERT INTO merchant_shopids VALUES (155,'31442');
INSERT INTO merchant_shopids VALUES (156,'31444');
INSERT INTO merchant_shopids VALUES (157,'31669');
INSERT INTO merchant_shopids VALUES (158,'31963');
INSERT INTO merchant_shopids VALUES (159,'31414');
INSERT INTO merchant_shopids VALUES (160,'31418');
INSERT INTO merchant_shopids VALUES (161,'31415');
INSERT INTO merchant_shopids VALUES (162,'31423');
INSERT INTO merchant_shopids VALUES (163,'31433');
INSERT INTO merchant_shopids VALUES (164,'31440');
INSERT INTO merchant_shopids VALUES (165,'31432');
INSERT INTO merchant_shopids VALUES (166,'31425');
INSERT INTO merchant_shopids VALUES (167,'31439');
INSERT INTO merchant_shopids VALUES (168,'31954');
INSERT INTO merchant_shopids VALUES (169,'31962');
INSERT INTO merchant_shopids VALUES (170,'31416');
INSERT INTO merchant_shopids VALUES (171,'31417');
INSERT INTO merchant_shopids VALUES (172,'31435');
INSERT INTO merchant_shopids VALUES (173,'31437');
INSERT INTO merchant_shopids VALUES (174,'31422');
INSERT INTO merchant_shopids VALUES (175,'31668');
INSERT INTO merchant_shopids VALUES (176,'31434');
INSERT INTO merchant_shopids VALUES (177,'31426');
INSERT INTO merchant_shopids VALUES (178,'31428');
INSERT INTO merchant_shopids VALUES (179,'31945');
INSERT INTO merchant_shopids VALUES (180,'31945');
INSERT INTO merchant_shopids VALUES (181,'31946');
INSERT INTO merchant_shopids VALUES (182,'31946');
INSERT INTO merchant_shopids VALUES (183,'31947');
INSERT INTO merchant_shopids VALUES (184,'31947');
INSERT INTO merchant_shopids VALUES (185,'31948');
INSERT INTO merchant_shopids VALUES (186,'31948');
INSERT INTO merchant_shopids VALUES (187,'31949');
INSERT INTO merchant_shopids VALUES (188,'31950');
INSERT INTO merchant_shopids VALUES (189,'31951');
INSERT INTO merchant_shopids VALUES (190,'31952');
INSERT INTO merchant_shopids VALUES (191,'31952');
INSERT INTO merchant_shopids VALUES (192,'31962');
INSERT INTO merchant_shopids VALUES (193,'31963');
INSERT INTO merchant_shopids VALUES (194,'31973');
INSERT INTO merchant_shopids VALUES (195,'31980');
INSERT INTO merchant_shopids VALUES (196,'31670');
INSERT INTO merchant_shopids VALUES (197,'31420');
INSERT INTO merchant_shopids VALUES (198,'31427');
INSERT INTO merchant_shopids VALUES (199,'31436');
INSERT INTO merchant_shopids VALUES (200,'31443');
INSERT INTO merchant_shopids VALUES (201,'31429');
INSERT INTO merchant_shopids VALUES (202,'31421');
INSERT INTO merchant_shopids VALUES (203,'31430');
INSERT INTO merchant_shopids VALUES (204,'31667');
INSERT INTO merchant_shopids VALUES (205,'30314');
INSERT INTO merchant_shopids VALUES (351,'30047');
INSERT INTO merchant_shopids VALUES (352,'30387');
INSERT INTO merchant_shopids VALUES (353,'30879');
INSERT INTO merchant_shopids VALUES (354,'31351');
INSERT INTO merchant_shopids VALUES (355,'30003');
INSERT INTO merchant_shopids VALUES (359,'31414');
INSERT INTO merchant_shopids VALUES (360,'30149');
INSERT INTO merchant_shopids VALUES (361,'31415');
INSERT INTO merchant_shopids VALUES (362,'30138');
INSERT INTO merchant_shopids VALUES (363,'30560');
INSERT INTO merchant_shopids VALUES (364,'31424');
INSERT INTO merchant_shopids VALUES (365,'32106');
INSERT INTO merchant_shopids VALUES (366,'30062');
INSERT INTO merchant_shopids VALUES (367,'30063');
INSERT INTO merchant_shopids VALUES (368,'30081');
INSERT INTO merchant_shopids VALUES (369,'30082');
INSERT INTO merchant_shopids VALUES (370,'30180');
INSERT INTO merchant_shopids VALUES (371,'30181');
INSERT INTO merchant_shopids VALUES (372,'30254');
INSERT INTO merchant_shopids VALUES (373,'30294');
INSERT INTO merchant_shopids VALUES (374,'30301');
INSERT INTO merchant_shopids VALUES (375,'30841');
INSERT INTO merchant_shopids VALUES (376,'30842');
INSERT INTO merchant_shopids VALUES (377,'30892');
INSERT INTO merchant_shopids VALUES (378,'30893');
INSERT INTO merchant_shopids VALUES (379,'30166');
INSERT INTO merchant_shopids VALUES (380,'30231');
INSERT INTO merchant_shopids VALUES (381,'32105');
INSERT INTO merchant_shopids VALUES (382,'31380');
INSERT INTO merchant_shopids VALUES (383,'31373');
INSERT INTO merchant_shopids VALUES (5600,'30892');
INSERT INTO merchant_shopids VALUES (5601,'30893');
INSERT INTO merchant_shopids VALUES (5710,'31067');
INSERT INTO merchant_shopids VALUES (5800,'30890');
INSERT INTO merchant_shopids VALUES (5801,'30890');
INSERT INTO merchant_shopids VALUES (5802,'30891');
INSERT INTO merchant_shopids VALUES (5803,'30891');
INSERT INTO merchant_shopids VALUES (5804,'31044');
INSERT INTO merchant_shopids VALUES (5805,'31045');
INSERT INTO merchant_shopids VALUES (350071,'35007');
-- Mercenary Managers
INSERT INTO merchant_shopids VALUES (351021,'35102');
INSERT INTO merchant_shopids VALUES (351441,'35144');
INSERT INTO merchant_shopids VALUES (351861,'35186');
INSERT INTO merchant_shopids VALUES (352281,'35228');
INSERT INTO merchant_shopids VALUES (352761,'35276');
INSERT INTO merchant_shopids VALUES (353181,'35318');
INSERT INTO merchant_shopids VALUES (353651,'35365');
-- Fishermens
INSERT INTO merchant_shopids VALUES (142,'31578');
INSERT INTO merchant_shopids VALUES (143,'31579');
INSERT INTO merchant_shopids VALUES (144,'31696');
INSERT INTO merchant_shopids VALUES (400,'31562');
INSERT INTO merchant_shopids VALUES (401,'31563');
INSERT INTO merchant_shopids VALUES (402,'31564');
INSERT INTO merchant_shopids VALUES (403,'31565');
INSERT INTO merchant_shopids VALUES (404,'31566');
INSERT INTO merchant_shopids VALUES (405,'31567');
INSERT INTO merchant_shopids VALUES (406,'31568');
INSERT INTO merchant_shopids VALUES (407,'31569');
INSERT INTO merchant_shopids VALUES (408,'31570');
INSERT INTO merchant_shopids VALUES (409,'31571');
INSERT INTO merchant_shopids VALUES (410,'31572');
INSERT INTO merchant_shopids VALUES (411,'31573');
INSERT INTO merchant_shopids VALUES (412,'31574');
INSERT INTO merchant_shopids VALUES (413,'31575');
INSERT INTO merchant_shopids VALUES (414,'31576');
INSERT INTO merchant_shopids VALUES (415,'31577');
INSERT INTO merchant_shopids VALUES (416,'31578');
INSERT INTO merchant_shopids VALUES (417,'31579');
INSERT INTO merchant_shopids VALUES (418,'31616');
INSERT INTO merchant_shopids VALUES (419,'31696');
INSERT INTO merchant_shopids VALUES (420,'31697');
INSERT INTO merchant_shopids VALUES (421,'31989');
INSERT INTO merchant_shopids VALUES (423,'32105');
-- GM Shops
INSERT INTO merchant_shopids VALUES (1001,'gm');
INSERT INTO merchant_shopids VALUES (1002,'gm');
INSERT INTO merchant_shopids VALUES (1003,'gm');
INSERT INTO merchant_shopids VALUES (1004,'gm');
INSERT INTO merchant_shopids VALUES (1005,'gm');
INSERT INTO merchant_shopids VALUES (1006,'gm');
INSERT INTO merchant_shopids VALUES (1007,'gm');
INSERT INTO merchant_shopids VALUES (1008,'gm');
INSERT INTO merchant_shopids VALUES (1009,'gm');
INSERT INTO merchant_shopids VALUES (1010,'gm');
INSERT INTO merchant_shopids VALUES (1011,'gm');
INSERT INTO merchant_shopids VALUES (1012,'gm');
INSERT INTO merchant_shopids VALUES (1013,'gm');
INSERT INTO merchant_shopids VALUES (1014,'gm');
INSERT INTO merchant_shopids VALUES (1015,'gm');
INSERT INTO merchant_shopids VALUES (1020,'gm');
INSERT INTO merchant_shopids VALUES (2011,'gm');
INSERT INTO merchant_shopids VALUES (2012,'gm');
INSERT INTO merchant_shopids VALUES (2013,'gm');
INSERT INTO merchant_shopids VALUES (2014,'gm');
INSERT INTO merchant_shopids VALUES (2015,'gm');
INSERT INTO merchant_shopids VALUES (3001,'gm');
INSERT INTO merchant_shopids VALUES (3002,'gm');
INSERT INTO merchant_shopids VALUES (3003,'gm');
INSERT INTO merchant_shopids VALUES (9001,'gm');
INSERT INTO merchant_shopids VALUES (9002,'gm');
INSERT INTO merchant_shopids VALUES (9003,'gm');
INSERT INTO merchant_shopids VALUES (9004,'gm');
INSERT INTO merchant_shopids VALUES (9005,'gm');
INSERT INTO merchant_shopids VALUES (9006,'gm');
INSERT INTO merchant_shopids VALUES (9007,'gm');
INSERT INTO merchant_shopids VALUES (9008,'gm');
INSERT INTO merchant_shopids VALUES (9009,'gm');
INSERT INTO merchant_shopids VALUES (9010,'gm');
INSERT INTO merchant_shopids VALUES (9011,'gm');
INSERT INTO merchant_shopids VALUES (9012,'gm');
INSERT INTO merchant_shopids VALUES (9013,'gm');
INSERT INTO merchant_shopids VALUES (9014,'gm');
INSERT INTO merchant_shopids VALUES (9015,'gm');
INSERT INTO merchant_shopids VALUES (9016,'gm');
INSERT INTO merchant_shopids VALUES (9017,'gm');
INSERT INTO merchant_shopids VALUES (9018,'gm');
INSERT INTO merchant_shopids VALUES (9019,'gm');
INSERT INTO merchant_shopids VALUES (9020,'gm');
INSERT INTO merchant_shopids VALUES (9021,'gm');
INSERT INTO merchant_shopids VALUES (9022,'gm');
INSERT INTO merchant_shopids VALUES (9023,'gm');
INSERT INTO merchant_shopids VALUES (9024,'gm');
INSERT INTO merchant_shopids VALUES (9025,'gm');
INSERT INTO merchant_shopids VALUES (9026,'gm');
INSERT INTO merchant_shopids VALUES (9027,'gm');
INSERT INTO merchant_shopids VALUES (9028,'gm');
INSERT INTO merchant_shopids VALUES (9029,'gm');
INSERT INTO merchant_shopids VALUES (9030,'gm');
INSERT INTO merchant_shopids VALUES (9031,'gm');
INSERT INTO merchant_shopids VALUES (9032,'gm');
INSERT INTO merchant_shopids VALUES (9033,'gm');
INSERT INTO merchant_shopids VALUES (9034,'gm');
INSERT INTO merchant_shopids VALUES (9035,'gm');
INSERT INTO merchant_shopids VALUES (9036,'gm');
INSERT INTO merchant_shopids VALUES (9037,'gm');
INSERT INTO merchant_shopids VALUES (9038,'gm');
INSERT INTO merchant_shopids VALUES (9039,'gm');
INSERT INTO merchant_shopids VALUES (9040,'gm');
INSERT INTO merchant_shopids VALUES (9041,'gm');
INSERT INTO merchant_shopids VALUES (9042,'gm');
INSERT INTO merchant_shopids VALUES (9043,'gm');
INSERT INTO merchant_shopids VALUES (9044,'gm');
INSERT INTO merchant_shopids VALUES (9045,'gm');
INSERT INTO merchant_shopids VALUES (9046,'gm');
INSERT INTO merchant_shopids VALUES (9047,'gm');
INSERT INTO merchant_shopids VALUES (9048,'gm');
INSERT INTO merchant_shopids VALUES (9049,'gm');
INSERT INTO merchant_shopids VALUES (9050,'gm');
INSERT INTO merchant_shopids VALUES (9051,'gm');
INSERT INTO merchant_shopids VALUES (9052,'gm');
INSERT INTO merchant_shopids VALUES (9053,'gm');
INSERT INTO merchant_shopids VALUES (9054,'gm');
INSERT INTO merchant_shopids VALUES (9055,'gm');
INSERT INTO merchant_shopids VALUES (9056,'gm');
INSERT INTO merchant_shopids VALUES (9057,'gm');
INSERT INTO merchant_shopids VALUES (9058,'gm');
INSERT INTO merchant_shopids VALUES (9059,'gm');
INSERT INTO merchant_shopids VALUES (9060,'gm');
INSERT INTO merchant_shopids VALUES (9061,'gm');
INSERT INTO merchant_shopids VALUES (9062,'gm');
INSERT INTO merchant_shopids VALUES (9063,'gm');
INSERT INTO merchant_shopids VALUES (9064,'gm');
INSERT INTO merchant_shopids VALUES (9065,'gm');
INSERT INTO merchant_shopids VALUES (9066,'gm');
INSERT INTO merchant_shopids VALUES (9067,'gm');
INSERT INTO merchant_shopids VALUES (9068,'gm');
INSERT INTO merchant_shopids VALUES (9069,'gm');
INSERT INTO merchant_shopids VALUES (9070,'gm');
INSERT INTO merchant_shopids VALUES (9071,'gm');
INSERT INTO merchant_shopids VALUES (9072,'gm');
INSERT INTO merchant_shopids VALUES (9073,'gm');
INSERT INTO merchant_shopids VALUES (9074,'gm');
INSERT INTO merchant_shopids VALUES (9075,'gm');
INSERT INTO merchant_shopids VALUES (9076,'gm');
INSERT INTO merchant_shopids VALUES (9077,'gm');
INSERT INTO merchant_shopids VALUES (9078,'gm');
INSERT INTO merchant_shopids VALUES (9079,'gm');
INSERT INTO merchant_shopids VALUES (9080,'gm');
INSERT INTO merchant_shopids VALUES (9081,'gm');
INSERT INTO merchant_shopids VALUES (9082,'gm');
INSERT INTO merchant_shopids VALUES (9083,'gm');
INSERT INTO merchant_shopids VALUES (9084,'gm');
INSERT INTO merchant_shopids VALUES (9085,'gm');
INSERT INTO merchant_shopids VALUES (9086,'gm');
INSERT INTO merchant_shopids VALUES (9087,'gm');
INSERT INTO merchant_shopids VALUES (9088,'gm');
INSERT INTO merchant_shopids VALUES (9089,'gm');
INSERT INTO merchant_shopids VALUES (9090,'gm');
INSERT INTO merchant_shopids VALUES (9091,'gm');
INSERT INTO merchant_shopids VALUES (9092,'gm');
INSERT INTO merchant_shopids VALUES (9093,'gm');
INSERT INTO merchant_shopids VALUES (9094,'gm');
INSERT INTO merchant_shopids VALUES (9095,'gm');
INSERT INTO merchant_shopids VALUES (9096,'gm');
INSERT INTO merchant_shopids VALUES (9097,'gm');
INSERT INTO merchant_shopids VALUES (9098,'gm');
INSERT INTO merchant_shopids VALUES (9099,'gm');
INSERT INTO merchant_shopids VALUES (9100,'gm');
INSERT INTO merchant_shopids VALUES (9101,'gm');
INSERT INTO merchant_shopids VALUES (9102,'gm');
INSERT INTO merchant_shopids VALUES (9103,'gm');
INSERT INTO merchant_shopids VALUES (9104,'gm');
INSERT INTO merchant_shopids VALUES (9105,'gm');
INSERT INTO merchant_shopids VALUES (9106,'gm');
INSERT INTO merchant_shopids VALUES (9107,'gm');
INSERT INTO merchant_shopids VALUES (9108,'gm');
INSERT INTO merchant_shopids VALUES (9109,'gm');
INSERT INTO merchant_shopids VALUES (9110,'gm');
INSERT INTO merchant_shopids VALUES (9111,'gm');
INSERT INTO merchant_shopids VALUES (9112,'gm');
INSERT INTO merchant_shopids VALUES (9113,'gm');
INSERT INTO merchant_shopids VALUES (9114,'gm');
INSERT INTO merchant_shopids VALUES (9115,'gm');
INSERT INTO merchant_shopids VALUES (9116,'gm');
INSERT INTO merchant_shopids VALUES (9117,'gm');
INSERT INTO merchant_shopids VALUES (9118,'gm');
INSERT INTO merchant_shopids VALUES (9119,'gm');
INSERT INTO merchant_shopids VALUES (9120,'gm');
INSERT INTO merchant_shopids VALUES (9121,'gm');
INSERT INTO merchant_shopids VALUES (9122,'gm');
INSERT INTO merchant_shopids VALUES (9123,'gm');
INSERT INTO merchant_shopids VALUES (9124,'gm');
INSERT INTO merchant_shopids VALUES (9125,'gm');
INSERT INTO merchant_shopids VALUES (9126,'gm');
INSERT INTO merchant_shopids VALUES (9127,'gm');
INSERT INTO merchant_shopids VALUES (9128,'gm');
INSERT INTO merchant_shopids VALUES (9148,'gm');
INSERT INTO merchant_shopids VALUES (9149,'gm');
INSERT INTO merchant_shopids VALUES (9150,'gm');
INSERT INTO merchant_shopids VALUES (9300,'gm');
INSERT INTO merchant_shopids VALUES (30040,'gm');
INSERT INTO merchant_shopids VALUES (30041,'gm');
INSERT INTO merchant_shopids VALUES (30042,'gm');
INSERT INTO merchant_shopids VALUES (30043,'gm');
INSERT INTO merchant_shopids VALUES (30044,'gm');
INSERT INTO merchant_shopids VALUES (30045,'gm');
INSERT INTO merchant_shopids VALUES (30046,'gm');
INSERT INTO merchant_shopids VALUES (30047,'gm');
INSERT INTO merchant_shopids VALUES (30048,'gm');
INSERT INTO merchant_shopids VALUES (30049,'gm');
INSERT INTO merchant_shopids VALUES (30050,'gm');
INSERT INTO merchant_shopids VALUES (30051,'gm');
INSERT INTO merchant_shopids VALUES (30052,'gm');
INSERT INTO merchant_shopids VALUES (30053,'gm');
INSERT INTO merchant_shopids VALUES (30054,'gm');
INSERT INTO merchant_shopids VALUES (30055,'gm');
INSERT INTO merchant_shopids VALUES (30056,'gm');
INSERT INTO merchant_shopids VALUES (30057,'gm');
INSERT INTO merchant_shopids VALUES (30058,'gm');
INSERT INTO merchant_shopids VALUES (30059,'gm');
INSERT INTO merchant_shopids VALUES (71021,'gm');
INSERT INTO merchant_shopids VALUES (71022,'gm');
INSERT INTO merchant_shopids VALUES (71023,'gm');
INSERT INTO merchant_shopids VALUES (71024,'gm');
INSERT INTO merchant_shopids VALUES (71025,'gm');
INSERT INTO merchant_shopids VALUES (71026,'gm');
INSERT INTO merchant_shopids VALUES (71027,'gm');
INSERT INTO merchant_shopids VALUES (71028,'gm');
INSERT INTO merchant_shopids VALUES (71029,'gm');
INSERT INTO merchant_shopids VALUES (71030,'gm');
INSERT INTO merchant_shopids VALUES (300523,'gm');
INSERT INTO merchant_shopids VALUES (300524,'gm');
INSERT INTO merchant_shopids VALUES (300525,'gm');
INSERT INTO merchant_shopids VALUES (300526,'gm');
INSERT INTO merchant_shopids VALUES (300527,'gm');
INSERT INTO merchant_shopids VALUES (300528,'gm');
INSERT INTO merchant_shopids VALUES (300529,'gm');
INSERT INTO merchant_shopids VALUES (300530,'gm');
INSERT INTO merchant_shopids VALUES (300531,'gm');
INSERT INTO merchant_shopids VALUES (300532,'gm');
INSERT INTO merchant_shopids VALUES (300533,'gm');
INSERT INTO merchant_shopids VALUES (300534,'gm');
INSERT INTO merchant_shopids VALUES (300535,'gm');
INSERT INTO merchant_shopids VALUES (300536,'gm');
INSERT INTO merchant_shopids VALUES (300537,'gm');
INSERT INTO merchant_shopids VALUES (300538,'gm');
INSERT INTO merchant_shopids VALUES (300539,'gm');
INSERT INTO merchant_shopids VALUES (300540,'gm');
INSERT INTO merchant_shopids VALUES (300541,'gm');
INSERT INTO merchant_shopids VALUES (300543,'gm');
INSERT INTO merchant_shopids VALUES (300522,'gm');
INSERT INTO merchant_shopids VALUES (300511,'gm');
INSERT INTO merchant_shopids VALUES (300510,'gm');
INSERT INTO merchant_shopids VALUES (300410,'gm');
INSERT INTO merchant_shopids VALUES (300542,'gm');
INSERT INTO merchant_shopids VALUES (71031, 'gm');
INSERT INTO merchant_shopids VALUES (71032, 'gm');
--
-- Castle
--
INSERT INTO `merchant_shopids` VALUES (335103, '35103');
INSERT INTO `merchant_shopids` VALUES (335145, '35145');
INSERT INTO `merchant_shopids` VALUES (335187, '35187');
INSERT INTO `merchant_shopids` VALUES (335229, '35229');
INSERT INTO `merchant_shopids` VALUES (335230, '35230');
INSERT INTO `merchant_shopids` VALUES (335231, '35231');
INSERT INTO `merchant_shopids` VALUES (335277, '35277');
INSERT INTO `merchant_shopids` VALUES (335319, '35319');
INSERT INTO `merchant_shopids` VALUES (335366, '35366');
INSERT INTO `merchant_shopids` VALUES (335512, '35512');
INSERT INTO `merchant_shopids` VALUES (335558, '35558');
INSERT INTO `merchant_shopids` VALUES (335644, '35644');
INSERT INTO `merchant_shopids` VALUES (335645, '35645');
--
-- Castles Item creation
--
INSERT INTO merchant_shopids VALUES (351001,'35100');
INSERT INTO merchant_shopids VALUES (351002,'35100');
INSERT INTO merchant_shopids VALUES (351421,'35142');
INSERT INTO merchant_shopids VALUES (351422,'35142');
INSERT INTO merchant_shopids VALUES (351841,'35184');
INSERT INTO merchant_shopids VALUES (351842,'35184');
INSERT INTO merchant_shopids VALUES (352261,'35226');
INSERT INTO merchant_shopids VALUES (352262,'35226');
INSERT INTO merchant_shopids VALUES (352741,'35274');
INSERT INTO merchant_shopids VALUES (352742,'35274');
INSERT INTO merchant_shopids VALUES (353161,'35316');
INSERT INTO merchant_shopids VALUES (353162,'35316');
INSERT INTO merchant_shopids VALUES (353631,'35363');
INSERT INTO merchant_shopids VALUES (353632,'35363');
INSERT INTO merchant_shopids VALUES (355091,'35509');
INSERT INTO merchant_shopids VALUES (355092,'35509');
INSERT INTO merchant_shopids VALUES (355551,'35555');
INSERT INTO merchant_shopids VALUES (355552,'35555');
--
-- Clan Halls Item creation
--
INSERT INTO merchant_shopids VALUES (135445, '35445');
INSERT INTO merchant_shopids VALUES (235445, '35445');
INSERT INTO merchant_shopids VALUES (335445, '35445');
INSERT INTO merchant_shopids VALUES (135453, '35453');
INSERT INTO merchant_shopids VALUES (235453, '35453');
INSERT INTO merchant_shopids VALUES (335453, '35453');
INSERT INTO merchant_shopids VALUES (135455, '35455');
INSERT INTO merchant_shopids VALUES (235455, '35455');
INSERT INTO merchant_shopids VALUES (335455, '35455');
INSERT INTO merchant_shopids VALUES (135451, '35451');
INSERT INTO merchant_shopids VALUES (235451, '35451');
INSERT INTO merchant_shopids VALUES (335451, '35451');
INSERT INTO merchant_shopids VALUES (135457, '35457');
INSERT INTO merchant_shopids VALUES (235457, '35457');
INSERT INTO merchant_shopids VALUES (335457, '35457');
INSERT INTO merchant_shopids VALUES (135459, '35459');
INSERT INTO merchant_shopids VALUES (235459, '35459');
INSERT INTO merchant_shopids VALUES (335459, '35459');
INSERT INTO merchant_shopids VALUES (135383, '35383');
INSERT INTO merchant_shopids VALUES (235383, '35383');
INSERT INTO merchant_shopids VALUES (335383, '35383');
INSERT INTO merchant_shopids VALUES (135398, '35398');
INSERT INTO merchant_shopids VALUES (235398, '35398');
INSERT INTO merchant_shopids VALUES (335398, '35398');
INSERT INTO merchant_shopids VALUES (135400, '35400');
INSERT INTO merchant_shopids VALUES (235400, '35400');
INSERT INTO merchant_shopids VALUES (335400, '35400');
INSERT INTO merchant_shopids VALUES (135392, '35392');
INSERT INTO merchant_shopids VALUES (235392, '35392');
INSERT INTO merchant_shopids VALUES (335392, '35392');
INSERT INTO merchant_shopids VALUES (135394, '35394');
INSERT INTO merchant_shopids VALUES (235394, '35394');
INSERT INTO merchant_shopids VALUES (335394, '35394');
INSERT INTO merchant_shopids VALUES (135396, '35396');
INSERT INTO merchant_shopids VALUES (235396, '35396');
INSERT INTO merchant_shopids VALUES (335396, '35396');
INSERT INTO merchant_shopids VALUES (135384, '35384');
INSERT INTO merchant_shopids VALUES (235384, '35384');
INSERT INTO merchant_shopids VALUES (335384, '35384');
INSERT INTO merchant_shopids VALUES (135390, '35390');
INSERT INTO merchant_shopids VALUES (235390, '35390');
INSERT INTO merchant_shopids VALUES (335390, '35390');
INSERT INTO merchant_shopids VALUES (135386, '35386');
INSERT INTO merchant_shopids VALUES (235386, '35386');
INSERT INTO merchant_shopids VALUES (335386, '35386');
INSERT INTO merchant_shopids VALUES (135388, '35388');
INSERT INTO merchant_shopids VALUES (235388, '35388');
INSERT INTO merchant_shopids VALUES (335388, '35388');
INSERT INTO merchant_shopids VALUES (135407, '35407');
INSERT INTO merchant_shopids VALUES (235407, '35407');
INSERT INTO merchant_shopids VALUES (335407, '35407');
INSERT INTO merchant_shopids VALUES (135403, '35403');
INSERT INTO merchant_shopids VALUES (235403, '35403');
INSERT INTO merchant_shopids VALUES (335403, '35403');
INSERT INTO merchant_shopids VALUES (135405, '35405');
INSERT INTO merchant_shopids VALUES (235405, '35405');
INSERT INTO merchant_shopids VALUES (335405, '35405');
INSERT INTO merchant_shopids VALUES (135421, '35421');
INSERT INTO merchant_shopids VALUES (235421, '35421');
INSERT INTO merchant_shopids VALUES (335421, '35421');
INSERT INTO merchant_shopids VALUES (135439, '35439');
INSERT INTO merchant_shopids VALUES (235439, '35439');
INSERT INTO merchant_shopids VALUES (335439, '35439');
INSERT INTO merchant_shopids VALUES (135441, '35441');
INSERT INTO merchant_shopids VALUES (235441, '35441');
INSERT INTO merchant_shopids VALUES (335441, '35441');
INSERT INTO merchant_shopids VALUES (135443, '35443');
INSERT INTO merchant_shopids VALUES (235443, '35443');
INSERT INTO merchant_shopids VALUES (335443, '35443');
INSERT INTO merchant_shopids VALUES (135447, '35447');
INSERT INTO merchant_shopids VALUES (235447, '35447');
INSERT INTO merchant_shopids VALUES (335447, '35447');
INSERT INTO merchant_shopids VALUES (135449, '35449');
INSERT INTO merchant_shopids VALUES (235449, '35449');
INSERT INTO merchant_shopids VALUES (335449, '35449');
INSERT INTO merchant_shopids VALUES (135467, '35467');
INSERT INTO merchant_shopids VALUES (235467, '35467');
INSERT INTO merchant_shopids VALUES (335467, '35467');
INSERT INTO merchant_shopids VALUES (135465, '35465');
INSERT INTO merchant_shopids VALUES (235465, '35465');
INSERT INTO merchant_shopids VALUES (335465, '35465');
INSERT INTO merchant_shopids VALUES (135463, '35463');
INSERT INTO merchant_shopids VALUES (235463, '35463');
INSERT INTO merchant_shopids VALUES (335463, '35463');
INSERT INTO merchant_shopids VALUES (135461, '35461');
INSERT INTO merchant_shopids VALUES (235461, '35461');
INSERT INTO merchant_shopids VALUES (335461, '35461');
INSERT INTO merchant_shopids VALUES (335566, '35566');
INSERT INTO merchant_shopids VALUES (235566, '35566');
INSERT INTO merchant_shopids VALUES (135566, '35566');
INSERT INTO merchant_shopids VALUES (335568, '35568');
INSERT INTO merchant_shopids VALUES (235568, '35568');
INSERT INTO merchant_shopids VALUES (135568, '35568');
INSERT INTO merchant_shopids VALUES (335570, '35570');
INSERT INTO merchant_shopids VALUES (235570, '35570');
INSERT INTO merchant_shopids VALUES (135570, '35570');
INSERT INTO merchant_shopids VALUES (335572, '35572');
INSERT INTO merchant_shopids VALUES (235572, '35572');
INSERT INTO merchant_shopids VALUES (135572, '35572');
INSERT INTO merchant_shopids VALUES (335574, '35574');
INSERT INTO merchant_shopids VALUES (235574, '35574');
INSERT INTO merchant_shopids VALUES (135574, '35574');
INSERT INTO merchant_shopids VALUES (335576, '35576');
INSERT INTO merchant_shopids VALUES (235576, '35576');
INSERT INTO merchant_shopids VALUES (135576, '35576');
INSERT INTO merchant_shopids VALUES (335578, '35578');
INSERT INTO merchant_shopids VALUES (235578, '35578');
INSERT INTO merchant_shopids VALUES (135578, '35578');
INSERT INTO merchant_shopids VALUES (235580, '35580');
INSERT INTO merchant_shopids VALUES (135580, '35580');
INSERT INTO merchant_shopids VALUES (335580, '35580');
INSERT INTO merchant_shopids VALUES (335582, '35582');
INSERT INTO merchant_shopids VALUES (235582, '35582');
INSERT INTO merchant_shopids VALUES (135582, '35582');
INSERT INTO merchant_shopids VALUES (135584, '35584');
INSERT INTO merchant_shopids VALUES (235584, '35584');
INSERT INTO merchant_shopids VALUES (335584, '35584');
INSERT INTO merchant_shopids VALUES (335586, '35586');
INSERT INTO merchant_shopids VALUES (135586, '35586');
INSERT INTO merchant_shopids VALUES (235586, '35586');
INSERT INTO merchant_shopids VALUES (355111, '35511');
INSERT INTO merchant_shopids VALUES (355571, '35557');
INSERT INTO merchant_shopids VALUES (135438,'35438');
INSERT INTO merchant_shopids VALUES (235438,'35438');
INSERT INTO merchant_shopids VALUES (335438,'35438');
INSERT INTO merchant_shopids VALUES (135605,'35605');
INSERT INTO merchant_shopids VALUES (235605,'35605');
INSERT INTO merchant_shopids VALUES (335605,'35605');
@@ -0,0 +1,93 @@
--
-- Table structure for table `merchants`
--
DROP TABLE IF EXISTS merchants;
CREATE TABLE `merchants` (
`npc_id` int(11) NOT NULL default '0',
`merchant_area_id` tinyint(4) default NULL,
PRIMARY KEY (`npc_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `merchants`
--
INSERT INTO `merchants` VALUES (1030001,1);
INSERT INTO `merchants` VALUES (1030002,1);
INSERT INTO `merchants` VALUES (1030003,1);
INSERT INTO `merchants` VALUES (1030004,1);
INSERT INTO `merchants` VALUES (1030060,6);
INSERT INTO `merchants` VALUES (1030061,6);
INSERT INTO `merchants` VALUES (1030062,6);
INSERT INTO `merchants` VALUES (1030063,6);
INSERT INTO `merchants` VALUES (1030078,7);
INSERT INTO `merchants` VALUES (1030081,9);
INSERT INTO `merchants` VALUES (1030082,9);
INSERT INTO `merchants` VALUES (1030084,9);
INSERT INTO `merchants` VALUES (1030085,9);
INSERT INTO `merchants` VALUES (1030087,9);
INSERT INTO `merchants` VALUES (1030088,9);
INSERT INTO `merchants` VALUES (1030090,9);
INSERT INTO `merchants` VALUES (1030091,9);
INSERT INTO `merchants` VALUES (1030093,9);
INSERT INTO `merchants` VALUES (1030094,9);
INSERT INTO `merchants` VALUES (1030135,1);
INSERT INTO `merchants` VALUES (1030136,1);
INSERT INTO `merchants` VALUES (1030137,1);
INSERT INTO `merchants` VALUES (1030138,1);
INSERT INTO `merchants` VALUES (1030147,1);
INSERT INTO `merchants` VALUES (1030148,1);
INSERT INTO `merchants` VALUES (1030149,1);
INSERT INTO `merchants` VALUES (1030150,1);
INSERT INTO `merchants` VALUES (1030163,11);
INSERT INTO `merchants` VALUES (1030164,11);
INSERT INTO `merchants` VALUES (1030165,11);
INSERT INTO `merchants` VALUES (1030166,11);
INSERT INTO `merchants` VALUES (1030178,10);
INSERT INTO `merchants` VALUES (1030179,10);
INSERT INTO `merchants` VALUES (1030180,10);
INSERT INTO `merchants` VALUES (1030181,10);
INSERT INTO `merchants` VALUES (1030207,3);
INSERT INTO `merchants` VALUES (1030208,3);
INSERT INTO `merchants` VALUES (1030209,3);
INSERT INTO `merchants` VALUES (1030230,8);
INSERT INTO `merchants` VALUES (1030231,8);
INSERT INTO `merchants` VALUES (1030253,4);
INSERT INTO `merchants` VALUES (1030254,4);
INSERT INTO `merchants` VALUES (1030294,4);
INSERT INTO `merchants` VALUES (1030301,8);
INSERT INTO `merchants` VALUES (1030313,3);
INSERT INTO `merchants` VALUES (1030314,3);
INSERT INTO `merchants` VALUES (1030315,3);
INSERT INTO `merchants` VALUES (1030321,4);
INSERT INTO `merchants` VALUES (1030420,2);
INSERT INTO `merchants` VALUES (1030436,5);
INSERT INTO `merchants` VALUES (1030437,5);
INSERT INTO `merchants` VALUES (1030516,1);
INSERT INTO `merchants` VALUES (1030517,1);
INSERT INTO `merchants` VALUES (1030518,1);
INSERT INTO `merchants` VALUES (1030519,1);
INSERT INTO `merchants` VALUES (1030558,1);
INSERT INTO `merchants` VALUES (1030559,1);
INSERT INTO `merchants` VALUES (1030560,1);
INSERT INTO `merchants` VALUES (1030561,1);
INSERT INTO `merchants` VALUES (1030684,8);
INSERT INTO `merchants` VALUES (1030746,8);
INSERT INTO `merchants` VALUES (1030834,12);
INSERT INTO `merchants` VALUES (1030839,13);
INSERT INTO `merchants` VALUES (1030840,13);
INSERT INTO `merchants` VALUES (1030841,13);
INSERT INTO `merchants` VALUES (1030842,13);
INSERT INTO `merchants` VALUES (1035102,14);
INSERT INTO `merchants` VALUES (1035144,14);
INSERT INTO `merchants` VALUES (1035228,14);
INSERT INTO `merchants` VALUES (1035186,14);
INSERT INTO `merchants` VALUES (1035276,14);
INSERT INTO `merchants` VALUES (1035007,14);
INSERT INTO `merchants` VALUES (1031562,1);
INSERT INTO `merchants` VALUES (1031424,1);
INSERT INTO `merchants` VALUES (1031564,1);
INSERT INTO `merchants` VALUES (1031415,1);
INSERT INTO `merchants` VALUES (1031563,1);
INSERT INTO `merchants` VALUES (1031414,1);
INSERT INTO `merchants` VALUES (1031565,1);
@@ -0,0 +1,499 @@
--
-- Table structure for table `minions`
--
DROP TABLE IF EXISTS `minions`;
CREATE TABLE `minions` (
`boss_id` int(11) NOT NULL default '0',
`minion_id` int(11) NOT NULL default '0',
`amount_min` int(4) NOT NULL default '0',
`amount_max` int(4) NOT NULL default '0',
PRIMARY KEY (`boss_id`,`minion_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `minions`
--
-- c1 mobs
INSERT INTO `minions` VALUES
(20117,20118,1,3),
(20376,20377,1,2),
(20398,20399,1,2),
(20520,20445,3,5),
(20522,20524,2,4),
(20738,20739,3,5),
(20745,20746,1,2),
(20747,20748,1,2),
(20749,20750,1,2),
(20751,20752,3,3),
(20753,21040,4,4),
(20758,20759,1,1),
(20758,20760,1,1),
(20761,20762,2,3),
(20763,20764,1,1),
(20763,20765,1,1),
(20763,20766,1,1),
(20767,20768,1,1),
(20767,20769,1,1),
(20767,20770,1,1),
(20771,20772,1,3),
(20773,20774,2,4),
(20779,20750,1,3),
(20930,20928,1,1),
(20930,20929,1,1),
(20933,20931,1,1),
(20933,20932,1,1),
(20935,20934,1,3),
(20936,20937,1,1),
(20936,20938,1,1),
(20936,20939,1,1),
(20941,20940,3,3),
(20944,20942,1,1),
(20944,20943,2,2),
(20947,20945,1,2),
(20947,20946,1,2),
(20950,20948,1,2),
(20950,20949,1,2),
(20953,20951,1,2),
(20953,20952,1,2),
(20956,20954,1,2),
(20956,20955,1,2),
(20959,20957,1,2),
(20959,20958,1,2),
(20963,20960,1,1),
(20963,20961,1,1),
(20963,20962,1,1),
(20966,20964,1,2),
(20966,20965,1,2),
(20969,20967,1,2),
(20969,20968,1,2),
(20973,20970,1,1),
(20973,20971,1,1),
(20973,20972,1,1),
(20974,20975,1,2),
(20974,20976,1,2),
(20977,20978,1,1),
(20977,20979,1,1),
(20980,20981,1,1),
(20980,20982,1,1),
(20986,20987,1,2),
(20986,20988,1,2),
(20989,20990,1,1),
(20991,20992,1,2),
(20991,20993,1,2),
(20994,20995,3,4);
INSERT INTO `minions` VALUES
(21058,21059,1,2),
(21058,21060,1,2),
(21075,21076,1,1),
(21075,21077,1,2),
(21078,21079,1,1),
(21078,21080,1,2),
(21081,21082,1,1),
(21081,21083,1,3),
(21090,21091,1,1),
(21090,21092,1,1),
(21312,21313,2,2),
(21596,21597,1,1),
(21596,21598,1,1),
(21599,21600,1,1),
(21599,21601,1,1);
--
-- work in progress C5 minions - 22xxx mobs
--
INSERT INTO `minions` VALUES
(22028,22027,3,4),
(22080,22079,3,3),
(22082,22081,3,3),
(22084,22083,3,3),
(22086,22085,3,3),
(22088,22087,3,3),
(22092,22091,3,3),
(22094,22093,3,3),
(22096,22095,3,3),
(22098,22097,3,3),
(22123,22122,2,3),
(22135,22130,1,1),
(22135,22131,1,1),
(21345,21346,2,2),
(21347,21348,1,1),
(21347,21349,1,1),
(21369,21370,2,2),
(21371,21372,2,2),
(21373,21374,1,1),
(21373,21375,1,1),
(21544,21545,1,1),
(21544,21546,1,1);
INSERT INTO `minions` VALUES
(27021,20492,6,8),
(27022,20367,1,3),
(27036,27037,2,3),
(27110,27111,3,5),
(27113,27111,3,6);
-- raid bosses
INSERT INTO `minions` VALUES
(25001,25002,1,2),
(25001,25003,1,2),
(25004,25005,2,3),
(25004,25006,1,1),
(25007,25008,1,1),
(25007,25009,1,2),
(25010,25011,3,3),
(25010,25012,2,2),
(25013,25014,1,2),
(25013,25015,1,2),
(25016,25017,1,2),
(25016,25018,1,2),
(25217,25218,2,3),
(25217,25219,2,4),
(25020,25021,2,2),
(25020,25022,2,2),
(25023,25024,3,5),
(25023,25025,4,5),
(25026,25027,1,2),
(25026,25028,2,4),
(25029,25030,1,2),
(25029,25031,1,3),
(25032,25033,1,2),
(25032,25034,4,6),
(25035,25036,3,3),
(25035,25037,2,2),
(25038,25039,1,1),
(25038,25040,2,4),
(25041,25042,2,3),
(25041,25043,1,1),
(25044,25045,2,4),
(25044,25046,1,1),
(25047,25048,1,2),
(25047,25049,1,2),
(25051,25052,1,1),
(25051,25053,1,1),
(25054,25055,1,1),
(25054,25056,4,4),
(25057,25058,1,2),
(25057,25059,2,3),
(25060,25061,1,2),
(25060,25062,1,2),
(25064,25065,1,2),
(25064,25066,1,2),
(25067,25068,1,2),
(25067,25069,1,2),
(25070,25071,1,2),
(25073,25074,1,2),
(25076,25077,1,2),
(25079,25080,1,2),
(25070,25072,1,2),
(25073,25075,1,2),
(25076,25078,1,2),
(25079,25081,1,2),
(25082,25083,1,2),
(25082,25084,1,2),
(25085,25086,1,2),
(25085,25087,1,2),
(25089,25091,1,2),
(25089,25090,1,2),
(25092,25093,1,1),
(25092,25094,4,4),
(25095,25096,1,2),
(25095,25097,1,2),
(25099,25100,1,2),
(25099,25101,1,2),
(25103,25104,1,2),
(25103,25105,1,2),
(25106,25107,1,2),
(25106,25108,1,2),
(25109,25110,3,3),
(25109,25111,1,1),
(25112,25113,1,2),
(25112,25114,1,2),
(25115,25116,1,2),
(25115,25117,1,2),
(25119,25120,1,2),
(25119,25121,1,2),
(25122,25123,1,2),
(25122,25124,1,2),
(25128,25129,1,2),
(25128,25130,1,2),
(25131,25132,1,2),
(25131,25133,1,2),
(25134,25135,1,2),
(25134,25136,1,2),
(25137,25138,1,2),
(25137,25139,1,2),
(25140,25141,1,2),
(25140,25142,1,2),
(25143,25144,2,2),
(25143,25145,2,2),
(25146,25147,1,2),
(25146,25148,1,2),
(25149,25150,1,2),
(25149,25151,1,2),
(25152,25153,1,2),
(25152,25154,1,2),
(25155,25156,1,2),
(25155,25157,1,2),
(25159,25160,1,2),
(25159,25161,1,2),
-- (25163,25164,1,3),-- minion npcID removed in interlude
-- (25163,25165,1,2),-- minion npcID removed in interlude
(25166,25167,1,2),
(25166,25168,1,2),
(25170,25171,1,2),
(25170,25172,1,2),
(25173,25174,1,2),
(25173,25175,1,2),
(25176,25177,1,2),
(25176,25178,1,2),
(25179,25180,1,2),
(25179,25181,1,2),
(25182,25183,1,2),
(25182,25184,1,2),
(25185,25186,1,2),
(25185,25187,1,2),
(25189,25190,1,2),
(25189,25191,1,2),
(25192,25193,1,2),
(25192,25194,1,2),
(25199,25200,3,3),
(25199,25201,1,1),
(25202,25203,2,2),
(25202,25204,2,2),
(25205,25206,1,1),
(25205,25207,4,4),
(25208,25209,1,2),
(25208,25210,1,2),
(25211,25212,1,2),
(25211,25213,1,2),
(25214,25215,1,2),
(25214,25216,1,2),
(25220,25221,3,3),
(25220,25222,1,1),
(25223,25224,2,3),
(25223,25225,1,1),
(25226,25227,1,2),
(25226,25228,1,2),
(25230,25231,1,1),
(25230,25232,2,4),
(25235,25236,2,2),
(25235,25237,2,2),
(25238,25239,1,2),
(25238,25240,1,2),
(25241,25242,1,1),
(25241,25243,1,3),
(25245,25246,1,1),
(25245,25247,4,4),
(25249,25250,3,3),
(25249,25251,1,1),
(25252,25253,3,3),
(25252,25254,1,1),
(25256,25257,2,3),
(25256,25258,1,2),
(25260,25261,1,2),
(25260,25262,1,3),
(25263,25264,1,1),
(25263,25265,1,3),
(25266,25267,4,4),
(25266,25268,1,1),
(25269,25270,3,3),
(25269,25271,2,2),
(25283,25284,4,4),
(25283,25285,2,2),
(25286,25287,3,3),
(25286,25288,2,2),
(25286,25289,2,2),
(25290,25291,3,3),
(25290,25292,1,1),
(25293,25294,1,1),
(25293,25295,4,4),
(25296,25297,3,3),
(25296,25298,1,1),
(25299,25300,3,3),
(25299,25301,2,2),
(25302,25303,3,3),
(25302,25304,1,1),
(25306,25307,1,1),
(25306,25308,4,4),
(25309,25310,1,1),
(25309,25311,4,4),
(25312,25313,2,2),
(25312,25314,2,2),
(25316,25317,1,1),
(25316,25318,4,4),
(25319,25320,3,3),
(25319,25321,1,1),
(25322,25323,2,3),
(25322,25324,1,3),
(25325,25326,1,1),
(25325,25327,4,4),
(25328,25329,1,1),
(25328,25330,1,1),
(25328,25331,1,1),
(25328,25332,1,1),
(25339,25340,1,1),
(25339,25341,1,1),
(25342,25343,1,1),
(25342,25344,1,1),
(25342,25345,1,1),
(25346,25347,1,1),
(25346,25348,1,1),
(25349,25350,1,1),
(25349,25351,1,1),
(25352,25353,3,6),
(25354,25355,2,4),
(25354,25356,2,4),
(25357,25358,1,3),
(25357,25359,1,3),
(25360,25361,4,6),
(25362,25363,2,4),
(25362,25364,1,3),
(25366,25367,2,4),
(25366,25368,1,2),
(25369,25370,1,3),
(25369,25371,1,3),
(25373,25374,2,4),
(25375,25376,2,4),
(25375,25377,1,3),
(25378,25379,1,4),
(25380,25381,1,3),
(25380,25382,1,3),
(25383,25384,3,5),
(25385,25386,1,3),
(25385,25387,1,3),
(25388,25389,1,3),
(25388,25390,2,5),
(25392,25393,4,7),
(25395,25396,1,1),
(25395,25397,2,2),
(25398,25399,1,4),
(25398,25400,1,2),
(25401,25402,2,3),
(25401,25403,3,5),
(25404,25405,2,4),
(25404,25406,2,4),
(25407,25408,2,3),
(25407,25409,2,4),
(25410,25411,4,8),
(25412,25413,1,2),
(25412,25414,1,4),
(25415,25416,1,3),
(25415,25417,1,3),
(25418,25419,2,5),
(25420,25421,2,5),
(25420,25422,2,3),
(25423,25424,6,8),
(25423,25425,3,4),
(25426,25427,2,3),
(25426,25428,2,4),
(25429,25430,6,9),
(25431,25432,3,4),
(25431,25433,3,4),
(25434,25435,3,4),
(25434,25436,2,3),
(25438,25439,3,5),
(25438,25440,2,4),
(25441,25442,2,5),
(25441,25443,2,4),
(25444,25445,3,5),
(25444,25446,2,4),
(25447,25448,2,2),
(25447,25449,2,2),
(25450,25451,3,3),
(25450,25452,1,1),
(25453,25454,3,3),
(25453,25455,1,1),
(25456,25457,3,4),
(25456,25458,3,4),
(25456,25459,3,4),
(25460,25461,3,5),
(25460,25462,3,5),
(25463,25464,2,4),
(25463,25465,2,3),
(25463,25466,3,5),
(25467,25468,3,5),
(25467,25469,2,4),
(25470,25471,3,4),
(25470,25472,3,5),
(25473,25474,6,8),
(25475,25476,3,4),
(25475,25477,2,3),
(25478,25479,3,5),
(25478,25480,2,4),
(25481,25482,2,4),
(25481,25483,2,4),
(25484,25485,3,5),
(25484,25486,2,4),
(25487,25488,2,3),
(25487,25489,1,4),
(25490,25491,2,3),
(25490,25492,1,4),
(25493,25494,3,4),
(25493,25495,3,4),
(25496,25497,5,9),
(25498,25499,2,4),
(25498,25500,1,5),
(25501,25502,3,3),
(25501,25503,2,2),
(25504,25505,3,3),
(25506,25507,1,1),
(25506,25508,3,3),
(25509,25510,1,1),
(25509,25511,3,3),
(25514,25515,1,1),
(25514,25516,3,3),
(25517,25518,2,2),
(25517,25519,3,4),
(25524,25525,2,2),
(25524,25526,2,2),
(29056,29057,2,2),
(29056,29058,2,2);
-- Primeval Isle temp mob groups.
INSERT INTO `minions` VALUES
(22196,22197,1,1),
(22196,22198,1,1),
(22196,22218,1,1),
(22200,22201,1,1),
(22200,22202,1,1),
(22200,22219,1,1),
(22203,22204,1,1),
(22203,22205,1,1),
(22203,22220,1,1),
(22208,22209,1,1),
(22208,22210,1,1),
(22208,22221,1,1),
(22211,22212,1,1),
(22211,22213,1,1),
(22211,22222,1,1);
-- GrandBosses
INSERT INTO `minions` VALUES
-- (29001,29003,5,8),-- Nurse, implant in AI now
-- (29001,29004,3,5),-- Guard, implant in AI now
-- (29001,29005,3,4),-- Royal guard, implant in AI now
(29006,29007,10,10),
(29006,29008,3,3),
(29006,29011,4,4),
(29014,29015,6,8),
(29014,29016,4,7),
(29014,29017,6,8),
(29014,29018,4,7),
(29019,29070,4,6),
(29019,29076,1,1);
-- ToI - Binder group
INSERT INTO `minions` VALUES
(20983,20984,1,1),
(20983,20985,1,1),
(20983,21074,1,1);
-- Fairy Trees
INSERT INTO `minions` VALUES
(27185, 27189, 4, 4),
(27186, 27189, 4, 4),
(27187, 27189, 4, 4),
(27188, 27189, 4, 4);
@@ -0,0 +1,14 @@
--
-- Table structure for table `mods_couples`
--
CREATE TABLE IF NOT EXISTS `mods_wedding` (
`id` int(11) NOT NULL auto_increment,
`player1Id` int(11) NOT NULL default '0',
`player2Id` int(11) NOT NULL default '0',
`married` varchar(5) default NULL,
`affianceDate` decimal(20,0) default '0',
`weddingDate` decimal(20,0) default '0',
`coupleType` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,42 @@
-- ---------------------------
-- Table structure for `npc_to_pc_polymorph`
-- ---------------------------
CREATE TABLE IF NOT EXISTS `npc_to_pc_polymorph` (
`spawn` int(9) NOT NULL default '0',
`template` int(9) NOT NULL default '0',
`name` varchar(35) default NULL,
`title` varchar(35) default NULL,
`class_id` int(3) NOT NULL default '0',
`female` int(1) NOT NULL default '0',
`hair_style` int(1) NOT NULL default '0',
`hair_color` int(1) NOT NULL default '0',
`face` int(1) NOT NULL default '0',
`name_color` int(7) NOT NULL default '0',
`title_color` int(7) NOT NULL default '0',
`noble` int(1) NOT NULL default '0',
`hero` int(1) NOT NULL default '0',
`pvp` int(1) NOT NULL default '0',
`karma` int(7) NOT NULL default '0',
`wpn_enchant` int(7) NOT NULL default '0',
`right_hand` int(7) NOT NULL default '0',
`left_hand` int(7) NOT NULL default '0',
`gloves` int(7) NOT NULL default '0',
`chest` int(7) NOT NULL default '0',
`legs` int(7) NOT NULL default '0',
`feet` int(7) NOT NULL default '0',
`hair` int(7) NOT NULL default '0',
`hair2` int(7) NOT NULL default '0',
`pledge` int(2) NOT NULL default '0',
`cw_level` int(3) NOT NULL default '0',
`clan_id` int(9) NOT NULL default '0',
`ally_id` int(9) NOT NULL default '0',
`clan_crest` int(9) NOT NULL default '0',
`ally_crest` int(9) NOT NULL default '0',
`rnd_class` int(1) NOT NULL default '0',
`rnd_appearance` int(1) NOT NULL default '0',
`rnd_weapon` int(1) NOT NULL default '0',
`rnd_armor` int(1) NOT NULL default '0',
`max_rnd_enchant` int(7) NOT NULL default '0',
KEY `spawn` (`spawn`),
KEY `template` (`template`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,9 @@
CREATE TABLE IF NOT EXISTS `olympiad_data` (
`id` TINYINT UNSIGNED NOT NULL DEFAULT 0,
`current_cycle` MEDIUMINT UNSIGNED NOT NULL DEFAULT 1,
`period` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
`olympiad_end` bigint(13) unsigned NOT NULL DEFAULT '0',
`validation_end` bigint(13) unsigned NOT NULL DEFAULT '0',
`next_weekly_change` bigint(13) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,23 @@
CREATE TABLE IF NOT EXISTS `olympiad_nobles` (
`charId` decimal(11,0) NOT NULL default '0',
`class_id` decimal(3,0) NOT NULL default '0',
`char_name` varchar(45) NOT NULL default '',
`olympiad_points` decimal(10,0) NOT NULL default '0',
`competitions_done` decimal(3,0) NOT NULL default '0',
`competitions_won` decimal(3,0) NOT NULL default '0',
`competitions_lost` decimal(3,0) NOT NULL default '0',
`competitions_drawn` decimal(3,0) NOT NULL default '0',
PRIMARY KEY (`charId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
CREATE TABLE IF NOT EXISTS `olympiad_nobles_eom` (
`charId` decimal(11,0) NOT NULL default '0',
`class_id` decimal(3,0) NOT NULL default '0',
`char_name` varchar(45) NOT NULL default '',
`olympiad_points` decimal(10,0) NOT NULL default '0',
`competitions_done` decimal(3,0) NOT NULL default '0',
`competitions_won` decimal(3,0) NOT NULL default '0',
`competitions_lost` decimal(3,0) NOT NULL default '0',
`competitions_drawn` decimal(3,0) NOT NULL default '0',
PRIMARY KEY (`charId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,16 @@
-- ---------------------------
-- Table structure for pets
-- ---------------------------
CREATE TABLE IF NOT EXISTS pets (
item_obj_id decimal(11) NOT NULL default 0,
name varchar(16) ,
level decimal(11) ,
curHp decimal(18,0) ,
curMp decimal(18,0) ,
exp decimal(20, 0) ,
sp decimal(11) ,
karma decimal(11) ,
pkkills decimal(11) ,
fed decimal(11) ,
PRIMARY KEY (item_obj_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,9 @@
#----------------------------
# Table structure for pkkills
#----------------------------
CREATE TABLE IF NOT EXISTS `pkkills` (
`killerId` varchar(45) NOT NULL,
`killedId` varchar(45) NOT NULL,
`kills` decimal(11,0) NOT NULL,
PRIMARY KEY (`killerId` ,`killedId` )
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,78 @@
DROP TABLE IF EXISTS `pledge_skill_trees`;
CREATE TABLE IF NOT EXISTS `pledge_skill_trees` (
`skill_id` int(11) default NULL,
`level` int(11) default NULL,
`name` varchar(25) default NULL,
`clan_lvl` int(11) default NULL,
`Description` varchar(255) default NULL,
`repCost` int(11) default NULL,
`itemId` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records
-- ----------------------------
INSERT INTO `pledge_skill_trees` VALUES ('370', '1', 'Clan Vitality', '5', 'Increases clan members Max HP. It only effects those who are of an Heir class or higher', '500', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('370', '2', 'Clan Vitality', '5', 'Increases clan members Max HP. It only effects those who are of an Heir class or higher', '500', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('370', '3', 'Clan Vitality', '5', 'Increases clan members Max HP. It only effects those who are of an Heir class or higher', '500', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('371', '1', 'Clan Spirituality', '6', 'Increases clan members Max CP. It only effects those who are of a Baron class or higher', '800', '8169');
INSERT INTO `pledge_skill_trees` VALUES ('371', '2', 'Clan Spirituality', '6', 'Increases clan members Max CP. It only effects those who are of a Baron class or higher', '800', '8169');
INSERT INTO `pledge_skill_trees` VALUES ('371', '3', 'Clan Spirituality', '6', 'Increases clan members Max CP. It only effects those who are of a Baron class or higher', '800', '8169');
INSERT INTO `pledge_skill_trees` VALUES ('372', '1', 'Clan Essence', '8', 'Increases clan members Max MP. It only effects those who are of a Viscount class or higher', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('372', '2', 'Clan Essence', '8', 'Increases clan members Max MP. It only effects those who are of a Viscount class or higher', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('372', '3', 'Clan Essence', '8', 'Increases clan members Max MP. It only effects those who are of a Viscount class or higher', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('373', '1', 'Clan Lifeblood', '5', 'Increases clan members Max MP. It only effects those who are of a Viscount class or higher', '500', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('373', '2', 'Clan Lifeblood', '5', 'Increases clan members Max MP. It only effects those who are of a Viscount class or higher', '500', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('373', '3', 'Clan Lifeblood', '5', 'Increases clan members Max MP. It only effects those who are of a Viscount class or higher', '500', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('374', '1', 'Clan Morale', '6', 'Increases the clan members CP regeneration. Only affects Elder class and above', '900', '8169');
INSERT INTO `pledge_skill_trees` VALUES ('374', '2', 'Clan Morale', '6', 'Increases the clan members CP regeneration. Only affects Elder class and above', '900', '8169');
INSERT INTO `pledge_skill_trees` VALUES ('374', '3', 'Clan Morale', '6', 'Increases the clan members CP regeneration. Only affects Elder class and above', '900', '8169');
INSERT INTO `pledge_skill_trees` VALUES ('375', '1', 'Clan Clarity', '8', 'Increases the clan members MP regeneration. Only affects Viscount class and above', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('375', '2', 'Clan Clarity', '8', 'Increases the clan members MP regeneration. Only affects Viscount class and above', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('375', '3', 'Clan Clarity', '8', 'Increases the clan members MP regeneration. Only affects Viscount class and above', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('376', '1', 'Clan Might', '6', 'Increases the clan members P. Atk. Only affects Knight class and above', '1000', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('376', '2', 'Clan Might', '6', 'Increases the clan members P. Atk. Only affects Knight class and above', '1000', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('376', '3', 'Clan Might', '6', 'Increases the clan members P. Atk. Only affects Knight class and above', '1000', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('377', '1', 'Clan Aegis', '6', 'Increases clan members P. Def. It only effects those who are of a Knight class or higher', '1000', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('377', '2', 'Clan Aegis', '6', 'Increases clan members P. Def. It only effects those who are of a Knight class or higher', '1000', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('377', '3', 'Clan Aegis', '6', 'Increases clan members P. Def. It only effects those who are of a Knight class or higher', '1000', '8166');
INSERT INTO `pledge_skill_trees` VALUES ('378', '1', 'Clan Empowermen', '8', 'Increases clan members M. Atk. It only effects those who are of a Viscount class or higher', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('378', '2', 'Clan Empowermen', '8', 'Increases clan members M. Atk. It only effects those who are of a Viscount class or higher', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('378', '3', 'Clan Empowermen', '8', 'Increases clan members M. Atk. It only effects those who are of a Viscount class or higher', '3900', '8172');
INSERT INTO `pledge_skill_trees` VALUES ('379', '1', 'Clan Magic Protection', '5', 'Increases clan members M. Def. It only effects those who are of an Heir class or higher', '500', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('379', '2', 'Clan Magic Protection', '5', 'Increases clan members M. Def. It only effects those who are of an Heir class or higher', '500', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('379', '3', 'Clan Magic Protection', '5', 'Increases clan members M. Def. It only effects those who are of an Heir class or higher', '500', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('380', '1', 'Clan Guidance', '7', 'Increases the clan members Accuracy. Only affects Baron class and above', '1900', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('380', '2', 'Clan Guidance', '7', 'Increases the clan members Accuracy. Only affects Baron class and above', '1900', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('380', '3', 'Clan Guidance', '7', 'Increases the clan members Accuracy. Only affects Baron class and above', '1900', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('381', '1', 'Clan Agility', '8', 'Increases the clan members Evasion. Only affects Baron class and above', '4000', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('381', '2', 'Clan Agility', '8', 'Increases the clan members Evasion. Only affects Baron class and above', '4000', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('381', '3', 'Clan Agility', '8', 'Increases the clan members Evasion. Only affects Baron class and above', '4000', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('382', '1', 'Clan Withstand-Attack', '7', 'Increases clan members Shield defense probability. It only effects those who are of a Viscount class or higher', '800', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('382', '2', 'Clan Withstand-Attack', '7', 'Increases clan members Shield defense probability. It only effects those who are of a Viscount class or higher', '800', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('382', '3', 'Clan Withstand-Attack', '7', 'Increases clan members Shield defense probability. It only effects those who are of a Viscount class or higher', '800', '8160');
INSERT INTO `pledge_skill_trees` VALUES ('383', '1', 'Clan Shield Boost', '6', 'Increases clan members Shield P. Def. It only effects those who are of a Baron class or higher', '800', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('383', '2', 'Clan Shield Boost', '6', 'Increases clan members Shield P. Def. It only effects those who are of a Baron class or higher', '800', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('383', '3', 'Clan Shield Boost', '6', 'Increases clan members Shield P. Def. It only effects those who are of a Baron class or higher', '800', '8163');
INSERT INTO `pledge_skill_trees` VALUES ('384', '1', 'Clan Cyclonic Resistance', '7', 'Increases clan members resistance to water and wind attacks. It only effects those who are of a Viscount class or higher', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('384', '2', 'Clan Cyclonic Resistance', '7', 'Increases clan members resistance to water and wind attacks. It only effects those who are of a Viscount class or higher', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('384', '3', 'Clan Cyclonic Resistance', '7', 'Increases clan members resistance to water and wind attacks. It only effects those who are of a Viscount class or higher', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('385', '1', 'Clan Magmatic Resistance', '7', 'Increase clan members resistance to fire/earth attacks. It only effects those who are of a Viscount class or higher', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('385', '2', 'Clan Magmatic Resistance', '7', 'Increase clan members resistance to fire/earth attacks. It only effects those who are of a Viscount class or higher', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('385', '3', 'Clan Magmatic Resistance', '7', 'Increase clan members resistance to fire/earth attacks. It only effects those who are of a Viscount class or higher', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('386', '1', 'Clan Fortitude', '7', 'Increases the clan members resistance to shock attacks. Only affects Viscount class and above', '1000', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('386', '2', 'Clan Fortitude', '7', 'Increases the clan members resistance to shock attacks. Only affects Viscount class and above', '1000', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('386', '3', 'Clan Fortitude', '7', 'Increases the clan members resistance to shock attacks. Only affects Viscount class and above', '1000', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('387', '1', 'Clan Freedom', '7', 'Increases the clan members resistance to hold attacks. Only affects Viscount class and above', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('387', '2', 'Clan Freedom', '7', 'Increases the clan members resistance to hold attacks. Only affects Viscount class and above', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('387', '3', 'Clan Freedom', '7', 'Increases the clan members resistance to hold attacks. Only affects Viscount class and above', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('388', '1', 'Clan Vigilance', '7', 'Increases the clan members resistance to sleep attacks. Only affects Viscount class and above', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('388', '2', 'Clan Vigilance', '7', 'Increases the clan members resistance to sleep attacks. Only affects Viscount class and above', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('388', '3', 'Clan Vigilance', '7', 'Increases the clan members resistance to sleep attacks. Only affects Viscount class and above', '1800', '8176');
INSERT INTO `pledge_skill_trees` VALUES ('389', '1', 'Clan March', '8', 'Increases clan members Speed. It only effects those who are of a Count class or higher', '3800', '8175');
INSERT INTO `pledge_skill_trees` VALUES ('389', '2', 'Clan March', '8', 'Increases clan members Speed. It only effects those who are of a Count class or higher', '3800', '8175');
INSERT INTO `pledge_skill_trees` VALUES ('389', '3', 'Clan March', '8', 'Increases clan members Speed. It only effects those who are of a Count class or higher', '3800', '8175');
INSERT INTO `pledge_skill_trees` VALUES ('390', '1', 'Clan Luck', '7', 'Decreases Exp. loss and the chance of other death penalties when killed by a monster or player. It only effects those who are of an Heir class or higher', '2200', '8175');
INSERT INTO `pledge_skill_trees` VALUES ('390', '2', 'Clan Luck', '7', 'Decreases Exp. loss and the chance of other death penalties when killed by a monster or player. It only effects those who are of an Heir class or higher', '2200', '8175');
INSERT INTO `pledge_skill_trees` VALUES ('390', '3', 'Clan Luck', '7', 'Decreases Exp. loss and the chance of other death penalties when killed by a monster or player. It only effects those who are of an Heir class or higher', '2200', '8175');
INSERT INTO `pledge_skill_trees` VALUES ('391', '1', 'Clan Imperium', '5', 'Grants the privilege of Command Channel formation. It only effects Sage / Elder class and above', '0', '8176');
@@ -0,0 +1,9 @@
CREATE TABLE IF NOT EXISTS `posts` (
`post_id` int(8) NOT NULL default '0',
`post_owner_name` varchar(255) NOT NULL default '',
`post_ownerid` int(8) NOT NULL default '0',
`post_date` decimal(20,0) NOT NULL default '0',
`post_topic_id` int(8) NOT NULL default '0',
`post_forum_id` int(8) NOT NULL default '0',
`post_txt` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
@@ -0,0 +1,247 @@
-- ---------------------------
-- Table structure for raidboss_spawnlist
-- ---------------------------
DROP TABLE IF EXISTS raidboss_spawnlist;
CREATE TABLE raidboss_spawnlist (
boss_id INT NOT NULL default 0,
amount INT NOT NULL default 0,
loc_x INT NOT NULL default 0,
loc_y INT NOT NULL default 0,
loc_z INT NOT NULL default 0,
heading INT NOT NULL default 0,
respawn_min_delay INT(11) NOT NULL default '43200',
respawn_max_delay INT(11) NOT NULL default '129600',
respawn_time BIGINT NOT NULL default 0,
currentHp decimal(8,0) default NULL,
currentMp decimal(8,0) default NULL,
PRIMARY KEY (boss_id,loc_x,loc_y,loc_z)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `raidboss_spawnlist` VALUES
(25001,1,-54416,146480,-2887,0,43200,129600,0,95986,545), -- Greyclaw Kutus (23)
(25004,1,-94208,100240,-3520,0,43200,129600,0,168366,763), -- Turek Mercenary Captain (30)
(25007,1,124240,75376,-2800,0,43200,129600,0,331522,1062), -- Retreat Spider Cletu (42)
(25010,1,113920,52960,-3735,0,43200,129600,0,624464,2039), -- Furious Thieles (55)
(25013,1,169744,11920,-2732,0,43200,129600,0,507285,1722), -- Ghost Of Peasant Leader (50)
(25016,1,76787,245775,-10376,0,43200,129600,0,188376,2368), -- The 3rd Underwater Guardian (60)
(25019,1,7376,169376,-3600,0,43200,129600,0,206185,606), -- Pan Dryad (25)
(25020,1,90384,125568,-2128,0,43200,129600,0,156584,893), -- Breka Warlock Pastu (34)
(25023,1,27280,101744,-3696,0,43200,129600,0,208019,1415), -- Stakato Queen Zyrnna (34)
(25026,1,92976,7920,-3914,0,43200,129600,0,352421,1660), -- Katu Van Leader Atui (49)
(25029,1,54941,206705,-3728,0,43200,129600,0,156190,1911), -- Atraiban (53)
(25032,1,88532,245798,-10376,0,43200,129600,0,229722,2707), -- Eva's Guardian Millenu (58)
(25035,1,180968,12035,-2720,0,43200,129600,0,888658,3058), -- Shilen's Messenger Cabrio (70)
(25038,1,-57360,186272,-4967,0,43200,129600,0,116581,699), -- Tirak (28)
(25041,1,10416,126880,-3676,0,43200,129600,0,165289,927), -- Remmel (35)
(25044,1,107792,27728,-3488,0,43200,129600,0,319791,1296), -- Barion (47)
(25047,1,116352,27648,-3319,0,43200,129600,0,352421,1660), -- Karte (49)
(25050,1,125520,27216,-3632,0,43200,129600,0,771340,2039), -- Verfa (51)
(25051,1,117760,-9072,-3264,0,43200,129600,0,818959,2707), -- Rahha (65)
(25054,1,113432,16403,3960,0,43200,129600,0,945900,3420), -- Kernon (75)
(25057,1,107056,168176,-3456,0,43200,129600,0,288415,2235), -- Biconne Of Blue Sky (45)
(25060,1,-60428,188264,-4512,0,43200,129600,0,99367,575), -- Unrequited Kael (24)
(25063,1,-91024,116304,-3466,0,43200,129600,0,330579,927), -- Chertuba Of Great Soul (35)
(25064,1,92528,84752,-3703,0,43200,129600,0,218810,1120), -- Wizard Of Storm Teruk (40)
(25067,1,94992,-23168,-2176,0,43200,129600,0,554640,1598), -- Captain Of Red Flag Shaka (52)
(25070,1,125600,50100,-3600,0,43200,129600,0,451391,2039), -- Enchanted Forest Watcher Ruell (55)
(25073,1,143265,110044,-3944,0,43200,129600,0,875948,2987), -- Bloody Priest Rudelto (69)
(25076,1,-60976,127552,-2960,0,43200,129600,0,103092,606), -- Princess Molrang (25)
(25079,1,53712,102656,-1072,0,43200,129600,0,168366,763), -- Cat's Eye Bandit (30)
(25082,1,88512,140576,-3483,0,43200,129600,0,206753,1062), -- Leader Of Cat Gang (39)
(25085,1,66944,67504,-3704,0,43200,129600,0,371721,1355), -- Timak Orc Chief Ranger (44)
(25088,1,90848,16368,-5296,0,43200,129600,0,702418,2039), -- Crazy Mechanic Golem (43)
(25089,1,165424,93776,-2992,0,43200,129600,0,512194,2301), -- Soulless Wild Boar (59)
(25092,1,116151,16227,1944,0,43200,129600,0,888658,3058), -- Korim (70)
(25095,1,-37856,198128,-2672,0,43200,129600,0,121941,731), -- Elf Renoa (29)
(25098,1,123536,133504,-3584,0,43200,129600,0,330579,927), -- Sejarr's Servitor (35)
(25098,1,-5937,175004,-2940,59144,43200,129600,0,330579,927), -- Sejarr's Servitor (35) -- 2nd spawn?
(25099,1,64048,16048,-3536,0,43200,129600,0,273375,1355), -- Rotten Tree Repiro (44)
(25102,1,113840,84256,-2480,0,43200,129600,0,576831,1722), -- Shacram (45)
(25103,1,135872,94592,-3735,0,43200,129600,0,451391,2039), -- Sorcerer Isirr (55)
(25106,1,173880,-11412,-2880,0,43200,129600,0,526218,2570), -- Ghost Of The Well Lidia (60)
(25109,1,152660,110387,-5520,0,43200,129600,0,935092,3347), -- Antharas Priest Cloe (74)
(25112,1,116128,139392,-3640,0,43200,129600,0,127782,763), -- Agent Of Beres, Meana (30)
(25115,1,94000,197500,-3300,0,43200,129600,0,294846,1120), -- Icarus Sample 1 (40)
(25118,1,50896,146576,-3645,0,43200,129600,0,330579,1415), -- Guilotine, Warden Of The Execution Grounds (35)
(25119,1,121872,64032,-3536,0,43200,129600,0,507285,1722), -- Messenger Of Fairy Queen Berun (50)
(25122,1,86300,-8200,-3000,0,43200,129600,0,467209,2235), -- Refugee Hopeful Leo (56)
(25125,1,170656,85184,-2000,0,43200,129600,0,1637918,2707), -- Fierce Tiger King Angel (65)
(25126,1,116263,15916,6992,0,43200,129600,0,1974940,3718), -- Longhorn Golkonda (79)
(25127,1,-47552,219232,-2413,0,43200,129600,0,198734,763), -- Langk Matriarch Rashkos (24)
(25128,1,17696,179056,-3520,0,43200,129600,0,148507,860), -- Vuku Grand Seer Gharmash (33)
(25131,1,75488,-9360,-2720,0,43200,129600,0,369009,1415), -- Carnage Lord Gato (50)
(25134,1,87536,75872,-3591,0,43200,129600,0,218810,1722), -- Leto Chief Talkin (40)
(25137,1,125280,102576,-3305,0,43200,129600,0,451391,2039), -- Beleth's Seer Sephia (55)
(25140,1,191975,56959,-7616,0,43200,129600,0,818959,2707), -- Hekaton Prime (65)
(25143,1,113102,16002,6992,0,43200,129600,0,977229,3718), -- Fire Of Wrath Shuriel (78)
(25146,1,-13056,215680,-3760,0,43200,129600,0,90169,485), -- Serpent Demon Bifrons (21)
(25149,1,-12656,138176,-3584,0,43200,129600,0,103092,606), -- Zombie Lord Crowl (25)
(25152,1,43872,123968,-2928,0,43200,129600,0,165289,927), -- Flame Lord Shadar (35)
(25155,1,73520,66912,-3728,0,43200,129600,0,294846,1120), -- Shaman King Selu (40)
(25158,1,77104,5408,-3088,0,43200,129600,0,920790,1722), -- King Tarlk (48)
(25159,1,124984,43200,-3625,0,43200,129600,0,435256,1975), -- Paniel The Unicorn (54)
(25162,1,194107,53884,-4368,0,43200,129600,0,1461912,2368), -- Giant Marpanak (60)
(25163,1,130500,59098,3584,0,43200,129600,0,888658,3058), -- Roaring Skylancer (70)
(25166,1,-21800,152000,-2900,0,43200,129600,0,134813,606), -- Ikuntai (25)
(25169,1,-54464,170288,-3136,0,43200,129600,0,336732,763), -- Ragraman (30)
(25170,1,26064,121808,-3738,0,43200,129600,0,195371,1028), -- Lizardmen Leader Hellion (38)
(25173,1,75968,110784,-2512,0,43200,129600,0,288415,1415), -- Tiger King Karuta (45)
(25176,1,92544,115232,-3200,0,43200,129600,0,451391,2039), -- Black Lily (55)
(25179,1,181814,52379,-4344,0,43200,129600,0,526218,2368), -- Guardian Of The Statue Of Giant Karum (60)
(25182,1,41966,215417,-3728,0,43200,129600,0,512194,2707), -- Demon Kurikups (59)
(25185,1,88123,166312,-3412,0,43200,129600,0,165289,927), -- Tasaba Patriarch Hellena (35)
(25188,1,88256,176208,-3488,0,43200,129600,0,255564,763), -- Apepi (30)
(25189,1,68832,203024,-3547,0,43200,129600,0,156584,893), -- Cronos's Servitor Mumu (34)
(25192,1,125920,190208,-3291,0,43200,129600,0,258849,1296), -- Earth Protector Panathen (43)
(25198,1,102656,157424,-3735,0,43200,129600,0,1777317,2639), -- Fafurion's Herald Lokness (70)
(25199,1,108096,157408,-3688,0,43200,129600,0,912634,2707), -- Water Dragon Seer Sheshark (72)
(25202,1,119760,157392,-3744,0,43200,129600,0,935092,2777), -- Krokian Padisha Sobekk (74)
(25205,1,123808,153408,-3671,0,43200,129600,0,956490,3274), -- Ocean Flame Ashakiel (76)
(25208,1,73776,201552,-3760,0,43200,129600,0,218810,1722), -- Water Couatle Ateka (40)
(25211,1,76352,193216,-3648,0,43200,129600,0,174646,1975), -- Sebek (36)
(25214,1,112112,209936,-3616,0,43200,129600,0,218810,2368), -- Fafurion's Page Sika (40)
(25217,1,89904,105712,-3292,0,43200,129600,0,369009,1722), -- Cursed Clara (50)
(25220,1,113551,17083,-2120,0,43200,129600,0,924022,3274), -- Death Lord Hallate (73)
(25223,1,43152,152352,-2848,0,43200,129600,0,165289,1237), -- Soul Collector Acheron (35)
(25226,1,104240,-3664,-3392,0,43200,129600,0,768537,2502), -- Roaring Lord Kastor (62)
(25229,1,137568,-19488,-3552,0,43200,129600,0,1891801,3420), -- Storm Winged Naga (75)
(25230,1,66672,46704,-3920,0,43200,129600,0,482650,2169), -- Timak Seer Ragoth (57)
(25233,1,185800,-26500,-2000,0,43200,129600,0,1256671,3643), -- Spirit Of Andras, The Betrayer (69)
(25234,1,120080,111248,-3047,0,43200,129600,0,1052436,2707), -- Ancient Weird Drake (60)
(25235,1,116400,-62528,-3264,0,43200,129600,0,912634,3202), -- Vanor Chief Kandra (72)
(25238,1,155000,85400,-3200,0,43200,129600,0,512194,2846), -- Abyss Brukunt (59)
(25241,1,165984,88048,-2384,0,43200,129600,0,624464,2639), -- Harit Hero Tamash (55)
(25244,1,187360,45840,-5856,0,43200,129600,0,1891801,3420), -- Last Lesser Giant Olkuth (75)
(25245,1,172000,55000,-5400,0,43200,129600,0,977229,3643), -- Last Lesser Giant Glaki (78)
(25248,1,127903,-13399,-3720,0,43200,129600,0,1825269,3274), -- Doom Blade Tanatos (72)
(25249,1,147104,-20560,-3377,0,43200,129600,0,945900,3420), -- Palatanos Of Horrific Power (75)
(25252,1,192376,22087,-3608,0,43200,129600,0,888658,3058), -- Palibati Queen Themis (70)
(25255,1,170048,-24896,-3440,0,43200,129600,0,1637918,2707), -- Gargoyle Lord Tiphon (65)
(25256,1,170320,42640,-4832,0,43200,129600,0,526218,2368), -- Taik High Prefect Arak (60)
(25259,1,42050,208107,-3752,0,43200,129600,0,1248928,2039), -- Zaken's Butcher Krantz (55)
(25260,1,93120,19440,-3607,0,43200,129600,0,392985,1722), -- Iron Giant Totem (45)
(25263,1,144400,-28192,-1920,0,43200,129600,0,848789,2846), -- Kernon's Faithful Servant Kelone (67)
(25266,1,188983,13647,-2672,0,43200,129600,0,945900,3420), -- Bloody Empress Decarbia (75)
(25269,1,123504,-23696,-3481,0,43200,129600,0,888658,3058), -- Beast Lord Behemoth (70)
(25272,1,49248,127792,-3552,0,43200,129600,0,233163,1415), -- Partisan Leader Talakin (28)
-- (25273,1,23800,119500,-8976,0,43200,129600,0,507285,2104), -- Carnamakos (50) -- (Spawn by Quest)
(25276,1,154088,-14116,-3736,0,43200,129600,0,1891801,3420), -- Death Lord Ipos (75)
(25277,1,54651,180269,-4976,0,43200,129600,0,507285,1722), -- Lilith's Witch Marilion (50)
(25280,1,85622,88766,-5120,0,43200,129600,0,1248928,2039), -- Pagan Watcher Cerberon (55)
(25281,1,151053,88124,-5424,0,43200,129600,0,1777317,3058), -- Anakim's Nemesis Zakaron (70)
(25282,1,179311,-7632,-4896,0,43200,129600,0,1891801,3420), -- Death Lord Shax (75)
-- (25283,1,184410,-10111,-5488,0,43200,129600,0,1639146,3793), -- Lilith (80) -- (Spawn by Seven Signs)
-- (25286,1,185000,-13000,-5488,0,43200,129600,0,1639146,3793), -- Anakim (80) -- (Spawn by Seven Signs)
(25290,1,-106500,-252700,-15542,0,43200,129600,0,977229,3718), -- Daimon The White-Eyed (78) -- (Spawn by Quest)
(25293,1,134672,-115600,-1216,0,43200,129600,0,977229,3718), -- Hestia, Guardian Deity Of The Hot Springs (78)
(25296,1,-104700,-252700,-15542,0,43200,129600,0,935092,3718), -- Icicle Emperor Bumbalump (74) -- (Spawn by Quest)
(25299,1,148160,-73808,-4919,0,43200,129600,0,714778,3718), -- Ketra's Hero Hekaton (80)
(25302,1,145504,-81664,-6016,0,43200,129600,0,743801,3718), -- Ketra's Commander Tayr (84)
(25305,1,145008,-84992,-6240,0,43200,129600,0,1532678,3718), -- Ketra's Chief Brakki (87)
(25306,1,-105300,-252700,-15542,0,43200,129600,0,534922,3718), -- Soul Of Fire Nastron (87) -- (Spawn by Quest)
(25309,1,115552,-39200,-2480,0,43200,129600,0,714778,3718), -- Varka's Hero Shadith (80)
(25312,1,109216,-36160,-938,0,43200,129600,0,743801,3718), -- Varka's Commander Mos (84)
(25315,1,105584,-43024,-1728,0,43200,129600,0,1532678,3718), -- Varka's Chief Horus (87)
(25316,1,-105900,-252700,-15542,0,43200,129600,0,534922,3718), -- Soul Of Water Ashutar (87) -- (Spawn by Quest)
(25319,1,184542,-106330,-6304,0,43200,129600,0,1048567,3718), -- Ember (85)
(25322,1,93296,-75104,-1824,0,43200,129600,0,834231,3718), -- Demon's Agent Falston (66)
(25325,1,91008,-85904,-2736,0,43200,129600,0,888658,3718), -- Flame Of Splendor Barakiel (70)
(25328,1,59331,-42403,-3003,0,7200,10800,0,900867,3718), -- Eilhalder Von Hellmann (71) -- (Only Spawn at Night)
-- (25333,1,000000,000000,000000,0,43200,129600,0,193763,3718), -- Anakazel (28) -- (Spawn by Dimensional Instance)
-- (25334,1,000000,000000,000000,0,43200,129600,0,306698,3718), -- Anakazel (38) -- (Spawn by Dimensional Instance)
-- (25335,1,000000,000000,000000,0,43200,129600,0,494363,3718), -- Anakazel (48) -- (Spawn by Dimensional Instance)
-- (25336,1,000000,000000,000000,0,43200,129600,0,705074,3718), -- Anakazel (58) -- (Spawn by Dimensional Instance)
-- (25337,1,000000,000000,000000,0,43200,129600,0,865808,3718), -- Anakazel (68) -- (Spawn by Dimensional Instance)
-- (25338,1,000000,000000,000000,0,43200,129600,0,977523,3718), -- Anakazel (78) -- (Spawn by Dimensional Instance)
-- (25339,1,191544,-85575,-7184,-33016,60,60,0,211425,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25339,1,189801,-88965,-7184,-33016,60,60,0,243663,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25339,1,173193,-76299,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25339,1,175610,-72453,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25342,1,191544,-85575,-7184,-33016,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25342,1,189801,-88965,-7184,-33016,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25342,1,173193,-76299,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25342,1,175610,-72453,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25346,1,191544,-85575,-7184,-33016,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25346,1,189801,-88965,-7184,-33016,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25346,1,173193,-76299,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25346,1,175610,-72453,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25349,1,191544,-85575,-7184,-33016,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25349,1,189801,-88965,-7184,-33016,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25349,1,173193,-76299,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
-- (25349,1,175610,-72453,-7184,-15992,60,60,0,96646,3718), -- Shadow Of Halisha (81) -- (Spawn by Quest)
(25352,1,-16912,174912,-3264,0,43200,129600,0,127782,3718), -- Giant Wasteland Basilisk (30)
(25354,1,-16096,184288,-3817,0,43200,129600,0,165289,3718), -- Gargoyle Lord Sirocco (35)
(25357,1,-3456,112864,-3456,0,43200,129600,0,90169,3718), -- Sukar Wererat Chief (21)
(25360,1,29216,179280,-3624,0,43200,129600,0,107186,3718), -- Tiger Hornet (26)
(25362,1,-55920,186768,-3336,0,43200,129600,0,95986,3718), -- Tracker Leader Sharuk (23)
(25365,1,-62000,190256,-3687,0,43200,129600,0,214372,3718), -- Patriarch Kuroboros (26)
(25366,1,-62368,179440,-3594,0,43200,129600,0,95986,3718), -- Kuroboros' Priest (23)
(25369,1,-45616,111024,-3808,0,43200,129600,0,103092,3718), -- Soul Scavenger (25)
(25372,1,48000,243376,-6611,0,43200,129600,0,175392,3718), -- Discarded Guardian (20)
(25373,1,9649,77467,-3808,0,43200,129600,0,90169,3718), -- Malex Herald Of Dagoniel (21)
(25375,1,22500,80300,-2772,0,43200,129600,0,87696,3718), -- Zombie Lord Farakelsus (20)
(25378,1,-54096,84288,-3512,0,43200,129600,0,87696,3718), -- Madness Beast (20)
(25380,1,-47367,51548,-5904,0,43200,129600,0,90169,3718), -- Kaysha Herald Of Icarus (21)
(25383,1,51632,153920,-3552,0,43200,129600,0,156584,3718), -- Revenant Of Sir Calibus (34)
(25385,1,53600,143472,-3872,0,43200,129600,0,174646,3718), -- Evil Spirit Tempest (36)
(25388,1,40128,101920,-1241,0,43200,129600,0,165289,3718), -- Red Eye Captain Trakia (35)
(25391,1,45600,120592,-2455,0,43200,129600,0,297015,3718), -- Nurka's Messenger (33)
(25392,1,29928,107160,-3708,0,43200,129600,0,141034,3718), -- Captain Of Queen's Royal Guards (32)
(25394,1,101888,200224,-3680,0,43200,129600,0,390743,3718), -- Premo Prime (38)
(25395,1,15000,119000,-11900,0,43200,129600,0,288415,3718), -- Archon Suscepter (45)
(25398,1,5000,189000,-3728,0,43200,129600,0,165289,3718), -- Eye Of Beleth (35)
(25401,1,117808,102880,-3600,0,43200,129600,0,141034,3718), -- Skyla (32)
(25404,1,35992,191312,-3104,0,43200,129600,0,148507,3718), -- Corsair Captain Kylon (33)
(25407,1,115072,112272,-3018,0,43200,129600,0,526218,3718), -- Lord Ishka (60)
(25410,1,72192,125424,-3657,0,43200,129600,0,218810,3718), -- Road Scavenger Leader (40)
(25412,1,81920,113136,-3056,0,43200,129600,0,319791,3718), -- Necrosentinel Royal Guard (47)
(25415,1,128352,138464,-3467,0,43200,129600,0,218810,3718), -- Nakondas (40)
(25418,1,62416,8096,-3376,0,43200,129600,0,273375,3718), -- Dread Avenger Kraven (44)
(25420,1,42032,24128,-4704,0,43200,129600,0,335987,3718), -- Orfen's Handmaiden (48)
(25423,1,113600,47120,-4640,0,43200,129600,0,539706,3718), -- Fairy Queen Timiniel (61)
(25426,1,-18048,-101264,-2112,0,43200,129600,0,103092,3718), -- Betrayer Of Urutu Freki (25)
(25429,1,172064,-214752,-3565,0,43200,129600,0,103092,3718), -- Mammon Collector Talos (25)
(25431,1,79648,18320,-5232,0,43200,129600,0,273375,3718), -- Flamestone Golem (44)
(25434,1,104096,-16896,-1803,0,43200,129600,0,451391,3718), -- Bandit Leader Barda (55)
(25437,1,67296,64128,-3723,0,43200,129600,0,576831,3718), -- Timak Orc Gosmos (45)
(25438,1,107000,92000,-2272,0,43200,129600,0,273375,3718), -- Thief Kelbar (44)
(25441,1,111440,82912,-2912,0,43200,129600,0,288415,3718), -- Evil Spirit Cyrion (45)
(25444,1,113232,17456,-4384,0,43200,129600,0,588136,3718), -- Enmity Ghost Ramdal (65)
(25447,1,113200,17552,-1424,0,43200,129600,0,645953,3718), -- Immortal Savior Mardil (71)
(25450,1,113600,15104,9559,0,43200,129600,0,987470,3718), -- Cherub Galaxia (79)
(25453,1,156704,-6096,-4185,0,43200,129600,0,888658,3718), -- Meanas Anor (70)
(25456,1,133632,87072,-3623,0,43200,129600,0,352421,3718), -- Mirror Of Oblivion (49)
(25460,1,150304,67776,-3688,0,43200,129600,0,385670,3718), -- Deadman Ereve (51)
(25463,1,166288,68096,-3264,0,43200,129600,0,467209,3718), -- Harit Guardian Garangky (56)
(25467,1,186192,61472,-4160,0,43200,129600,0,576851,3718), -- Gorgolos (64)
(25470,1,186896,56276,-4576,0,43200,129600,0,598898,3718), -- Last Titan Utenus (66)
(25473,1,175712,29856,-3776,0,43200,129600,0,402319,3718), -- Grave Robber Kim (52)
(25475,1,183568,24560,-3184,0,43200,129600,0,451391,3718), -- Ghost Knight Kabed (55)
(25478,1,168288,28368,-3632,0,43200,129600,0,588136,3718), -- Shilen's Priest Hisilrome (65)
(25481,1,53517,205413,-3728,0,43200,129600,0,66938,3718), -- Magus Kenishee (53)
(25484,1,43160,220463,-3680,0,43200,129600,0,369009,3718), -- Zaken's Chief Mate Tillion (50)
(25487,1,83056,183232,-3616,0,43200,129600,0,218810,3718), -- Water Spirit Lian (40)
(25490,1,86528,216864,-3584,0,43200,129600,0,218810,3718), -- Gwindorr (40)
(25493,1,83174,254428,-10873,0,43200,129600,0,451391,3718), -- Eva's Spirit Niniel (55)
(25496,1,88300,258000,-10200,0,43200,129600,0,402319,3718), -- Fafurion's Envoy Pingolpin (52)
(25498,1,126624,174448,-3056,0,43200,129600,0,288415,3718), -- Fafurion's Henchman Istary (45)
-- (25501,1,48575,-106191,-1568,0,43200,129600,0,127782,9999), -- Boss Akata (30) -- stats to be done
-- (25504,1,123000,-141000,-1100,0,43200,129600,0,206753,9999), -- Nellis' Vengeful Spirit (39) -- stats & proper coords to be done
-- (25506,1,127900,-160600,-1100,0,43200,129600,0,184670,9999), -- Rayito The Looter (37) -- stats & proper coords to be done
-- (25509,1,74000,-102000,900,0,43200,129600,0,418874,9999), -- Dark Shaman Varangka (53) -- stats & proper coords to be done
-- (25512,1,96524,-111070,-3335,0,43200,129600,0,804638,9999), -- Gigantic Chaos Golem (52) -- stats to be done
(25514,1,79635,-55434,-6135,0,43200,129600,0,714778,3718), -- Queen Shyeed (80)
(25517,1,113000,-76000,200,0,43200,129600,0,1069643,9999), -- Master Anays (87)
(25523,1,170000,-60000,-3500,0,43200,129600,0,1848045,3202), -- Plague Golem (73)
(25524,1,144143,-5731,-4722,0,43200,129600,0,956490,3247), -- Flamestone Giant (76)
(25527,1,3776,-6768,-3288,0,43200,129600,0,1532678,3718), -- Uruka (86)
--
-- Following mobs need their type checked, corrected & determined whether they actually belong in here
--
-- (29054,1,11882,-49216,-3008,0,43200,129600,0,1352750,1494), -- Benom (75) (spawn 1hr before siege in rune start)
-- (29056,1,102800,-126000,-2500,0,43200,129600,0,350000,9999), -- Ice Fairy Sirra (60) -- stats to be done (Spawn by Quest)
-- (29060,1,106000,-128000,-3000,0,43200,129600,0,350000,9999), -- Captain Of The Ice Queen's Royal Guard (59) -- stats to be done
-- (29062,1,-16382,-53450,-10432,0,43200,129600,0,400000,9999), -- High Priestess Van Halter (87) -- stats to be done (Spawn by Quest)
-- (29065,1,26528,-8244,-20,0,43200,129600,0,400000,9999), -- Sailren (87) -- stats to be done (Spawn by Quest)
(29095,1,141569,-45908,-2387,0,43200,129600,0,2289038,2746); -- Gordon (87) -- walking arround Goddard
@@ -0,0 +1,153 @@
-- ---------------------------
-- Table structure for random_spawn
-- ---------------------------
DROP TABLE IF EXISTS random_spawn;
CREATE TABLE random_spawn (
groupId INT NOT NULL default 0,
npcId INT NOT NULL default 0,
count INT NOT NULL default 0,
initialDelay BIGINT NOT NULL default -1,
respawnDelay BIGINT NOT NULL default -1,
despawnDelay BIGINT NOT NULL default -1,
broadcastSpawn VARCHAR(5) NOT NULL default 'false',
randomSpawn VARCHAR(5) NOT NULL default 'true',
PRIMARY KEY (groupId)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `random_spawn` VALUES
(1,30556,1,-1,1800000,1800000,'false','true'),
-- (2,31092,1,-1,60,0,'false','false'),
-- (3,31092,1,-1,60,0,'false','false'),
-- (4,31092,1,-1,60,0,'false','false'),
-- (5,31092,1,-1,60,0,'false','false'),
-- (6,31092,1,-1,60,0,'false','false'),
-- (7,31092,1,-1,60,0,'false','false'),
-- (8,31092,1,-1,60,0,'false','false'),
(9,31111,1,-1,60,0,'false','false'),
(10,31112,1,-1,60,0,'false','false'),
(11,31113,1,-1,-1,-1,'true','true'),
(12,31126,1,-1,-1,-1,'true','true'),
(13,31094,1,-1,60,0,'false','false'),
(14,31094,1,-1,60,0,'false','false'),
(15,31094,1,-1,60,0,'false','false'),
(16,31094,1,-1,60,0,'false','false'),
(17,31094,1,-1,60,0,'false','false'),
(18,31094,1,-1,60,0,'false','false'),
(19,31094,1,-1,60,0,'false','false'),
(20,31094,1,-1,60,0,'false','false'),
(21,31094,1,-1,60,0,'false','false'),
(22,31094,1,-1,60,0,'false','false'),
(23,31094,1,-1,60,0,'false','false'),
(24,31094,1,-1,60,0,'false','false'),
(25,31094,1,-1,60,0,'false','false'),
(26,31094,1,-1,60,0,'false','false'),
(27,31094,1,-1,60,0,'false','false'),
(28,31094,1,-1,60,0,'false','false'),
(29,31094,1,-1,60,0,'false','false'),
(30,31094,1,-1,60,0,'false','false'),
(31,31094,1,-1,60,0,'false','false'),
(32,31094,1,-1,60,0,'false','false'),
(33,31094,1,-1,60,0,'false','false'),
(34,31094,1,-1,60,0,'false','false'),
(35,31094,1,-1,60,0,'false','false'),
(36,31094,1,-1,60,0,'false','false'),
(37,31094,1,-1,60,0,'false','false'),
(38,31094,1,-1,60,0,'false','false'),
(39,31094,1,-1,60,0,'false','false'),
(40,31094,1,-1,60,0,'false','false'),
(41,31093,1,-1,60,0,'false','false'),
(42,31093,1,-1,60,0,'false','false'),
(43,31093,1,-1,60,0,'false','false'),
(44,31093,1,-1,60,0,'false','false'),
(45,31093,1,-1,60,0,'false','false'),
(46,31093,1,-1,60,0,'false','false'),
(47,31093,1,-1,60,0,'false','false'),
(48,31093,1,-1,60,0,'false','false'),
(49,31093,1,-1,60,0,'false','false'),
(50,31093,1,-1,60,0,'false','false'),
(51,31093,1,-1,60,0,'false','false'),
(52,31093,1,-1,60,0,'false','false'),
(53,31093,1,-1,60,0,'false','false'),
(54,31093,1,-1,60,0,'false','false'),
(55,31093,1,-1,60,0,'false','false'),
(56,31093,1,-1,60,0,'false','false'),
(57,31093,1,-1,60,0,'false','false'),
(58,31093,1,-1,60,0,'false','false'),
(59,31093,1,-1,60,0,'false','false'),
(60,31093,1,-1,60,0,'false','false'),
(61,31093,1,-1,60,0,'false','false'),
(62,31093,1,-1,60,0,'false','false'),
(63,31093,1,-1,60,0,'false','false'),
(64,31093,1,-1,60,0,'false','false'),
(65,31093,1,-1,60,0,'false','false'),
(66,31093,1,-1,60,0,'false','false'),
(67,31093,1,-1,60,0,'false','false'),
(68,31093,1,-1,60,0,'false','false'),
(69,31093,1,-1,60,0,'false','false'),
(70,31093,1,-1,60,0,'false','false'),
(71,31093,1,-1,60,0,'false','false'),
(72,31093,1,-1,60,0,'false','false'),
(73,31093,1,-1,60,0,'false','false'),
(74,31093,1,-1,60,0,'false','false'),
(75,31093,1,-1,60,0,'false','false'),
(76,31093,1,-1,60,0,'false','false'),
(77,31093,1,-1,60,0,'false','false'),
(78,31093,1,-1,60,0,'false','false'),
(79,31093,1,-1,60,0,'false','false'),
(80,31093,1,-1,60,0,'false','false'),
(81,31093,1,-1,60,0,'false','false'),
(82,31170,1,-1,60,0,'false','false'),
(83,31171,1,-1,60,0,'false','false'),
(84,31170,1,-1,60,0,'false','false'),
(85,31171,1,-1,60,0,'false','false'),
(86,31170,1,-1,60,0,'false','false'),
(87,31171,1,-1,60,0,'false','false'),
(88,31170,1,-1,60,0,'false','false'),
(89,31171,1,-1,60,0,'false','false'),
(90,31170,1,-1,60,0,'false','false'),
(91,31171,1,-1,60,0,'false','false'),
(92,31170,1,-1,60,0,'false','false'),
(93,31171,1,-1,60,0,'false','false'),
(94,31170,1,-1,60,0,'false','false'),
(95,31171,1,-1,60,0,'false','false'),
(96,31170,1,-1,60,0,'false','false'),
(97,31171,1,-1,60,0,'false','false'),
(98,31170,1,-1,60,0,'false','false'),
(99,31171,1,-1,60,0,'false','false'),
(100,31170,1,-1,60,0,'false','false'),
(101,31171,1,-1,60,0,'false','false'),
(102,31170,1,-1,60,0,'false','false'),
(103,31171,1,-1,60,0,'false','false'),
(104,31170,1,-1,60,0,'false','false'),
(105,31171,1,-1,60,0,'false','false'),
(106,31170,1,-1,60,0,'false','false'),
(107,31171,1,-1,60,0,'false','false'),
(108,31170,1,-1,60,0,'false','false'),
(109,31171,1,-1,60,0,'false','false'),
(110,25283,1,-1,86400,0,'false','false'), -- Lilith (80)
(111,25286,1,-1,86400,0,'false','false'), -- Anakim (80)
(112,27316,1,1800000,14400000,1800000,'false','false'),
(113,31094,1,-1,60,0,'false','false'),
(114,31093,1,-1,60,0,'false','false'),
(115,31094,1,-1,60,0,'false','false'),
(116,31093,1,-1,60,0,'false','false'),
(117,31094,1,-1,60,0,'false','false'),
(118,31093,1,-1,60,0,'false','false'),
(119,31094,1,-1,60,0,'false','false'),
(120,31093,1,-1,60,0,'false','false'),
(121,31093,1,-1,60,0,'false','false'),
(122,31094,1,-1,60,0,'false','false'),
(123,31093,1,-1,60,0,'false','false'),
(124,31093,1,-1,60,0,'false','false'),
(125,31094,1,-1,60,0,'false','false'),
(126,31094,1,-1,60,0,'false','false'),
(127,31093,1,-1,60,0,'false','false'),
(128,31094,1,-1,60,0,'false','false'),
(129,31093,1,-1,60,0,'false','false'),
(130,31094,1,-1,60,0,'false','false'),
(131,31093,1,-1,60,0,'false','false'),
(132,31094,1,-1,60,0,'false','false'),
(133,32014,1,-1,1800000,1800000,'false','true'),
(134,32013,1,-1,1800000,1800000,'false','true'),
(135,32049,1,-1,1200000,1200000,'false','true'),
(136,32012,1,-1,1800000,1800000,'false','true');
@@ -0,0 +1,188 @@
DROP TABLE IF EXISTS `random_spawn_loc`;
CREATE TABLE `random_spawn_loc` (
`groupId` int(11) NOT NULL default '0',
`x` int(11) NOT NULL default '0',
`y` int(11) NOT NULL default '0',
`z` int(11) NOT NULL default '0',
`heading` int(11) NOT NULL default '-1',
PRIMARY KEY (`groupId`,`x`,`y`,`z`,`heading`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `l2jdb`.`random_spawn_loc`
--
INSERT INTO `random_spawn_loc` VALUES
(1,151680,-174891,-1782,-1),
(1,154153,-220105,-3402,-1),
(1,178834,-184336,-355,-1),
(2,-12345,121695,-2984,0),
(3,81360,150016,-3528,16000),
(4,120493,76520,-2136,35500),
(5,-84745,151732,-3128,50000),
(6,113481,218450,-3624,33000),
(7,80129,56947,-1552,32500),
(8,146986,29566,-2271,32500),
(9,183280,-11905,-4904,-1),
(10,185662,-13093,-5498,-1),
(11,-52172,78884,-4741,-1),
(11,-41350,209876,-5087,-1),
(11,-21657,77164,-5173,-1),
(11,45029,123802,-5413,-1),
(11,83175,208998,-5439,-1),
(11,111337,173804,-5439,-1),
(11,118343,132578,-4831,-1),
(11,172373,-17833,-4901,-1),
(12,-19360,13278,-4901,-1),
(12,-53131,-250502,-7909,-1), -- Heretic (undersea)
(12,46303,170091,-4981,-1),
(12,-20485,-251008,-8165,-1), -- Apostate (undersea)
(12,12669,-248698,-9581,-1), -- Forbidden Path (undersea)
(12,140519,79464,-5429,-1),
(13,-84356,152742,-3204,-1),
(14,-83157,149846,-3155,-1),
(15,-79563,152726,-3204,-1),
(16,-79123,155098,-3204,-1),
(17,-16168,124129,-3143,-1),
(18,-14563,121461,-3015,-1),
(19,-14199,126128,-3171,-1),
(20,-12344,123605,-3132,-1),
(21,16901,144748,-3027,-1),
(22,17557,147084,-3150,-1),
(23,19038,142923,-3078,-1),
(24,20826,145769,-3171,-1),
(25,77830,148627,-3623,-1),
(26,81540,144204,-3559,-1),
(27,81556,152183,-3559,-1),
(28,83872,143882,-3431,-1),
(29,85328,147352,-3431,-1),
(30,114907,77916,-2662,-1),
(31,115509,74857,-2625,-1),
(32,118273,74592,-2529,-1),
(33,107251,218166,-3701,-1),
(34,115482,219266,-3689,-1),
(35,80039,54291,-1586,-1),
(36,81002,53495,-1586,-1),
(37,81527,56009,-1551,-1),
(38,143926,26468,-2338,-1),
(39,147460,20537,-2101,-1),
(40,150417,25182,-2141,-1),
(41,-83107,150270,-3155,-1),
(42,-83070,152740,-3204,-1),
(43,-80752,152738,-3204,-1),
(44,-80690,149996,-3070,-1),
(45,-80037,154344,-3204,-1),
(46,-15549,124170,-3143,-1),
(47,-14480,122330,-3126,-1),
(48,-14268,124941,-3156,-1),
(49,-13252,123689,-3143,-1),
(50,-12591,122673,-3142,-1),
(51,15722,142877,-2732,-1),
(52,18172,145740,-3140,-1),
(53,19096,143980,-3096,-1),
(54,19823,145863,-3142,-1),
(55,79825,148619,-3559,-1),
(56,81535,146866,-3559,-1),
(57,81547,150347,-3559,-1),
(58,83319,148054,-3431,-1),
(59,83894,147495,-3431,-1),
(60,115893,77551,-2729,-1),
(61,115936,75382,-2625,-1),
(62,117098,77066,-2720,-1),
(63,118049,75783,-2715,-1),
(64,107256,218615,-3701,-1),
(65,109660,217339,-3775,-1),
(66,110189,221393,-3569,-1),
(67,111389,219257,-3572,-1),
(68,113479,217795,-3731,-1),
(69,114086,220214,-3568,-1),
(70,80416,55959,-1586,-1),
(71,80617,54116,-1586,-1),
(72,82048,55417,-1551,-1),
(73,82863,53290,-1522,-1),
(74,145015,25269,-2167,-1),
(75,145394,27629,-2295,-1),
(76,146616,25816,-2039,-1),
(77,147440,30047,-2487,-1),
(78,147459,21148,-2167,-1),
(79,148013,27029,-2231,-1),
(80,149515,27641,-2295,-1),
(81,149899,24719,-2167,-1),
(82,-41312,206625,-3412,-1),
(83,-41312,206625,-3412,-1),
(84,-55428,79357,-3059,-1),
(85,-55428,79357,-3059,-1),
(86,-24895,77634,-3495,-1),
(87,-24895,77634,-3495,-1),
(88,-22594,13760,-3216,-1),
(89,-22594,13760,-3216,-1),
(90,43074,170560,-3298,-1),
(91,43074,170560,-3298,-1),
(92,39872,144193,-3707,-1),
(93,39872,144193,-3707,-1),
(94,45504,127550,-3734,-1),
(95,45504,127550,-3734,-1),
(96,79946,209470,-3760,-1),
(97,79946,209470,-3760,-1),
(98,108097,174274,-3769,-1),
(99,108097,174274,-3769,-1),
(100,115136,133057,-3161,-1),
(101,115136,133057,-3161,-1),
(102,74561,78656,-3446,-1),
(103,74561,78656,-3446,-1),
(104,110784,84800,-4867,-1),
(105,110784,84800,-4867,-1),
(106,137278,79936,-3751,-1),
(107,137278,79936,-3751,-1),
(108,169152,-17344,-3228,-1),
(109,169152,-17344,-3228,-1),
(110,185000,-13000,-5488,-1), -- Lilith (80)
(111,184410,-10111,-5488,-1), -- Anakim (80)
(112,171708,43964,-4972,-1);
INSERT INTO `random_spawn_loc` VALUES
(113,147943,-56176,-2781,-1),
(114,148064,-56288,-2781,-1),
(115,147703,-58879,-2981,-1),
(116,147704,-58710,-2981,-1),
(117,150550,-57471,-2981,-1),
(118,150425,-57370,-2981,-1),
(119,144841,-57493,-2981,-1),
(120,144980,-57403,-2981,-1),
(121,148867,-58156,-2981,-1),
(122,149180,-58022,-2981,-1),
(123,87500,-142523,-1336,-1),
(124,87302,-140189,-1536,-1),
(125,87363,-142460,-1336,-1),
(126,87390,-140065,-1536,-1),
(127,89738,-141420,-1536,-1),
(128,89661,-141242,-1536,-1),
(129,43961,-50913,-792,-1),
(130,43859,-50954,-796,-1),
(131,38588,-48222,896,-1),
(132,38695,-48308,896,-1),
-- Runaway Youth quest
(133,118600,-161235,-1119,-1),
(133,108380,-150268,-2376,-1),
(133,123254,-148126,-3425,-1),
-- Wild Maiden quest
(134,66578,72351,-3731,-1),
(134,67994,79605,-3685,-1),
(134,72414,89582,-3068,-1),
-- Blacksmith of wind Rooney
(135,179815,-115465,-3598,-1),
(135,178091,-119661,-4087,-1),
(135,190447,-117063,-3280,-1),
(135,189472,-111287,-3280,-1),
(135,183442,-111453,-3615,-1),
(135,175916,-113220,-3471,-1),
(135,178880,-112665,-5821,-1),
(135,181809,-109360,-5830,-1),
(135,186321,-109182,-5865,-1),
(135,184699,-116825,-6102,-1),
(135,180717,-116163,-6102,-1),
-- Aged ExAdventurer quest
(136,78355,-1325,-3659,-1),
(136,79890,-6132,-2922,-1),
(136,90012,-7217,-3085,-1),
(136,94500,-10129,-3290,-1),
(136,96534,-1237,-3677,-1);
@@ -0,0 +1,8 @@
-- ----------------------------
-- Table structure for rebirth_manager
-- ----------------------------
CREATE TABLE IF NOT EXISTS `rebirth_manager`(
`playerId` int(20) NOT NULL,
`rebirthCount` int(2) NOT NULL,
PRIMARY KEY (`playerId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
@@ -0,0 +1,11 @@
CREATE TABLE IF NOT EXISTS `seven_signs` (
`char_obj_id` INT NOT NULL default '0',
`cabal` VARCHAR(4) NOT NULL default '',
`seal` INT(1) NOT NULL default '0',
`red_stones` INT NOT NULL default '0',
`green_stones` INT NOT NULL default '0',
`blue_stones` INT NOT NULL default '0',
`ancient_adena_amount` DECIMAL(20,0) NOT NULL default '0',
`contribution_score` DECIMAL(20,0) NOT NULL default '0',
PRIMARY KEY (`char_obj_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Some files were not shown because too many files have changed in this diff Show More