RevisionHistory:Version15Patch120-129

From ISXOgre
Jump to: navigation, search

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.

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

  • Changed files: InventoryManager
  • IM (Inventory Manager)
    • Fixed a HUGE bug that would mess up trading more than 12 items most of the time. Should be resolved now!
  • OgreBot
    • Fixed error: BLAdvantage - Ability ID of AbilityIDName (Catalyst) not matching AbilityID (4006787564)
      • Not sure it was actually affecting anything, but the error is fixed either way.
  • OgreCraft
    • Added some debugging into CraftLite to help try to find a rare issue where craft seems to "stop" doing reactions.
    • Added a small delay when OC scribes books for writs (such as Danak, Bathezid, Rillis writs).
    • Added support for Danak writs
    • Added to OgreCraft api
      • member:bool Paused()
        • returns TRUE only when the bot is sitting in the pause idle routine (meaning it's between crafting items). The only way for it to get to that state, is if the pause checkbox is ticked.
    • Fixed a bug, where the bot would re-buy level 80-89 recipe books when you hit level 90.

Versions: ISXOgre-2011.12.22, Patch Version-124, OgreBot-15.033, OgreCraft-1.013 (Available from autopatcher) - Kannkor

  • OgreBot/OgreCraft
    • Added support for ProfitUI users that don't have the updated quest window.

Versions: ISXOgre-2011.12.20, Patch Version-123, OgreBot-15.032, OgreCraft-1.012 (Available from autopatcher) - Kannkor

  • Changed files: Customwrits, OgreDepot
  • CustomWrits
    • Added: <Setting Name="a Teak Long Bow">Teak Longbow</Setting>
  • OgreBot
    • Beastlord primals should now do an IsReady check, thus allowing the use of "0" (so it'll wait until it has 50).
    • Ogrebot will now "study" the vampire incisors
    • Accepts quests again
  • OgreCraft
    • Accepts quests again
    • LowLevelLeveling should now buy the level 10 recipe book
    • If you are level 20, the bot will buy the level 20 book if you don't have it.
      • Note: In the above 2 situations, if you restart the bot while being level 10 or 20, it is possible for you to buy a second recipe book that you can't scribe. This seems to be a better solution than the bot not buying them for now.
    • Any time the bot buys recipes, at the end it will check to see if it can scribe them (so it'll scribe the level 10/20 books)
  • OgreDepot
    • Added better support for depot names so they don't interfere with player names.
    • Added support for Personal Depots in houses
    • Added quick exit if no depot exists.
    • [REMOVED] OgreDepot has been working out, and can now perform it's depositing at 3 times the speed.
    • OgreDepot was found using illegal performance enhancing drugs. After a long rehabitation, he's drug free and able to perform depositing at 2 times the speed. (It was going too fast and messing up which was full and which was not full).

Versions: ISXOgre-2011.12.12, Patch Version-122, OgreBot-15.031, OgreCraft-1.011 (Available from autopatcher) - Kannkor

  • Changed files: SpellExport, OgreBotUI
  • SpellExport
    • Added some specifics to Beastlords, labeling advantages.
  • OgreBot
    • Tweaked a few class checks to be more efficient (BL, Troub, Dirge).
    • Added support for Advantages in the CA tab.
    • Added "primals" to the beastlord tab

Versions: ISXOgre-2011.12.12, Patch Version-121, OgreBot-15.030, OgreCraft-1.011 (Available from autopatcher) - Kannkor

  • Changed files: CustomWrits, SpellExport, EQ2OgreDepot
  • EQ2OgreDepot
    • Fixed the depot.. Since SOE thought they should change the name of it.
  • SpellExport
    • Confront Fear is now forced to be a raid usable ability.
  • ISXOgre
    • Added a much better error message when you try to load OgreCraft without a OC subscription (instead of the character not found default message).
  • OgreBot
    • If someone casts CoV on you from your auth list, you will automatically accept it.
    • New chat command added: "follow me"
      • "follow me" and commandForWho follow me
        • With no prefix ( follow me ) in raid/group/tell, makes everyone Ogre Follow you at default length.
        • With a prefix, it uses the prefix as a check for CommandForWho. Examples:
          • mages follow me -- Makes mages follow you.
          • G1 follow me - Group 1 follows you (in a raid situation)
  • OgreCraft
    • Should now scribe "Outfitters" recipes.
  • CustomWrits
    • Added Alchy level 80 - Essence of Mutilate == Mutilate VI (no essence of)

Versions: ISXOgre-2011.11.14, Patch Version-120, OgreBot-15.029, OgreCraft-1.010 (Available from autopatcher) - Kannkor

  • Changed files: EQ2OgreDepotResourceInfor.XML, MCPCommands, ReactionArts, ReactionSkills
  • OgreBot
    • If you have Dungeon finder checked, and someone on your auth list changes loot options, you will say yes now.
    • Added: UseItemFromUplink
    • Added: UseItemFromUplinkOnPlayer
    • CastOn now supports the use of Aliases.
      • Same as CastFromUplink, but works with items. First parameter is CommandForWho and second is item name.
  • OgreCraft
    • Did a bit of an overhaul on how the bot handles reactions. Shouldn't really notice anything.
    • Increased writ time out from 5 seconds to 10 seconds. This won't affect low latency, as it skips the wait once crafting has begun. It should help for high latency users.
    • Increased the wait period to hit reactions. Note: Under extreme lag you WILL have issues no matter what, because if it takes you 2 seconds to cast the reaction, over time, your reactions will be on cool down when you need them. With low latency, this can never happen.
    • Tried adding a refresh of the recipe list in after creating an item. This may help with recipes disappearing and new recipes not showing.
    • Added support for Rillis Writs
      • While doing these, I had to completely update some of the XML files (for geomancy and geocraft). Either those aren't used in normal crafting, or these are backwards, and I just broke normal crafting that uses them. So if you start seeing 90% failures on reactions let me know :)
      • Currently uses the same writcount as for Bathezid faction.. If this is an issue let me know with what class.
    • Added support for Narcoleptic Sweet-Talk
  • EQ2OgreDepotResourceInfor.XML
    • Added Roper sinew
    • Changed many of the imbues to raws instead of rares (things like glowing material, sparkling material etc).
  • MCPCommands
    • Added: UseItemFromUplink
    • Added: UseItemFromUplinkOnPlayer. This will target the person, then use the item.