Revision History for ISXBJEQ

From BJ Scripts Wiki
Jump to: navigation, search

Revision History

Summary
Any time there are updates, they will be posted below with what changed, and if any new files were updated.

Early Development Items

  • Note: These are items on my task list, but will NOT be released with the next update.



In Development Items

In Open Testing (BJ Test Server)

Not Available Yet... Hold Yer Horses!
PowerLevelerAssistant-2014.10.21,Version 0.001 BETA

  • Added a new atom that can be access via command line or OgreBot MCP.
    • Atom: a_PLA_ReverseDS
    • It takes one parameter, the current target's ID.
    • To add it to your MCP, copy and paste the below into your \EQ1OgreBot\OgreBot\MCP\MCPCommandsCustom.xml file.
        <Set Name="PLA_ReverseDS">
		<Set Name="Code">
			<Setting Name="One">relay all a_PLA_ReverseDS ${EQTarget.ID}</Setting>
		</Set>
		<Set Name="Description">
			<Setting Name="One">Tells the Out of Group healer to reverse damage shield your target.</Setting>
		</Set>
	</Set>

Available to be Patched

ISXBJEQ - 2014.10.22, Patch # 1 BETA

PowerLevelerAssistant-2014.10.21,Version 0.001 BETA

  • Script Purpose: To aid in power leveling new characters.
  • Out of Group Healer (OOG): Will heal a group without being inside of it by looping through a user defined list.
    • 1. Select the Player Character (PC). This list is populated from PCs that are within 100m.
    • 2. Select a heal spell to use. This list is populated from the the Ogre Ability Export.
    • 3. Set a health percentage. If the PC's health is less than this value, the PLA will cast the assigned heal.

OgreBot CustomMCPCommands - Inviter

  • Will invite group members in a specific order.
  • Copy and paste the below into your \EQ1OgreBot\OgreBot\MCP\MCPCommandsCustom.xml file.
	<Set Name="Inviter">
		<Set Name="Code">
			<Setting Name="One">runscript EQ1BJCommon/Support_Scripts/Inviter/Inviter ${Parameter1} ${Parameter2} ${Parameter3} ${Parameter4} ${Parameter5}</Setting>
		</Set>
		<Set Name="Description">
			<Setting Name="One">Invites characters!</Setting>
		</Set>
	</Set>
  • Reload the mcp and you will now see a new command called Inviter.

In Closed Testing (BJ Dev Server)

Not Available Yet... Hold Yer Horses!

Available to be Patched

Released Versions

Archived Patches

Archived ISXBJEQ Revision History