Difference between revisions of "ISXOgre:MethodsAndMembers"

From ISXOgre
Jump to: navigation, search
(OgreBot Parameter information)
(OgreBot functions available for call)
Line 28: Line 28:
 
* a_OgreBotChangeCampSpot - Takes 3 parameters, x, y, z. Currently there are no "checks" in place, so it will change an existing campspot to whatever location you pass it.  
 
* a_OgreBotChangeCampSpot - Takes 3 parameters, x, y, z. Currently there are no "checks" in place, so it will change an existing campspot to whatever location you pass it.  
 
**Example of usage: a_OgreBotChangeCampSpot 0 -24 300
 
**Example of usage: a_OgreBotChangeCampSpot 0 -24 300
 +
 +
* ogrebotatom <parameters>
 +
** Allows for relays to only be executed if ogrebot is running. Examples to come..
  
 
== OgreBot Parameter information ==
 
== OgreBot Parameter information ==

Revision as of 19:40, 29 November 2011

ISXOgre Methods and Members

Note: This page is for scripters/people who plan to edit various files via code.


Members

  • bool IsReady - returns if the extension is loaded and ready to be used.
  • string Version - returns the string version information about the extension

Methods

  • Patch - Runs the ISXOgre patcher to update files. This is generally used when you have the NoPatch option set to true.
  • Repatch - Runs the patcher with the current version - 1. Example: If you are on Patch 20, doing a Repatch would patch as if you were on Patch 19, and repatch all files patched with Patch 20.
  • Repatch[#] - Runs the patcher specifying to patch from the #. Example: If you are on Patch 20, doing a Repatch[5] will repatch all files from Patch 5 to the latest (20 in this example).
    • Doing a Repatch[0] will re-download every single file. This is useful if you completely broke something.

OgreBot functions available for call


  • CastFromUplink(string CommandForWho, string AbilityName)
    • NOTE AbilityName MUST BE THE BASE NAME.
      • Examples of CORRECT AbilityName's: Kick, Punch, Channel
      • Examples of INCORRECT AbilityName's: Kick III, Punch VI, Channel II
    • Example of usage: relay all "Script[\${OgreBotScriptName}]:QueueCommand[Call CastFromUplink All Sanctuary]"
    • Note: Abilities with spaces need to be escaped.
      • Example: relay all "Script[\${OgreBotScriptName}]:QueueCommand[Call CastFromUplink All \"Divine Recovery\"]"
  • CastFromUplinkOnPlayer(string CommandForWho, string AbilityName, string ToonName).
    • Follows the same rules as CastFromUplink, but takes the 3rd parameter for who to cast the ability on.
  • a_OgreBotChangeCampSpot - Takes 3 parameters, x, y, z. Currently there are no "checks" in place, so it will change an existing campspot to whatever location you pass it.
    • Example of usage: a_OgreBotChangeCampSpot 0 -24 300
  • ogrebotatom <parameters>
    • Allows for relays to only be executed if ogrebot is running. Examples to come..

OgreBot Parameter information


  • CommandForWho options
    • all - Everyone
    • Mage/Mages - Archetype of Mage
    • Melee - Archetype of Fighter or scout
    • Healer/Healers - Archetype of priest
    • Caster/Casters - Archetype of priest or mage
    • G# - If you are in a raid, only effects people in that group. G2 = Group 2.
    • Class/Subclass/Archetype - All 40 of them work. Examples:
      • Coercer - Would activate for a Coercer only.
      • Enchanter - Would activate for Illuisionist or Coercers only.
      • Mage - Would activate for any mage.
    • Toonname - Specific toonnames