1. Decursive - Shaman Cure Disease Not Working

    When clicking the micro-unit frame to cure disease it says there is nothing to cure. I am assuming that since Cure Poison and Cure Disease was combined in later expansions that Decursive is getting confused since it thinks there is only one ability to cure both Poison and disease. Any help would be appreciated.

  2. i as a mage am facing the same problem with curses and Decursive. The micro unit frame doesn't even identify that there is a curse on the party member.
    however if someone is mind-controlled, i am able to click the micro unit and automatically cast sheep.

  3. was going to start a thread about this -- decursive is not working. hope someone can fix it. also would love to get a 3.3.5 version of a water dispenser addon.

  4. I have a fix for the shaman cure disease and mage lesser curse for Decursive. Looking for a friendly place to upload the fixed file. Do I just link it in a reply?

  5. https://github.com/Trollhead420/Onyx...n/DCR_init.lua

    This is a brute force fix for Decursive, copy this file and replace the one in your Decrusive addon folder (WorldofWarcraft/Interface/Addons/Decursive) Make a back-up of the original file as this fix does not play well with the WOTLK content (I am not sure how to add in code to detect game client version). First time doing anything like this, let me know of any issues here on this forum. To the mage having issues with removing curses can you please test and let me know if it works as I do no have a level 18 mage on Onyxia yet.

  6. This fix is for the 3.3.5 version of Decurisve.

  7. (I am not sure how to add in code to detect game client version). First time doing anything like this, let me know of any issues here on this forum.
    The way I've done it is:

    Code:
    local expac = GetExpansionLevel()
    if expac == 0 then
      --Vanilla code
    elseif expac == 1 then
      --TBC code
    else --default/Wrath behavior, also expac should == 3
      --Wrath/normal code
    end

  8. The way I've done it is:

    Code:
    local expac = GetExpansionLevel()
    if expac == 0 then
      --Vanilla code
    elseif expac == 1 then
      --TBC code
    else --default/Wrath behavior, also expac should == 3
      --Wrath/normal code
    end
    Tried adding this to the code, pretty sure I am not doing it correctly due to a bunch of errors that pop up. I can upload my current work on it if anyone wants to take a stab at it.

  9. This fix is for the 3.3.5 version of Decurisve.
    3.3.5 Client Version
    2.5.1 Decursive version

  10. https://github.com/Trollhead420/Onyx...n/DCR_init.lua

    This is a brute force fix for Decursive, copy this file and replace the one in your Decrusive addon folder (WorldofWarcraft/Interface/Addons/Decursive) Make a back-up of the original file as this fix does not play well with the WOTLK content (I am not sure how to add in code to detect game client version). First time doing anything like this, let me know of any issues here on this forum. To the mage having issues with removing curses can you please test and let me know if it works as I do no have a level 18 mage on Onyxia yet.
    I play a mage and ran into decursive not working, I came across this fix and now it works. Thank you so much. You are credit to team <3

  11. This is the version your looking for.
    Other versions dont seem to work for me
    YOU STILL HAVE TO DOWNLOAD THE TEXT FILE TROLLHEAD POSTED AND REPLACE IT IN THE ADDON FOLDER THO.


    https://www.wowace.com/projects/decursive/files/450122
    https://github.com/Trollhead420/Onyx...n/DCR_init.lua
    Edited: December 9, 2023


  12. with the "fix" and using 2.5.1 i am getting this
    https://imgur.com/a/eRTAy3b
    For some absurd reason i cant edit my post, even when logged in!

    Anyway, i manually edited the LUA fix file, and changed the version numbers to corrospond with the version i am using. Which is the RELEASE version of 2.5.1.

    what i changed:
    2.5.1-6-gd3885c5
    to
    2.5.1

    Now i only get a popup saying that this version of the developer edition has expired..

    ^^ if anyone else are having the same issue.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •