Quick fix-up + Happyville

Fixed bug introduced on last update regarding events without
event_schedule defined. Added path to Happyville maps, and raid boss
event.
This commit is contained in:
ronancpl
2017-04-26 16:01:12 -03:00
parent 939b214fb5
commit f5fbb038e9
35 changed files with 1138 additions and 422 deletions

View File

@@ -17226,7 +17226,8 @@ INSERT INTO `reactordrops` (`reactordropid`, `reactorid`, `itemid`, `chance`, `q
(837, 1002009, 4031162, 1, 1008),
(838, 1209001, 4032980, 1, 2565),
(839, 1052001, 1532022, 3, -1),
(840, 1052001, 1532023, 3, -1);
(840, 1052001, 1532023, 3, -1),
(841, 2092001, 1472063, 3, -1);
CREATE TABLE IF NOT EXISTS `reports` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
@@ -17258,7 +17259,7 @@ CREATE TABLE IF NOT EXISTS `rings` (
CREATE TABLE IF NOT EXISTS `savedlocations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`characterid` int(11) NOT NULL,
`locationtype` enum('FREE_MARKET','WORLDTOUR','FLORINA','INTRO','MIRROR','EVENT','BOSSPQ') NOT NULL,
`locationtype` enum('FREE_MARKET','WORLDTOUR','FLORINA','INTRO','MIRROR','EVENT','BOSSPQ','HAPPYVILLE') NOT NULL,
`map` int(11) NOT NULL,
`portal` int(11) NOT NULL,
PRIMARY KEY (`id`)
@@ -20807,6 +20808,125 @@ INSERT INTO `shops` (`shopid`, `npcid`) VALUES
(9000069, 9000069),
(1338, 9090000);
-- Rudi Shop (Happyville)
INSERT INTO `shops` (`shopid`, `npcid`) VALUES ( 57, 2002001 );
INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `position`) VALUES
( 57, 3990000, 500, 1 ),
( 57, 3990001, 500, 2 ),
( 57, 3990002, 500, 3 ),
( 57, 3990003, 500, 4 ),
( 57, 3990004, 500, 5 ),
( 57, 3990005, 500, 6 ),
( 57, 3990006, 500, 7 ),
( 57, 3990007, 500, 8 ),
( 57, 3990008, 500, 9 ),
( 57, 3990009, 500, 10),
( 57, 3990010, 500, 11),
( 57, 3990011, 500, 12),
( 57, 3990012, 500, 13),
( 57, 3990013, 500, 14),
( 57, 3990014, 500, 15),
( 57, 3990015, 500, 16),
( 57, 3990016, 500, 17),
( 57, 3990017, 500, 18),
( 57, 3990018, 500, 19),
( 57, 3990019, 500, 20),
( 57, 3990020, 500, 21),
( 57, 3990021, 500, 22),
( 57, 3990022, 500, 23),
( 57, 3990023, 500, 24),
( 57, 3991000, 500, 25),
( 57, 3991001, 500, 26),
( 57, 3991002, 500, 27),
( 57, 3991003, 500, 28),
( 57, 3991004, 500, 29),
( 57, 3991005, 500, 30),
( 57, 3991006, 500, 31),
( 57, 3991007, 500, 32),
( 57, 3991008, 500, 33),
( 57, 3991009, 500, 34),
( 57, 3991010, 500, 35),
( 57, 3991011, 500, 36),
( 57, 3991012, 500, 37),
( 57, 3991013, 500, 38),
( 57, 3991014, 500, 39),
( 57, 3991015, 500, 40),
( 57, 3991016, 500, 41),
( 57, 3991017, 500, 42),
( 57, 3991018, 500, 43),
( 57, 3991019, 500, 44),
( 57, 3991020, 500, 45),
( 57, 3991021, 500, 46),
( 57, 3991022, 500, 47),
( 57, 3991023, 500, 48),
( 57, 3991024, 500, 49),
( 57, 3991025, 500, 50),
( 57, 3991026, 500, 51),
( 57, 3991027, 500, 52),
( 57, 3991028, 500, 53),
( 57, 3991029, 500, 54),
( 57, 3991030, 500, 55),
( 57, 3991031, 500, 56),
( 57, 3991032, 500, 57),
( 57, 3991033, 500, 58),
( 57, 3991034, 500, 59),
( 57, 3991035, 500, 60),
( 57, 3991036, 500, 61),
( 57, 3991037, 500, 62),
( 57, 3991038, 500, 63),
( 57, 3991039, 500, 64),
( 57, 3991040, 500, 65),
( 57, 3991041, 500, 66),
( 57, 3991042, 500, 67),
( 57, 3991043, 500, 68),
( 57, 3991044, 500, 69),
( 57, 3991045, 500, 70),
( 57, 3991046, 500, 71),
( 57, 3991047, 500, 72),
( 57, 3991048, 500, 73),
( 57, 3991049, 500, 74),
( 57, 3991050, 500, 75),
( 57, 3991051, 500, 76),
( 57, 3992000, 500, 77),
( 57, 3992001, 500, 78),
( 57, 3992002, 500, 79),
( 57, 3992003, 500, 80),
( 57, 3992004, 500, 81),
( 57, 3992005, 500, 82),
( 57, 3992006, 500, 83),
( 57, 3992007, 500, 84),
( 57, 3992008, 500, 85),
( 57, 3992009, 500, 86),
( 57, 3992010, 500, 87),
( 57, 3992011, 500, 88),
( 57, 3992012, 500, 89),
( 57, 3992013, 500, 90),
( 57, 3992014, 500, 91),
( 57, 3992015, 500, 92),
( 57, 3992016, 500, 93),
( 57, 3992017, 500, 94),
( 57, 3992018, 500, 95),
( 57, 3992019, 500, 96),
( 57, 3992020, 500, 97),
( 57, 3992021, 500, 98),
( 57, 3992022, 500, 99),
( 57, 3992023, 500, 100),
( 57, 3992024, 500, 101),
( 57, 3992025, 500, 102),
( 57, 3992026, 500, 103),
( 57, 3992027, 500, 104),
( 57, 3992028, 500, 105),
( 57, 3992029, 500, 106),
( 57, 3992030, 500, 107),
( 57, 3992031, 500, 108),
( 57, 3992032, 500, 109),
( 57, 3992033, 500, 110),
( 57, 3992034, 500, 111),
( 57, 3992035, 500, 112),
( 57, 3992036, 500, 113),
( 57, 3992037, 500, 114),
( 57, 3992038, 500, 115);
CREATE TABLE IF NOT EXISTS `skillmacros` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`characterid` int(11) NOT NULL DEFAULT '0',