Difference between revisions of "RevisionHistory:Patch Notes 20-29"

From ISXOgre\Aion
Jump to: navigation, search
(Created page with "===Patch Version-20 ''(Current)''=== '''Versions: ISXOgreAion-2013.05.24, Patch Version-20, OgreBot-1.0017 (Available from autopatcher)''' - Kannkor * If you encounter an empt...")
 
(Patch Version-22 (Current))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
===Patch Version-23 ''(Current)''===
 +
'''Versions: ISXOgreAion-2013.06.18, Patch Version-23, OgreBot-1.0020 (Available from autopatcher)''' - Kannkor
 +
* Combat tab no longer fires while on a transport device, such as an elevator.
 +
* Recoded 'Heals' to support Aliases.
 +
* Bot will no longer try to summon a pet while flying.. since you can't.
 +
* Fixed 'NoMove' to really do a hold up also this time.. for real.
 +
* New tab: Alias
 +
** You can add aliases. This makes changing out players/sharing profiles much easier.
 +
** Anything with @__ is a hardcoded alias. For example:
 +
*** @Me - Will always be "YOU". It doesn't have to be defined anywhere.
 +
*** @Group - Means scan the entire group, each individual person. (This is equal to putting in 6 entries, one with each of their names).
 +
** A user defined alias (one that you make up) will appear with a * in front of it. For example:
 +
*** Adding: Tank for Kannkor will show as:
 +
**** *Tank - Kannkor
 +
** This will help keep the combo boxes sorted. You will have all hardcoded aliases, then all user defined aliases, then actual player names.
 +
* Combat tab
 +
** Any ability that requires a PC target, and is NOT self only (IE: can be cast on anyone) will have a combo box to select who to cast it on. If nothing is selected, will default to @Group (same as what currently happens). However for ease of reading it later, I recommend you specify your target (even if it's @Group).
 +
** Added code to handle this Target in Heals, Res, Buffs, and MPHeals.
 +
* AutoTargetWhenHated is now disabled when you have assist checked, and they are alive.
 +
* Assist no longer happens while you're dead.. creating loop of assisting then targeting yourself because you are dead.
 +
* Autohunt
 +
** Will now only pull mobs within 1m height of you.
 +
** When autohunt finds a mob, it disables autohunt movement.
 +
 +
===Patch Version-22===
 +
'''Versions: ISXOgreAion-2013.05.28, Patch Version-22, OgreBot-1.0019 (Available from autopatcher)''' - Kannkor
 +
* Fixed a pet ability spamming issue.
 +
 +
===Patch Version-21 ===
 +
'''Versions: ISXOgreAion-2013.05.28, Patch Version-21, OgreBot-1.0018 (Available from autopatcher)''' - Kannkor
 +
* Changed up how some of the buttons work. More details to follow.. (This fixes Autohunt being used in Execute)
 +
* QueuedCommands now run while paused. IE: When you use MCP -Cast Return, they will do it immediately, instead of waiting for you to resume.
 +
* Stumble abilities are now flagged as counters.
 +
* Added more abilities to the in-combat list (via generic filtering).
 +
* Added 'accept res' to Popup tab. Auto-accepts a res.
 +
* Fixed an onload with accept magical portal thingy.
 +
* Combat tab won't attempt to cast anything while dead.
 +
* When you die, you will target yourself. This should help with ressing with a target and trying to immediately attack
 +
* Added -Revive <ForWho> <ButtonName/ID>
 +
** When you are dead, and you want to revive (this is NOT when you get a res).
 +
** ButtonName/ID. I highly recommend you use a button name. Using an ID can result in 'odd' things happening if people have different options.
 +
** ID Example:
 +
*** -Revive all 1
 +
**** Would press the first button on everyone.
 +
** ButtonName example:
 +
*** -Revive all Respawn
 +
**** Would press the button with the name "Respawn" on everyone (regardless if it's the first, or second button).
 +
* Added MCP option -revive that accepts 2 parameters (see above.. obviously).
 +
* Added -NoMove <ForWho>
 +
** This temporarily disables [x] Max Approach distance. To remove the -nomove flag, use -letsgo
 +
** Example: -NoMove all
 +
* Updated -LetsGo to remove -NoMove flag
 +
* Added Pet summoning support. This means you will only summon a pet if you do not have one.
 +
* Added more pet support. Abilities that require a pet should no longer try to cast if you don't have a pet.
 +
* Pet buffs should work also.
 
===Patch Version-20 ''(Current)''===
 
===Patch Version-20 ''(Current)''===
 
'''Versions: ISXOgreAion-2013.05.24, Patch Version-20, OgreBot-1.0017 (Available from autopatcher)''' - Kannkor
 
'''Versions: ISXOgreAion-2013.05.24, Patch Version-20, OgreBot-1.0017 (Available from autopatcher)''' - Kannkor

Latest revision as of 15:10, 20 June 2013

Patch Version-23 (Current)

Versions: ISXOgreAion-2013.06.18, Patch Version-23, OgreBot-1.0020 (Available from autopatcher) - Kannkor

  • Combat tab no longer fires while on a transport device, such as an elevator.
  • Recoded 'Heals' to support Aliases.
  • Bot will no longer try to summon a pet while flying.. since you can't.
  • Fixed 'NoMove' to really do a hold up also this time.. for real.
  • New tab: Alias
    • You can add aliases. This makes changing out players/sharing profiles much easier.
    • Anything with @__ is a hardcoded alias. For example:
      • @Me - Will always be "YOU". It doesn't have to be defined anywhere.
      • @Group - Means scan the entire group, each individual person. (This is equal to putting in 6 entries, one with each of their names).
    • A user defined alias (one that you make up) will appear with a * in front of it. For example:
      • Adding: Tank for Kannkor will show as:
        • *Tank - Kannkor
    • This will help keep the combo boxes sorted. You will have all hardcoded aliases, then all user defined aliases, then actual player names.
  • Combat tab
    • Any ability that requires a PC target, and is NOT self only (IE: can be cast on anyone) will have a combo box to select who to cast it on. If nothing is selected, will default to @Group (same as what currently happens). However for ease of reading it later, I recommend you specify your target (even if it's @Group).
    • Added code to handle this Target in Heals, Res, Buffs, and MPHeals.
  • AutoTargetWhenHated is now disabled when you have assist checked, and they are alive.
  • Assist no longer happens while you're dead.. creating loop of assisting then targeting yourself because you are dead.
  • Autohunt
    • Will now only pull mobs within 1m height of you.
    • When autohunt finds a mob, it disables autohunt movement.

Patch Version-22

Versions: ISXOgreAion-2013.05.28, Patch Version-22, OgreBot-1.0019 (Available from autopatcher) - Kannkor

  • Fixed a pet ability spamming issue.

Patch Version-21

Versions: ISXOgreAion-2013.05.28, Patch Version-21, OgreBot-1.0018 (Available from autopatcher) - Kannkor

  • Changed up how some of the buttons work. More details to follow.. (This fixes Autohunt being used in Execute)
  • QueuedCommands now run while paused. IE: When you use MCP -Cast Return, they will do it immediately, instead of waiting for you to resume.
  • Stumble abilities are now flagged as counters.
  • Added more abilities to the in-combat list (via generic filtering).
  • Added 'accept res' to Popup tab. Auto-accepts a res.
  • Fixed an onload with accept magical portal thingy.
  • Combat tab won't attempt to cast anything while dead.
  • When you die, you will target yourself. This should help with ressing with a target and trying to immediately attack
  • Added -Revive <ForWho> <ButtonName/ID>
    • When you are dead, and you want to revive (this is NOT when you get a res).
    • ButtonName/ID. I highly recommend you use a button name. Using an ID can result in 'odd' things happening if people have different options.
    • ID Example:
      • -Revive all 1
        • Would press the first button on everyone.
    • ButtonName example:
      • -Revive all Respawn
        • Would press the button with the name "Respawn" on everyone (regardless if it's the first, or second button).
  • Added MCP option -revive that accepts 2 parameters (see above.. obviously).
  • Added -NoMove <ForWho>
    • This temporarily disables [x] Max Approach distance. To remove the -nomove flag, use -letsgo
    • Example: -NoMove all
  • Updated -LetsGo to remove -NoMove flag
  • Added Pet summoning support. This means you will only summon a pet if you do not have one.
  • Added more pet support. Abilities that require a pet should no longer try to cast if you don't have a pet.
  • Pet buffs should work also.

Patch Version-20 (Current)

Versions: ISXOgreAion-2013.05.24, Patch Version-20, OgreBot-1.0017 (Available from autopatcher) - Kannkor

  • If you encounter an empty loot window, the bot will close it down.
  • If you get "You are carrying too many items." bot will hit ESC (an effort to close down the window).
  • Buffing will no longer happen when you have a conversation window open.
  • Buffing will no longer happen if you are moving.
  • Abilities with a duration of 5 minutes or less are now classified as 'combat' abilities only, and will only be used while you are in combat.
  • DP abilities are now supported (Checks if you have enough DP).
  • Buffs that require DP to cast are now classified as Incombat only.
  • MCP
    • Added -execute <ForWho> <CommandToExecute>
      • Dataparses and executes the Command passed. (Can be used for anything global, however the intent of this is to toggle checkboxes)
      • CommandToExecute - In regards to changing UI options you must do the following:
        • Each 'tab' in the bot, has it's own file. For example: Anything on the 'Settings' tab is inside of Settings.xml. Open this file.
        • Find the option you want to change. For example, lets enable (or disable) Assist/Follow.
        • In this case, we are wanting to change a checkbox: <checkbox name="assistnameenabled">
        • We are going to mimic it being clicked. Inside of the <OnLeftClick> you will see this code: OA.Settings.Config:AssistNameEnabled[${This.Checked}, TRUE]
        • We will never use the last parameter. (This just determines if the results is being read from the UI, or from code. In this case, it's being read from code).
        • The second parameter is the value we want. 'TRUE' for checked, and 'FALSE' for unchecked.
        • Therefore, our MCP button would look like this: This turns OFF Assist name.
          • Select Command: Execute
          • Parameter1: All
          • Parameter2: OA.Settings.Config:AssistNameEnabled[FALSE]
        • If you wanted to check it, parameter2 would be changed to TRUE.
          • Parameter2: OA.Settings.Config:AssistNameEnabled[TRUE]
        • Worth noting: TRUE and FALSE are case sensitive. This means 'true' and 'false' will give you unexpected results. You need to use 'TRUE' and 'FALSE'.
  • Accepting invites/trades are now based off the auth list instead of the follow/assist box.
  • Popup tab
    • Added accept sorc port -- "Do you want to travel using the magical passage?"
  • If you get "You cannot have this item as you already have the limited possession item" you will close the loot window.
  • Temporary pet support - If you get the message: You can only use that when you have a spirit. you will do the following:
    • If grouped: Cast wind spirit.
    • If solo: Cast Fire spirit.
  • Abilities that take HP are now checked to ensure you have enough HP. (I know will have to do something with this later.. cause you probably wouldn't want to take yourself to 1 HP).
  • Pet heals will no longer check if it should cast them on players.
  • For now, all pet abilities will only have VERY basic checks. IE: Is it available and not on cool down, since no way of seeing your pet information yet.
  • Classified more abilities as 'Attacks' that were previously marked as 'Unknown'
  • Corrected -Cast to requiring the base name. IE: Kick (correct) and Kick II (Incorrect). Previously, it was the reverse by accident.