[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Macro"
Zosymandias (Talk | contribs) (→Percent Descriptors) |
Zosymandias (Talk | contribs) |
||
| Line 5: | Line 5: | ||
Sample commands used in macros: | Sample commands used in macros: | ||
| − | /memspellset | + | /memspellset |
/autoinventory (good when foraging i.e.) | /autoinventory (good when foraging i.e.) | ||
| Line 46: | Line 46: | ||
</table> | </table> | ||
| − | === | + | ===Actions=== |
| − | + | ====Spells==== | |
| − | + | ||
| − | + | ||
| − | Format: / | + | '''Format:''' /castspell [number of spell gem (1-9)] |
| − | + | ====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> | ||
| − | / | + | <table class="eoTable"> |
| + | <tr> | ||
| + | <th colspan="2"><div align="center"><h3>Abilities Menu</h3></div></th> | ||
| + | <th colspan="2"><div align="center"><h3>Combat Menu</h3></div></th> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>[1]</td> | ||
| + | <td>[2]</td> | ||
| + | <td>[Melee]</td> | ||
| + | <td>[Ranged]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>[3]</td> | ||
| + | <td>[4]</td> | ||
| + | <td>[7]</td> | ||
| + | <td>[8]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>[5]</td> | ||
| + | <td>[6]</td> | ||
| + | <td>[9]</td> | ||
| + | <td>[10]</td> | ||
| + | </tr> | ||
| + | </table> | ||
| − | === | + | ====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== | |
| + | ===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 | ||
Revision as of 20:10, 7 July 2017
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: /castspell [number of spell gem (1-9)]
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
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