Simple PQR Script Request , Path of Frost menu

User Tag List

Results 1 to 6 of 6
  1. #1
    sharkyx1x's Avatar Active Member
    Reputation
    36
    Join Date
    Jun 2008
    Posts
    271
    Thanks G/R
    1/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Simple PQR Script Request , Path of Frost

    I cant seem to get this working. I would like to make a profile that does nothing other than keep path of frost up on me at all times, id like to to recast before the actuall duration of the spell so i do not fall in the water between end and recast.

    Simple PQR Script Request , Path of Frost
  2. #2
    Eral's Avatar Private
    Reputation
    14
    Join Date
    Sep 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    local PoF, _, _, _, _, _, PoFExpire = UnitBuff("player","Path of Frost")

    if PoF ~= nil then
    PoFExpire =(PoFExpire - GetTime())
    if PoFExpire <= 60 then -- 60 secs
    CastSpellByName("Path of Frost")
    end
    end
    if PoF == nil then
    CastSpellByName("Path of Frost")
    end

  3. #3
    Eral's Avatar Private
    Reputation
    14
    Join Date
    Sep 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just copy an paste make sure you turn off require combat
    Last edited by Eral; 09-04-2013 at 02:53 PM.

  4. #4
    sharkyx1x's Avatar Active Member
    Reputation
    36
    Join Date
    Jun 2008
    Posts
    271
    Thanks G/R
    1/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you are awesome ty

  5. #5
    maispurkemxm's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, I have a hunter script in version 3.3.5a, I need help! PQR VERSION 1.1.1
    Hello, I have a hunter script in version 3.3.5a, I need help! PQR VERSION 1.1.1

    Feign Death: It uses the death of the feigno when the spells are released on me, but the problem is that this script simulates death
    work only at the beginning of the cast in 0.1 second and in all cast, including cures, mounts any cast whatsoever,
    which makes it irrelevant!

    I'd like to know of a fake death script that activates only in the middle of the cast and spells specific spells by me.

    Basically I want to use feign death in the middle of the cast of certain spells that I add.

    could you send me PQR files to hunter? WOW 3.3.5a.


    This is the SCRIP I currently use, however he uses feign death in almost any cast including casting heals, mounts, and even when the target is not me.

    The PQR file I would like was one that Feign Death only activated during the cast of my target Target and Focus.


    I would also like some of the trinkets


    if UnitCastingInfo("target")
    and GetSpellCooldown(57994) < 1 then
    return true end

  6. #6
    WoW-Scripts's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    function BuffExpiration(unit, spell, exp)
    local spellName, _, _, _, _, _, expiration = UnitBuff(unit ,spell)
    if (expiration - GetTime()) <= exp then
    return true
    end
    end


    if (UnitBuff("player","Path of Frost") == nil
    or BuffExpiration("player","Path of Frost", 10))
    and GetSpellCooldown("Path of Frost") == 0 then
    CastSpellByName("Path of Frost")
    end
    Last edited by WoW-Scripts; 09-20-2018 at 01:59 PM.

Similar Threads

  1. [PAYING] Looking for two simple 3.3.5a PQR scripts
    By Mcgyyver in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 05-17-2014, 01:08 PM
  2. [Tool] Custom PQR Script Requests
    By bustababe in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 11-23-2013, 12:20 AM
  3. [Request] PQR DPS DK Profile (pref Frost 2h/Unholy)
    By hazelol in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 04-15-2013, 08:55 PM
  4. [PQR] Ret Paladin (simple) "cleanse" script
    By tomblk in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 02-05-2013, 05:09 AM
  5. Simple Lua Script , not working need help!
    By Arugos in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 12-30-2007, 02:06 PM
All times are GMT -5. The time now is 01:00 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