Difference between revisions of "Master Control Panel"

From ISXOgre\Aion
Jump to: navigation, search
(Command List)
(Command List)
Line 2: Line 2:
 
[[Image:OgreAion MCP.png]]
 
[[Image:OgreAion MCP.png]]
 
==Command List==
 
==Command List==
 +
*Command for who members
 +
** all (anyone)
 +
** fighter (gladiator, templar, fighter (level 1-9) )
 +
** scout (assassin, ranger, scout (level 1-9) )
 +
** mage ( sorcerer, spiritmaster, mage (level 1-9) )
 +
** priest ( cleric, enchanter, priest (level 1-9) )
 +
** All 12 classes by name. IE: templar
 +
** Your characters name. Note: Do NOT enter in the server if you are on the fast track server. For example:
 +
*** Kannkor (Works for both standard and fasttrack)
 +
*** Kannkor-TM (DOESN'T work at all, not even on the fast track server!)
 +
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 37: Line 48:
  
 
|rowspan="3"|<center><div id=Targetid>'''Targetid'''</div></center>
 
|rowspan="3"|<center><div id=Targetid>'''Targetid'''</div></center>
|colspan="2"|Need Description
+
|colspan="2"|Need Description<br />Example: -targetid all ${Me.Target.ID}
 
|-
 
|-
 
|Parameter 1  
 
|Parameter 1  
Line 81: Line 92:
 
|Key to press.<br /> Example: Esc
 
|Key to press.<br /> Example: Esc
 
|-
 
|-
|}
 
  
 +
|rowspan="2"|<center><div id=Load_Ogre>'''Load_Ogre'''</div></center>
 +
|colspan="2"|Loads Ogrebot.
 +
|-
 +
|Parameter 1
 +
|Command for who?<br/>Example: All
 +
|-
  
  <Set Name="Load_Ogre">
+
|rowspan="2"|<center><div id=nc_Load_Ogre>'''nc_Load_Ogre'''</div></center>
    <Set Name="Code">
+
|colspan="2"|Loads Ogrebot.
      <Setting Name="One">relay all oc !mcp -LoadOgre ${Parameter1}</Setting>
+
|-
    </Set>
+
|Parameters
    <Set Name="Description">
+
|N/A
      <Setting Name="One">Loads Ogrebot.</Setting>
+
|-
      <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting>
+
 
    </Set>
+
|rowspan="2"|<center><div id=End_Ogre>'''End_Ogre'''</div></center>
  </Set>
+
|colspan="2"|Loads Ogrebot.
  <Set Name="nc_Load_Ogre">
+
|-
    <Set Name="Code">
+
|Parameter 1
      <Setting Name="One">relay all ogre</Setting>
+
|Command for who?<br/>Example: All
    </Set>
+
|-
    <Set Name="Description">
+
 
      <Setting Name="One">Loads Ogrebot.</Setting>
+
|rowspan="2"|<center><div id=nc_Load_Ext>'''nc_Load_Ext'''</div></center>
    </Set>
+
|colspan="2"|Loads an extension.
  </Set>
+
|-
  <Set Name="End_Ogre">
+
|Parameter 1
    <Set Name="Code">
+
|Extensionname. <br />Example: isxogreaion
      <Setting Name="One">relay all oc !mcp -EndOgre ${Parameter1}</Setting>
+
|-
    </Set>
+
 
    <Set Name="Description">
+
|rowspan="2"|<center><div id=nc_Unload_Ext>'''nc_Unload_Ext'''</div></center>
      <Setting Name="One">Ends Ogrebot.</Setting>
+
|colspan="2"|Unloads an extension.
      <Setting Name="Two">Parameter1 = Command for who? Example: All</Setting>
+
|-
    </Set>
+
|Parameter 1
  </Set>
+
|Extensionname. <br />Example: isxogreaion
  <Set Name="nc_Load_Ext">
+
|-
    <Set Name="Code">
+
 
      <Setting Name="One">relay all ext ${Parameter1}</Setting>
+
|rowspan="3"|<center><div id=nc_Unload_Ext>'''Unload_Ext_Who'''</div></center>
    </Set>
+
|colspan="2"|Unloads an extension for who.
    <Set Name="Description">
+
|-
      <Setting Name="One">Loads an extension.</Setting>
+
|Parameter 1
      <Setting Name="Two">Parameter1 = Extensionname. Example: isxogreaion</Setting>
+
|Command for who?<br/>Example: All
    </Set>
+
|-
  </Set>
+
|Parameter 2
  <Set Name="nc_Unload_Ext">
+
|Extensionname. <br />Example: isxogreaion
    <Set Name="Code">
+
|-
      <Setting Name="One">relay all ext -unload ${Parameter1}</Setting>
+
 
    </Set>
+
|rowspan="2"|<center><div id=MCP_RawCommand>'''MCP_RawCommand'''</div></center>
    <Set Name="Description">
+
|colspan="2"|Sends a message or command to OgreConsole
      <Setting Name="One">Unloads an extension.</Setting>
+
|-
      <Setting Name="Two">Parameter1 = Extensionname. Example: isxogreaion</Setting>
+
|Parameter 1 to 100
    </Set>
+
|Commands and paramters
  </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>
+
      <!-- OgreIRC is specifically coded to allow unlimited parameters (capped at 100 to prevent impossible infinite loop) -->
+
      <!-- Setting Name="One">ogre ircm ${Parameter1} ${Parameter2} ${Parameter3} ${Parameter4} ${Parameter5} ${Parameter6} ${Parameter7} ${Parameter8} ${Parameter9} ${Parameter10} ${Parameter11} ${Parameter12} ${Parameter13} ${Parameter14} ${Parameter15} ${Parameter16} ${Parameter17} ${Parameter18} ${Parameter19} ${Parameter20}</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>
+

Revision as of 09:24, 17 May 2013

Master Control Panel

OgreAion MCP.png

Command List

  • Command for who members
    • all (anyone)
    • fighter (gladiator, templar, fighter (level 1-9) )
    • scout (assassin, ranger, scout (level 1-9) )
    • mage ( sorcerer, spiritmaster, mage (level 1-9) )
    • priest ( cleric, enchanter, priest (level 1-9) )
    • All 12 classes by name. IE: templar
    • Your characters name. Note: Do NOT enter in the server if you are on the fast track server. For example:
      • Kannkor (Works for both standard and fasttrack)
      • Kannkor-TM (DOESN'T work at all, not even on the fast track server!)
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
Example: -targetid all ${Me.Target.ID}
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
Load_Ogre
Loads Ogrebot.
Parameter 1 Command for who?
Example: All
nc_Load_Ogre
Loads Ogrebot.
Parameters N/A
End_Ogre
Loads Ogrebot.
Parameter 1 Command for who?
Example: All
nc_Load_Ext
Loads an extension.
Parameter 1 Extensionname.
Example: isxogreaion
nc_Unload_Ext
Unloads an extension.
Parameter 1 Extensionname.
Example: isxogreaion
Unload_Ext_Who
Unloads an extension for who.
Parameter 1 Command for who?
Example: All
Parameter 2 Extensionname.
Example: isxogreaion
MCP_RawCommand
Sends a message or command to OgreConsole
Parameter 1 to 100 Commands and paramters