r151-nolib
Details
-
FilenamePokedex-r151-nolib.zip
-
Uploaded by
-
UploadedJun 28, 2011
-
Size61.39 KB
-
Downloads28
-
MD5b7fbdc9f9f1328cad7c4b13e312983c9
Supported WoW Retail Versions
- 4.2.0
Changelog
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r143 | stencil | 2011-05-28 00:28:45 +0000 (Sat, 28 May 2011) | 1 line
Changed paths:
M /trunk/Pokedex.toc
Release v4.1.01
------------------------------------------------------------------------
r142 | stencil | 2011-05-28 00:27:29 +0000 (Sat, 28 May 2011) | 1 line
Changed paths:
M /trunk/core.lua
bug fix for ticket 9 - error thrown if player has no ground mounts besides worgen form
------------------------------------------------------------------------
r141 | stencil | 2011-05-26 09:38:40 +0000 (Thu, 26 May 2011) | 1 line
Changed paths:
M /trunk/Bindings.xml
bug fix - binding for Dismiss Companion was broken
------------------------------------------------------------------------