v1.0.0-nolib

Details

  • Filename
    Mounted-cata-v1.0.0-nolib.zip
  • Uploaded by
  • Uploaded
    Sep 5, 2010
  • Size
    16.16 KB
  • Downloads
    15
  • MD5
    53ebcf9dfbb951b87638c0baac4f51bf

Supported WoW Retail Versions

  • 3.0.9

Changelog

tag v1.0.0
64c9d91df9cba274c810d3564f3648e548b1910d
yssaril <Benjamin Schnabel@.(none)>
2008-10-13 22:07:35 -0500

Tagging as 1.0.0 release

--------------------

yssaril:
    - readded the macro lenght validator (it will parse it 10 times if they all return under 255 chars will will accept the macro)
    - added deDE thanks [SW]Dodge
    still need Special locations localized so that the ground flight macros work properly in northrend
    - fixed locales
    - added Shaman Ghost Wolf form support
    The Combat Macro editor is now the first thing you see since this will be the most edited)
    - fixed prioritys not saving between sessions
    fixed druid mounts not showing up under priorities
    - fix macro tooltips
    - made 100% sure that macros will not be changed during combat
    - made 100% sure that macros will not be changed during combat
    - redid the combat macro it now works like the other macros
    added macro tag <s#> this will get replaced with the spell name of spellid # (so replace # with the spellid)
    changed the default combat macro (you really need to try it)
    added one combat macro per class so you can look at the tag syntax
    added a preview checkbox to the options this will parse the current macro so you can have a preview of what it may look like
    while in preview the macro textbox is locked to prevent losing the tags
    - options should be intuitive again (still need to rework the combat macro)
    - streamlined the default macro combining a bit
    options should be fully functional again still need to move things around to make it more intuitive
    - fixed combat macro
    changed macro.lua layout to me more discriptive no escape codes in the strings but using [[...]] instead
    stage1 converting options to new sv is done
    - added AceDB to for SV managment
    split out Options into its own file (not yet updated to the new SV format)
    default macros split into its own file this way its easy to add more default macros
    default macros can be assigned globaly or by class in the Macros file
    if the class macro has the same name as the global one it will overwrite the global one (see druid dismount macros)
    - took out a debug statement
    drycode added a slashcomand
    /mounted or /mnt will open the main mounted config will go to it if the blizzard config is already open or will close the config if already on the mounted page
    - redid the options to be more intuitive
    - the various mount macros are compleatly customizable use these available tags to replace them with the corrosponding random mount category
    Macro tags are:
    <ff> == Random Flying Mount (fastest speed increase)
    <f310> == Random Flying Mount (310% speed increase)
    <f280> == Random Flying Mount (280% speed increase)
    <f60> == Random Flying Mount (60% speed increase)
    <fs> == Random Flying Mount (scaling speed increase)
    <gf> == Random Ground Mount (fastest speed increase)
    <g100> == Random Ground Mount (100% speed increase)
    <g60> == Random Ground Mount (60% speed increase)
    <g0> == Random Ground Mount (0% speed increase)
    <gaq> == Random Ahn'Qiraj Mount
    - created a macro parser for my my next idea muahahahahaha
    now use spellname not mountname for mounts should fix issues with other languages
    - moved some code around and added a getrandom mount function this way i can make the macro system a bit more flexible down the road
    dismount when mounted is now an option (disabled by default)
    - fixed druid form priority
    finished the priority options so should be fully implemented
    added Wintergrasp to the nofly zone
    when mounted clicking the macro will dismount
    - spread localizations into their own files using AceLocale
    - update toc
    - redid the options
    started implementing a mount priority system
    priority system should work but the options have not been properly labeled and empty tables are also created
    - added Paladin Mounts
    - Druid travel and flight forms should be fully implemented
    - toc update
    - support for druid forms added (travel, flight and swift flight) needs testing
    combat macro should be validated correctly now length should be less then 256 not bigger than 255 :P
    - support for druid forms added (travel, flight and swift flight) needs testing
    combat macro should be validated correctly now length should be less then 256 not bigger than 255 :P
    - toc updated
    - added error message if mount not found in DB so people will tell me :)
    macro will change correctly in Dalaran (most of it is a nofly zone but you can take of in Krasus' Landing and The Underbelly)
    - update toc
    - will now use bugmounts in AQ
    will switch to Attack macro when you can not mount (when you are inside)
    - initial commit