Difference between revisions of "Master Control Panel"

From ISXOgre\Aion
Jump to: navigation, search
(Master Control Panel)
(Command List)
Line 2: Line 2:
 
[[Image:OgreAion MCP.png]]
 
[[Image:OgreAion MCP.png]]
 
==Command List==
 
==Command List==
<Set Name="LetsGo">
+
{| class="wikitable"
<Set Name="Code">
+
|-
<Setting Name="One">relay all oc !mcp -letsgo ${Parameter1}</Setting>
+
!Command
</Set>
+
!colspan="2"|Parameter & Description
<Set Name="Description">
+
|-
      <Setting Name="One">This button removes movement restrictions such as HoldUp and campspot.</Setting>
+
 
      <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting>
+
|rowspan="2"|<center><div id=LetsGo>'''LetsGo'''</div></center>
</Set>
+
|colspan="2"|This button removes movement restrictions such as [[Master_Control_Panel#HoldUp|HoldUp]] and campspot.
</Set>
+
|-
<Set Name="HoldUp">
+
|Parameter 1
<Set Name="Code">
+
|Command for who?<br/>Example: All
<Setting Name="One">relay all oc !mcp -holdup ${Parameter1}</Setting>
+
|-
</Set>
+
 
<Set Name="Description">
+
|rowspan="2"|<center><div id=HoldUp>'''HoldUp'''</div></center>
      <Setting Name="One">This button turns auto follow off.</Setting>
+
|colspan="2"|This button turns auto follow off.
      <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting>
+
|-
</Set>
+
|Parameter 1
</Set>
+
|Command for who?<br/>Example: All
  <Set Name="Pause">
+
|-
    <Set Name="Code">
+
 
      <Setting Name="One">relay all oc !mcp -pause ${Parameter1}</Setting>
+
|rowspan="2"|<center><div id=Pause>'''Pause'''</div></center>
    </Set>
+
|colspan="2"|Pauses bots.
    <Set Name="Description">
+
|-
      <Setting Name="One">Pauses bots.</Setting>
+
|Parameter 1
      <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting>
+
|Command for who?<br/>Example: All
    </Set>
+
|-
  </Set>
+
 
  <Set Name="Resume">
+
|rowspan="2"|<center><div id=Resume>'''Resume'''</div></center>
    <Set Name="Code">
+
|colspan="2"|Unpauses bots.
      <Setting Name="One">relay all oc !mcp -unpause ${Parameter1}</Setting>
+
|-
    </Set>
+
|Parameter 1
    <Set Name="Description">
+
|Command for who?<br/>Example: All
      <Setting Name="One">Unpauses bots.</Setting>
+
|-
      <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting>
+
|}
    </Set>
+
 
  </Set>
+
 
  <Set Name="Resume">
+
    <Set Name="Code">
+
      <Setting Name="One">relay all oc !mcp -unpause ${Parameter1}</Setting>
+
    </Set>
+
    <Set Name="Description">
+
      <Setting Name="One">Unpauses bots.</Setting>
+
      <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting>
+
    </Set>
+
  </Set>
+
 
   <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

OgreAion MCP.png

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>