0.0.16b

Details

  • Filename
    Mounted-0.0.16b.zip
  • Uploaded by
  • Uploaded
    Oct 11, 2008
  • Size
    95.28 KB
  • Downloads
    32
  • MD5
    65dc688715cb31e9999c553a98077f34

Supported WoW Retail Versions

  • 3.0.2

Changelog

commit 81de0d3a470bad2c4ebc36c0da2ba88305bd3b3e
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 11 18:12:30 2008 -0500

    fix macro tooltips

commit d5e93c60ef01fcc6d8322739d27bc421452dcf19
Merge: 75b0cb5... ba2b7c9...
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 11 01:17:22 2008 -0500

    Merge branch 'master' of [email protected]:wow/mounted/mainline

commit 75b0cb586bb4c04d65f88a04e39c98a707e7073d
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Thu Oct 9 22:39:06 2008 -0500

    made 100% sure that macros will not be changed during combat

commit ba2b7c9aeb84a62b210a095bd57d8c640d5b7c72
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Thu Oct 9 18:53:10 2008 -0500

    made 100% sure that macros will not be changed during combat

commit b087f4f9c3ec95b34040ffbc2e289102e8c0b805
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Thu Oct 9 15:49:43 2008 -0500

    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

commit fd2c5e910f63c301847a927da4dc718d9b6d6802
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Thu Oct 9 13:11:48 2008 -0500

    options should be intuitive again (still need to rework the combat macro)

commit e4898240cc8059b0719b65746d658427bb4fdfbe
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Thu Oct 9 12:00:47 2008 -0500

    streamlined the default macro combining a bit
    options should be fully functional again still need to move things around to make it more intuitive

commit b407ef87dab2a79a544e79593de41a7f2ad28516
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Wed Oct 8 23:57:47 2008 -0500

    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

commit 1dc786e31cb91699ba2597d7731c3347f92e890f
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Wed Oct 8 22:07:41 2008 -0500

    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)

commit 5f06117c2462aee9cc7e34f24f028562859f00d6
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Tue Oct 7 19:41:12 2008 -0500

    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

commit 5ad7d0fe35c3074b3ee8f2b3f67f066b02fe31cd
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Tue Oct 7 16:32:38 2008 -0500

    redid the options to be more intuitive

commit 9fc8b32471da937aefed6d22b855bc31225a83b0
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Mon Oct 6 22:46:34 2008 -0500

    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

commit 9449abf52d0e4cb35236789d5c4580ad18afff04
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Mon Oct 6 17:40:52 2008 -0500

    created a macro parser for my my next idea muahahahahaha
    now use spellname not mountname for mounts should fix issues with other languages

commit f367bc49cbd04ce94f0dcd9edee4497b3296c875
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Mon Oct 6 00:11:24 2008 -0500

    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)

commit 290682ac9f78209967e8fbdc75826bcf159af38a
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sun Oct 5 17:59:36 2008 -0500

    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

commit 85149da934b003e5208f4ad2db190b0bc066eb3d
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sun Oct 5 14:13:43 2008 -0500

    spread localizations into their own files using AceLocale

commit 25849834e6573d0dfd4fe4810a16a4dab5f84200
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sun Oct 5 00:17:57 2008 -0500

    update toc

commit ec1010f0929402d47579fac12a2b0ca8926006dd
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 4 22:35:19 2008 -0500

    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

commit 43ba08b4abc027d36859b3e9d2787db556a0445b
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 4 19:51:07 2008 -0500

    added Paladin Mounts

commit 3f691a95e4b671da2c8d5ba58a85fd359a0dc51e
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 4 16:32:58 2008 -0500

    Druid travel and flight forms should be fully implemented

commit f84207856c8d497a5231c21c2455e90683a05d35
Merge: fde501b... 4718e4e...
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 4 03:11:20 2008 -0500

    Merge [email protected]:wow/mounted/mainline

commit fde501b56a4d2ee6f3051b30741663083795d8e7
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 4 02:09:26 2008 -0500

    toc update

commit 3084e1958195639667169b4566388e34294c6f84
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 4 02:08:25 2008 -0500

    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

commit 4718e4e901f5517396e9d5ebe3d6af796eee1d99
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Sat Oct 4 02:00:14 2008 -0500

    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

commit be533055e57190517dbf242e3e3f4dc83f0cb2ad
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Fri Oct 3 11:59:29 2008 -0500

    toc updated

commit 4d50a527ec1bc5b7e568b1c472cb1537dceb50ca
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Fri Oct 3 11:51:19 2008 -0500

    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)

commit a2b9e7906f9e50af8a8dfa416f8cfe305a552486
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Fri Oct 3 00:39:32 2008 -0500

    update toc

commit 7d0ebd902118b547d366be54da29ecc982c9605b
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Fri Oct 3 00:35:25 2008 -0500

    will now use bugmounts in AQ
    will switch to Attack macro when you can not mount (when you are inside)

commit d65ba585c1ab0dbed612c0954cce87703d89f47b
Author: yssaril <Benjamin Schnabel@.(none)>
Date:   Thu Oct 2 19:30:33 2008 -0500

    initial commit

Additional Files

Type Name Size Uploaded Game Version Downloads
21.01 KB Oct 11, 2008 3.0.2 25