Master Control Panel

From ISXOgre\Aion
Revision as of 08:54, 17 May 2013 by Eq2bob (Talk | contribs)

Jump to: navigation, search

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
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>