r152
Details
-
FilenamePokedex-r152.zip
-
Uploaded by
-
UploadedJun 29, 2011
-
Size200.10 KB
-
Downloads189
-
MD5bae56ae62c01959dacaf218ee6d9d821
Supported WoW Retail Versions
- 4.2.0
Changelog
------------------------------------------------------------------------
r152 | stencil | 2011-06-29 23:30:56 +0000 (Wed, 29 Jun 2011) | 4 lines
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
bug fixes for 4.2
* Abyssal Seahorse has started incorrectly telling us its useable outside of vashjir; check zone to be sure.
* Added new mounts
* Changed type info for Gryphons, Hippogryphs, Flying Machines and Wind Riders since they can now be summoned in ground only areas or under water.
------------------------------------------------------------------------
r151 | stencil | 2011-06-28 22:19:00 +0000 (Tue, 28 Jun 2011) | 1 line
Changed paths:
M /trunk/Pokedex.toc
toc bump
------------------------------------------------------------------------
r149 | stencil | 2011-06-14 14:24:56 +0000 (Tue, 14 Jun 2011) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/globals.lua
Feature request: don't auto-randomize title if the temporary Slayer title from heroic Maloriak is the current title.
------------------------------------------------------------------------
r148 | stencil | 2011-06-14 11:48:12 +0000 (Tue, 14 Jun 2011) | 6 lines
Changed paths:
M /trunk/Pokedex.toc
M /trunk/core.lua
When Pokedex is called from a macro, the argument passed will be run through the games macro parser which allows the use of conditional blocks. For example, if you wanted a macro that would dismiss you current companion if shift was held down and summon companion otherwise, you could use:
/pd [shift:mod] DismissCompanion; SummonCompanion
A more complicated example is one that calls SummonOtherMount (for a ground mount in a flying zone or vice versa) when the alt or ctrl keys are held, and otherwise toggles your mount. The ToggleMount command should avoided as it can't support things like Worgen mount form or druid forms. That macro would look like this:
/click [nomod:alt,nomod:ctrl] PokedexToggleMountButton
/pd [mod:alt][mod:ctrl] SummonOtherMount
------------------------------------------------------------------------
r146 | stencil | 2011-06-13 10:26:48 +0000 (Mon, 13 Jun 2011) | 2 lines
Changed paths:
M /trunk/globals.lua
bug fix - winged guardian mount was miscategorized
------------------------------------------------------------------------
r145 | stencil | 2011-06-13 09:29:19 +0000 (Mon, 13 Jun 2011) | 1 line
Changed paths:
M /trunk/Pokedex.toc
M /trunk/globals.lua
bug fix - winged guardian mount was miscategorized
------------------------------------------------------------------------