RevisionHistory:Patch126-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.