mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-04 02:47:19 +00:00
Updated AA_Guide (markdown)
+4
-1
@@ -2,4 +2,7 @@
|
|||||||
When a player reaches level 51, they unlock the option to dedicate experience they gain to be sent to Alternate Advancements. AAs are accessed inside Everquest using the default "v" hotkey. Due to the general nature of how AA's work, the [[Database Schemas|https://github.com/EQEmu/Server/wiki/Database-Schema#alternate-advancements-guide]] that represent them on the server can be slightly complex to understand.
|
When a player reaches level 51, they unlock the option to dedicate experience they gain to be sent to Alternate Advancements. AAs are accessed inside Everquest using the default "v" hotkey. Due to the general nature of how AA's work, the [[Database Schemas|https://github.com/EQEmu/Server/wiki/Database-Schema#alternate-advancements-guide]] that represent them on the server can be slightly complex to understand.
|
||||||
|
|
||||||
## Legend
|
## Legend
|
||||||
AA's are grouped together, and have ranks.
|
AA's are grouped together by ranks. For example, Innate Runspeed has many ranks to represent the levels it can be trained. Each rank has a unique id assigned to it.
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
You can reload AA's in Everquest using the #reloadaa command.
|
||||||
|
|||||||
Reference in New Issue
Block a user