landsandboat/sql/char_points.sql
sruon 49fe639048 Alter Ego upgrades packets and currency
C2S 0x0C1
S2C 0x08E
alter_ego_points "currency"
2026-03-10 18:08:57 -06:00

213 lines
12 KiB
SQL

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `char_points`
-- ----------------------------
DROP TABLE IF EXISTS `char_points`;
CREATE TABLE `char_points` (
`charid` int(10) unsigned NOT NULL,
`sandoria_cp` int(10) unsigned NOT NULL DEFAULT '0',
`bastok_cp` int(10) unsigned NOT NULL DEFAULT '0',
`windurst_cp` int(10) unsigned NOT NULL DEFAULT '0',
`beastman_seal` int(10) unsigned NOT NULL DEFAULT '0',
`kindred_seal` smallint(5) unsigned NOT NULL DEFAULT '0',
`kindred_crest` smallint(5) unsigned NOT NULL DEFAULT '0',
`high_kindred_crest` smallint(5) unsigned NOT NULL DEFAULT '0',
`sacred_kindred_crest` smallint(5) unsigned NOT NULL DEFAULT '0',
`ancient_beastcoin` smallint(5) unsigned NOT NULL DEFAULT '0',
`valor_point` smallint(5) unsigned NOT NULL DEFAULT '0',
`scyld` smallint(5) unsigned NOT NULL DEFAULT '0',
`guild_fishing` int(10) unsigned NOT NULL DEFAULT '0',
`guild_woodworking` int(10) unsigned NOT NULL DEFAULT '0',
`guild_smithing` int(10) unsigned NOT NULL DEFAULT '0',
`guild_goldsmithing` int(10) unsigned NOT NULL DEFAULT '0',
`guild_weaving` int(10) unsigned NOT NULL DEFAULT '0',
`guild_leathercraft` int(10) unsigned NOT NULL DEFAULT '0',
`guild_bonecraft` int(10) unsigned NOT NULL DEFAULT '0',
`guild_alchemy` int(10) unsigned NOT NULL DEFAULT '0',
`guild_cooking` int(10) unsigned NOT NULL DEFAULT '0',
`cinder` int(10) unsigned NOT NULL DEFAULT '0',
`fire_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`ice_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`wind_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`earth_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`lightning_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`water_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`light_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`dark_fewell` tinyint(2) unsigned NOT NULL DEFAULT '0',
`ballista_point` int(10) unsigned NOT NULL DEFAULT '0',
`fellow_point` int(10) unsigned NOT NULL DEFAULT '0',
`daily_tally` int(10) signed NOT NULL DEFAULT '-1',
`chocobuck_sandoria` smallint(4) unsigned NOT NULL DEFAULT '0',
`chocobuck_bastok` smallint(4) unsigned NOT NULL DEFAULT '0',
`chocobuck_windurst` smallint(4) unsigned NOT NULL DEFAULT '0',
`research_mark` int(10) unsigned NOT NULL DEFAULT '0',
`tunnel_worm` tinyint(3) unsigned NOT NULL DEFAULT '0',
`morion_worm` tinyint(3) unsigned NOT NULL DEFAULT '0',
`phantom_worm` tinyint(3) unsigned NOT NULL DEFAULT '0',
`moblin_marble` int(10) unsigned NOT NULL DEFAULT '0',
`infamy` smallint(5) unsigned NOT NULL DEFAULT '0',
`prestige` smallint(5) unsigned NOT NULL DEFAULT '0',
`legion_point` int(10) unsigned NOT NULL DEFAULT '0',
`spark_of_eminence` int(10) unsigned NOT NULL DEFAULT '0',
`shining_star` int(10) unsigned NOT NULL DEFAULT '0',
`imperial_standing` int(10) unsigned NOT NULL DEFAULT '0',
`leujaoam_assault_point` int(10) unsigned NOT NULL DEFAULT '0',
`mamool_assault_point` int(10) unsigned NOT NULL DEFAULT '0',
`lebros_assault_point` int(10) unsigned NOT NULL DEFAULT '0',
`periqia_assault_point` int(10) unsigned NOT NULL DEFAULT '0',
`ilrusi_assault_point` int(10) unsigned NOT NULL DEFAULT '0',
`nyzul_isle_assault_point` int(10) unsigned NOT NULL DEFAULT '0',
`zeni_point` int(10) unsigned NOT NULL DEFAULT '0',
`jetton` int(10) unsigned NOT NULL DEFAULT '0',
`therion_ichor` int(10) unsigned NOT NULL DEFAULT '0',
`allied_notes` int(10) unsigned NOT NULL DEFAULT '0',
`aman_vouchers` smallint(3) unsigned NOT NULL DEFAULT '0',
`login_points` smallint(4) unsigned NOT NULL DEFAULT '0',
`bayld` int(10) unsigned NOT NULL DEFAULT '0',
`kinetic_unit` smallint(5) unsigned NOT NULL DEFAULT '0',
`obsidian_fragment` int(10) unsigned NOT NULL DEFAULT '0',
`lebondopt_wing` smallint(5) unsigned NOT NULL DEFAULT '0',
`pulchridopt_wing` smallint(5) unsigned NOT NULL DEFAULT '0',
`mweya_plasm` int(10) unsigned NOT NULL DEFAULT '0',
`cruor` int(10) unsigned NOT NULL DEFAULT '0',
`resistance_credit` int(10) unsigned NOT NULL DEFAULT '0',
`dominion_note` int(10) unsigned NOT NULL DEFAULT '0',
`fifth_echelon_trophy` tinyint(3) unsigned NOT NULL DEFAULT '0',
`fourth_echelon_trophy` tinyint(3) unsigned NOT NULL DEFAULT '0',
`third_echelon_trophy` tinyint(3) unsigned NOT NULL DEFAULT '0',
`second_echelon_trophy` tinyint(3) unsigned NOT NULL DEFAULT '0',
`first_echelon_trophy` tinyint(3) unsigned NOT NULL DEFAULT '0',
`cave_points` tinyint(3) unsigned NOT NULL DEFAULT '0',
`id_tags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`op_credits` tinyint(3) unsigned NOT NULL DEFAULT '0',
`traverser_stones` int(10) unsigned NOT NULL DEFAULT '0',
`voidstones` int(10) unsigned NOT NULL DEFAULT '0',
`kupofried_corundums` int(10) unsigned NOT NULL DEFAULT '0',
`imprimaturs` tinyint(3) unsigned NOT NULL DEFAULT '0',
`pheromone_sacks` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch4` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch5` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch6` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch7` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch8` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch9` tinyint(3) unsigned NOT NULL DEFAULT '0',
`rems_ch10` tinyint(3) unsigned NOT NULL DEFAULT '0',
`reclamation_marks` smallint(3) unsigned NOT NULL DEFAULT '0',
`unity_accolades` int(5) unsigned NOT NULL DEFAULT '0',
`fire_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`ice_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`wind_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`earth_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`lightning_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`water_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`light_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`dark_crystals` smallint(5) unsigned NOT NULL DEFAULT 0,
`deeds` smallint(5) unsigned NOT NULL DEFAULT '0',
`current_accolades` int(10) unsigned NOT NULL DEFAULT 0,
`prev_accolades` int(10) unsigned NOT NULL DEFAULT 0,
`mystical_canteen` tinyint(3) unsigned NOT NULL DEFAULT 0,
`ghastly_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`ghastly_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`ghastly_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`verdigris_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`verdigris_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`verdigris_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`wailing_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`wailing_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`wailing_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowslit_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowslit_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowslit_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowtip_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowtip_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowtip_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowdim_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowdim_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snowdim_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snoworb_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snoworb_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`snoworb_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leafslit_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leafslit_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leafslit_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leaftip_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leaftip_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leaftip_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leafdim_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leafdim_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leafdim_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leaforb_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leaforb_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`leaforb_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskslit_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskslit_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskslit_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`dusktip_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`dusktip_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`dusktip_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskdim_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskdim_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskdim_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskorb_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskorb_stone_1` tinyint(3) unsigned NOT NULL DEFAULT 0,
`duskorb_stone_2` tinyint(3) unsigned NOT NULL DEFAULT 0,
`pellucid_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`fern_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`taupe_stone` tinyint(3) unsigned NOT NULL DEFAULT 0,
`escha_beads` smallint(5) unsigned NOT NULL DEFAULT 0,
`escha_silt` int(10) unsigned NOT NULL DEFAULT 0,
`potpourri` int(10) unsigned NOT NULL DEFAULT 0,
`current_hallmarks` int(10) unsigned NOT NULL DEFAULT 0,
`total_hallmarks` int(10) unsigned NOT NULL DEFAULT 0,
`gallantry` int(10) unsigned NOT NULL DEFAULT 0,
`crafter_points` int(10) unsigned NOT NULL DEFAULT 0,
`fire_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`ice_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`wind_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`earth_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`lightning_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`water_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`light_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`dark_crystal_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`mc_s_sr01_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`mc_s_sr02_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`mc_s_sr03_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`liquefaction_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`induration_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`detonation_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`scission_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`impaction_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`reverberation_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`transfixion_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`compression_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`fusion_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`distortion_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`fragmentation_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`gravitation_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`light_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`darkness_spheres_set` tinyint(3) unsigned NOT NULL DEFAULT 0,
`silver_aman_voucher` int(10) unsigned NOT NULL DEFAULT 0,
`plaudits` smallint(5) DEFAULT 0,
`bloodshed_plans` smallint(5) unsigned NOT NULL DEFAULT 0,
`umbrage_plans` smallint(5) unsigned NOT NULL DEFAULT 0,
`ritualistic_plans` smallint(5) unsigned NOT NULL DEFAULT 0,
`tutelary_plans` smallint(5) unsigned NOT NULL DEFAULT 0,
`primacy_plans` smallint(5) unsigned NOT NULL DEFAULT 0,
`domain_points` int(10) unsigned NOT NULL DEFAULT 0,
`domain_points_daily` int(10) unsigned NOT NULL DEFAULT 0,
`mog_segments` int(10) unsigned NOT NULL DEFAULT 0,
`gallimaufry` int(10) unsigned NOT NULL DEFAULT 0,
`is_accolades` smallint(5) unsigned NOT NULL DEFAULT 0,
`temenos_units` int(10) unsigned NOT NULL DEFAULT 0,
`apollyon_units` int(10) unsigned NOT NULL DEFAULT 0,
`alter_ego_points` smallint(5) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`charid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
-- ----------------------------
-- Records of char_points
-- ----------------------------