1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-20 19:57:46 +00:00
project-meteor-server/sql
Tahir Akhlaq ba8184db89 attempt to add tutorial fight
- added tempvars which are reset on spawning/zoning
2017-09-16 02:50:32 +01:00
..
characters.sql Added homepoint and aetheryte code. You can set the homepoint on an aetheryte or inn and the return menu will show the correct response. Added effects/msgs to teleport/return. Some sql changes I forgot. 2017-05-01 22:30:43 -04:00
characters_achievements.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_appearance.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_blacklist.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_chocobo.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_class_exp.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_class_levels.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_customattributes.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_friendlist.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_hotbar.sql Changed primary key for characters_hotbar.sql and removed id column. 2017-08-30 16:26:28 -05:00
characters_inventory.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_inventory_equipment.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_linkshells.sql Forgot linkshell sql file. 2017-04-02 15:13:24 -04:00
characters_npclinkshell.sql Added the changed schema for npc linkshells in the db. 2017-04-09 14:04:23 -04:00
characters_parametersave.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_quest_completed.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_quest_guildleve_local.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_quest_guildleve_regional.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_quest_guildlevehistory.sql fixed character create errors 2016-06-07 22:58:17 +01:00
characters_quest_scenario.sql Pushing sql changes. 2017-04-02 14:29:04 -04:00
characters_retainers.sql Forgot to push the sql changes for linkshells and retainers. 2017-04-15 16:41:01 -04:00
characters_statuseffect.sql added status effect loading 2017-07-15 22:11:22 +01:00
characters_timers.sql fixed character create errors 2016-06-07 22:58:17 +01:00
export.sh added status effect loading 2017-07-15 22:11:22 +01:00
gamedata_achievements.sql fixed import script, improved db import times, fixed logging and warp command (should be 5000% legit now) 2016-07-27 17:23:52 +01:00
gamedata_actor_appearance.sql fixed import script, improved db import times, fixed logging and warp command (should be 5000% legit now) 2016-07-27 17:23:52 +01:00
gamedata_actor_class.sql Merge branch 'develop' of https://bitbucket.org/Ioncannon/ffxiv-classic-server into ai 2017-07-08 04:10:36 +01:00
gamedata_actor_pushcommand.sql DB update for inn door fixes. Also YoshiP added. 2017-06-19 22:24:31 -04:00
gamedata_guildleves.sql Renamed Item dataobject to ItemData. Added guildleve data. 2017-06-24 14:12:52 -04:00
gamedata_items.sql fixed import script, improved db import times, fixed logging and warp command (should be 5000% legit now) 2016-07-27 17:23:52 +01:00
gamedata_items_accessory.sql fixed import script, improved db import times, fixed logging and warp command (should be 5000% legit now) 2016-07-27 17:23:52 +01:00
gamedata_items_armor.sql improved import times on a few tables 2016-08-14 15:49:32 +01:00
gamedata_items_equipment.sql fixed import script, improved db import times, fixed logging and warp command (should be 5000% legit now) 2016-07-27 17:23:52 +01:00
gamedata_items_graphics.sql fixed import script, improved db import times, fixed logging and warp command (should be 5000% legit now) 2016-07-27 17:23:52 +01:00
gamedata_items_graphics_extra.sql Fixed up how "special" items work (ie: PUG and ARC weapons). No more glitches hopefully. 2017-07-09 11:39:17 -04:00
gamedata_items_weapon.sql fixed import script, improved db import times, fixed logging and warp command (should be 5000% legit now) 2016-07-27 17:23:52 +01:00
import.bat Added working import script for Windows (batch). 2017-04-02 18:29:07 -04:00
import.sh fixed linux build and import script 2016-08-27 03:50:02 +01:00
reserved_names.sql fixed character create errors 2016-06-07 22:58:17 +01:00
server_battle_commands.sql stubbed item use state (needs to actually look up the item and get its reuse stuff) 2017-09-05 21:03:38 +01:00
server_battlenpc_genus.sql attempt to add tutorial fight 2017-09-16 02:50:32 +01:00
server_battlenpc_genus_mods.sql attempt to add tutorial fight 2017-09-16 02:50:32 +01:00
server_battlenpc_groups.sql attempt to add tutorial fight 2017-09-16 02:50:32 +01:00
server_battlenpc_pool_mods.sql attempt to add tutorial fight 2017-09-16 02:50:32 +01:00
server_battlenpc_pools.sql attempt to add tutorial fight 2017-09-16 02:50:32 +01:00
server_battlenpc_skill_list.sql stubbed item use state (needs to actually look up the item and get its reuse stuff) 2017-09-05 21:03:38 +01:00
server_battlenpc_spawn_locations.sql attempt to add tutorial fight 2017-09-16 02:50:32 +01:00
server_battlenpc_spawn_mods.sql attempt to add tutorial fight 2017-09-16 02:50:32 +01:00
server_battlenpc_spell_list.sql stubbed item use state (needs to actually look up the item and get its reuse stuff) 2017-09-05 21:03:38 +01:00
server_items.sql fixed character create errors 2016-06-07 22:58:17 +01:00
server_linkshells.sql Forgot to push the sql changes for linkshells and retainers. 2017-04-15 16:41:01 -04:00
server_retainers.sql Forgot to push the sql changes for linkshells and retainers. 2017-04-15 16:41:01 -04:00
server_seamless_zonechange_bounds.sql Added server_seamless_zonechange_bound.csv that was posted by 2017-01-02 23:40:17 +00:00
server_sessions.sql fixed character create errors 2016-06-07 22:58:17 +01:00
server_spawn_locations.sql Merge branch 'develop' of https://bitbucket.org/Ioncannon/ffxiv-classic-server into ai 2017-07-11 20:52:43 +01:00
server_statuseffects.sql renamed tables for consistency 2017-08-29 01:15:12 +01:00
server_zones.sql navmeshes now super lightweight (<3 u devi) 2017-06-29 19:14:03 +01:00
server_zones_privateareas.sql Added closed doors to the two private areas for the ul'dah opening. CAN'T ESCAPE NOW!!!! 2017-07-09 19:13:17 -04:00
server_zones_spawnlocations.sql New scripts for the opening private areas, as well as db updates. 2017-03-07 08:32:57 -05:00
servers.sql fixed character create errors 2016-06-07 22:58:17 +01:00
sessions.sql fixed character create errors 2016-06-07 22:58:17 +01:00
supportdesk_faqs.sql Fixed and improved a bunch of the recently commit Support Desk tables and database accessors. Removed a file that doesn't exist added from last commit. 2016-08-20 19:16:33 -04:00
supportdesk_issues.sql Fixed and improved a bunch of the recently commit Support Desk tables and database accessors. Removed a file that doesn't exist added from last commit. 2016-08-20 19:16:33 -04:00
supportdesk_tickets.sql Sql update for the last commit. 2016-08-21 18:18:11 -04:00
users.sql users.sql AUTO_INCREMENT 2016-12-04 03:06:04 +00:00