[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Macro"
(→Percent Target Descriptors) |
|||
| Line 26: | Line 26: | ||
<tr> | <tr> | ||
<td>%S</td> | <td>%S</td> | ||
| − | <td> | + | <td>Gendered Subject Pronoun</td> |
| − | <td>he/ | + | <td>he/she/it</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>%O</td> | <td>%O</td> | ||
| − | <td> | + | <td>Gendered Object Pronoun</td> |
| − | <td> | + | <td>him/her/it</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>%P</td> | <td>%P</td> | ||
| − | <td> | + | <td>Gendered Possessive Pronoun</td> |
| − | <td> | + | <td>his/hers/its</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Revision as of 15:06, 13 December 2019
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:
/autoinventory (good when foraging i.e.)
/Gsay incoming with %T
/memspellset Doesn't seem to work in P99
Percent Target Descriptors
| Shortcut | Value Checked | Result |
|---|---|---|
| %T | Target's Name | A Qeunos Guard |
| %S | Gendered Subject Pronoun | he/she/it |
| %O | Gendered Object Pronoun | him/her/it |
| %P | Gendered Possessive 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