[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Macro
A Macro is a customizable hotkey with 5 lines (1 command per line and a pause), you can store 12 per page and have 10 pages of macros. Common macros, include pulling, spell casting, corpse dragging. Your macros are stored per character file "Yourcharactername_project1999.ini" in your EQ directory.
Contents |
Macro Commands
Sample commands used in macros:
/memspellset
/autoinventory (good when foraging i.e.)
/Gsay incoming with %T
Percent Target Descriptors
Shortcut | Value Checked | Result |
---|---|---|
%T | Target's Name | A Qeunos Guard |
%S | Gender Pronoun | he/She/it |
%O | Gender Pronoun | Him/Her/it |
%P | Gender Pronoun | His/Hers/Its |
%R | Target's Race (players only) | Human |
Actions
Spells
Format: /cast [number of spell gem (1-8)]
Abilitys
Format: /doability [number on Abilities page or Combat page of Actions window]
Eamples:
- /doability 4 <will do the 4th Skill on Abilities Page>
- /doability 7 <will do the 3rd Skill on Combat page>
Abilities Menu |
Combat Menu |
||
---|---|---|---|
[1] | [2] | [Melee] | [Ranged] |
[3] | [4] | [7] | [8] |
[5] | [6] | [9] | [10] |
Disciplines
Format: /disc [name of Discipline]
Example: /disc Righteous Indignation
Pause
Pause commands are special as they are executed at the end of each macro line even though they are typed at the front. Pauses a macro sequence for 10 * x milliseconds. The actual value is a little lower, so /pause 500 is approximately 60 seconds +/- a couple seconds for server ticks. Pause cannot go over 70 seconds.
Format: /pause [#]
Examples:
- /pause 10 <pauses for 1 second>
- /pause 15 <pauses for 1.5 seconds>
- /pause 100 <pauses for 10 seconds>
Timer
Doesn't seem to work in P99
/timer
Timer will not go over 7 hours
Examples
Bind Wound
- Line 1: /pause 100, /doability #
- Line 2: /pause 100, /doability #
- Line 3: /pause 100, /doability #
- Line 4: /pause 100, /doability #
- Line 5: /doability #
Alternate Line 5: /sit
Corpse Dragging
- Line 1: /pause 10, /corpse
- Line 2: /pause 10, /corpse
- Line 3: /pause 10, /corpse
- Line 4: /pause 10, /corpse
- Line 5: /corpse
Leveling Casting Skills
This will cast the spell in your top spell slot once every 6 seconds for 5 casts.
- Line 1: /pause 60, /cast 1
- Line 2: /pause 60, /cast 1
- Line 3: /pause 60, /cast 1
- Line 4: /pause 60, /cast 1
- Line 5: /cast 1