LATEST NEWS

WoW-Pro 2.2.0D Leveling, Dailies, Professions, WorldEvents, and Achievements Release Notes

img
Jan
19

AddonUpdateBanner.png
DownloadButton.jpg
Current Version: 2.2.0D (The Lunar Festival Release!)
Last Update: Jan 29, 2011
Next Update: Feb 04, 2012


This update includes:

  • Updates, as we incorporate the suggestions and bug fixes from YOU, our community! There are 197 guides, of which 24 had updates.
  • A promise to update the guides every couple of weeks, and try to anticipate world events.
  • A few bug fixes and enhancements.

The updated guides include:

  1. Added License text to all guides
  2. Netherwing, new guide by Ludo
  3. Skyguard, new guide by Ludo
  4. ZulDrak guide was neutralized by Twists
  5. Sholazar Basin guide was neutralized by Crackerhead22
  6. Combined Horde Aldor and Scryer Terokkar Forests guides into one by Twists
  7. Darkmoon Faire, new guide by Twists
  8. Lunar Festival guides by Crackerhead, with Horde edit by Laotseu, Alliance edits by Ludo and Hendo72
  9. Alliance Western Plaguelands update by Fluclo
  10. Alliance Tanaris update by Fluclo
  11. Alliance Blasted Lands update by Fluclo
  12. Alliance Nagarad update by Crackerhead22
  13. Alliance Twilight Highlands tweak by Crackerhead22/Censored
  14. Alliance Hellfire Penninsula tweak by Ludo
  15. Alliance Zangarmarsh tweak by Ludo
  16. Alliance Terokkar tweak by Ludo
  17. Alliance Blades Edge tweak by Ludo
  18. Horde Ghostlands update by Fluclo
  19. Horde Terokkar Forest update by Crackerhead22
  20. Horde Nagrad big update by Crackerhead22
  21. Horde Blades Edge big update by Crackerhead22
  22. Horde Badlands edit by Crackerhead22
  23. Neutral Eastern Plaguelands update by Fluclo
  24. Neutral Netherstorm tweak by Ludo
  25. Separated TolBarad dalies into regulars and when you control guides

We have 8 bug fix/enhancements this update:

  1. Fixed a bug in 2.2.0 that broke the Dalies quest handling. Thanks for the catch Estelyen
  2. Fixed a bug in the leveling module for auto quest selection when stickies were present. Thanks for the reminder Crackerhead22
  3. Fixed a bug in 2.2.0 where the version number was wrong in the Achievements module.
  4. Removed check for Swatter. WoW 4.3 includes a built in bug catcher
  5. Added a License.html file to all addon folders
  6. Added new tag handling to Dalies module for P, REP, LEADIN, and REP
  7. Added WoWPro:Embed() to allow consolidation of duplicate code into WoWPro
  8. Made P and REP tags be ANDed conditions instead of ORed conditions
  9. Mark steps as skipped if you are missing the profession or hated by the faction
  10. Added script to generate Trial releases for Curse
  11. Bug fixes in the WorldEvents module by Twists to make Darkmoon Fair Work
  12. Global bug fix to not forget current guide when Addon de-activated
  13. Bug fix in Dalies module for race condition when completing quests that had dependent quests, thanks Estelyen
  14. MoltenFront is now a supported zone
  15. Misspelling of “Darnassis” in Mapping file, thanks Hendo72
  16. Horde Lunar Festival Guide was missing! Thanks AkaSmiley and Laotseu
  17. Suppress auto-hide in WorldEvents if the current step is in a dungeon, Ludo
  18. Add ‘;’ step support to dailies module, Ludo

I have noticed that the loot counts are sometimes off a little. The problem is the event that indicates that a loot has occurred and the message that the server send the client to put something in your bag are not synchronized. It is known how to fix this, but the fix is NOT ready yet. Just keep an eye on it.

While the current guides are pretty good, we will be working constantly to improve and update these guides. Remember that if you notice a bug, you can help us by reporting it!

If you have trouble getting our addon to work, please check our “Troubleshooting Page” first. If you still need help, you can always stop by our “Friendly Chat Room“!

—Ludovicus Maior

  • img
    Feb 4, 2012 @ 15:45 pm

    2.2.1 PreviewSo far, theloot count fix has corrected all the problems with the Shattered Sun Guide.I did discover and fix a few problems with the Dailies resetting logic.Now onto writing a draft Love is in the Air guide.

  • img
    Feb 3, 2012 @ 19:00 pm

    Acheivement Performance EnhancementTake a look at WoWPro_Dalies.lua in the GIT trunk and see the new thing:bucket:RegisterBucketEvent({“CHAT_MSG_LOOT”, “BAG_UPDATE”}, 0.333, WoWPro.Dailies.AutoCompleteLoot)That causes CHAT_MSG_LOOT and BAG_UPDATE messages to be collected until 1/3 of a second has passed with no updates and then it calls WoWPro.Dailies.AutoCompleteLoot.If you change the event processing for CRITERIA_UPDATE (which gets issued ALOT) to not call WoWPro:UpdateGuide() on every message but only after a delay, it may fix things.  UpdateGuide is kinda expensive. Maybe:bucket:RegisterBucketEvent(“CRITERIA_UPDATE”, 0.333,  function (events) WoWPro:UpdateGuide(); end)would do the trick 

  • img
    Feb 3, 2012 @ 15:14 pm

    Performance ProblemsI will look into it this weekend and see if I can see anything in code causing it.

  • img
    Feb 3, 2012 @ 11:19 am

    2.2.1 PreviewGithub has my 2.2.1 preview.It has three changes of note:A merged Shattered Sun guideThe Ace Bucket library is now includedI use Buckets to aggregate the loot related events and delay 0.333 seconds before looking at the bags for loots.This should get the loot counts perfect on the Dalies module.   If it works, I make the same change everywhereBTW, there may be a performance problem with the Acheivements module and the processing of CRITERIA_UPDATE messages. 

  • img
    Feb 2, 2012 @ 16:37 pm

    Could I see?Could I see?

  • img
    Feb 2, 2012 @ 15:10 pm

    Delay for 2.2.1I’ve punted for a few days on 2.2.1, as I have discovered a few bugs in the dalies module while trying the “Shattered Sun Offensive” guide that Twists started and that I merged with my own.Some of the steps are not auto-completing properly and some of the quest accepts seem to not get registered.Something odd is going on.

  • img
    Jan 30, 2012 @ 9:48 am

    Thanks for the catch, fixedThanks for the catch, fixed it.

  • img
    Jan 30, 2012 @ 9:25 am

    If I click on the DL-Link onIf I click on the DL-Link on this page it downloads v2.2.0B 😛 Not sure if it’s just a typo in the archives name or if you forgot to update the link 😉

  • img
    Jan 29, 2012 @ 23:18 pm

    Fixed in 2.2.0DFurther last minite fixes to both Horde and Alliance Lunar guidesMapping zone fixes for some of the instances (Utgarde and Halls of Stone)Added support for ‘;’ steps to Dalies moduleAdded placeholder guides for Ludo’s QuelDanas guide and Estelyen’s Firelands guide

  • img
    Jan 25, 2012 @ 22:34 pm

    Fixed in 2.2.0CThe correct neutral Sholazar Basin is now activeBug in the dalies module when you turned in a quest that had a followon step that referenced it with a PRE tag WorldEvents lets you go into an instance without turning itself off if the step is in an instance!The addons now remember your current guide even when you click it off and on againLittle teaks to the Alliance Lunar Festival Guide

  • img
    Jan 23, 2012 @ 22:32 pm

    Fixed in 2.2.0BZone name correction that I *think* was lightheaded specific for “Darnassis” (Hendo72 )Missing Horde Lunar Festival Guide ( AkaSmiley  and Laotseu)Edits for the Horde Lunar Festival Guide (Laotseu)

  • img
    AkaSmiley
    Jan 23, 2012 @ 5:13 am

    You forgot that too!It seems that you forgot to put <Script file=”LunarFestival.lua”/> for horde side too :/

  • img
    Jan 22, 2012 @ 17:39 pm

    Fixed in 2.2.0AFixed three bugs in 2.2.0 in the update:The quest handling in the Dalies module (thanks Estelyen)The auto quest selection in the leveling module (thanks Crackerhead22)A bogus version number in the Acheivements module (thanks annasender)Depending on how much is changed in the Lunar Festival, we will update.

  • img
    Jan 21, 2012 @ 3:15 am

    Oh, MxyzptlkI have no idea how I messed that up.  I’ll put up a revamp tomorrow when I get tired of shoveling. 

  • img
    Jan 21, 2012 @ 3:12 am

    Nonlinear Heating and stirringHmm, you would want the first step to terminate for EITHER 33615 or 33614 and then have separate steps depending on which.No, that would be a mess.   It would be easier to have a U tag that took a list and gave you whichever was in your inventory.a |U|33615;33614|  form.   Let me see if I can code that up.

  • img
    Jan 20, 2012 @ 23:56 pm

    Multiple item IDs for single questWas doing “Apply Heat and Stir” and relized that there were multiple Item IDs that were used in the quest.The initial was 34023, then it went to 33615, then if it failed it would go to 33614.   So not sure about how to go about that.

  • img
    Jan 20, 2012 @ 21:18 pm

    Um, I think you forgot to putUm, I think you forgot to put the fix for the auto-accept/turn-in for the Leveling module.  I saw it in the others, just not the leveling one.

  • img
    Jan 20, 2012 @ 21:17 pm

    Yes, since those quests areYes, since those quests are not available once you hit Friendly.  “Head Full of Ivory” and “Stealing from Thieves” quests.

  • img
    Jan 20, 2012 @ 21:01 pm

    If you meant ONLY neutral …If you meant ONLY neutral then that is OK.  If you meant neutral to exalted, then you need neutral-exalted….. 

  • img
    Jan 20, 2012 @ 20:17 pm

    Ok, I added in the REP tagsOk, I added in the REP tags for the Nagrand quests for The Consortium on the certain quests.  I hope I did it right.|REP|The Consortium;933;Neutral|That is what I put.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

Categories

Archives