forked from EQEmu/eqemu-docs-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
740 lines (740 loc) · 39.7 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
site_name: EverQuest Emulator Docs
plugins:
- search
repo_url: https://github.com/EQEmu/server
site_url: https://docs.eqemu.io/
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.annotate
- content.tabs.link
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.tracking
- 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
- 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 Groups: server/bots/bot-groups.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
- Stance Types: server/bots/stance-types.md
- Developer:
- Database Conventions: developer/conventions-guidelines.md
- Database Migrations: developer/database-schema-migrations.md
- Build Pipeline: developer/build-pipeline.md
- Codebase:
- EQDictionary: developer/eqdictionary.md
- Logging: developer/logging.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
- Database:
- Multi Tenancy: server/database/multi-tenancy.md
- Database Backup Tool: server/database/database-backup-tool.md
- Performance Tuning: server/database/performance-tuning.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
- 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
- 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
- Inventory:
- Inventory Slots: server/inventory/inventory-slots.md
- Item Slots: server/inventory/item-slots.md
- Bag Sizes: server/inventory/bag-sizes.md
- Bag Types: server/inventory/bag-types.md
- Logging System:
- server/logging-system/README.md
- Discord Logging Integration: server/logging-system/discord-logging-integration.md
- Logging Categories: server/logging-system/logging-categories.md
- Login Server:
- Auto Create Login Accounts: server/login-server/auto-create-login-accounts.md
- REST API: server/login-server/login-server-rest-api.md
- Database Schema: server/login-server/database-schema.md
- CLI Management Interface: server/login-server/login-server-cli-management-interface.md
- Migrating from Legacy Login Server: server/login-server/migrating-from-legacy-login-server.md
- Configuration: server/login-server/login-server-configuration.md
- Commonly Asked Questions: server/login-server/commonly-asked-questions.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:
- NPC Aggro: server/npc/npc-aggro.md
- ModifyNPCStat Identifiers: server/npc/modifynpcstat-identifiers.md
- Stuck Behavior: server/npc/stuck-behavior.md
- Mob Version List: server/npc/mob-version-list.md
- Race List: server/npc/race-list.md
- NPC Models: server/npc/npc-models.md
- Fly Modes: server/npc/fly-modes.md
- Client Race Inventory: server/npc/client-race-inventory.md
- Animations: server/npc/animations.md
- Facial Features: server/npc/facial-features.md
- Genders: server/npc/genders.md
- Textures: server/npc/textures.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
- Body Types: server/npc/body-types.md
- Emote Types: server/npc/emote-types.md
- Emote Event Types: server/npc/emote-event-types.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
- NPC Animation Types: server/npc/npc-animation-types.md
- NPC Scaling: server/npc/npc-scaling.md
- Special Attacks: server/npc/special-attacks.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
- Updating Server Assets: server/operation/updating-server-assets.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
- Basic Server Install - Linux: server/installation/server-installation-linux.md
- Basic Server Install - Windows: server/installation/server-installation-windows.md
- Bot Installation: server/installation/bot-installation.md
- Configure your eqemu_config: server/installation/configure-your-eqemu_config.md
- Development Server Setup: server/installation/development-server-setup.md
- Ground Up Linux Install: server/installation/ground-up-linux-install.md
- Ground Up Windows Install: server/installation/ground-up-windows-install.md
- Install PEQ Database Editor: server/installation/install-peq-database-editor.md
- Troubleshooting: server/installation/troubleshooting.md
- VSCode Dev Container Environment: server/installation/vscode-dev-container-environment.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-1.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
- Zones:
- Adjusting Zone Shutdown Delay: server/zones/adjusting-zone-shutdown-delay.md
- Customizing Zones:
- server/zones/customizing-zones/README.md
- EQGZI:
- server/zones/customizing-zones/eqgzi/README.md
- Getting Started: server/zones/customizing-zones/eqgzi/getting-started.md
- Feature Breakdown: server/zones/customizing-zones/eqgzi/breakdown.md
- Shader List: server/zones/customizing-zones/eqgzi/shader-list.md
- Sound How to: server/zones/customizing-zones/eqgzi/sound-howto.md
- 3ds Max Zone Making: server/zones/customizing-zones/eqgzi/3dsmax-first-zone.md
- Blender Zone Making: server/zones/customizing-zones/eqgzi/blender-first-zone.md
- Blender Custom Properties: server/zones/customizing-zones/eqgzi/blender-custom-properties.md
- Animated Textures: server/zones/customizing-zones/eqgzi/animated-textures.md
- Getting Started (Advanced): server/zones/customizing-zones/eqgzi/getting-started-advanced.md
- Custom Zone Making: server/zones/customizing-zones/custom-zone-making.md
- Fog System and Clip Plane: server/zones/customizing-zones/fog-system-and-clip-plane.md
- GL Model Viewer: server/zones/customizing-zones/gl-model-viewer.md
- List Objects Tool: server/zones/customizing-zones/list-objects-tool.md
- Placing Objects: server/zones/customizing-zones/placing-objects.md
- Sky System: server/zones/customizing-zones/sky-system.md
- WLD Editor Suite: server/zones/customizing-zones/wld-editor-suite.md
- WLD File Reference: server/zones/customizing-zones/wld-file-reference.md
- XMI to MIDI Converter: server/zones/customizing-zones/xmi-to-midi-converter.md
- Zone Utility Tools: server/zones/customizing-zones/zone-utility-tools.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
- command_settings: schema/admin/command_settings.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
- 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_groups: schema/bots/bot_groups.md
- bot_group_members: schema/bots/bot_group_members.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_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:
- 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_bot_groups: schema/views/vw_bot_groups.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
- Dialogue Window (DiaWind): quest-api/diawind.md
- Events: quest-api/events.md
- Quest Loading: quest-api/quest-loading.md
- Methods:
- Bot: quest-api/methods/bot.md
- Client: quest-api/methods/client.md
- Corpse: quest-api/methods/corpse.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
- Mob: quest-api/methods/mob.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
- 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 [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 [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 [Event]: quest-api/constants/lua-event.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 [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
- Changelog:
- "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
- Contributing:
- How to Doc: contributing/how-to-doc.md