|
@@ -1,8 +1,8 @@
|
|
DROP TABLE IF EXISTS `random_spawn`;
|
|
DROP TABLE IF EXISTS `random_spawn`;
|
|
CREATE TABLE `random_spawn` (
|
|
CREATE TABLE `random_spawn` (
|
|
- `groupId` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
|
|
- `npcId` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|
|
|
- `count` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
|
|
|
|
+ `groupId` tinyint(3) unsigned NOT NULL,
|
|
|
|
+ `npcId` smallint(5) unsigned NOT NULL,
|
|
|
|
+ `count` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`initialDelay` int(8) NOT NULL DEFAULT '-1',
|
|
`initialDelay` int(8) NOT NULL DEFAULT '-1',
|
|
`respawnDelay` int(8) NOT NULL DEFAULT '-1',
|
|
`respawnDelay` int(8) NOT NULL DEFAULT '-1',
|
|
`despawnDelay` int(8) NOT NULL DEFAULT '-1',
|
|
`despawnDelay` int(8) NOT NULL DEFAULT '-1',
|
|
@@ -19,8 +19,8 @@ INSERT INTO `random_spawn` VALUES
|
|
-- (6,31092,1,-1,60,0,'false','false'), -- Black Marketeer of Mammon
|
|
-- (6,31092,1,-1,60,0,'false','false'), -- Black Marketeer of Mammon
|
|
-- (7,31092,1,-1,60,0,'false','false'), -- Black Marketeer of Mammon
|
|
-- (7,31092,1,-1,60,0,'false','false'), -- Black Marketeer of Mammon
|
|
-- (8,31092,1,-1,60,0,'false','false'), -- Black Marketeer of Mammon
|
|
-- (8,31092,1,-1,60,0,'false','false'), -- Black Marketeer of Mammon
|
|
-(9,31111,1,-1,60,0,'false','false'), -- Gatekeeper Spirit
|
|
|
|
-(10,31112,1,-1,60,0,'false','false'),-- Gatekeeper Spirit
|
|
|
|
|
|
+(9,31112,1,-1,-1,-1,'false','false'),-- Gatekeeper Spirit (Exit Boss)
|
|
|
|
+(10,31112,1,-1,-1,-1,'false','false'),-- Gatekeeper Spirit (Exit Boss)
|
|
(11,31113,1,-1,-1,-1,'true','true'), -- Merchant of Mammon
|
|
(11,31113,1,-1,-1,-1,'true','true'), -- Merchant of Mammon
|
|
(12,31126,1,-1,-1,-1,'true','true'), -- Blacksmith of Mammon
|
|
(12,31126,1,-1,-1,-1,'true','true'), -- Blacksmith of Mammon
|
|
(13,31094,1,-1,60,0,'false','false'), -- Orator of Revelations
|
|
(13,31094,1,-1,60,0,'false','false'), -- Orator of Revelations
|