Difference between revisions of "RevisionHistory"

From ISXOgre
Jump to: navigation, search
(In development (Coming soon))
(Early development items)
Line 17: Line 17:
  
 
* Development of OgreInventoryManager has started. Click [[OgreOther:InventoryManager|Here]] for more information.
 
* Development of OgreInventoryManager has started. Click [[OgreOther:InventoryManager|Here]] for more information.
 +
* Re-development of OgreIRC
 +
** Generally speaking, it's to allow other people to control your toons, without interfacing through the in-game chat, and doing it via IRC instead.
 +
** Some plans... Allow MCP buttons to be assigned to give IRC commands. IE: campspots etc.
 +
** Current stage: Redevelopment of the basics, converting hardcoded to a xml data file.
  
 
== In development (Coming soon) ==
 
== In development (Coming soon) ==

Revision as of 05:39, 7 March 2012

Revision History



Summary

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

Note: Any Versions with (Coming soon) are updates I am working on and not yet released.

---Change Log---


Early development items

  • Note: These are items I'm working on in the early stages and will NOT be released with the next update.
  • Development of OgreInventoryManager has started. Click Here for more information.
  • Re-development of OgreIRC
    • Generally speaking, it's to allow other people to control your toons, without interfacing through the in-game chat, and doing it via IRC instead.
    • Some plans... Allow MCP buttons to be assigned to give IRC commands. IE: campspots etc.
    • Current stage: Redevelopment of the basics, converting hardcoded to a xml data file.

In development (Coming soon)

  • Changed Files: ZoneResetXML
  • ZoneReset
    • Redid the layout, you should be able to see the zones easier
  • OgreBot
    • Fixed Ragebourne's timer from not disappearing

In Closed Testing

Released Versions

Versions: ISXOgre-2012.03.04, Patch Version-138, OgreBot-15.043, OgreCraft-1.018 (Available from autopatcher) - Kannkor

  • Changed files: ZoneReset, ZoneResetXML
  • OgreBot
    • Cast Raid Debuff on Ragebourne Gregor Haldane
      • Did some tweaks to how priests debuff work
    • AutoTargetWhenHated should now work when your pet has aggro
  • Zone reset
    • If a zone has [Challenge] beside it, it should now reset properly. Exception is Kraytoc, because both are labeled "Kraytoc.." and you can't see a difference.

Versions: ISXOgre-2012.02.27, Patch Version-137, OgreBot-15.042, OgreCraft-1.018 (Available from autopatcher) - Kannkor

  • Changed files: Hireling, HireX, OgreBotUIXML, MCPCommands
  • Changing Heroic HM Idol script...
    • Changed the position to the center and how everyone moves.
    • Recommended to have your tank campspot also.
    • Requires the chat command "Set up for idol"
    • Recommend you use "ogre idol" to handle the targeting.
  • Craft
    • If the bot can't find fuel on the fuel merchant, it will now wait 3 seconds and check again.
    • If the fuel merchant isn't "opened", it will now wait 3 seconds and check again.
  • Hireling
    • Smart wait for rendering of hirelings up to a max of 20 seconds.
  • HireX
    • Added delays after zoning, this should help reduce crashing while zoning (thx SOE), and help to allow rendering (which is nearly moot with the changes to Hireling.. but whatever).
  • OgreBot
    • Class is now acceptable when specifying things (CommandForWho). Example: Defiler will now work if you are a defiler.
    • Started coding for dirge confront fear -- Special thanks to Poulet for the initial code.
    • Dirge Confront Fear
      • Priority order is: Fighters, Priests, anyone else.
      • Within the above categories, it is alpha.
      • For "Confront Fear text to listen for from other dirges: Example: Casting confront fear on" the LAST word must be the toon name, preceeded by a space.
      • Following examples would work:
        • Casting Confront Fear on Kannkor
        • CF for Kannkor
      • Following examples would NOT work.
        • Kannkor here comes your Confront Fear
        • Confront Fear:Kannkor <--- Does not work because of no space.
      • If you revive manually, the bot WILL still ask for a Confront fear, as it can't tell the difference between the revive sicknesses. If you revive via the MCP, it knows it's an uncurable, and it won't ask for a cure.
  • OgreBot UI
    • Started adding UI requesting for dirge confront fear
  • MCPCommands
    • Added Cast..x2 and CastOn..x2
      • Both work exactly the same as Cast... and CastOn.. but accept twice the parameters.

Versions: ISXOgre-2012.02.17, Patch Version-136, OgreBot-15.041, OgreCraft-1.017 (Available from autopatcher) - Kannkor

  • Changed Files: MCPCommands, TSA, ZoneReset, DepotResourceInfo, HireX, Depot
  • Craft
    • Increased the wait before buying fuel. This should help with fuel not available at the merchant.. when it is.
  • MCPCommands
    • Added Assistx2 and Assistx3
    • These work identical to the "Assist" command, except it accepts additional parameters so you can set more than 1 person at a time. In the example below, it sets everyones assist to "SomeoneElse", then sets your priests, and coercer back to "you". This is just one of the examples you can use (and happens to be the specific reason I made the button).
      • Param1: SomeoneElse
      • Param2: All
      • Param3: ${Me.Name}
      • Param4: Priest
      • Param5: ${Me.Name}
      • Param6: Coercer
  • OgreBot
    • BL - Will only try to cast Feral primals if you are in feral stance, same with spiritual.
  • TSA
    • Increased the wait after zoning from 2s to 5s to help shit rendering
  • ZoneReset
    • Exits if no character is logged in instead of crashing the instance
  • DepotResourceInfo
    • Added T8 Cockatrice meat
  • HireX
    • Now only depots if it has items to depot. IE: If you have 10 halls in your rotation, but you depot everything into the first 3, it will no longer continue into the 4th-10th depot for depoting (it will still run hirelings on them all)
    • -n for no loop now works. Keep in mind, the arguments for this script are dumb, but it's been out so long I don't want to change them... it's tier, then args (with no spaces). IE: ogre hirex 9 -d-h-n
  • Depot
    • Added early exit on no more unique items allowed.

Versions: ISXOgre-2012.02.13, Patch Version-135, OgreBot-15.040, OgreCraft-1.016 (Available from autopatcher) - Kannkor

  • Changed files: TSA
  • TSA
    • Only checks the 3 required tables instead of them all.
  • OgreBot
    • Fixed some missing BL stuff (chain+sav) stuff.

Versions: ISXOgre-2012.02.13, Patch Version-134, OgreBot-15.039, OgreCraft-1.016 (Available from autopatcher) - Kannkor

  • Changed files: MCPCommands
  • MCPCommands
    • Added "Target___"
      • Accepts 2 parameters
        • Parameter 1: For who. Accepts all the standard ones. Toon names, classes, archetypes, G# etc
        • Parameter 2: Search string. IE: Add_Named_01
      • If the search string is found, dynamic assist is turned on with the current toons name (thus, turning off assist). You can turn off this dyanmic assist by using "off" with Assist/AssistUI. (IE: AssistUI --> Kannkor -> off)
  • OgreBot
    • Dyanmic assist now accepts "off" as a assist target, which instead turns off dynamic assist.

Versions: ISXOgre-2012.02.13, Patch Version-133, OgreBot-15.038, OgreCraft-1.016 (Available from autopatcher) - Kannkor

  • Changed Files: TSA, Spell Export, OgreUIXML
  • TSA
    • Supports having the item pre-made
    • Now uses appentices having the EXACT same name as your toon. This way you can have Kannkor and KannkorAwesome as toon names.
    • Makes Quality level 1 item, and resets quality level back to max (4) when it's done.
  • SpellExport
    • Many changes for Beastlords
  • OgreUIXML
    • Moved some BL stuff around.
    • Added Savagery levels to the CA tab. I know the slider isn't "resetting" properly, I don't have a work around for it yet... so deal with it :) (Using it works fine, it simply doesn't reset when you click another CA like the text box beside it does).
  • OgreBot
    • Broke Heroic HM Idol script...
    • Added some code to help keep mercs fighting. (Thanks Noob536).
    • BL primals can now be cast directly off the CA/Named CA tabs. Note: You NEED TO RUN A NEW SPELL EXPORT FIRST
    • primals require level 1 or higher of savagery to cast for now. May look for a better fix in the future.
    • Technically any ability can be marked to only cast at a savagery level.
    • If you want to specify a required Savagery level for a chain tab you can do that also by setting the Sav level on the "Chain#Tab" entry in the CA tab.
    • Stealth primal abilities now work
      • HOWEVER - I do not have a method of seeing if you have actually selected the stealth ability on the beastlord ability window selector thing. This falls onto YOU the user to determine. Simply put, if you tell the bot to cast a stealth ability, but not give YOU the ability to cast it, the bot will get stuck.
    • Added Diminsional storage option to Conj/Necro specific tab. You must have Dimionsional storage active, be incombat with a valid target, and not have a pet.
    • Diminsional storage will only cast if you have a pet up.
    • You can now [ID] group abilities on the CA tab and it will force them to be recast (IE: BL group buffs) if you so desire. This should have no change at all to any abilities, unless you have a group AE (beneficial) ability with ID checked.
    • Conj - Planeshift won't cast while Soulburn is active.
    • Conj - Soulburn will cancel planeshift to cast.
    • BL primals can now be used in beneficial areas (priority/power heals).

Versions: ISXOgre-2012.02.05, Patch Version-132, OgreBot-15.037, OgreCraft-1.016 (Available from autopatcher) - Kannkor

  • Changed files: LoadOgreMCP, MCPCommands, TSA
  • LoadOgreMCP
    • The entire left row now does frame changing. This means button 5 and 6 (and more if you increased the size of it to produce more buttons) will now also be blank frames of buttons. If you had something in those buttons, it is lost.
    • Added code to allow for Portal to GH
  • MCPCommands
    • Added "Portal to GH" - With the addition of TSAM, people always end up in a house, so added this button that will click "Portal to Guild Hall" item in your house.
  • TSA
    • Increased delay between hailing and choosing an option, should help for not turning in quests.
  • OgreBot
    • Added to "Setup" tab
      • Targets for Smart AEs - # of targets that "Smart AE Nukes" will use. Default previously was 0. Any value equal or less than 0, will be read as 2 (thus having it blank upon release, will still use 2). If you do a typo, such as "3asdf", which isn't a number, it will use 2.
      • Targets for Smart Encounters - # of targets for Smart Encounter nukes. Everything above applies to this also.
    • Fixed a rare bug with priority tab cure curses in the follow specific scenario.
      • You moved the "Cure Curse" entry in the priority tab (be up or down in the list), then used the uplink to disable Cure Curse, it would disable the ability in the Cure Curse original location. (Thus, not turning off Cure Curse at all, but disabling some other random ability). If you loaded a profile (including saved then loaded, or restarted the bot) this bug didn't exist, it was only when it was moved, followed by an immediate change in the uplink. Fixed either way!

Versions: ISXOgre-2012.01.14, Patch Version-131, OgreBot-15.036, OgreCraft-1.016 (Available from autopatcher) - Kannkor

  • Changed files: Hireling, TSapp/Manager
  • Hireling
    • Added Face
  • TSAppManager
    • Fixed not being able to load from login scene.
  • TSApp
    • Checks for tables before loading craft.
  • OgreBot
    • Disabling (blacking out) items in the ChainTab now really disables them.

Versions: ISXOgre-2012.01.11, Patch Version-130, OgreBot-15.035, OgreCraft-1.015 (Available from autopatcher) - Kannkor

  • Changed files: TSApprentice
    • Uses real craft now

Versions: ISXOgre-2012.01.11, Patch Version-129, OgreBot-15.035, OgreCraft-1.015 (Available from autopatcher) - Kannkor

  • Changed files: TSApprentice, TSAManager
    • Added Lavastorm Winter Retreat as a last resort to get to your house.
    • Fixed a crash when it errored out.
    • Fixed a typo with being too far away from the apprentice
    • Removed the requirement to have a target to nav

Versions: ISXOgre-2012.01.11, Patch Version-128, OgreBot-15.035, OgreCraft-1.015 (Available from autopatcher) - Kannkor

  • Changed files: ReactionArts.xml, HireX, HireXResourceDepot
  • ISXOgre
    • Added: ogre end hirex
      • so it actually closes hirex.
    • Added: ogre tsapp (script isn't completed yet)
      • Loads the Ogre Tradeskill apprentice script
    • Added: ogre end tsapp
      • Ends...
    • Added: ogre lm | list | listmanager
      • Loads the List Manager (in development for some things.. to come later)
    • Added: ogre end lm | list | listmanager
      • Ends...
  • List Manager
  • TSApp (OgreTradeskillApprentice)
  • TSAM ( OgreTradeskillApprenticeManager)
  • ReactionArts
    • Added a missing reaction.
  • Craft
    • Fixed "Liquid" not working for primary components.
    • Added a "timeout" to crafting. There has been a few very, very rare occurances where you could cause craft to freeze. Going to take more time to find out exactly what is happening. For now, there is a 10second timeout. Crafting rounds happen every 4 second, so you would need to have a full 10 second+ lag spike before this would effect you.
    • Now supports parsing apprentice scripts (for OgreTradeSkillApprentice script)
  • Craft API (Accessed via OgreCraft TLO). Like always, these are meant for advanced scripters (or more realistically, for me to use in other scripts).
    • member:bool QueueUpdated()
      • Returns TRUE if the queue is up to date. FALSE if it's in the process of updating the queue.
    • member:bool MissingResources()
      • Returns TRUE if you are missing resources.
      • Note: While the queue is being updated, this will bounce between TRUE and FALSE depending on what is happening. This shouldn't be used while QueueUpdated is FALSE.
    • member:int RecipesInQueue()
      • Returns the total number of recipes in the queue.
      • This shouldn't be used while QueueUpdated is FALSE.
    • method DumpMissingResources(string VarToDump)
      • Requires a global variable name with type collection:string to be passed.
      • Clears the variable ( :Clear )
      • Then sets Resource/Fuel Name as the key, and the missing amount as the value.
      • This shouldn't be used while QueueUpdated is FALSE.
    • method DumpRecipeIDList(string VarToDump)
      • Requires a global variable name with type collection:string/int/int64 to be passed.
      • Clears the variable ( :Clear )
      • Then sets RecipeID as the key, and the quantity as the value.
      • This shouldn't be used while QueueUpdated is FALSE.
  • HireX
    • For real this time, fixed the /camp to /camp login.
  • HireXDepot
    • Added "rough" to lumbered ebony.

Versions: ISXOgre-2012.01.01, Patch Version-127, OgreBot-15.034, OgreCraft-1.014 (Available from autopatcher) - Kannkor

  • Version change to confirm people are patching from the new system.

Versions: ISXOgre-2012.01.01, Patch Version-126, OgreBot-15.034, OgreCraft-1.014 (Available from autopatcher) - Kannkor

  • Changes users to the new auth/patching system.



Old Revisions

Version 15 Patches 120-129 2011.11.14 - 2012.01.11

Version 15 Patches 110-119: 2011.10.25 - 2011.11.09

Version 15 Patches 100-109: 2011.09.29 - 2011.10.17

Version 15 Patches 90-99: 2011.08.16 - 2011.09.29

Version 15 Patches 77-89: 2011.07.28 - 2011.08.14

Version 14: 2010.08.17 - 2011.07.03

Version 13

Version 12

Version 11

Version 10