Difference between revisions of "Master Control Panel"
From ISXOgre\Aion
(→Master Control Panel) |
(→Command List) |
||
Line 2: | Line 2: | ||
[[Image:OgreAion MCP.png]] | [[Image:OgreAion MCP.png]] | ||
==Command List== | ==Command List== | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | !Command | |
− | + | !colspan="2"|Parameter & Description | |
− | + | |- | |
− | + | ||
− | + | |rowspan="2"|<center><div id=LetsGo>'''LetsGo'''</div></center> | |
− | + | |colspan="2"|This button removes movement restrictions such as [[Master_Control_Panel#HoldUp|HoldUp]] and campspot. | |
− | + | |- | |
− | + | |Parameter 1 | |
− | + | |Command for who?<br/>Example: All | |
− | + | |- | |
− | + | ||
− | + | |rowspan="2"|<center><div id=HoldUp>'''HoldUp'''</div></center> | |
− | + | |colspan="2"|This button turns auto follow off. | |
− | + | |- | |
− | + | |Parameter 1 | |
− | + | |Command for who?<br/>Example: All | |
− | + | |- | |
− | + | ||
− | + | |rowspan="2"|<center><div id=Pause>'''Pause'''</div></center> | |
− | + | |colspan="2"|Pauses bots. | |
− | + | |- | |
− | + | |Parameter 1 | |
− | + | |Command for who?<br/>Example: All | |
− | + | |- | |
− | + | ||
− | + | |rowspan="2"|<center><div id=Resume>'''Resume'''</div></center> | |
− | + | |colspan="2"|Unpauses bots. | |
− | + | |- | |
− | + | |Parameter 1 | |
− | + | |Command for who?<br/>Example: All | |
− | + | |- | |
− | + | |} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<Set Name="Load_Ogre"> | <Set Name="Load_Ogre"> | ||
<Set Name="Code"> | <Set Name="Code"> |
Revision as of 08:19, 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 |
<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>