Merge branch 'master' into feat/postgresql-database
# Conflicts: # database/sql/1-db_database.sql # docker-compose.yml # pom.xml # scripts/npc/mapleTV.js # src/main/java/net/server/Server.java
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,316 +0,0 @@
|
||||
#THIS SQL IS OPTIONAL, TO BE USED AFTER 'db_drops.sql'
|
||||
#THIS REQUIRES PROVIDED WZ FILES
|
||||
|
||||
USE `cosmic`;
|
||||
|
||||
# Scroll shop at Asia, chair shop at Kino Konoko, potion shop at T-1337
|
||||
INSERT INTO `shops` (`shopid`,`npcid`) VALUES
|
||||
(2082014,2082014),
|
||||
(9110002,9110002),
|
||||
(9201101,9201101);
|
||||
|
||||
INSERT IGNORE INTO `shopitems` (`shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
|
||||
(2082014, 2040004, 480000, 0, 1),
|
||||
(2082014, 2040025, 500000, 0, 2),
|
||||
(2082014, 2040029, 500000, 0, 3),
|
||||
(2082014, 2040017, 500000, 0, 4),
|
||||
(2082014, 2040301, 400000, 0, 5),
|
||||
(2082014, 2040317, 400000, 0, 6),
|
||||
(2082014, 2040321, 400000, 0, 7),
|
||||
(2082014, 2040413, 400000, 0, 8),
|
||||
(2082014, 2040418, 400000, 0, 9),
|
||||
(2082014, 2040501, 250000, 0, 10),
|
||||
(2082014, 2040513, 250000, 0, 11),
|
||||
(2082014, 2040516, 250000, 0, 12),
|
||||
(2082014, 2040532, 250000, 0, 13),
|
||||
(2082014, 2040613, 400000, 0, 14),
|
||||
(2082014, 2040701, 450000, 0, 15),
|
||||
(2082014, 2040704, 450000, 0, 16),
|
||||
(2082014, 2040707, 450000, 0, 17),
|
||||
(2082014, 2040804, 550000, 0, 18),
|
||||
(2082014, 2040817, 550000, 0, 19),
|
||||
(2082014, 2040914, 480000, 0, 20),
|
||||
(2082014, 2040919, 480000, 0, 21),
|
||||
(2082014, 2041007, 470000, 0, 22),
|
||||
(2082014, 2041010, 470000, 0, 23),
|
||||
(2082014, 2041013, 500000, 0, 24),
|
||||
(2082014, 2041016, 500000, 0, 25),
|
||||
(2082014, 2041019, 500000, 0, 26),
|
||||
(2082014, 2041022, 500000, 0, 27),
|
||||
(2082014, 2044901, 520000, 0, 28),
|
||||
(2082014, 2044701, 520000, 0, 29),
|
||||
(2082014, 2043001, 520000, 0, 30),
|
||||
(2082014, 2043801, 520000, 0, 31),
|
||||
(2082014, 2044601, 520000, 0, 32),
|
||||
(2082014, 2040727, 50000, 0, 33),
|
||||
(2082014, 2041058, 50000, 0, 34),
|
||||
(2082014, 2040807, 1000000, 0, 35),
|
||||
(2082014, 2040005, 22000, 0, 36),
|
||||
(2082014, 2040026, 23000, 0, 37),
|
||||
(2082014, 2040031, 23000, 0, 38),
|
||||
(2082014, 2040016, 23000, 0, 39),
|
||||
(2082014, 2040302, 25000, 0, 40),
|
||||
(2082014, 2040318, 25000, 0, 41),
|
||||
(2082014, 2040323, 25000, 0, 42),
|
||||
(2082014, 2040412, 20000, 0, 43),
|
||||
(2082014, 2040419, 20000, 0, 44),
|
||||
(2082014, 2040502, 25000, 0, 45),
|
||||
(2082014, 2040514, 25000, 0, 46),
|
||||
(2082014, 2040517, 25000, 0, 47),
|
||||
(2082014, 2040534, 25000, 0, 48),
|
||||
(2082014, 2040612, 20000, 0, 49),
|
||||
(2082014, 2040702, 20000, 0, 50),
|
||||
(2082014, 2040705, 25000, 0, 51),
|
||||
(2082014, 2040708, 20000, 0, 52),
|
||||
(2082014, 2040805, 100000, 0, 53),
|
||||
(2082014, 2040816, 100000, 0, 54),
|
||||
(2082014, 2040915, 55000, 0, 55),
|
||||
(2082014, 2040920, 55000, 0, 56),
|
||||
(2082014, 2041008, 38000, 0, 57),
|
||||
(2082014, 2041011, 38000, 0, 58),
|
||||
(2082014, 2041014, 40000, 0, 59),
|
||||
(2082014, 2041017, 40000, 0, 60),
|
||||
(2082014, 2041020, 40000, 0, 61),
|
||||
(2082014, 2041023, 40000, 0, 62),
|
||||
(2082014, 2044902, 50000, 0, 63),
|
||||
(2082014, 2044702, 50000, 0, 64),
|
||||
(2082014, 2043002, 50000, 0, 65),
|
||||
(2082014, 2043802, 50000, 0, 66),
|
||||
(2082014, 2044602, 50000, 0, 67),
|
||||
(2082014, 2049200, 170000, 0, 68),
|
||||
(2082014, 2049201, 220000, 0, 69),
|
||||
(2082014, 2049202, 170000, 0, 70),
|
||||
(2082014, 2049203, 220000, 0, 71),
|
||||
(2082014, 2049204, 170000, 0, 72),
|
||||
(2082014, 2049205, 220000, 0, 73),
|
||||
(2082014, 2049206, 170000, 0, 74),
|
||||
(2082014, 2049207, 220000, 0, 75),
|
||||
(2082014, 2049208, 140000, 0, 76),
|
||||
(2082014, 2049209, 170000, 0, 77),
|
||||
(2082014, 2049210, 140000, 0, 78),
|
||||
(2082014, 2049211, 170000, 0, 79),
|
||||
(2082014, 2040101, 540000, 0, 80),
|
||||
(2082014, 2040100, 700000, 0, 81),
|
||||
(2082014, 2040106, 540000, 0, 82),
|
||||
(2082014, 2040105, 700000, 0, 83),
|
||||
(2082014, 2040201, 540000, 0, 84),
|
||||
(2082014, 2040200, 700000, 0, 85),
|
||||
(2082014, 2040206, 540000, 0, 86),
|
||||
(2082014, 2040205, 700000, 0, 87),
|
||||
(2082014, 2070016, 120000000, 0, 88),
|
||||
(2082014, 2070018, 190000000, 0, 89),
|
||||
(2082014, 2030007, 1800000, 0, 90),
|
||||
(2082014, 4001017, 60000000, 0, 91);
|
||||
|
||||
UPDATE shopitems SET price = 11*price WHERE (`position` >= 33 and `position` <= 79 and `shopid` = 2082014);
|
||||
|
||||
INSERT IGNORE INTO `shopitems` (`shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
|
||||
(1031100, 3010015, 20000, 0, 100),
|
||||
(9110002, 3010019, 7700000, 0, 92),
|
||||
(9110002, 3010008, 10000000, 0, 96),
|
||||
(9110002, 3010007, 10000000, 0, 100),
|
||||
(9201020, 3010009, 4200000, 0, 96),
|
||||
(9201020, 3010014, 7000000, 0, 100),
|
||||
(1081000, 3010013, 4000000, 0, 100),
|
||||
(9201101, 2022338, 2100000, 0, 100),
|
||||
(9201101, 2022339, 2800000, 0, 104),
|
||||
(9201101, 2022340, 4000000, 0, 108),
|
||||
(9201101, 2022341, 2800000, 0, 112),
|
||||
(9201101, 2022342, 2000000, 0, 116),
|
||||
(9201101, 2022343, 4700000, 0, 120),
|
||||
(9201101, 2022344, 5000000, 0, 124),
|
||||
(9201101, 2022345, 4000000, 0, 128),
|
||||
(9201101, 2002028, 5000000, 0, 132),
|
||||
(9201101, 2022544, 100000, 0, 136),
|
||||
(9201101, 2022545, 4400000, 0, 140),
|
||||
(9201101, 2020027, 2100000, 0, 144),
|
||||
(9201101, 2022113, 1800000, 0, 148),
|
||||
(9201101, 2022121, 12000000, 0, 152),
|
||||
(9201101, 2022123, 12000000, 0, 156),
|
||||
(9201101, 2022277, 5300000, 0, 160),
|
||||
(9201101, 2012008, 4200000, 0, 164),
|
||||
(9201101, 2022251, 3800000, 0, 168);
|
||||
|
||||
-- Thanks to Vcoc
|
||||
-- GMShop: Sacks, GmEquip, Cheese & Onyx, Utils,
|
||||
-- Arrows, Bullets, Throwings and Capsules,
|
||||
-- Others, Equips, Mounts, Scrolls.
|
||||
|
||||
DELETE FROM `shopitems` WHERE `shopid`=1337;
|
||||
INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `position`) VALUES
|
||||
(1337, 2100036, 1, 1),
|
||||
(1337, 2100035, 1, 2),
|
||||
(1337, 2100034, 1, 3),
|
||||
(1337, 2100033, 1, 4),
|
||||
(1337, 2100007, 1, 5),
|
||||
(1337, 2100006, 1, 6),
|
||||
(1337, 2100005, 1, 7),
|
||||
(1337, 2100004, 1, 8),
|
||||
(1337, 2100003, 1, 9),
|
||||
(1337, 2100002, 1, 10),
|
||||
(1337, 2100001, 1, 11),
|
||||
(1337, 1002959, 1, 12),
|
||||
(1337, 1002140, 1, 13),
|
||||
(1337, 1042003, 1, 14),
|
||||
(1337, 1062007, 1, 15),
|
||||
(1337, 1322013, 1, 16),
|
||||
(1337, 1072010, 1, 17),
|
||||
(1337, 2022179, 1, 18),
|
||||
(1337, 2022273, 1, 19),
|
||||
(1337, 2041200, 1, 20),
|
||||
(1337, 4006001, 1, 21),
|
||||
(1337, 4001017, 1, 22),
|
||||
(1337, 4031179, 1, 23),
|
||||
(1337, 2070018, 1, 24),
|
||||
(1337, 2060004, 1, 25),
|
||||
(1337, 2061004, 1, 26),
|
||||
(1337, 2330005, 1, 27),
|
||||
(1337, 2332000, 1, 28),
|
||||
(1337, 2331000, 1, 29),
|
||||
(1337, 5072000, 1, 30),
|
||||
(1337, 5390000, 1, 31),
|
||||
(1337, 5390001, 1, 32),
|
||||
(1337, 5390002, 1, 33),
|
||||
(1337, 5390005, 1, 34),
|
||||
(1337, 5390006, 1, 35),
|
||||
(1337, 1492013, 1, 36),
|
||||
(1337, 1482013, 1, 37),
|
||||
(1337, 1452044, 1, 38),
|
||||
(1337, 1472052, 1, 39),
|
||||
(1337, 1462039, 1, 40),
|
||||
(1337, 1332050, 1, 41),
|
||||
(1337, 1312031, 1, 42),
|
||||
(1337, 1322052, 1, 43),
|
||||
(1337, 1302059, 1, 44),
|
||||
(1337, 1442045, 1, 45),
|
||||
(1337, 1432038, 1, 46),
|
||||
(1337, 1382036, 1, 47),
|
||||
(1337, 1412026, 1, 48),
|
||||
(1337, 1422028, 1, 49),
|
||||
(1337, 1402036, 1, 50),
|
||||
(1337, 1372032, 1, 51),
|
||||
(1337, 1122000, 1, 52),
|
||||
(1337, 1082149, 1, 53),
|
||||
(1337, 1912000, 1, 54),
|
||||
(1337, 1902000, 1, 55),
|
||||
(1337, 1902001, 1, 56),
|
||||
(1337, 1902002, 1, 57),
|
||||
(1337, 1912005, 1, 58),
|
||||
(1337, 1902005, 1, 59),
|
||||
(1337, 1902006, 1, 60),
|
||||
(1337, 1902007, 1, 61),
|
||||
(1337, 1912011, 1, 62),
|
||||
(1337, 1902015, 1, 63),
|
||||
(1337, 1902016, 1, 64),
|
||||
(1337, 1902017, 1, 65),
|
||||
(1337, 1902018, 1, 66),
|
||||
(1337, 2044908, 1, 67),
|
||||
(1337, 2044815, 1, 68),
|
||||
(1337, 2044512, 1, 69),
|
||||
(1337, 2044712, 1, 70),
|
||||
(1337, 2044612, 1, 71),
|
||||
(1337, 2043312, 1, 72),
|
||||
(1337, 2043117, 1, 73),
|
||||
(1337, 2043217, 1, 74),
|
||||
(1337, 2043023, 1, 75),
|
||||
(1337, 2044417, 1, 76),
|
||||
(1337, 2044317, 1, 77),
|
||||
(1337, 2043812, 1, 78),
|
||||
(1337, 2044117, 1, 79),
|
||||
(1337, 2044217, 1, 80),
|
||||
(1337, 2044025, 1, 81),
|
||||
(1337, 2043712, 1, 82),
|
||||
(1337, 2340000, 1, 83),
|
||||
(1337, 2040807, 1, 84),
|
||||
(1337, 2210032, 1, 85),
|
||||
(1337, 2050004, 1, 86);
|
||||
|
||||
-- Thanks to DietStory v1.02 dev team
|
||||
INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
|
||||
(1200001, 3010001, 1000, 0, 1),
|
||||
(1200001, 1092003, 2000, 0, 2),
|
||||
(1200001, 1072063, 10000, 0, 3),
|
||||
(1200001, 1072062, 10000, 0, 4),
|
||||
(1200001, 1072017, 10000, 0, 5),
|
||||
(1200001, 1072049, 5000, 0, 6),
|
||||
(1200001, 1072048, 5000, 0, 7),
|
||||
(1200001, 1072008, 5000, 0, 8),
|
||||
(1200001, 1072005, 50, 0, 9),
|
||||
(1200001, 1072038, 50, 0, 10),
|
||||
(1200001, 1072037, 50, 0, 11),
|
||||
(1200001, 1072001, 50, 0, 12),
|
||||
(1200001, 1062001, 4800, 0, 13),
|
||||
(1200001, 1062000, 4800, 0, 14),
|
||||
(1200001, 1060004, 2800, 0, 15),
|
||||
(1200001, 1060007, 1000, 0, 16),
|
||||
(1200001, 1041012, 3000, 0, 17),
|
||||
(1200001, 1041004, 3000, 0, 18),
|
||||
(1200001, 1040014, 3000, 0, 19),
|
||||
(1200001, 1040013, 3000, 0, 20),
|
||||
(1200001, 1002001, 3000, 0, 21),
|
||||
(1200001, 1002019, 2000, 0, 22),
|
||||
(1200001, 1002134, 800, 0, 23),
|
||||
(1200001, 1002133, 800, 0, 24),
|
||||
(1200001, 1002132, 800, 0, 25),
|
||||
(1200001, 1002069, 450, 0, 26),
|
||||
(1200001, 1002068, 450, 0, 27),
|
||||
(1200001, 1002067, 450, 0, 28),
|
||||
(1200001, 1002066, 450, 0, 29),
|
||||
(1200001, 1002014, 1000, 0, 30),
|
||||
(1200001, 1002008, 500, 0, 31),
|
||||
(1200001, 1332007, 1000, 0, 32),
|
||||
(1200001, 1312000, 3000, 0, 33),
|
||||
(1200001, 1302007, 3000, 0, 34),
|
||||
(1200001, 1322005, 50, 0, 35),
|
||||
(1200001, 1312004, 50, 0, 36),
|
||||
(1200001, 1302000, 50, 0, 37),
|
||||
(1200002, 2330000, 600, 0, 104),
|
||||
(1200002, 2070000, 500, 0, 108),
|
||||
(1200002, 2061000, 1, 0, 120),
|
||||
(1200002, 2060000, 1, 0, 124),
|
||||
(1200002, 2030000, 400, 0, 132),
|
||||
(1200002, 2020028, 3000, 0, 136),
|
||||
(1200002, 2010004, 310, 0, 140),
|
||||
(1200002, 2010003, 100, 0, 144),
|
||||
(1200002, 2010001, 106, 0, 148),
|
||||
(1200002, 2010002, 50, 0, 152),
|
||||
(1200002, 2010000, 30, 0, 156),
|
||||
(1200002, 2002005, 500, 0, 160),
|
||||
(1200002, 2002004, 500, 0, 164),
|
||||
(1200002, 2002002, 500, 0, 168),
|
||||
(1200002, 2002001, 400, 0, 172),
|
||||
(1200002, 2002000, 500, 0, 176),
|
||||
(1200002, 2000006, 620, 0, 180),
|
||||
(1200002, 2000003, 200, 0, 184),
|
||||
(1200002, 2000002, 320, 0, 188),
|
||||
(1200002, 2000001, 160, 0, 192),
|
||||
(1200002, 2000000, 50, 0, 196),
|
||||
(1301000, 2330000, 600, 0, 104),
|
||||
(1301000, 2070000, 500, 0, 108),
|
||||
(1301000, 2061000, 1, 0, 112),
|
||||
(1301000, 2060000, 1, 0, 116),
|
||||
(1301000, 2030000, 400, 0, 124),
|
||||
(1301000, 2022000, 1650, 0, 128),
|
||||
(1301000, 2022003, 1100, 0, 132),
|
||||
(1301000, 2002005, 500, 0, 136),
|
||||
(1301000, 2002004, 500, 0, 140),
|
||||
(1301000, 2002002, 500, 0, 144),
|
||||
(1301000, 2002001, 400, 0, 148),
|
||||
(1301000, 2002000, 500, 0, 152),
|
||||
(1301000, 2000006, 620, 0, 156),
|
||||
(1301000, 2000003, 200, 0, 160),
|
||||
(1301000, 2000002, 320, 0, 164),
|
||||
(1301000, 2000001, 160, 0, 168),
|
||||
(1301000, 2000000, 50, 0, 172);
|
||||
|
||||
# adding missing pirate items at Singapore npc's
|
||||
INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
|
||||
(9270019, 1492006, 160000, 0, 80),
|
||||
(9270019, 1492005, 100000, 0, 84),
|
||||
(9270019, 1492004, 75000, 0, 88),
|
||||
(9270019, 1482006, 150000, 0, 92),
|
||||
(9270019, 1482005, 100000, 0, 96),
|
||||
(9270019, 1482004, 75000, 0, 100),
|
||||
(9270020, 1052113, 120000, 0, 92),
|
||||
(9270020, 1052110, 100000, 0, 96),
|
||||
(9270020, 1002625, 75000, 0, 100);
|
||||
@@ -1,87 +0,0 @@
|
||||
-- MySQL dump 10.13 Distrib 8.0.22, for Win64 (x86_64)
|
||||
--
|
||||
-- Host: 127.0.0.1 Database: cosmic
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 8.0.19
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||||
/*!50503 SET NAMES utf8 */;
|
||||
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
||||
/*!40103 SET TIME_ZONE='+00:00' */;
|
||||
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
||||
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
||||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
USE `cosmic`;
|
||||
|
||||
--
|
||||
-- Dumping data for table `accounts`
|
||||
--
|
||||
|
||||
LOCK TABLES `accounts` WRITE;
|
||||
/*!40000 ALTER TABLE `accounts` DISABLE KEYS */;
|
||||
INSERT INTO `accounts` VALUES (1,'admin','$2y$12$aFD9BDeUocDMY1X4tDYDyeJw/HhkQwCQWs3KAY7gCaRG0cpqJcaL.','0000','000000',0,'2021-05-24 00:00:01','2021-05-24 00:00:02','2005-05-11',0,NULL,NULL,1000000,1000000,1000000,3,0,'2005-05-11 03:00:00',0,1,NULL,0,NULL,0,NULL,NULL,0,0,'1234-5678',2);
|
||||
/*!40000 ALTER TABLE `accounts` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Dumping data for table `characters`
|
||||
--
|
||||
|
||||
LOCK TABLES `characters` WRITE;
|
||||
/*!40000 ALTER TABLE `characters` DISABLE KEYS */;
|
||||
INSERT INTO `characters` VALUES (1,1,0,'Admin',1,0,0,12,5,4,4,50,5,50,5,0,0,0,0,0,0,0,30030,20000,0,'0,0,0,0,0,0,0,0,0,0',10000,2,6,-1,25,'2021-05-24 00:00:03',1,0,1,0,0,5,0,4,1,0,0,0,0,0,0,0,0,0,0,24,24,24,24,-1,0,5,0,0,0,0,0,0,0,0,0,0,0,'','2021-05-24 00:00:04','2015-01-01 05:00:00',1,0);
|
||||
/*!40000 ALTER TABLE `characters` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Dumping data for table `inventoryequipment`
|
||||
--
|
||||
|
||||
LOCK TABLES `inventoryequipment` WRITE;
|
||||
/*!40000 ALTER TABLE `inventoryequipment` DISABLE KEYS */;
|
||||
INSERT INTO `inventoryequipment` VALUES (17,22,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,1,0,-1),(18,23,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,-1),(19,24,5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,-1),(20,25,7,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,1,0,-1);
|
||||
/*!40000 ALTER TABLE `inventoryequipment` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Dumping data for table `inventoryitems`
|
||||
--
|
||||
|
||||
LOCK TABLES `inventoryitems` WRITE;
|
||||
/*!40000 ALTER TABLE `inventoryitems` DISABLE KEYS */;
|
||||
INSERT INTO `inventoryitems` VALUES (21,1,1,NULL,4161001,4,1,1,'',-1,0,-1,''),(22,1,1,NULL,1040002,-1,-5,1,'',-1,0,-1,''),(23,1,1,NULL,1060002,-1,-6,1,'',-1,0,-1,''),(24,1,1,NULL,1072001,-1,-7,1,'',-1,0,-1,''),(25,1,1,NULL,1302000,-1,-11,1,'',-1,0,-1,'');
|
||||
/*!40000 ALTER TABLE `inventoryitems` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Dumping data for table `keymap`
|
||||
--
|
||||
|
||||
LOCK TABLES `keymap` WRITE;
|
||||
/*!40000 ALTER TABLE `keymap` DISABLE KEYS */;
|
||||
INSERT INTO `keymap` VALUES (161,1,18,4,0),(162,1,65,6,106),(163,1,2,4,10),(164,1,23,4,1),(165,1,3,4,12),(166,1,4,4,13),(167,1,5,4,18),(168,1,6,4,24),(169,1,16,4,8),(170,1,17,4,5),(171,1,19,4,4),(172,1,25,4,19),(173,1,26,4,14),(174,1,27,4,15),(175,1,31,4,2),(176,1,34,4,17),(177,1,35,4,11),(178,1,37,4,3),(179,1,38,4,20),(180,1,40,4,16),(181,1,43,4,9),(182,1,44,5,50),(183,1,45,5,51),(184,1,46,4,6),(185,1,50,4,7),(186,1,56,5,53),(187,1,59,6,100),(188,1,60,6,101),(189,1,61,6,102),(190,1,62,6,103),(191,1,63,6,104),(192,1,64,6,105),(193,1,57,5,54),(194,1,48,4,22),(195,1,29,5,52),(196,1,7,4,21),(197,1,24,4,25),(198,1,33,4,26),(199,1,41,4,23),(200,1,39,4,27);
|
||||
/*!40000 ALTER TABLE `keymap` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Dumping data for table `storages`
|
||||
--
|
||||
|
||||
LOCK TABLES `storages` WRITE;
|
||||
/*!40000 ALTER TABLE `storages` DISABLE KEYS */;
|
||||
INSERT INTO `storages` VALUES (1,1,0,4,0);
|
||||
/*!40000 ALTER TABLE `storages` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
||||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
@@ -1,602 +0,0 @@
|
||||
Oblivion Monk Trainee : Dark Katinas (Male)
|
||||
Star Pixie : Star Pixie Starpiece
|
||||
Star Pixie : Blue White-Line Boots
|
||||
Spirit Viking : Scroll for Knuckler for Accuracy 10%
|
||||
Spirit Viking : Spirit Viking Card
|
||||
Spirit Viking : Dark Battle Lord
|
||||
Spirit Viking : Heaven Justice
|
||||
Iron Boar : Maroon Jangoon Boots
|
||||
Iron Boar : Gold Tail
|
||||
Iron Boar : Justice Katara
|
||||
Voodoo : Steel Pow
|
||||
Green Hobi : Pin Hov Charm
|
||||
Green Hobi : Blue Stud
|
||||
Zombie Lupin : Equip Enhancement Scroll
|
||||
Zombie Lupin : Gold Mask
|
||||
Reinforced Mithril Mutae : Reinforced Mithril Mutae Card
|
||||
Yeti : Gold Tail
|
||||
Blue Kentaurus : Kentaurus Marrow
|
||||
Blue Kentaurus : Infinity Wrath
|
||||
Iruvata : Iruvata Card
|
||||
Iruvata : Heaven Justice
|
||||
Snowman : Red-Bean Soup
|
||||
White Fang : White Fang Tail
|
||||
White Fang : Blue Jangoon Boots
|
||||
Green Cornian : Cornian Marrow
|
||||
Green Cornian : [Mastery Book] Venom
|
||||
Green Cornian : Red Katte (Female)
|
||||
Dodo : Whale Helmet
|
||||
Dodo : Scroll for Overall Armor for STR 60%
|
||||
Dodo : [Mastery Book] Slash Storm 20
|
||||
Dodo : Dark Katte (Female)
|
||||
Ultra Gray : Ultra Gray Card
|
||||
Lorang : Lorang Claws
|
||||
Lorang : Dark Piette Pants
|
||||
Buffoon : Buffoon Grandpa Clock
|
||||
Buffoon : Blue Battle Lord
|
||||
Buffoon : Blue Stud
|
||||
Buffoon : Infinity Wrath
|
||||
Flaming Raccoon : Kinoko Ramen (Salt)
|
||||
Red Kentaurus : Kentaurus Flame
|
||||
Red Kentaurus : Scroll for Knuckler for Accuracy 60%
|
||||
Red Kentaurus : Serpent Tongue
|
||||
Red Kentaurus : Dragon Tail
|
||||
Red Kentaurus : Heavenly Katara
|
||||
Mighty Maple Eater : Fireman Axe
|
||||
Tauromacis : Ascalon Katara
|
||||
Tauromacis : Black Pirate Bandana
|
||||
Krappy : Krappi Card
|
||||
Roloduck : Blue Hunter Armor
|
||||
Roloduck : Blue Hunter Pants
|
||||
Crow : Fish Cake (Skewer)
|
||||
Male Mannequin : Male Mannequin Fedora
|
||||
Male Mannequin : Dark Scroll for Accessory for STR 70%
|
||||
Male Mannequin : Male Mannequin Card
|
||||
Male Mannequin : Majestic Katara
|
||||
Leader B : Leader B Charm
|
||||
Leader B : Kinoko Ramen (Roasted Pork)
|
||||
Typhon : Dark Scroll for Cape for Weapon Def 70%
|
||||
Leader A : Leader A Shades
|
||||
Leader A : Dark Scroll for Cape for Magic Def 70%
|
||||
Leader A : Serpent Tongue
|
||||
Soul Teddy : Scroll for Pole Arm for Accuracy 10%
|
||||
Soul Teddy : Steel Pow
|
||||
Soul Teddy : Heavenly Katara
|
||||
Beetle : Beetle Horn
|
||||
Beetle : Equip Enhancement Scroll
|
||||
Beetle : Ascalon Katara
|
||||
Froscola : Blue Battle Lord
|
||||
White Yeti and King Pepe : Scroll for Pole Arm for Accuracy 10%
|
||||
White Yeti and King Pepe : King Pepe Scroll for One-handed BW Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Dagger Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Two-handed Sword Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Two-handed Axe Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Two-handed BW Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Spear Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Polearm Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Wand Magic Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Staff Magic Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Bow Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Crossbow Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Thief Attacks 60%
|
||||
White Yeti and King Pepe : King Pepe Scroll for Knuckle Attacks 60%
|
||||
Harp : Harp Tail Feather
|
||||
Harp : Scroll for Knuckler for Accuracy 100%
|
||||
Harp : Heavenly Katara
|
||||
Harp : Infinity Wrath
|
||||
Lucida : Green Pirate Bottom
|
||||
Lucida : Brown Stud
|
||||
Lucida : Brown Stud Pants
|
||||
Jr. Grupin : Equip Enhancement Scroll
|
||||
Iron Hog : Iron Hog Metal Hoof
|
||||
Sophilia Doll : Fireman Axe
|
||||
Sophilia Doll : Maroon Jangoon Boots
|
||||
Tiru : Tiru Feather
|
||||
Female Mannequin : Female Mannequin Wig
|
||||
Female Mannequin : Dark Scroll for Accessory for STR 70%
|
||||
Female Mannequin : Female Mannequin Card
|
||||
Female Mannequin : Majestic Katara
|
||||
Poison Golem Level 3 : Poison Golem Card
|
||||
Malady : Malady Experimental Frog
|
||||
Malady : Potential Scroll
|
||||
Malady : Steel Pow
|
||||
Vikerola : Dark Battle Lord
|
||||
Wooden Target Dummy : Wooden Target Dummy Card
|
||||
Wooden Target Dummy : Brown Stud
|
||||
Wooden Target Dummy : Brown Stud Pants
|
||||
Cynical Orange Mushroom : Basic Archer Glove
|
||||
Extra A : Littleman A Badge
|
||||
Extra A : Gold Snowboard
|
||||
Extra B : Littleman B Name Plate
|
||||
Extra B : Fairy Honey
|
||||
Extra B : Brown Jangoon Boots
|
||||
Hodori : Majestic Katara
|
||||
Extra C : Littleman C Necklace
|
||||
Extra D : Cat Eye
|
||||
Extra D : Gold Snowboard
|
||||
Extra D : Serpent Tongue
|
||||
King Sage Cat : Scroll for Pole Arm for Accuracy 10%
|
||||
King Sage Cat : Heaven Justice
|
||||
King Sage Cat : Dragon Tail
|
||||
King Sage Cat : Infinity Wrath
|
||||
Homunscullo : Homunsculer Sand
|
||||
Homunscullo : Homunsculer Blood
|
||||
D. Roy : D. Roy Card
|
||||
Nospeed : Arwen Glass Shoes
|
||||
Ribbon Pig : Pig Ribbon
|
||||
Ribbon Pig : Champion Katara
|
||||
Grim Phantom Watch : [Storybook] Black Book
|
||||
Grim Phantom Watch : Grim Phantom Watch Card
|
||||
Qualm Guardian : Blue Katte (Female)
|
||||
Qualm Guardian : Blue Katina Boots
|
||||
Yeti Doll : Justice Katara
|
||||
King Bloctopus : Green White-Line Boots
|
||||
Bigfoot : Bigfoot Toe
|
||||
Green King Goblin : Black Pirate Bandana
|
||||
Dreamy Ghost : Kinoko Ramen (Roasted Pork)
|
||||
MT-09 : MT-09 Fuel
|
||||
Gryphon : Duck Tube [1]
|
||||
Gryphon : Serpent Tongue
|
||||
Risell Squid : Dark Pirate Bottom
|
||||
Dark Axe Stump : Stump Teardrop
|
||||
Blue Wyvern : Equip Enhancement Scroll
|
||||
Nest Golem : Blue Katinas (Male)
|
||||
Cheap Amplifier : Dark Scroll for Accessory for STR 70%
|
||||
Cheap Amplifier : Cheap Amplifier Card
|
||||
Manon : Manon Tail
|
||||
Manon : Manon Cry
|
||||
Saitie : Parwen Entry Pass
|
||||
Saitie : Red Battle Lord
|
||||
Drumming Bunny : Shoes Production Manual
|
||||
Drumming Bunny : Scroll for Pole Arm for Accuracy 10%
|
||||
Drumming Bunny : Gold Snowboard
|
||||
Drumming Bunny : Lion Fang
|
||||
Dyle : Scroll for Knuckler for Accuracy 60%
|
||||
Crimson Tree : Crimson Wood
|
||||
Crimson Tree : Crimson Wood
|
||||
Blue Flower Serpent : Blue Flower Serpent Card
|
||||
Blue Flower Serpent : Scroll for Pole Arm for Accuracy 100%
|
||||
Blue Flower Serpent : Cat Eye
|
||||
Spirit of Rock : Spirit of Rock Music Score
|
||||
Spirit of Rock : Dark Scroll for Accessory for STR 70%
|
||||
Spirit of Rock : Rock Spirit Card
|
||||
Prototype Lord : Prototype Lord Card
|
||||
Seruf : Lion Fang
|
||||
Seruf : Serpent Tongue
|
||||
Dark Wyvern : Blue Katina Boots
|
||||
Mateon : Mateon Tentacle
|
||||
Mateon : Equip Enhancement Scroll
|
||||
Mateon : Dark Pennance
|
||||
Mateon : Gold Pendant
|
||||
Mr. Anchor : [Storybook] Black Book
|
||||
Master Robo : Lion Fang
|
||||
Master Robo : Brown Jangoon Boots
|
||||
Master Robo : Gold Wings
|
||||
Ginseng Jar : Ginseng Jar Card
|
||||
Scuba Pepe : Equip Enhancement Scroll
|
||||
Ghost Pirate : Blue Battle Lord
|
||||
Ghost Pirate : Green Pirate Bottom
|
||||
Ghost Pirate : Heavenly Katara
|
||||
Leatty : Green White-Line Boots
|
||||
Tiv : Tiv Feather
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for One-handed BW Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Dagger Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Two-handed Sword Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Two-handed Axe Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Two-handed BW Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Spear Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Polearm Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Wand Magic Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Staff Magic Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Bow Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Claw Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Crossbow Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Thief Attacks 60%
|
||||
Gold Yeti and King Pepe : King Pepe Scroll for Knuckle Attacks 60%
|
||||
Gold Yeti and King Pepe : Maroon Jangoon Boots
|
||||
Slime : Champion Katara
|
||||
Rodeo : Brown Stud
|
||||
Rodeo : Brown Stud Pants
|
||||
Octopus : Champion Katara
|
||||
Luster Pixie : Luster Pixie Sunpiece
|
||||
Luster Pixie : Luster Pixie Card
|
||||
Nightshadow : Heaven Justice
|
||||
Nightshadow : Infinity Wrath
|
||||
Dual Beetle : Dual Beetle Horn
|
||||
Skeleton Soldier : Skeleton Soldier Card
|
||||
Master Death Teddy : Green Battle Lord
|
||||
Master Death Teddy : Bloodsoaked Katara
|
||||
Sakura Cellion : Maroon Jangoon Boots
|
||||
Pig : Pig Head
|
||||
Fire Boar : Fire Boar Tooth
|
||||
Fire Boar : Arwen Glass Shoes
|
||||
Fire Boar : Fire Boar Card
|
||||
Panda Teddy : Maroon Jangoon Boots
|
||||
Morphed Blin : Serpent Tongue
|
||||
Morphed Blin : Steel Pow
|
||||
Lunar Pixie : Lunar Pixie Moonpiece
|
||||
Lunar Pixie : Gold Wings
|
||||
Curse Eye : "Blackbull" deed to the land
|
||||
Curse Eye : Gold Snowboard
|
||||
Jr. Cellion : Cat Eye
|
||||
Barnard Gray : Barnard Gray Card
|
||||
Faust : Lupin Banana
|
||||
Faust : Lion Fang
|
||||
Faust : Serpent Tongue
|
||||
Gatekeeper : Gate Keeper Card
|
||||
Gatekeeper : Red Battle Lord
|
||||
Griffey : [Mastery Book] Flame Wheel 20
|
||||
Griffey : Meteor Katara
|
||||
Shark : Heaven Justice
|
||||
Deep Buffoon : Deep Buffoon Rock Piece
|
||||
Deep Buffoon : Blue Stud
|
||||
Deep Buffoon : Blazing Dragon Katara
|
||||
Melon Bubble Tea : Melon Bubble Tea Card
|
||||
Melon Bubble Tea : Maroon Jangoon Boots
|
||||
Tino : Tino Feather
|
||||
Bone Fish : Equip Enhancement Scroll
|
||||
Bone Fish : Potential Scroll
|
||||
I.AM.ROBOT : Lion Fang
|
||||
I.AM.ROBOT : Serpent Tongue
|
||||
Lilynouch : Knight Mask
|
||||
Lilynouch : [Mastery Book] Dragon Breath
|
||||
Dark Pepe : Serpent Coil
|
||||
Dark Pepe : Serpent Coil
|
||||
Toy Trojan : Toy Soldier Sword
|
||||
Toy Trojan : Justice Katara
|
||||
Sparker : Scroll for Knuckler for Accuracy 100%
|
||||
Sparker : Justice Katara
|
||||
Dark Drake : Dark Drake Horn
|
||||
Electrophant : Serpent Tongue
|
||||
Electrophant : Lion Fang
|
||||
Tick-Tock : Tick-Tock Egg
|
||||
Mecateon : Mecateon Laser Gun
|
||||
Mecateon : Majestic Katara
|
||||
Helmet Pepe : King Pepe Scroll for Polearm Attacks 60%
|
||||
Helmet Pepe : King Pepe Scroll for Wand Magic Attacks 60%
|
||||
Blue Mushroom : Thermal Fabric
|
||||
Blue Mushroom : Purple Jewelry Shoes
|
||||
Ratz : One-Handed Mace Forging Manual
|
||||
Snow Witch : Ice Tears
|
||||
Flyeye : Flyeye Wing
|
||||
Flyeye : Flyeye Card
|
||||
Headless Horseman : Devil Sunrise
|
||||
Royal Guard : Royal Guard Card
|
||||
Royal Guard : Scroll for Knuckler for Accuracy 10%
|
||||
Royal Guard : Heaven Justice
|
||||
Royal Guard : Dark Battle Lord
|
||||
Triple Rumo : Blue Jangoon Boots
|
||||
Triple Rumo : Brown Jangoon Boots
|
||||
Pianus : Miniature Pianus
|
||||
Pianus : Pianus Scream
|
||||
Pianus : Scroll for Overall Armor for STR 60%
|
||||
Pianus : [Mastery Book] Blaze 20
|
||||
Pianus : Blue Katte (Female)
|
||||
Pianus : Blue Katinas (Male)
|
||||
Rombot : Rombot Memory Card
|
||||
Rombot : Serpent Tongue
|
||||
Roid : Potential Scroll
|
||||
Roid : Equip Enhancement Scroll
|
||||
Robby : Robby Electronic Induction Device
|
||||
Robby : Robby Card
|
||||
Robby : Blue Stud
|
||||
Blue Snail : Grey/Brown Training Shirt
|
||||
Blue Snail : Grey/Brown Training Pants
|
||||
Afterlord : Afterlord Card
|
||||
Afterlord : Scroll for Overall Armor for STR 60%
|
||||
Afterlord : Heaven Gate
|
||||
Afterlord : Bloodsoaked Katara
|
||||
Block Golem : Block Golem Card
|
||||
Lyka : Guardian Horn
|
||||
Lyka : Dark Katinas (Male)
|
||||
Jr. Wraith : Equip Enhancement Scroll
|
||||
Jr. Wraith : Potential Scroll
|
||||
Sentinel : Fireman Axe
|
||||
Ice Drake : Blue Battle Lord
|
||||
Ice Drake : Gold Mask
|
||||
Overlord A : Overlord A Card
|
||||
Overlord B : Overlord B Card
|
||||
Latest Hits Compilation : Dark Scroll for Accessory for STR 70%
|
||||
Latest Hits Compilation : Latest Hits Compilation Card
|
||||
Water Goblin : Serpent Coil
|
||||
Water Goblin : Serpent Coil
|
||||
Retz : Retz Card
|
||||
Retz : Cat Eye
|
||||
Retz : Blue Jangoon Boots
|
||||
Hoodoo : Steel Pow
|
||||
Pink Bean : Pink Bean Card
|
||||
Pink Bean : [Mastery Book] Maple Warrior 30
|
||||
Paper Lantern Ghost : Fish Cake (Skewer)
|
||||
Paper Lantern Ghost : Cat Eye
|
||||
Cold Shark : Frozen Shark Fin
|
||||
Cold Eye : Icicles
|
||||
Croco : Potential Scroll
|
||||
Croco : Gold Pendant
|
||||
Croco : Majestic Katara
|
||||
Bubble Fish : Bubble Fish Thoughts
|
||||
Officer Skeleton : Serpent Coil
|
||||
Officer Skeleton : Serpent Coil
|
||||
Murumuru : Murumuru Furball
|
||||
Zeno : Black Pirate Bandana
|
||||
Panda : Ascalon Katara
|
||||
Panda : Black Pirate Bandana
|
||||
Iron Mutae : Iron Mutae Card
|
||||
Snail : Red Mini Skirt
|
||||
Hankie : Hankie Panfluit
|
||||
Hankie : Heaven Justice
|
||||
Silver Slime : Silver Slime Card
|
||||
Silver Slime : Beige Elf Shoes
|
||||
Zeta Gray : Zeta Gray Card
|
||||
Zeta Gray : Dark Piette Pants
|
||||
Zombie Mushroom : The Charm of the Undead
|
||||
Zombie Mushroom : Hunter Bow
|
||||
Zombie Mushroom : Guardian Katara
|
||||
Pepe : Majestic Katara
|
||||
Grupin : Icicles
|
||||
Grupin : Equip Enhancement Scroll
|
||||
Hobi : Hov Shorts
|
||||
Yabber Doo : Beige Elf Shoes
|
||||
Royal Cactus : Dark Hunter Armor
|
||||
Royal Cactus : Dark Hunter Pants
|
||||
Dual Ghost Pirate : Dual Pirate Propeller
|
||||
Dual Ghost Pirate : Infinity Wrath
|
||||
Memory Monk Trainee : [Mastery Book] Venom 30
|
||||
Memory Monk Trainee : Devil Sunrise
|
||||
Coolie Zombie : Zombie Lost Tooth
|
||||
Coolie Zombie : [Storybook] Black Book
|
||||
Coolie Zombie : Brown Stud
|
||||
Coolie Zombie : Brown Stud Pants
|
||||
Blood Harp : Blood Harp Crown
|
||||
Blood Harp : Heavenly Katara
|
||||
Black Kentaurus : Kentaurus Skull
|
||||
Black Kentaurus : Gold Arund
|
||||
Black Kentaurus : Blazing Dragon Katara
|
||||
Rash : Rash Furball
|
||||
Rash : Anasthetic Powder
|
||||
Imperial Guard : Imperial Guard Card
|
||||
The Book Ghost : The Book Ghost Sheet of Paper
|
||||
The Book Ghost : Blue Jangoon Boots
|
||||
Drake : Drake Meat
|
||||
Drake : Drake Blood
|
||||
Oblivion Guardian : [Mastery Book] Blessing of the Onyx 30
|
||||
Zakum3 : [Skill Book] Advanced Combo
|
||||
Zakum3 : [Mastery Book] Smoke Bomb
|
||||
Zakum3 : [Mastery Book] Sanctuary
|
||||
Zakum3 : [Mastery Book] Venom
|
||||
Zakum3 : [Mastery Book] Crossbow Expert
|
||||
Zakum3 : Zakum Helmet (1)
|
||||
Zakum3 : Devil Sunrise
|
||||
Zakum3 : Zakum Tree Branch
|
||||
Jr. Newtie : Equip Enhancement Scroll
|
||||
Jr. Newtie : Devil Sunrise
|
||||
Jr. Newtie : Red Katte (Female)
|
||||
Jr. Pepe : Jr. Pepe Fish
|
||||
Miner Zombie : Zombie Lost Tooth
|
||||
Miner Zombie : Zombie Lost Gold Tooth
|
||||
Miner Zombie : Minor Zombie Card
|
||||
Miner Zombie : Ascalon Katara
|
||||
Aufheben : Aufheben Time Sand
|
||||
Aufheben : Aufheben Card
|
||||
Eye of Time : Scroll for Overall Armor for STR 60%
|
||||
Eye of Time : Scroll for Knuckler for Accuracy 60%
|
||||
Eye of Time : Heaven Gate
|
||||
Psycho Jack : Fireman Axe
|
||||
Psycho Jack : Red Hunter Armor
|
||||
Psycho Jack : Red Hunter Pants
|
||||
Psycho Jack : Red White-Line Boots
|
||||
Death Teddy : Blazing Dragon Katara
|
||||
Bain : Bain Spiky Collar
|
||||
Bain : Gold Arund
|
||||
Dark Nependeath : Equip Enhancement Scroll
|
||||
Dark Nependeath : Dark Piette Pants
|
||||
Timu : Timu Feather
|
||||
Mano : Rainbow Colored Snail Shell
|
||||
Dark Stone Golem : Dark Stone Golem Card
|
||||
Scorpion : Cat Eye Stone
|
||||
King Clang : Lorang Claws
|
||||
King Clang : Clang Claws
|
||||
Nependeath : Nependeath Honey
|
||||
Phantom Watch : Dragon Tail
|
||||
Phantom Watch : Dark Pirate Bottom
|
||||
Reinforced Iron Mutae : Reinforced Iron Mutae Card
|
||||
Master Chronos : Brown Jangoon Boots
|
||||
Crimson Balrog the Kidnapper : [Skill Book] Dragon Breath
|
||||
Lazy Buffy : Heavenly Katara
|
||||
Red Slime : Kinoko Ramen (Salt)
|
||||
Evil Eye : Cat Eye
|
||||
Maverick Type D : Maverick Type D Card
|
||||
Maverick Type D : Green Battle Lord
|
||||
Maverick Type A : Maverick Type A Card
|
||||
Maverick Type A : Infinity Wrath
|
||||
Klock : Heavenly Katara
|
||||
Tiguru : Tiguru Feather
|
||||
Tortie : Lion Fang
|
||||
Shade : Someone Hat
|
||||
Dunas : Dunas Time Sand
|
||||
Dunas : Dunas Card
|
||||
Timer : Scroll for Knuckler for Accuracy 60%
|
||||
Timer : Serpent Coil
|
||||
Timer : Serpent Coil
|
||||
Maverick Type S : Maverick Type S Card
|
||||
Poison Poopa : Poison Poopa Poisonous Spikes
|
||||
Poison Poopa : Blue White-Line Boots
|
||||
Murupia : Murupia Furball
|
||||
Chief Gray : Chief Gray Sign
|
||||
Chief Gray : Chief Gray Card
|
||||
Chief Gray : Dark Pennance
|
||||
Skelosaurus : Meteor Katara
|
||||
Oberon : Oberon Time Sand
|
||||
Oberon : Oberon Card
|
||||
Mr. Alli : Mr. Alli Leather
|
||||
Mr. Alli : Lion Fang
|
||||
Cellion : Maroon Jangoon Boots
|
||||
Qualm Monk Trainee : [Mastery Book] Blessing of the Onyx 20
|
||||
Chronos : Chronos Egg
|
||||
Kiyo : Kiyo Beak
|
||||
Cherry Bubble Tea : Cherry Bubble Tea Card
|
||||
Cherry Bubble Tea : Maroon Jangoon Boots
|
||||
Pink Teddy : Teddy Yellow Ribbon
|
||||
Pink Teddy : White/Purple Gift Box
|
||||
Rexton : [Mastery Book] Spirit Claw
|
||||
Master of Disguise : The Lost Treasure [1]
|
||||
Master of Disguise : The Lost Treasure [2]
|
||||
Master of Disguise : The Lost Treasure [3]
|
||||
Master of Disguise : The Lost Treasure [4]
|
||||
Master of Disguise : The Lost Treasure [5]
|
||||
Neo Huroid : Gold Mask
|
||||
Jr. Pepe Doll : Guardian Katara
|
||||
Dual Birk : Dual Birk Tiny Tail
|
||||
Muru : Muru Furball
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for One-handed BW Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Dagger Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Two-handed Sword Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Two-handed Axe Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Two-handed BW Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Spear Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Polearm Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Bow Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Crossbow Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Wand Magic Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Staff Magic Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Thief Attacks 60%
|
||||
Grey Yeti and King Pepe : King Pepe Scroll for Knuckle Attacks 60%
|
||||
Wild Kargo : Gold Wings
|
||||
Bubbling : Bubbling Large Bubble
|
||||
Bubbling : Blue Jewelry Shoes
|
||||
Bubbling : Champion Katara
|
||||
Papulatus : [Mastery Book] High Mastery 30
|
||||
Papulatus : Red Katte (Female)
|
||||
Papulatus : Red Katinas (Male)
|
||||
Plateon : Plateon Helmet
|
||||
Plateon : Serpent Tongue
|
||||
Nightghost : Ghost Headband
|
||||
Nightghost : Serpent Coil
|
||||
Nightghost : Serpent Coil
|
||||
Mango Bubble Tea : Mango Bubble Tea Card
|
||||
Mango Bubble Tea : Maroon Jangoon Boots
|
||||
Homunculus : Homunculus Card
|
||||
Homunculus : Green Pirate Bottom
|
||||
Homunculus : Brown Stud
|
||||
Homunculus : Brown Stud Pants
|
||||
Orange Mushroom : Hunter Bow
|
||||
Orange Mushroom : Basic Archer Glove
|
||||
Scarf Plead : Worn-Out Muffler
|
||||
Scarf Plead : Green Hunter Armor
|
||||
Scarf Plead : Green Hunter Pants
|
||||
Female Boss : Lady Boss Comb
|
||||
Female Boss : Devil Sunrise
|
||||
Hogul : Hogul Card
|
||||
Memory Guardian : Meteor Katara
|
||||
Poison Mushroom : King Pepe Scroll for Two-handed Sword Attacks 60%
|
||||
Poison Mushroom : King Pepe Scroll for Two-handed Axe Attacks 60%
|
||||
Poison Mushroom : Justice Katara
|
||||
Homun : Gold Pendant
|
||||
Homun : Ascalon Katara
|
||||
Greatest Oldies : Dark Scroll for Accessory for STR 70%
|
||||
Greatest Oldies : Greatest Oldies Card
|
||||
Kid Mannequin : Kid Mannequin Bunny Suit
|
||||
Kid Mannequin : Dark Scroll for Accessory for STR 70%
|
||||
Kid Mannequin : Kid Mannequin Card
|
||||
Kid Mannequin : Justice Katara
|
||||
Dark Rash : Dark Rash Furball
|
||||
Cerebes : Beige Elf Shoes
|
||||
Grizzly : Equip Enhancement Scroll
|
||||
Lioner : Gold Tail
|
||||
Lioner : Majestic Katara
|
||||
Red Wyvern : Equip Enhancement Scroll
|
||||
Gigantic Spirit Viking : Gigantic Spirit Viking Card
|
||||
Gigantic Spirit Viking : Heaven Gate
|
||||
Gigantic Spirit Viking : Red Battle Lord
|
||||
Gigantic Spirit Viking : Beige Elf Shoes
|
||||
Hector : Blue Jangoon Boots
|
||||
Hector : Serpent Coil
|
||||
Hector : Serpent Coil
|
||||
Crimson Balrog : [Storybook] Crimson Balrog Proposal
|
||||
Memory Monk : [Mastery Book] High Mastery 30
|
||||
Lupin : Lupin Banana
|
||||
Tae Roon : Mind And Heart Medicine
|
||||
Birk : Birk Chewed Grass
|
||||
Birk : Dark Battle Lord
|
||||
Birk : Blazing Dragon Katara
|
||||
Clang : Clang Claws
|
||||
Clang : Lion Fang
|
||||
Straw Target Dummy : Straw Target Dummy Card
|
||||
Royal Guard Pepe : King Pepe Scroll for Crossbow Attacks 60%
|
||||
Royal Guard Pepe : King Pepe Scroll for Thief Attacks 60%
|
||||
Royal Guard Pepe : King Pepe Scroll for Knuckle Attacks 60%
|
||||
Blue King Goblin : Blue Stud
|
||||
Nightmare : Blue Jangoon Boots
|
||||
Renegade Spores : King Pepe Scroll for One-handed BW Attacks 60%
|
||||
Renegade Spores : King Pepe Scroll for Dagger Attacks 60%
|
||||
Renegade Spores : Potential Scroll
|
||||
Prime Minister : King Pepe Scroll for One-handed BW Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Dagger Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Two-handed Sword Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Two-handed Axe Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Two-handed BW Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Spear Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Polearm Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Wand Magic Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Staff Magic Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Bow Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Crossbow Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Thief Attacks 60%
|
||||
Prime Minister : King Pepe Scroll for Knuckle Attacks 60%
|
||||
Prime Minister : Lion Fang
|
||||
Prime Minister : Serpent Tongue
|
||||
Prime Minister : Justice Katara
|
||||
Prime Minister : Guardian Katara
|
||||
Ear Plug Plead : Ear Muffs
|
||||
Oly Oly : Somebody Tire
|
||||
Samiho : Samiho Card
|
||||
Charmer : Charmer Flute
|
||||
Murupa : Murupa Furball
|
||||
Murukun : Murukun Furball
|
||||
Bob : Bob Snail Shell
|
||||
Horny Mushroom : Guardian Katara
|
||||
Brown Teddy : Teddy Cotton
|
||||
Brown Teddy : Equip Enhancement Scroll
|
||||
Brown Teddy : Guardian Katara
|
||||
Thanatos : Thanatos' Strap
|
||||
Thanatos : [Storybook] Black Book
|
||||
Thanatos : Dark Battle Lord
|
||||
Mummydog : Mummydog Card
|
||||
Dark Cornian : Devil Sunrise
|
||||
Dark Cornian : Red Katinas (Male)
|
||||
Intoxicated Pig : King Pepe Scroll for Two-handed BW Attacks 60%
|
||||
Intoxicated Pig : King Pepe Scroll for Spear Attacks 60%
|
||||
Red Flower Serpent : Red Flower Serpent Card
|
||||
Red Flower Serpent : Gold Mask
|
||||
Propelly : Lion Fang
|
||||
Propelly : Fireman Axe
|
||||
Propelly : Dark Pennance
|
||||
Platoon Chronos : Equip Enhancement Scroll
|
||||
Platoon Chronos : Serpent Tongue
|
||||
Chirppy : Fireman Axe
|
||||
Chirppy : Red Hunter Armor
|
||||
Chirppy : Red White-Line Boots
|
||||
Planey : Brown Jangoon Boots
|
||||
Zombie Mushmom : Zombie Mushmom Card
|
||||
Dark Leatty : Black Guise
|
||||
Dark Leatty : Green White-Line Boots
|
||||
Ligator : Equip Enhancement Scroll
|
||||
Male Boss : Boss Pomade
|
||||
Cloud Fox : Sushi (Salmon)
|
||||
Cloud Fox : Fish Cake (Skewer)
|
||||
Cloud Fox : Cat Eye
|
||||
Bodyguard B : Bodyguard B Bullet Shell
|
||||
Baby Typhon : Dark Scroll for Cape for Weapon Def 70%
|
||||
Bodyguard A : Bodyguard A Tie Pin
|
||||
Ergoth : Ergoth Jawbone
|
||||
Annoyed Zombie Mushroom : The Charm of the Undead
|
||||
Annoyed Zombie Mushroom : Hunter Bow
|
||||
Cico : Seahorse Horn
|
||||
Robo : Blue Jangoon Boots
|
||||
Wraith : Cat Eye
|
||||
Wraith : Gold Pendant
|
||||
Red Drake : Dark Piette Pants
|
||||
Killa Bee : Cat Eye
|
||||
Skeledog : Skeledog Bone
|
||||
Skeledog : Maroon Jangoon Boots
|
||||
Windraider : Scroll for Gloves for DEX 15%
|
||||
Tutorial Muru : Tutorial Muru Furball
|
||||
@@ -1,13 +0,0 @@
|
||||
# Migrations
|
||||
The files contained in this directory are intended to be run manually when transitioning from an earlier version of Cosmic to a more recent one.
|
||||
|
||||
Not every version comes with an associated migration script. Only those with breaking changes such as removal of custom assets that would otherwise crash the client.
|
||||
|
||||
This is a temporary solution until automatic database migrations are in place.
|
||||
|
||||
## How to
|
||||
Each script is only intended to be run __once__.
|
||||
|
||||
When a new migration is available, simply run the SQL script in HeidiSQL (or other SQL client of choice).
|
||||
|
||||
If there are multiple new migrations that you haven't run, run them in order starting with the lowest version and ending with the highest version.
|
||||
@@ -1,6 +0,0 @@
|
||||
/* Manually run this script in MySQL Workbench or some other database client
|
||||
to migrate your old (pre Jan 19th 2022) monsterbook table to the new version */
|
||||
ALTER TABLE cosmic.`monsterbook`
|
||||
CHANGE COLUMN `charid` `charid` INT(11) NOT NULL,
|
||||
ADD PRIMARY KEY (`charid`, `cardid`),
|
||||
ADD CONSTRAINT `FK_monsterbook_1` FOREIGN KEY (`charid`) REFERENCES `characters` (`id`) ON UPDATE CASCADE ON DELETE CASCADE;
|
||||
@@ -1,2 +0,0 @@
|
||||
DELETE FROM shopitems
|
||||
WHERE itemid = 2030100; # Return Scroll - Banished Area (a custom item added in HeavenMS)
|
||||
@@ -1,7 +0,0 @@
|
||||
---- Cosmic MySQL Database ----
|
||||
|
||||
These SQL files must be executed IN ORDER to set up the database:
|
||||
- 1-db_database.sql (Tables and some data)
|
||||
- 2-db_drops.sql (Remaining data: monster drops, reactor drops)
|
||||
- 3-db_shopupdate.sql (Custom shops - optional, requires provided WZs)
|
||||
- 4-db_admin (Basic admin account - optional)
|
||||
Reference in New Issue
Block a user