Macroslot (Slash Command): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* The macro-slot# is determined by counting in sequence from 0 starting on slot 1 of power tray 1, to 89 for slot 10 of power tray 9. For example, slot 10 of tray 1 is macro-slot# 9, slot 1 of tray 2 is macro-slot# 10, and slot 1 of tray 3 is macro-slot# 20.</br /></br /> | * The macro-slot# is determined by counting in sequence from 0 starting on slot 1 of power tray 1, to 89 for slot 10 of power tray 9. For example, slot 10 of tray 1 is macro-slot# 9, slot 1 of tray 2 is macro-slot# 10, and slot 1 of tray 3 is macro-slot# 20.</br /></br /> | ||
* A fast way to determine the macro-slot# you want is to use the tray number as the tens digit and the slot number as the ones digit, combine them, then subtract 11. For example: | * A fast way to determine the macro-slot# you want is to use the tray number as the tens digit and the slot number as the ones digit, combine them, then subtract 11. For example: let's say you want to know the macro-slot# for tray 5, slot 8... 58 - 11 = 47. | ||
{| class=wikitable style="text-align: center;" | {| class=wikitable style="text-align: center;" | ||
Line 133: | Line 133: | ||
==Example== | ==Example== | ||
/macroslot 20 "Fly" "powexec_name Fly" | /macroslot 20 "Fly" "powexec_name Fly" | ||
{{Navbox Binds}} | |||
[[Category:Bind Commands]] | |||
[[Category:Slash Commands]] |
Latest revision as of 14:18, 28 December 2022
Slash Command
/macroslot macro-slot# name command
Adds a macro to specified power tray slot
- The macro-slot# is determined by counting in sequence from 0 starting on slot 1 of power tray 1, to 89 for slot 10 of power tray 9. For example, slot 10 of tray 1 is macro-slot# 9, slot 1 of tray 2 is macro-slot# 10, and slot 1 of tray 3 is macro-slot# 20.
- A fast way to determine the macro-slot# you want is to use the tray number as the tens digit and the slot number as the ones digit, combine them, then subtract 11. For example: let's say you want to know the macro-slot# for tray 5, slot 8... 58 - 11 = 47.
Tray 9 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 |
---|---|---|---|---|---|---|---|---|---|---|
Tray 8 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 |
Tray 7 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 |
Tray 6 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 |
Tray 5 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |
Tray 4 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 |
Tray 3 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 |
Tray 2 | 10 | 11 | 11 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
Tray 1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
Slot # | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
Example
/macroslot 20 "Fly" "powexec_name Fly"