File Details
Conditioner v10.2.5e
- R
- Dec 13, 2023
- 85.48 KB
- 315
- 10.2.5+1
- Classic + 1
File Name
conditioner_v10.2.5e.zip
Supported Versions
- 10.2.5
- 1.15.0
Features - All clients
- New option - scale your mouseover icon rotation size
- New condition - a No Form shapeshift option (for human form only)
Features and Bug Fixes - Season of Discovery
- classic - your stored rotations will no longer all be stored in the same dropdown, classic clients now properly separate rotations by class (see notes on how to migrate/preserve your rotations)
- classic/retail - added a ranged shot timer to help with moving between auto shots, new option to hide this behavior
Classic/Season of Discovery - How to migrate/fix your missing rotations!
- To fix up your rotations you must NOT be in-game, please exit before continuing
- Navigate to the Conditioner.lua saved variables file, your path should look something like this:
- C:\World of Warcraft\_classic_era_\WTF\Account\YOUR_ACCOUNT_NAME\SavedVariables\Conditioner.lua
- Open the file, you'll see all of your rotation data, find your rotation by name indicated by the ["name"] key.
- Note there is a ["spec"] key next to ["name"]
- The value next to ["spec"] will be 1 by default
- Change the 1 to your class ID as indicated by the proper below (note, Warrior is 1 so your warrior will see all the specs listed as 1):
Warrior = 1
Paladin = 2
Hunter = 3
Rogue = 4
Priest = 5
DeathKnight = 6
Shaman = 7
Mage = 8
Warlock = 9
Monk = 10
Druid = 11
Demon Hunter = 12
Example migration:
{ { ["value"] = "a whole bunch of crazy characters", ["spec"] = 1, ["name"] = "rogue", },
changes to
{ { ["value"] = "a whole bunch of crazy characters", ["spec"] = 4, ["name"] = "rogue", },

