PQR skip actions menu

User Tag List

Results 1 to 1 of 1
  1. #1
    fulga08's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PQR skip actions

    I am trying to save pyro / ib for right after the fireball cast but it doesn't work fine. Most of time is working but once every few casts it just skip even if i have both aura up, it does not cast pyro right after fireball. During tw/bl it only casts fireball. I try setting different custom latency and different ability check delay.
    First i had this split in different actions with the spells id set and returning true for cast. Had same problem so i simplify and made a single action.

    local Pyroblast = UnitBuffID( "player" , 48108 )
    local HeatingUp = UnitBuffID( "player" , 48107 )

    if last_hardcast == nil then last_hardcast = 0 end
    local cast_name = UnitCastingInfo("player")

    if cast_name ~= nil then
    if cast_name == "Fireball" then last_hardcast = GetTime() end
    end

    if GetTime() - last_hardcast < 0.5 then
    if Pyroblast and HeatingUp then CastSpellByName("Pyroblast") return true end
    if HeatingUp and select(2,GetSpellCooldown(108853)) == 0 then CastSpellByName("Inferno Blast",nil) return true end
    end

    CastSpellByName("Fireball",nil)
    return true
    Last edited by fulga08; 08-13-2013 at 06:48 PM.

    PQR skip actions

Similar Threads

  1. [PQR] Looking for PQR 5.4.8 release and profile pack.
    By f2p in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 05-08-2017, 09:36 PM
  2. [PQR] LF "Use engineering gloves" pqr string code
    By dealerx in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 08-15-2016, 03:05 PM
  3. [PQR] Need gladiator profile for PQR
    By Esdescon in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 12-14-2015, 12:52 PM
  4. [APL for PQR] 5.3 DK Blood - Action Priority List for implementation into PQR
    By tuwhittuwoo in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 07-10-2013, 12:53 AM
  5. CE exploit skip dungeons to last boss.
    By chickened in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 12-18-2006, 08:34 AM
All times are GMT -5. The time now is 02:23 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search