1. #1

    WA help: Condition quest not accepted/completed

    Hi,

    anyone here willing to help me out on some WA:
    I need a WA that turns the screen red, plays sirens and calls local law enforcement if all of the following conditions are met:

    1. You are in the Maw
    2. You have not accepted the quest "Shaping Fate" (ID 63949)
    3. You have not completed the quest "Shaping Fate" (ID 63949)

    Thanks a lot!

  2. #2
    Ok, did it myself:

    The custom trigger:

    Code:
    function()
        if GetZoneText() == "The Maw" and UnitLevel("player")>59 and not(C_QuestLog.IsQuestFlaggedCompleted(63949) or C_QuestLog.IsOnQuest(63949))  then
            return true
        else
            return false
        end
    end
    or the weakaura import:
    Code:
    !WA:2!vt1ZVnoru4evKwjVN2iAfsWbRiekrAv12USbvKwATtCQd1nj44TfTCWDS9ZXdRZmwZmU)GtOYfoHe5aNajuoZPCHRiKwUHKvfx5s)tOIBCHXJZUDzf)dWifLXFZBEZ389M3x9(nM1iQr0xRVqqdpfyCmL8w19)RBeW5ICgCmdLDincYEZUogho2BKPJr3dm61BG3GJSUcLlsOSrzc524Az3lcZdzGa8zubQeSUBinLY(41QBV73)oLJ3En25JIJ5GOEWmmJrzjSlQaS3lBVA7vRw9fmyQCZExKbSve5gejuEu9zOzqjEWKUUwwdNhKcKOsg6A6ynS3YQWgtXerqxRHEwUlXKykBMIoAbkIbNWqHko3XLlqmX3TyAk9m)vC1E3NVE5yd7D)9FOC8JRDTADrco8zeGZhV2d3SZsfwvIm5j0Zyru)sSKQvcOSiGLuL64sINT(Xa6zg5me)dNKGYWKP9LSzEvYL3k3X4ZH0BUDhk0R67ACO1elhRUEJCVoNd(3s3tmXeSqliw(hprR4UbD2(d6S1dUuWWtNkROFZ7Xwn93mlZwqyoxqNDnppaofiIj5XX4Zx631yIN)epdxpxfEGnGsfjM5Y0hKLIUaylR2QFcockAFjpdstheX1kAN9NX5eLs0QTMUCGJ13hepLsapzbSvB9h)y9MEjG(HOZAQJir6prMxh5jL2Qzv2B2(JE0oQLiurRU(FsoWfo0PBoGRM2pfjVfrDPZYsLVXIA15H78(70wNY0)xbpIO(y1YT11fjarrQYH85zoJOly5Gcds5WRVym6fGYhxAYFvkfpR5thn0YVRTXW9T65p06yFdxlJ7l7hgn03zKrpREVqJkL6I77sKfrU2lf7Xmqk2UtgB54SiccKAV6vUTLZ4(pXzEozvTAJ)hQPVIS9FiQ3Q4vA6sPzXNRUGNcBJixK1Os58Qea55IdBQjnvqQqwbx2Q)t1Ur2Edmck9OklRptQLCK8yKDtjZreCv7ENI17x0YKivSFfqCyIGbKPIK7CvuzOYiuLjghcPKi(LLXuwok6zodHjY9w0RW6of9l2VWwo9DFDKM4OLVAJmhsJvEpf3BPQ)vEIibAn3ZWrIe79(2)(U)sTA1U8L2JBNlZWGGdSJoiXM1H4IsZsqJFJhS5J2AH8rJRYiKRfKa4PjshYV6N)YYmSOKW4kBxZukk6OabsAfk2WDwEQaR5gMI48nkowBEPFbkvkHNyk7ydlXm54VakNeiZtmEQwdUR0rBZTAC6F8P)Zp

Posting Permissions

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