Difference between revisions of "Master Control Panel"
From ISXOgre\Aion
(→Command List) |
(→Command List) |
||
Line 34: | Line 34: | ||
|Parameter 1 | |Parameter 1 | ||
|Command for who?<br/>Example: All | |Command for who?<br/>Example: All | ||
+ | |- | ||
+ | |||
+ | |rowspan="3"|<center><div id=Targetid>'''Targetid'''</div></center> | ||
+ | |colspan="2"|Need Description | ||
+ | |- | ||
+ | |Parameter 1 | ||
+ | |Command for who?<br/>Example: All | ||
+ | |- | ||
+ | |Parameter 2 | ||
+ | |Need command | ||
+ | |- | ||
+ | |rowspan="2"|<center><div id=Interact>'''Interact'''</div></center> | ||
+ | |colspan="2"|Interacts with current target. | ||
+ | |- | ||
+ | |Parameter 1 | ||
+ | |Command for who?<br/>Example: All | ||
+ | |- | ||
+ | |rowspan="3"|<center><div id=Cast>'''Cast'''</div></center> | ||
+ | |colspan="2"|Tells toons to cast an ability.<br />'''Note:''' Ability name MUST be a base name. Kick(correct) vs Kick V(incorrect) | ||
+ | |- | ||
+ | |Parameter 1 | ||
+ | |Command for who?<br/>Example: All | ||
+ | |- | ||
+ | ||Parameter 2 | ||
+ | |Ability name.<br/>Example: Return | ||
+ | |- | ||
+ | |rowspan="2"|<center><div id=ToggleMainUI>'''ToggleMainUI'''</div></center> | ||
+ | |colspan="2"|Toggles Main UI. | ||
+ | |- | ||
+ | |Parameter 1 | ||
+ | |Command for who?<br/>Example: All | ||
+ | |- | ||
+ | |rowspan="2"|<center><div id=ToggleMCP>'''ToggleMCP'''</div></center> | ||
+ | |colspan="2"|Toggles MCP. | ||
+ | |- | ||
+ | |Parameter 1 | ||
+ | |Command for who?<br/>Example: All | ||
+ | |- | ||
+ | |rowspan="3"|<center><div id=PressKey>'''PressKey'''</div></center> | ||
+ | |colspan="2"|Presses a key.<br />Type: press -keylist for all possible keys | ||
+ | |- | ||
+ | |Parameter 1 | ||
+ | |Command for who?<br/>Example: All | ||
+ | |- | ||
+ | |Parameter 2 | ||
+ | |Key to press.<br /> Example: Esc | ||
|- | |- | ||
|} | |} |
Revision as of 08:54, 17 May 2013
Master Control Panel
Command List
Command | Parameter & Description | |
---|---|---|
LetsGo |
This button removes movement restrictions such as HoldUp and campspot. | |
Parameter 1 | Command for who? Example: All | |
HoldUp |
This button turns auto follow off. | |
Parameter 1 | Command for who? Example: All | |
Pause |
Pauses bots. | |
Parameter 1 | Command for who? Example: All | |
Resume |
Unpauses bots. | |
Parameter 1 | Command for who? Example: All | |
Targetid |
Need Description | |
Parameter 1 | Command for who? Example: All | |
Parameter 2 | Need command | |
Interact |
Interacts with current target. | |
Parameter 1 | Command for who? Example: All | |
Cast |
Tells toons to cast an ability. Note: Ability name MUST be a base name. Kick(correct) vs Kick V(incorrect) | |
Parameter 1 | Command for who? Example: All | |
Parameter 2 | Ability name. Example: Return | |
ToggleMainUI |
Toggles Main UI. | |
Parameter 1 | Command for who? Example: All | |
ToggleMCP |
Toggles MCP. | |
Parameter 1 | Command for who? Example: All | |
PressKey |
Presses a key. Type: press -keylist for all possible keys | |
Parameter 1 | Command for who? Example: All | |
Parameter 2 | Key to press. Example: Esc |
<Set Name="Load_Ogre"> <Set Name="Code"> <Setting Name="One">relay all oc !mcp -LoadOgre ${Parameter1}</Setting> </Set> <Set Name="Description"> <Setting Name="One">Loads Ogrebot.</Setting> <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting> </Set> </Set> <Set Name="nc_Load_Ogre"> <Set Name="Code"> <Setting Name="One">relay all ogre</Setting> </Set> <Set Name="Description"> <Setting Name="One">Loads Ogrebot.</Setting> </Set> </Set> <Set Name="End_Ogre"> <Set Name="Code"> <Setting Name="One">relay all oc !mcp -EndOgre ${Parameter1}</Setting> </Set> <Set Name="Description"> <Setting Name="One">Ends Ogrebot.</Setting> <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting> </Set> </Set> <Set Name="nc_Load_Ext"> <Set Name="Code"> <Setting Name="One">relay all ext ${Parameter1}</Setting> </Set> <Set Name="Description"> <Setting Name="One">Loads an extension.</Setting> <Setting Name="Two">Parameter1 = Extensionname. Example: isxogreaion</Setting> </Set> </Set> <Set Name="nc_Unload_Ext"> <Set Name="Code"> <Setting Name="One">relay all ext -unload ${Parameter1}</Setting> </Set> <Set Name="Description"> <Setting Name="One">Unloads an extension.</Setting> <Setting Name="Two">Parameter1 = Extensionname. Example: isxogreaion</Setting> </Set> </Set> <Set Name="Unload_Ext_Who"> <Set Name="Code"> <Setting Name="One">relay all oc !mcp -UnloadExt ${Parameter1} ${Parameter2}</Setting> </Set> <Set Name="Description"> <Setting Name="One">Unloads an extension for who.</Setting> <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting> <Setting Name="Three">Parameter2 = Extensionname. Example: isxogreaion</Setting> </Set> </Set> <Set Name="MCP_RawCommand"> <Set Name="Code"> <Setting Name="One">MCP_Raw</Setting> </Set> <Set Name="Description"> <Setting Name="One">Sends a message or command to OgreConsole</Setting> <Setting Name="two">Parameter 1 to 100 = Commands and paramters</Setting> </Set> </Set>