soultaker
Member
- Joined
- Feb 2, 2005
- RedCents
- 60¢
**NOTE** This is a cut and paste job, go to http://www.macroquest2.com/main.php For the full monty
At that site is a full list of all the commands that can be used in Macro Quest esp for use in macros/plugins if you so desire to write your own. I am just listing a set of commands I found useful in game that can help with the map functions and some other things.
/mapfilter help|option [color R# G# B#] (Requires MQ2Map plugin to be loaded)
Map filtering options :
All
/maphide "spawnname" [reset] (Requires MQ2Map plugin to be loaded)
Command to hide spawnname from the map. Hidden spawns are in effect until the mapped spawns are re-generated (such as changing some map filters)
/mapshow "spawnname" [reset] (Requires MQ2Map plugin to be loaded)
command to explicitly show spawnname on the map. Only in effect until the mapped spawns are re-generated (same as maphide).
/target option
option can be:
clear
/aa [list all|timers] [info abilityname] [act abilityname]
used to retrieve information on AA Abilities, or to activate an AA ability
list all
/alert add # [pc|npc|corpse|any] [radius #] [range lowerlevel upperlevel] "spawnname" [clear|list #]
Used to manipulate alert lists which 'watch' for spawns.
At that site is a full list of all the commands that can be used in Macro Quest esp for use in macros/plugins if you so desire to write your own. I am just listing a set of commands I found useful in game that can help with the map functions and some other things.
/mapfilter help|option [color R# G# B#] (Requires MQ2Map plugin to be loaded)
Map filtering options :
All
Enables/disables map functions
CastRadius # Sets radius of casting circle to # (omit or set to 0 to disable)
Corpse Displays corpses
Custom Sets custom filter (omit to disable). Used same search options as /target and the Spawn search TLOs
Ground Displays ground items
Group Displays group members in a specific color
Help Displays the available options for /mapfilter
Menu Allows display of right-click context menu
Mount Displays mounts
NormalLabels Toggles non-MQ2 label display
NPC Displays NPCs
NPCConColor Displays NPCs in consider colors
PC Displays PCs
PCConColor Displays PCs in consider colors
Pet Displays pets
Target Displays your target
TargetLine Displays a line to your target
TargetMelee # Draws a melee-range circle around your target
TargetRadius # Sets radius of a circle around your target to # (omit or set to 0)
Timer Displays Timer objects on the map
Trap Displays trap objects on the map
Trigger Displays hidden triggers/traps
Untargetable Displays untargettable spawns on the map
Vector Displays heading vectors
/maphide "spawnname" [reset] (Requires MQ2Map plugin to be loaded)
Command to hide spawnname from the map. Hidden spawns are in effect until the mapped spawns are re-generated (such as changing some map filters)
Examples
/maphide reset
Re-generates the spawn list.
/maphide npc range 1-39
Hides all spawns level 39 and below
/maphide reset
Re-generates the spawn list.
/maphide npc range 1-39
Hides all spawns level 39 and below
/mapshow "spawnname" [reset] (Requires MQ2Map plugin to be loaded)
command to explicitly show spawnname on the map. Only in effect until the mapped spawns are re-generated (same as maphide).
/target option
option can be:
clear
Clears your current target
pc|npc [corpse] Selects nearest pc or npc. Using corpse will select the nearest pc or npc corpse
corpse Selects the nearest corpse
pet Selects the nearest pet
class class Selects the nearest class match to target
race race Selects nearest race to target
range min max race race Selects nearest race to target
Sets the minimum and maximum level range to target
noalert alert# Target nearest spawn not on alert #
nearalert alert# ***NEED TO FILL THIS DESCRIPTION IN***
notnearalert alert# ***NEED TO FILL THIS DESCRIPTION IN***
zradius zheight Targets the spawn if it is within the height value
radius distance Targets the spawn if it is within the 2D distance
nopcnear radius ***NEED TO FILL THIS DESCRIPTION IN***
notid|id spawnid ***NEED TO FILL THIS DESCRIPTION IN***
spawnname Targets the nearest specified spawnname
myself|mycorpse Targets the yourself or your corpse
alert alert# Targets the specified keyword
/aa [list all|timers] [info abilityname] [act abilityname]
used to retrieve information on AA Abilities, or to activate an AA ability
list all
Lists all AA abilities available to you (doesn't mean you have them) in format [ID : name]
list timers Lists just the AA you have that have timers
info abilityname Gives information about a particular AA ability
act abilityname Works like "/alt act ##", but takes the name instead of ## (note: You will notice a fraction of a second delay using this method vs. the /alt act ## method.)
/alert add # [pc|npc|corpse|any] [radius #] [range lowerlevel upperlevel] "spawnname" [clear|list #]
Used to manipulate alert lists which 'watch' for spawns.
Examples
/alert add 1 "spawnname" Adds spawnname to alert list 1
/alert clear # Clears all members from alert list 1
/alert list # Lists all members of alert list 1
/alert add 1 npc radius 300 'spawnname' Sets alert(1) to TRUE if 'spawnname' is within radius of 300 from your location
/alert add 2 npc range 30 200 'spawnname' Sets alert(2) to TRUE if any 'spawnname' are within 30 to 200 range from your location
/alert add 1 "spawnname" Adds spawnname to alert list 1
/alert clear # Clears all members from alert list 1
/alert list # Lists all members of alert list 1
/alert add 1 npc radius 300 'spawnname' Sets alert(1) to TRUE if 'spawnname' is within radius of 300 from your location
/alert add 2 npc range 30 200 'spawnname' Sets alert(2) to TRUE if any 'spawnname' are within 30 to 200 range from your location

