eqemu-docs/mkdocs.yml

831 lines
43 KiB
YAML

site_name: EverQuest Emulator Docs
plugins:
- search
- glightbox
- tags:
tags_file: tags.md
- git-committers:
branch: main
enabled: !ENV [ ENV_PROD, false ]
repository: EQEmu/eqemu-docs-v2
- git-revision-date-localized:
enable_creation_date: true
enabled: !ENV [ ENV_PROD, false ]
repo_url: https://github.com/EQEmu/EQEmu
site_url: https://docs.eqemu.dev/
repo_name: EQEmu Server
edit_uri: https://github.com/EQEmu/eqemu-docs-v2/edit/main/docs/
extra:
analytics:
provider: google
property: G-98Y234QYH3
extra_css:
- extra/extra.css
extra_javascript:
- extra/extra.js
copyright: Everquest is a registered trademark of Daybreak Game Company LLC. EverQuest Emulator is not associated or affiliated in any way with Daybreak Game Company LLC.
theme:
favicon: assets/eqemu-text.png
logo: assets/eqemu-text.png
font:
text: Roboto
code: Roboto Mono
features:
- content.code.copy
- content.code.annotate
- content.tabs.link
- content.action.edit
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.sections
- search.share
- search.suggest
name: material
palette:
- scheme: slate
primary: deep orange
accent: deep orange
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences:
custom_fences:
- class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
name: mermaid
- pymdownx.snippets
- pymdownx.magiclink:
repo: mkdocs-material
repo_url_shorthand: true
user: squidfunk
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Play:
- Play Guide: play/play-guide.md
- macOS Client Configuration: play/macos-mojave-client-configuration.md
- Frequently Asked Questions: play/frequently-asked-questions.md
- Underfoot Missing Files: play/underfoot-missing-files.md
- Server:
- README.md
- AAs:
- server/aas/README.md
- AA Categories: server/aas/aa-categories.md
- AA Nonspell Actions: server/aas/aa-nonspell-actions.md
- AA Target Types: server/aas/aa-target-types.md
- AA Types: server/aas/aa-types.md
- Customizing AAs: server/aas/customizing-aas.md
- Bots:
- Bot Casting Logic: server/bots/bot-casting-logic.md
- Bot Commands: server/bots/bot-commands.md
- Bot Data Buckets: server/bots//bot-data-buckets.md
- Bot Heal Rotations: server/bots/bot-heal-rotations.md
- Bot Spell Settings: server/bots/bot-spell-settings.md
- Bot Spell Types: server/bots/bot-spell-types.md
- Bot Cheat Sheet: server/bots/bot-cheat-sheet.md
- Stance Types: server/bots/stance-types.md
- Configuration:
- eqemu_config.json: ./configuration/eqemu_config.md
- Developer:
- Useful Links: developer/useful-links.md
- Build Pipeline: developer/build-pipeline.md
- Codebase:
- EQDictionary: developer/eqdictionary.md
- Server Optimizations (Blog): developer/server-optimizations-blog.md
- Database Conventions: developer/conventions-guidelines.md
- Database Migrations: developer/database-schema-migrations.md
- Logging: developer/logging.md
- Packet and OpCode Analysis: developer/packet-and-opcode-analysis.md
- Release Pipeline: developer/release-pipeline.md
- Repositories: developer/repositories.md
- Project PEQ Expansions:
- Classic:
- developer/project-peq-expansions/classic/README.md
- Item Changes: developer/project-peq-expansions/classic/item-changes.md
- Zone Changes: developer/project-peq-expansions/classic/zone-changes.md
- Zone Version Switching: developer/project-peq-expansions/zone-version-switching.md
- Expansion and Content Filtering: developer/project-peq-expansions/expansion-content-filtering.md
- Expansion List Reference: developer/project-peq-expansions/expansion-list-reference.md
- Design Considerations: developer/project-peq-expansions/design-considerations.md
- Packet and OpCode Analysis: developer/packet-and-opcode-analysis.md
- Prepared Statements: developer/mysql-stmt.md
- Database:
- Database Backup Tool: server/database/database-backup-tool.md
- Handy Queries: server/database/handy-queries.md
- Multi Tenancy: server/database/multi-tenancy.md
- Performance Tuning: server/database/performance-tuning.md
- Schema: /schema/aas/aa_ability/
- Version Patching: server/database/version-patching.md
- Expansions:
- Classic:
- server/expansions/classic/README.md
- Item Changes: server/expansions/classic/item-changes.md
- Zone Changes: server/expansions/classic/zone-changes.md
- Zone Version Switching: server/expansions/zone-version-switching.md
- Expansion and Content Filtering: server/expansions/expansion-content-filtering.md
- Expansion List Reference: server/expansions/expansion-list-reference.md
- Design Considerations: server/expansions/design-considerations.md
- Expedition System:
- server/expedition-system/README.md
- Database: server/expedition-system/database.md
- Lockouts: server/expedition-system/lockouts.md
- Quest API (Lua):
- server/expedition-system/quest-api-lua/README.md
- Example: server/expedition-system/quest-api-lua/example.md
- Client Methods: server/expedition-system/quest-api-lua/client-methods.md
- Expedition Methods: server/expedition-system/quest-api-lua/expedition-methods.md
- Global Methods: server/expedition-system/quest-api-lua/global-methods.md
- Group/Raid Methods: server/expedition-system/quest-api-lua/group-raid-methods.md
- Quest API (Perl):
- server/expedition-system/quest-api-perl/README.md
- Example: server/expedition-system/quest-api-perl/example.md
- Client Methods: server/expedition-system/quest-api-perl/client-methods.md
- Expedition Methods: server/expedition-system/quest-api-perl/expedition-methods.md
- Global Methods: server/expedition-system/quest-api-perl/global-methods.md
- Group/Raid Methods: server/expedition-system/quest-api-perl/group-raid-methods.md
- Factions:
- server/factions/README.md
- Creating a New Faction: server/factions/add-a-new-faction.md
- Customizing Factions: server/factions/customizing-factions.md
- Faction Values: server/factions/faction-values.md
- Guild Management:
- server/guilds/README.md
- Backwards Compatibility: server/guilds/compatibility.md
- Defaults: server/guilds/defaults.md
- Items:
- Alternate Currencies: server/items/alternate-currencies.md
- Augment Restrictions: server/items/augment-restrictions.md
- Augment Types: server/items/augment-types.md
- Bard Types: server/items/bard-types.md
- Click Types: server/items/click-types.md
- Evolving Items: server/items/evolving.md
- Food and Drink: server/items/food-and-drink.md
- GetItemStat Identifiers: server/items/getitemstat-identifiers.md
- Item Class: server/items/item-class.md
- Item Click Types: server/items/item-click-types.md
- Item Element Types: server/items/item-element-types.md
- Item Lore Groups: server/items/item-lore-groups.md
- Item Sizes: server/items/item-sizes.md
- Item Types: server/items/item-types.md
- Ornament Types: server/items/ornament-types.md
- Powersources: server/items/powersources.md
- Wearable Models: server/items/wearable-models.md
- Inventory:
- Bag Sizes: server/inventory/bag-sizes.md
- Bag Types: server/inventory/bag-types.md
- Inventory Slots: server/inventory/inventory-slots.md
- Item Slots: server/inventory/item-slots.md
- Logging:
- Discord Logging: server/logging-system/discord-logging.md
- Logging Categories: server/logging-system/logging-categories.md
- Logging System: server/logging-system/logging-system.md
- Player Event Logging: server/logging-system/player-event-logging.md
- Login Server:
- Auto Create Login Accounts: server/login-server/auto-create-login-accounts.md
- CLI Management Interface: server/login-server/login-server-cli-management-interface.md
- Commonly Asked Questions: server/login-server/commonly-asked-questions.md
- Configuration: server/login-server/login-server-configuration.md
- Database Schema: server/login-server/database-schema.md
- Migrating from Legacy Login Server: server/login-server/migrating-from-legacy-login-server.md
- REST API: server/login-server/login-server-rest-api.md
- World Registration: server/login-server/world-registration.md
- World Servers with Same Names: server/login-server/world-servers-with-same-names.md
- Maps:
- server/maps/README.md
- Editing Maps: server/maps/editing-maps.md
- NPC:
- Animations: server/npc/animations.md
- Body Types: server/npc/body-types.md
- Client Race Inventory: server/npc/client-race-inventory.md
- Consider Colors: server/npc/consider-colors.md
- Consider Levels: server/npc/consider-levels.md
- Customizing NPCs:
- server/npc/customizing-npcs/README.md
- Using the PEQ Database Editing Interface: server/npc/customizing-npcs/using-the-peq-database-editing-interface.md
- Making a Custom Race: server/npc/customizing-npcs/making-a-custom-race.md
- Emote Event Types: server/npc/emote-event-types.md
- Emote Types: server/npc/emote-types.md
- Facial Features: server/npc/facial-features.md
- Fly Modes: server/npc/fly-modes.md
- Genders: server/npc/genders.md
- Mob Version List: server/npc/mob-version-list.md
- ModifyNPCStat Identifiers: server/npc/modifynpcstat-identifiers.md
- NPC Aggro: server/npc/npc-aggro.md
- NPC Animation Types: server/npc/npc-animation-types.md
- NPC Models: server/npc/npc-models.md
- NPC Scaling: server/npc/npc-scaling.md
- Race List: server/npc/race-list.md
- Spawns:
- server/npc/spawns/README.md
- On Change Types: server/npc/spawns/on-change-types.md
- Pause Types: server/npc/spawns/pause-types.md
- Wander Types: server/npc/spawns/wander-types.md
- Action Types: server/npc/spawns/action-types.md
- NPC Despawn Types: server/npc/spawns/npc-despawn-types.md
- Grids: server/npc/spawns/grids.md
- Special Attacks: server/npc/special-attacks.md
- Stuck Behavior: server/npc/stuck-behavior.md
- Textures: server/npc/textures.md
- Operation:
- Adjust Maximum Level: server/operation/adjust-maximum-level.md
- Adjust World Date / Time: server/operation/adjust-world-date-time.md
- Changing Start Zones: server/operation/changing-start-zones.md
- Chat Channel Types: server/operation/chat-channel-types.md
- Commands Reference: server/operation/in-game-command-reference.md
- Database Schema Migrations: server/operation/database-schema-migrations.md
- DBStr Types: server/operation/dbstr-types.md
- Disabling Lootdrop Entries: server/operation/disabling-lootdrops.md
- Disabling Merchantlist Entries: server/operation/disabling-merchantlist-entries.md
- Expansion Bitmasks: server/operation/expansion-bitmasks.md
- Expansion List: server/operation/expansion-list.md
- Exporting Client Files: server/operation/exporting-client-files.md
- First Time Running A Server: server/operation/first-time-running-a-server.md
- Implement PvP: server/operation/implement-pvp.md
- Loading Server Data: server/operation/loading-server-data.md
- NATS Channels: server/operation/nats-channels.md
- Server Events Scheduler: server/operation/server-events-scheduler.md
- Server Management: server/operation/server-management.md
- Server Rules: server/operation/server-rules.md
- Server Variables: server/operation/server-variables.md
- Parcel Management:
- server/parcels/README.md
- Player:
- Class List: server/player/class-list.md
- Client Version Bitmasks: server/player/client-version-bitmasks.md
- Deity List: server/player/deity-list.md
- Experience by Level: server/player/experience-by-level.md
- Guild Ranks: server/player/guild-ranks.md
- Languages: server/player/languages.md
- Player Housing: server/player/player-housing.md
- Race List: server/npc/race-list.md
- Skills:
- server/player/skills.md
- Slash Commands: server/player/slash-commands.md
- Status Levels: server/player/status-levels.md
- Server Installation:
- server/installation/README.md
- Windows Server Installer: server/installation/server-installation-windows.md
- Linux Server Installer: server/installation/server-installation-linux.md
- Manual Windows Install: server/installation/ground-up-windows-install.md
- Dev Container: server/installation/dev-container.md
- Scripting:
- server/scripting/README.md
- Converting QGlobals: server/scripting/converting-qglobals.md
- Emote Colors: server/scripting/emote-colors.md
- Encounters (Lua): server/scripting/encounters-lua.md
- Entity Lists: server/scripting/entity-lists.md
- Entity Variables: server/scripting/entity-variables.md
- GMSay: server/scripting/gmsay.md
- Lua Mods: server/scripting/lua-mods.md
- Merchant Data Buckets: server/scripting/merchant-data-buckets.md
- Perl Plugins: server/scripting/perl-plugins.md
- Player Buffer Scripts: server/scripting/player-buffer-scripts.md
- Player Teleporter Scripts: server/scripting/player-teleporter-scripts.md
- Using Data Buckets: server/scripting/using-data-buckets.md
- Spells:
- server/spells/README.md
- Aura Movement Types: server/spells/aura-movement-types.md
- Aura Spawn Types: server/spells/aura-spawn-types.md
- Aura Types: server/spells/aura-types.md
- Base Value Formulas: server/spells/base-value-formulas.md
- Blocked Spell Types: server/spells/blocked-spell-types.md
- Bot Spell List IDs: server/spells/bot-spell-list-ids.md
- Buff Duration Formulas: server/spells/buff-duration-formulas.md
- Client Spell ID Limitations: server/spells/client-spell-id-limitations.md
- Damage Shield Types: server/spells/damage-shield-types-1.md
- Damage Shield Types: server/spells/damage-shield-types.md
- Element Types: server/spells/element-types.md
- Environment Types: server/spells/environment-types.md
- GetSpellStat Identifiers: server/spells/getspellstat-identifiers.md
- Illusion Spell Guidelines: server/spells/illusion-spell-guidelines.md
- NPC Spell Categories: server/spells/npc-spell-categories.md
- Numhit Types: server/spells/numhit-types.md
- Resist Types: server/spells/resist-types.md
- Spell Attack Speed: server/spells/spell-attack-speed.md
- Spell Buff Stacking: server/spells/spell-buff-stacking.md
- Spell Conditions: server/spells/spell-conditions.md
- Spell Damage Modifiers: server/spells/spell-damage-modifiers.md
- Spell Effect Fields: server/spells/spell-effect-fields.md
- Spell Effect IDs: server/spells/spell-effect-ids.md
- Spell Groups: server/spells/spell-groups.md
- Spell Heal Modifiers: server/spells/spell-heal-modifiers.md
- Spell Mechanics: server/spells/spell-mechanics.md
- Spell Resist Types: server/spells/spell-resist-types.md
- Spell Target Restrictions: server/spells/spell-target-restrictions.md
- Spell Types: server/spells/spell-types.md
- Target Types: server/spells/target-types.md
- Time of Day Types: server/spells/time-of-day-types.md
- Type Effect Description Number: server/spells/type-effect-description-number.md
- Task System:
- server/task-system-guide/README.md
- Task Duration Codes: server/task-system-guide/task-duration-codes.md
- Task Activity Types: server/task-system-guide/task-activity-types.md
- Task Types: server/task-system-guide/task-types.md
- Shared Tasks:
- server/task-system-guide/shared-tasks/README.md
- Example: server/task-system-guide/shared-tasks/example.md
- Tools:
- server/tools/README.md
- Cheat Sheet: ./server/tools/tools-cheat-sheet.md
- Install PEQ Database Editor: ./server/tools/install-peq-database-editor.md
- Zones:
- Adjusting Zone Shutdown Delay: server/zones/adjusting-zone-shutdown-delay.md
- Door Open Types: server/zones/door-open-types.md
- Environment Emitters: server/zones/environment-emitters.md
- LDON Themes: server/zones/ldon-themes.md
- Object Types: server/zones/object-types.md
- Trap Types: server/zones/trap-types.md
- Zone Header Identifiers: server/zones/zone-header-identifiers.md
- Zone List: server/zones/zone-list.md
- Zone Types: server/zones/zone-types.md
- Database Schema:
- AAs:
- aa_ability: schema/aas/aa_ability.md
- aa_ranks: schema/aas/aa_ranks.md
- aa_rank_effects: schema/aas/aa_rank_effects.md
- aa_rank_prereqs: schema/aas/aa_rank_prereqs.md
- Account:
- account: schema/account/account.md
- account_flags: schema/account/account_flags.md
- account_ip: schema/account/account_ip.md
- account_rewards: schema/account/account_rewards.md
- sharedbank: schema/account/sharedbank.md
- Admin:
- banned_ips: schema/admin/banned_ips.md
- bug_reports: schema/admin/bug_reports.md
- bugs: schema/admin/bugs.md
- chatchannels: schema/admin/chatchannels.md
- chatchannel_reserved_names: schema/admin/chatchannel_reserved_names.md
- command_settings: schema/admin/command_settings.md
- command_subsettings: schema/admin/command_subsettings.md
- db_version: schema/admin/db_version.md
- discovered_items: schema/admin/discovered_items.md
- discord_webhooks: schema/admin/discord_webhooks.md
- eqtime: schema/admin/eqtime.md
- eventlog: schema/admin/eventlog.md
- gm_ips: schema/admin/gm_ips.md
- hackers: schema/admin/hackers.md
- ip_exemptions: schema/admin/ip_exemptions.md
- level_exp_mods: schema/admin/level_exp_mods.md
- logsys_categories: schema/admin/logsys_categories.md
- name_filter: schema/admin/name_filter.md
- perl_event_export_settings: schema/admin/perl_event_export_settings.md
- petitions: schema/admin/petitions.md
- peq_admin: schema/admin/peq_admin.md
- profanity_list: schema/admin/profanity_list.md
- player_event_logs: schema/admin/player_event_logs.md
- player_event_log_settings: schema/admin/player_event_log_settings.md
- reports: schema/admin/reports.md
- saylink: schema/admin/saylink.md
- start_zones: schema/admin/start_zones.md
- starting_items: schema/admin/starting_items.md
- variables: schema/admin/variables.md
- veteran_reward_templates: schema/admin/veteran_reward_templates.md
- Adventures:
- adventure_details: schema/adventures/adventure_details.md
- adventure_members: schema/adventures/adventure_members.md
- adventure_stats: schema/adventures/adventure_stats.md
- adventure_template: schema/adventures/adventure_template.md
- adventure_template_entry: schema/adventures/adventure_template_entry.md
- adventure_template_entry_flavor: schema/adventures/adventure_template_entry_flavor.md
- Alternate Currency:
- alternate_currency: schema/alternate-currency/alternate_currency.md
- Books:
- books: schema/books/books.md
- Bots:
- bot_buffs: schema/bots/bot_buffs.md
- bot_command_settings: schema/bots/bot_command_settings.md
- bot_create_combinations: schema/bots/bot_create_combinations.md
- bot_data: schema/bots/bot_data.md
- bot_guild_members: schema/bots/bot_guild_members.md
- bot_heal_rotations: schema/bots/bot_heal_rotations.md
- bot_heal_rotation_members: schema/bots/bot_heal_rotation_members.md
- bot_heal_rotation_targets: schema/bots/bot_heal_rotation_targets.md
- bot_inspect_messages: schema/bots/bot_inspect_messages.md
- bot_inventories: schema/bots/bot_inventories.md
- bot_owner_options: schema/bots/bot_owner_options.md
- bot_pets: schema/bots/bot_pets.md
- bot_pet_buffs: schema/bots/bot_pet_buffs.md
- bot_pet_inventories: schema/bots/bot_pet_inventories.md
- bot_spells_entries: schema/bots/bot_spells_entries.md
- bot_spell_casting_chances: schema/bots/bot_spell_casting_chances.md
- bot_spell_settings: schema/bots/bot_spell_settings.md
- bot_stances: schema/bots/bot_stances.md
- bot_timers: schema/bots/bot_timers.md
- Buyers:
- buyer: schema/buyers/buyer.md
- Characters:
- char_create_combinations: schema/characters/char_create_combinations.md
- char_create_point_allocations: schema/characters/char_create_point_allocations.md
- char_recipe_list: schema/characters/char_recipe_list.md
- character_activities: schema/characters/character_activities.md
- character_alt_currency: schema/characters/character_alt_currency.md
- character_alternate_abilities: schema/characters/character_alternate_abilities.md
- character_auras: schema/characters/character_auras.md
- character_bandolier: schema/characters/character_bandolier.md
- character_bind: schema/characters/character_bind.md
- character_buffs: schema/characters/character_buffs.md
- character_corpse_items: schema/characters/character_corpse_items.md
- character_corpses: schema/characters/character_corpses.md
- character_currency: schema/characters/character_currency.md
- character_data: schema/characters/character_data.md
- character_disciplines: schema/characters/character_disciplines.md
- character_enabledtasks: schema/characters/character_enabledtasks.md
- character_exp_modifiers: schema/characters/character_exp_modifiers.md
- character_expedition_lockouts: schema/characters/character_expedition_lockouts.md
- character_inspect_messages: schema/characters/character_inspect_messages.md
- character_instance_safereturns: schema/characters/character_instance_safereturns.md
- character_item_recast: schema/characters/character_item_recast.md
- character_languages: schema/characters/character_languages.md
- character_leadership_abilities: schema/characters/character_leadership_abilities.md
- character_material: schema/characters/character_material.md
- character_memmed_spells: schema/characters/character_memmed_spells.md
- character_peqzone_flags: schema/characters/character_peqzone_flags.md
- character_pet_buffs: schema/characters/character_pet_buffs.md
- character_pet_info: schema/characters/character_pet_info.md
- character_pet_inventory: schema/characters/character_pet_inventory.md
- character_potionbelt: schema/characters/character_potionbelt.md
- character_skills: schema/characters/character_skills.md
- character_spells: schema/characters/character_spells.md
- character_tasks: schema/characters/character_tasks.md
- character_task_timers: schema/characters/character_task_timers.md
- character_tribute: schema/characters/character_tribute.md
- friends: schema/characters/friends.md
- keyring: schema/characters/keyring.md
- lfguild: schema/characters/lfguild.md
- mail: schema/characters/mail.md
- player_titlesets: schema/characters/player_titlesets.md
- Client Files:
- base_data: schema/client-files/base_data.md
- db_str: schema/client-files/db_str.md
- skill_caps: schema/client-files/skill_caps.md
- Data Storage:
- data_buckets: schema/data-storage/data_buckets.md
- quest_globals: schema/data-storage/quest_globals.md
- Doors:
- doors: schema/doors/doors.md
- Dynamic Zones:
- dynamic_zones: schema/dynamic-zones/dynamic_zones.md
- dynamic_zone_members: schema/dynamic-zones/dynamic_zone_members.md
- dynamic_zone_templates: schema/dynamic-zones/dynamic_zone_templates.md
- Expeditions:
- expeditions: schema/expeditions/expeditions.md
- expedition_lockouts: schema/expeditions/expedition_lockouts.md
- Factions:
- client_faction_associations: schema/factions/client_faction_associations.md
- client_faction_names: schema/factions/client_faction_names.md
- client_server_faction_map: schema/factions/client_server_faction_map.md
- faction_association: schema/factions/faction_association.md
- faction_base_data: schema/factions/faction_base_data.md
- faction_list: schema/factions/faction_list.md
- faction_list_mod: schema/factions/faction_list_mod.md
- faction_values: schema/factions/faction_values.md
- Flagging:
- content_flags: schema/flagging/content_flags.md
- Graveyards:
- graveyard: schema/graveyards/graveyard.md
- Ground Spawns:
- ground_spawns: schema/ground-spawns/ground_spawns.md
- Groups:
- group_id: schema/groups/group_id.md
- group_leaders: schema/groups/group_leaders.md
- Guilds:
- guilds: schema/guilds/guilds.md
- guild_bank: schema/guilds/guild_bank.md
- guild_ranks: schema/guilds/guild_ranks.md
- guild_members: schema/guilds/guild_members.md
- guild_relations: schema/guilds/guild_relations.md
- Grids:
- grid: schema/grids/grid.md
- grid_entries: schema/grids/grid_entries.md
- Horses:
- horses: schema/horses/horses.md
- Instances:
- instance_list: schema/instances/instance_list.md
- instance_list_player: schema/instances/instance_list_player.md
- Inventory:
- inventory: schema/inventory/inventory.md
- inventory_snapshots: schema/inventory/inventory_snapshots.md
- inventory_versions: schema/inventory/inventory_versions.md
- Items:
- items: schema/items/items.md
- item_tick: schema/items/item_tick.md
- Loginserver:
- login_accounts: schema/loginserver/login_accounts.md
- login_api_tokens: schema/loginserver/login_api_tokens.md
- login_server_admins: schema/loginserver/login_server_admins.md
- login_server_list_types: schema/loginserver/login_server_list_types.md
- login_world_servers: schema/loginserver/login_world_servers.md
- Loot:
- global_loot: schema/loot/global_loot.md
- lootdrop: schema/loot/lootdrop.md
- lootdrop_entries: schema/loot/lootdrop_entries.md
- loottable: schema/loot/loottable.md
- loottable_entries: schema/loot/loottable_entries.md
- Mercenaries:
- mercs: schema/mercenaries/mercs.md
- merc_armorinfo: schema/mercenaries/merc_armorinfo.md
- merc_buffs: schema/mercenaries/merc_buffs.md
- merc_inventory: schema/mercenaries/merc_inventory.md
- merc_merchant_entries: schema/mercenaries/merc_merchant_entries.md
- merc_merchant_templates: schema/mercenaries/merc_merchant_templates.md
- merc_merchant_template_entries: schema/mercenaries/merc_merchant_template_entries.md
- merc_name_types: schema/mercenaries/merc_name_types.md
- merc_npc_types: schema/mercenaries/merc_npc_types.md
- merc_spell_lists: schema/mercenaries/merc_spell_lists.md
- merc_spell_list_entries: schema/mercenaries/merc_spell_list_entries.md
- merc_stance_entries: schema/mercenaries/merc_stance_entries.md
- merc_stats: schema/mercenaries/merc_stats.md
- merc_subtypes: schema/mercenaries/merc_subtypes.md
- merc_templates: schema/mercenaries/merc_templates.md
- merc_types: schema/mercenaries/merc_types.md
- merc_weaponinfo: schema/mercenaries/merc_weaponinfo.md
- Merchants:
- merchantlist: schema/merchants/merchantlist.md
- merchantlist_temp: schema/merchants/merchantlist_temp.md
- NPCs:
- npc_emotes: schema/npcs/npc_emotes.md
- npc_faction: schema/npcs/npc_faction.md
- npc_faction_entries: schema/npcs/npc_faction_entries.md
- npc_scale_global_base: schema/npcs/npc_scale_global_base.md
- npc_spells: schema/npcs/npc_spells.md
- npc_spells_effects: schema/npcs/npc_spells_effects.md
- npc_spells_effects_entries: schema/npcs/npc_spells_effects_entries.md
- npc_spells_entries: schema/npcs/npc_spells_entries.md
- npc_types: schema/npcs/npc_types.md
- npc_types_tint: schema/npcs/npc_types_tint.md
- proximities: schema/npcs/proximities.md
- Objects:
- object: schema/objects/object.md
- object_contents: schema/objects/object_contents.md
- Pets:
- pets: schema/pets/pets.md
- pets_beastlord_data: schema/pets/pets_beastlord_data.md
- pets_equipmentset: schema/pets/pets_equipmentset.md
- pets_equipmentset_entries: schema/pets/pets_equipmentset_entries.md
- Query Server:
- qs_merchant_transaction_record: schema/query-server/qs_merchant_transaction_record.md
- qs_merchant_transaction_record_entries: schema/query-server/qs_merchant_transaction_record_entries.md
- qs_player_aa_rate_hourly: schema/query-server/qs_player_aa_rate_hourly.md
- qs_player_delete_record: schema/query-server/qs_player_delete_record.md
- qs_player_delete_record_entries: schema/query-server/qs_player_delete_record_entries.md
- qs_player_events: schema/query-server/qs_player_events.md
- qs_player_handin_record: schema/query-server/qs_player_handin_record.md
- qs_player_handin_record_entries: schema/query-server/qs_player_handin_record_entries.md
- qs_player_move_record: schema/query-server/qs_player_move_record.md
- qs_player_move_record_entries: schema/query-server/qs_player_move_record_entries.md
- qs_player_npc_kill_record: schema/query-server/qs_player_npc_kill_record.md
- qs_player_npc_kill_record_entries: schema/query-server/qs_player_npc_kill_record_entries.md
- qs_player_speech: schema/query-server/qs_player_speech.md
- qs_player_trade_record: schema/query-server/qs_player_trade_record.md
- qs_player_trade_record_entries: schema/query-server/qs_player_trade_record_entries.md
- Scheduler:
- server_scheduled_events: schema/scheduler/server_scheduled_events.md
- Raids:
- raid_details: schema/raids/raid_details.md
- raid_leaders: schema/raids/raid_leaders.md
- raid_members: schema/raids/raid_members.md
- Rules:
- rule_sets: schema/rules/rule_sets.md
- rule_values: schema/rules/rule_values.md
- Spawns:
- respawn_times: schema/spawns/respawn_times.md
- spawn2: schema/spawns/spawn2.md
- spawnentry: schema/spawns/spawnentry.md
- spawngroup: schema/spawns/spawngroup.md
- spawn_conditions: schema/spawns/spawn_conditions.md
- spawn_condition_values: schema/spawns/spawn_condition_values.md
- spawn_events: schema/spawns/spawn_events.md
- Spells:
- auras: schema/spells/auras.md
- blocked_spells: schema/spells/blocked_spells.md
- damageshieldtypes: schema/spells/damageshieldtypes.md
- spell_buckets: schema/spells/spell_buckets.md
- spell_globals: schema/spells/spell_globals.md
- spells_new: schema/spells/spells_new.md
- Tasks:
- completed_shared_task_activity_state: schema/tasks/completed_shared_task_activity_state.md
- completed_shared_task_members: schema/tasks/completed_shared_task_members.md
- completed_shared_tasks: schema/tasks/completed_shared_tasks.md
- completed_tasks: schema/tasks/completed_tasks.md
- goallists: schema/tasks/goallists.md
- shared_task_activity_state: schema/tasks/shared_task_activity_state.md
- shared_task_dynamic_zones: schema/tasks/shared_task_dynamic_zones.md
- shared_task_members: schema/tasks/shared_task_members.md
- shared_tasks: schema/tasks/shared_tasks.md
- task_activities: schema/tasks/task_activities.md
- tasks: schema/tasks/tasks.md
- tasksets: schema/tasks/tasksets.md
- Timers:
- timers: schema/timers/timers.md
- Titles:
- titles: schema/titles/titles.md
- Tools:
- tool_game_objects: schema/tools/tool_game_objects.md
- tool_gearup_armor_sets: schema/tools/tool_gearup_armor_sets.md
- Trader:
- trader: schema/trader/trader.md
- trader_audit: schema/trader/trader_audit.md
- Tradeskills:
- fishing: schema/tradeskills/fishing.md
- forage: schema/tradeskills/forage.md
- tradeskill_recipe: schema/tradeskills/tradeskill_recipe.md
- tradeskill_recipe_entries: schema/tradeskills/tradeskill_recipe_entries.md
- Traps:
- ldon_trap_entries: schema/traps/ldon_trap_entries.md
- ldon_trap_templates: schema/traps/ldon_trap_templates.md
- traps: schema/traps/traps.md
- Tributes:
- tributes: schema/tributes/tributes.md
- tribute_levels: schema/tributes/tribute_levels.md
- Views:
- vw_bot_character_mobs: schema/views/vw_bot_character_mobs.md
- vw_groups: schema/views/vw_groups.md
- vw_guild_members: schema/views/vw_guild_members.md
- Zone:
- launcher: schema/zone/launcher.md
- launcher_zones: schema/zone/launcher_zones.md
- zone: schema/zone/zone.md
- zone_flags: schema/zone/zone_flags.md
- zone_points: schema/zone/zone_points.md
- Quest API:
- Resources:
- Introduction: quest-api/introduction.md
- Database API: quest-api/database.md
- Dialogue Window (DiaWind): quest-api/diawind.md
- Events: quest-api/events.md
- Item Hand-In: quest-api/npc-item-handin.md
- Quest Loading: quest-api/quest-loading.md
- Methods:
- Bot: quest-api/methods/bot.md
- Buff: quest-api/methods/buff.md
- Client: quest-api/methods/client.md
- Corpse: quest-api/methods/corpse.md
- Database: quest-api/methods/database.md
- Door: quest-api/methods/door.md
- Doors: quest-api/methods/doors.md
- Entity: quest-api/methods/entity.md
- EntityList: quest-api/methods/entitylist.md
- Expedition: quest-api/methods/expedition.md
- Group: quest-api/methods/group.md
- HateEntry: quest-api/methods/hateentry.md
- Inventory: quest-api/methods/inventory.md
- Item: quest-api/methods/item.md
- ItemInst: quest-api/methods/iteminst.md
- Merc: quest-api/methods/merc.md
- Mob: quest-api/methods/mob.md
- MySQLPreparedStmt: quest-api/methods/mysqlpreparedstmt.md
- NPC: quest-api/methods/npc.md
- Object: quest-api/methods/object.md
- Packet: quest-api/methods/packet.md
- PerlPacket: quest-api/methods/perlpacket.md
- QuestItem: quest-api/methods/questitem.md
- QuestItemData: quest-api/methods/questitemdata.md
- Raid: quest-api/methods/raid.md
- Spawn: quest-api/methods/spawn.md
- Spell: quest-api/methods/spell.md
- StatBonuses: quest-api/methods/statbonuses.md
- eq: quest-api/methods/eq.md
- quest: quest-api/methods/quest.md
- Events:
- Perl [Bot]: quest-api/events/perl-bot.md
- Perl [Item]: quest-api/events/perl-item.md
- Perl [Merc]: quest-api/events/perl-merc.md
- Perl [NPC]: quest-api/events/perl-npc.md
- Perl [Player]: quest-api/events/perl-player.md
- Perl [Spell]: quest-api/events/perl-spell.md
- Lua [Bot]: quest-api/events/lua-bot.md
- Lua [Encounter]: quest-api/events/lua-encounter.md
- Lua [Item]: quest-api/events/lua-item.md
- Lua [Merc]: quest-api/events/lua-merc.md
- Lua [NPC]: quest-api/events/lua-npc.md
- Lua [Player]: quest-api/events/lua-player.md
- Lua [Spell]: quest-api/events/lua-spell.md
- Constants:
- Perl [Mob]: quest-api/constants/perl-mob.md
- Perl [Zone]: quest-api/constants/perl-zone.md
- Lua [Appearance]: quest-api/constants/lua-appearance.md
- Lua [BT]: quest-api/constants/lua-bt.md
- Lua [Class]: quest-api/constants/lua-class.md
- Lua [ClientVersion]: quest-api/constants/lua-clientversion.md
- Lua [Database]: quest-api/constants/lua-database.md
- Lua [Event]: quest-api/constants/lua-event.md
- Lua [ExpSource]: quest-api/constants/lua-expsource.md
- Lua [ExpeditionLockMessage]: quest-api/constants/lua-expeditionlockmessage.md
- Lua [Faction]: quest-api/constants/lua-faction.md
- Lua [Filter]: quest-api/constants/lua-filter.md
- Lua [InventoryWhere]: quest-api/constants/lua-inventorywhere.md
- Lua [JournalMode]: quest-api/constants/lua-journalmode.md
- Lua [Language]: quest-api/constants/lua-language.md
- Lua [MT]: quest-api/constants/lua-mt.md
- Lua [Material]: quest-api/constants/lua-material.md
- Lua [Opcode]: quest-api/constants/lua-opcode.md
- Lua [Rule]: quest-api/constants/lua-rule.md
- Lua [Skill]: quest-api/constants/lua-skill.md
- Lua [Slot]: quest-api/constants/lua-slot.md
- Lua [SpeakMode]: quest-api/constants/lua-speakmode.md
- Lua [SpecialAbility]: quest-api/constants/lua-specialability.md
- Lua [Zone]: quest-api/constants/lua-zone.md
- Changelog:
- "2023": changelog/server/2023.md
- "2022": changelog/server/2022.md
- "2021": changelog/server/2021.md
- "2020": changelog/server/2020.md
- "2019": changelog/server/2019.md
- "2018": changelog/server/2018.md
- "2017": changelog/server/2017.md
- "2016": changelog/server/2016.md
- "2015": changelog/server/2015.md
- "2014": changelog/server/2014.md
- "2013": changelog/server/2013.md
- "2012": changelog/server/2012.md
- "2011": changelog/server/2011.md
- "2010": changelog/server/2010.md
- "2009": changelog/server/2009.md
- "2008": changelog/server/2008.md
- "2007": changelog/server/2007.md
- "2006": changelog/server/2006.md
- "2005": changelog/server/2005.md
- "2004": changelog/server/2004.md
- "2003": changelog/server/2003.md
- Changelog Contributions: changelog/server/changelog-contributions.md
- Akk Stack:
- Introduction: akk-stack/introduction.md
- Install:
- Installation: akk-stack/installation.md
- Operate:
- Backups: akk-stack/operate/backups.md
- CPU: akk-stack/operate/cpu.md
- File Structure: akk-stack/operate/file-structure.md
- Services: akk-stack/operate/services.md
- Shell: akk-stack/operate/shell.md
- Update: akk-stack/operate/update.md
- Develop:
- Development: akk-stack/operate/development.md
- Client:
- Introduction: client/introduction.md
- Guides:
- client/guides/README.md
- Custom Zone Making: client/guides/custom-zone-making.md
- Custom Zone Editing: client/guides/custom-zone-editing.md
- File Formats:
- WLD by Windcatcher: client/guides/file-formats/wld-by-windcatcher.md
- Fog System and Clip Plane: client/guides/fog-system-and-clip-plane.md
- Model Loading: client/guides/model-loading.md
- Placing Objects: client/guides/placing-objects.md
- Sky System: client/guides/sky-system.md
- Sounds Reference: client/guides/sounds.md
- Renaming Playable Race: client/guides/rename-race.md
- OpenZone:
- client/openzone/README.md
- NPC Editing: client/openzone/npc-editing.md
- WCEmu:
- client/wcemu/README.md
- Definitions: client/wcemu/latest.md # change to latest version manually
- References:
- Race Files: client/race-files.md
- IT Model Files: client/it-model-files.md
- EQGZI:
- client/eqgzi/README.md
- Animated Textures: client/eqgzi/animated-textures.md
- Blender Custom Properties: client/eqgzi/blender-custom-properties.md
- Blender Zone Making: client/eqgzi/blender-first-zone.md
- Feature Breakdown: client/eqgzi/breakdown.md
- Getting Started: client/eqgzi/getting-started.md
- Getting Started (Advanced): client/eqgzi/getting-started-advanced.md
- Shader List: client/eqgzi/shader-list.md
- Sound How to: client/eqgzi/sound-howto.md
- Zone Utilities:
- client/zone-utilities/README.md
- Misc Tools:
- GL Model Viewer: client/misc/gl-model-viewer.md
- List Objects Tool: client/misc/list-objects-tool.md
- WLD Editor Suite: client/misc/wld-editor-suite.md
- XMI to MIDI Converter: client/misc/xmi-to-midi-converter.md
- Contributing:
- How to Doc: contributing/how-to-doc.md
- Tags: tags.md