Vegas's spell + pet/mounts schedule revamp + CafePQ
Added Vega's Spell feature. Refactored mounts and pets schedules (now one thread runs globally updating stats). Fixed Pet Ignore now saving to DB. Fixed Flash Jump animation not appearing for other players just after changing jobs. Fixed 3rd job, now as a proper event with timeout. Introducing Brand-new PQ: CafePQ.
This commit is contained in:
@@ -90,28 +90,14 @@ INSERT IGNORE INTO `shopitems` (`shopitemid`, `shopid`, `itemid`, `price`, `pitc
|
||||
UPDATE shopitems SET price = 11*price WHERE (`position` >= 27 and `position` <= 67 and `shopid` = 9201082);
|
||||
|
||||
INSERT IGNORE INTO `shopitems` (`shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
|
||||
(9120002, 3010005, 5000, 0, 80),
|
||||
(9120002, 3010004, 5000, 0, 84),
|
||||
(9120002, 3010006, 5000, 0, 88),
|
||||
(9120002, 3010003, 5000, 0, 92),
|
||||
(9120002, 3010002, 5000, 0, 96),
|
||||
(9120002, 2061003, 40, 0, 100),
|
||||
(9201020, 3010011, 1200, 0, 92),
|
||||
(9201020, 3010009, 4200, 0, 96),
|
||||
(9201020, 3010014, 15000, 0, 100),
|
||||
(1031100, 3010015, 20000, 0, 100),
|
||||
(1081000, 3010013, 100000, 0, 100),
|
||||
(9110002, 3010019, 770000, 0, 80),
|
||||
(9110002, 3010017, 1000000, 0, 84),
|
||||
(9110002, 3010016, 1000000, 0, 88),
|
||||
(9110002, 3010008, 1000000, 0, 92),
|
||||
(9110002, 3010007, 1000000, 0, 96),
|
||||
(9110002, 3011000, 4200000, 0, 100),
|
||||
(2100004, 3010064, 3000000, 0, 100),
|
||||
(1052116, 3010098, 7700000, 0, 92),
|
||||
(1052116, 3010063, 1400000, 0, 96),
|
||||
(1052116, 3010061, 250000, 0, 100),
|
||||
(2030009, 3010099, 10000000, 0, 100);
|
||||
(9110002, 3010019, 7700000, 0, 92),
|
||||
(9110002, 3010008, 10000000, 0, 96),
|
||||
(9110002, 3010007, 10000000, 0, 100),
|
||||
(9201020, 3010011, 12000000, 0, 92),
|
||||
(9201020, 3010009, 4200000, 0, 96),
|
||||
(9201020, 3010014, 7000000, 0, 100),
|
||||
(1081000, 3010013, 4000000, 0, 100);
|
||||
|
||||
# adding antibanish scrolls
|
||||
INSERT IGNORE INTO `shopitems` (`shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user