PQR_SpellAvailable not working menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Sisa12's Avatar Member
    Reputation
    1
    Join Date
    Sep 2024
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PQR_SpellAvailable not working

    Hi,
    I use the following script for Divine Protection
    if PQR_SpellAvailable(642) == false
    and (100 * UnitHealth("player") / UnitHealthMax("player") < 35
    and UnitDebuffID("player", 25771) == nil
    and UnitAffectingCombat("player") ~= nil
    and not IsMounted())
    then return true end
    It should cast Divine Protection when under 35% HP and Bubble is on CD.
    For some reason "if PQR_SpellAvailable(642) == false" doesn't seem to work because the script is also executed when Bubble is of CD.
    Is this a bug or is "if PQR_SpellAvailable(642) == false" the wrong command?

    Hope you can help me.
    Last edited by Sisa12; 10-01-2024 at 12:14 PM.

    PQR_SpellAvailable not working
  2. #2
    impulseffs's Avatar Member
    Reputation
    1
    Join Date
    May 2024
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Brother nobody use PQR anymore its dogsiht program. Just buy Dimonsky profiles 15$ per month..
    𝗗𝗜𝗡𝗜𝗧𝗬 𝗣𝗥𝗢𝗝𝗘𝗖𝗧

  3. #3
    Sisa12's Avatar Member
    Reputation
    1
    Join Date
    Sep 2024
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You are right. I purchased Dimonsky a while ago and the pvp profiles are very good.
    Darhanger ni has some special functions that don't exists in PQR, such as auto facing a target or automaticly using AoE click abilities like mass dispell on a specific target.
    The only big downside with demonsky is that I can't edit the profiles with my own scripts. So I might run demonsky and PQR simultaniously.

    I also tried to export some of my PQR profiles to Darhanger ni but couldn't make it working.

  4. #4
    impulseffs's Avatar Member
    Reputation
    1
    Join Date
    May 2024
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try ask in Darhanger disord server for help

  5. #5
    Sisa12's Avatar Member
    Reputation
    1
    Join Date
    Sep 2024
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by impulseffs View Post
    try ask in Darhanger disord server for help
    I have done that but nobody replied.

    I have read that the initial version of ni had a feature to auto convert pqr profiles but I couldn't find a download for that converter.

    I have tried to use chatgpt to convert the pqr xml file into lua but it didn't work.

  6. #6
    BlakeSummers's Avatar Member
    Reputation
    1
    Join Date
    Nov 2024
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How is everything now?
    Last edited by BlakeSummers; 02-05-2025 at 01:18 AM.

  7. #7
    MadisonShaw's Avatar Member
    Reputation
    1
    Join Date
    Jan 2025
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It looks like PQR_SpellAvailable(642) == false may not be correctly detecting the cooldown status of Bubble. You might want to try select(2, GetSpellCooldown(642)) > 0 instead. If it’s still not working, adding debug prints to check the actual values returned could help identify the issue. Hope this helps!
    Last edited by MadisonShaw; 03-05-2025 at 06:26 AM.

  8. #8
    HarrisonGunn's Avatar Member
    Reputation
    1
    Join Date
    Feb 2025
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your script looks solid, but it seems PQR_SpellAvailable(642) == false isn't correctly detecting the cooldown. You might try another approach, like checking GetSpellCooldown(642). That could help ensure Divine Protection only triggers when Bubble is on cooldown. Hope this helps!
    Last edited by HarrisonGunn; 04-03-2025 at 07:44 AM.

  9. #9
    ElmerRussell's Avatar Member
    Reputation
    1
    Join Date
    Mar 2025
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've run into similar issues before—sometimes the function call changes with patches, or it needs admin privileges. Double-check your offsets and make sure the syntax matches current API structure. Forums like this are gold for troubleshooting this kind of thing! English isn’t my first language, so I struggle with grammar and formatting. I used domypaper.com for a history essay, and it was way better than what I could’ve done alone. DoMyPaper really made it easier for me to express my ideas clearly.
    Last edited by ElmerRussell; 04-22-2025 at 12:45 AM.

Similar Threads

  1. Need help with putting Mpqs into Data folder, not working!!!
    By Korey16 in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 12-26-2006, 12:15 PM
  2. DBC editing not working anymore?
    By Charade in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-13-2006, 01:37 PM
  3. Wow glider is not working..
    By dragonmonster in forum World of Warcraft General
    Replies: 0
    Last Post: 10-24-2006, 06:29 PM
  4. weird model edits not working :S
    By nozzie in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-20-2006, 08:51 AM
  5. WoW Glider, key not working?
    By Shadowman2418 in forum World of Warcraft General
    Replies: 3
    Last Post: 07-28-2006, 03:49 AM
All times are GMT -5. The time now is 10:50 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search