3.3.5a PQR Profile/Script Sharing, ask for script, solutions menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 59
  1. #1
    Angelism's Avatar Member ㊙️Hentai㊙️ CoreCoins Purchaser Authenticator enabled
    Reputation
    9
    Join Date
    May 2015
    Posts
    24
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    3.3.5a PQR Profile/Script Sharing, ask for script, solutions

    Since there are pqr profile sellers and users all over the place for WoW private servers, I think it is time to fight fire with fire! I will post my logic for the script that you ask for! Others can also post their own solutions, but the whole point is to give a fair playing field for private server players.

    I want a script that can keep inner fire up for me!!! WAHHHH

    local inner = not UnitBuffID("player", 48168 )
    if inner and IsMounted() == nil then
    return true
    end

    Just say what script you want and I will post my solution if I can do it (I mostly do PVP scripts)! Others can post there solutions too! I will not post my profiles though, but you could buy one for $15 :^)

    Also, there apparently is two range hacks. One of them is already leaked on WoW Sulvus: http://puu.sh/o2etY/e1db99b0ec.MPQ http://puu.sh/o2eKq/3caa1521c0.mpq
    Got it from here Hello hacks


    O U MUST OF COURSE HAVE PQR :^) : PQR111
    origin is here [BETA] PQRotation - an automated ability priority queue.

    3.3.5a PQR Profile/Script Sharing, ask for script, solutions-478-jpg

    Rogue blind trinket script
    //////////////////////
    if not frame then
    -- Creatte our frame and bind combat log events
    frame = CreateFrame("Frame",nil, UIParent)
    end

    -- Spell event table
    spellIds = {

    -- General
    [59752] = {"Blind"}, -- Every Man for Himself
    [42292] = {"Blind"}, -- PVP Trinket


    }
    frame:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
    frame:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
    frame:SetScript("OnEvent", EventHandler)

    -- Create our event handler fucntion
    function EventHandler(self, event, ...)
    -- Don't cast while in stealth or vanished
    if UnitBuffID("player", 1784) or UnitBuffID("player", 11327) then return end

    if event == "COMBAT_LOG_EVENT_UNFILTERED" then
    local type, sourceGUID, sourceName, _, destGUID, destNAME, _, sid = select(2, ...)
    if type == "SPELL_CAST_SUCCESS"
    and sourceGUID == UnitGUID("target") then
    --or sourceGUID == UnitGUID("focus")
    print("Something is heading my way")
    local sid = select(9, ...)
    local sname = spellIds[sid]
    if sname ~= nil then
    for _,v in ipairs(sname) do
    print("trying to counter with " ..v)
    CastSpellByName(v) return
    end
    end
    end
    end
    end
    /////////////////////////////
    Be sure to give thanks and rep to whoever shares!
    Last edited by Angelism; 07-11-2017 at 11:22 PM.

    3.3.5a PQR Profile/Script Sharing, ask for script, solutions
  2. Thanks Rback, Profesar (2 members gave Thanks to Angelism for this useful post)
  3. #2
    Uncontrolable's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    339
    Thanks G/R
    5/1
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PvE resto shaman, with AoE healing. Chain Heal, riptide spams etc.
    And perhaps a PvE MT/OT healer?

  4. #3
    Avarice197's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    May 2016
    Posts
    44
    Thanks G/R
    0/1
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WTP very well for a comprehensive script for a 255 realm if anyone is willing please contact me.

  5. #4
    Profesar's Avatar Member
    Reputation
    3
    Join Date
    May 2014
    Posts
    14
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    RvR Sap Vanish while in Shadowdance script?
    Im pretty sure it's similar to auto CC Trinket scripts, i just can't get it to work (sap enemy after he vanishes while im in shadowdance)
    Any help is appreciated
    Edit: Also is there any way to use Global Thermal Sapper Charge - Item - World of Warcraft reactively (when gouged/blinded) ?
    Last edited by Profesar; 11-25-2016 at 01:24 AM.

  6. #5
    arndu29's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hpal pvp arena script ?

  7. #6
    pain97's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by arndu29 View Post
    hpal pvp arena script ?
    Write specific functions that you want and we can help you out
    for example BOP if party1,2 is disarmed or smith like that.

  8. #7
    pain97's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need smth to get rogues out of stealth, dunno how to do this. Tried it with arena1,2 got buffid stealth and is in range and cast shout but can't really get it to work.
    Also i need a Rangehack with less range than 7 yards because thats obv af (don't know how to edit the mpqs :/)

  9. #8
    Tosterrorer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LF all working 3.3.5a Warlock pve/pvp profiles
    Have only my own Destro (low gs profile) can share if u want

  10. #9
    pqrdk's Avatar Member
    Reputation
    1
    Join Date
    Jan 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, Ive been using PQR 1.1.1 for while for mind freezing centrain
    spell casts and it works flawlessly and yeaterday I decided to write some abilities by myself and I successfully wrote HoW and Bome Shield renew if not mounted and spells available, auto Plague Strike on Cloak of Shadows, auto blood strike if target have diseases and scourge/death strike are on CD and auto death coil on target if he have disease and ss/ds and bs are on CD and its im range and they all work as I want, but the problem is that sometime I need to use gargoyle or death pact and for that I need to stop my whole rotation to get Runic Power and use one of those and then to re-enable it using ALT+X, so heres my question how can I make a toggle keybind (on/off) for the death coil ability? Couldnt find info on the forums, I know it have something to do with IsRightShift(Control)Down and GetTime() but nothing more. Please somebody explain how to Thanks.

  11. #10
    Shadezz's Avatar Member
    Reputation
    13
    Join Date
    Dec 2009
    Posts
    66
    Thanks G/R
    2/3
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a very good rsham script for raid healing and ret+prot pally and a bunch of other scripts, but not all of them tested personally tho.

  12. #11
    Ballerstatus121's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need DW Frost/Unholy profiles.

    Anyone know of any good ones?

  13. #12
    Tempse's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a copy of an Enhancement shaman rotation? Doesn't need to be perfect as I'll probably modify it myself. Just thought I'd see if someone had the framework done already, rather then start from scratch myself.

  14. #13
    juankino87's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need profile for rogue sublety and unholy dk

  15. #14
    AtomX's Avatar Active Member
    Reputation
    19
    Join Date
    Nov 2007
    Posts
    196
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have any guides on how to find offsets and how to add a "custom" class to PQR? I'm on a classless server that let's you chose any spells and tallents, I think I can figure out a simple script for it if I could get it to attach and read as a "Hero" Class.

  16. #15
    Angelism's Avatar Member ㊙️Hentai㊙️ CoreCoins Purchaser Authenticator enabled
    Reputation
    9
    Join Date
    May 2015
    Posts
    24
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    posted a rogue blind script that I have.
    Last edited by Angelism; 07-11-2017 at 11:23 PM.

Page 1 of 4 1234 LastLast

Similar Threads

  1. Convert PQR Profile into LUA script ?
    By leinadz in forum WoW Bots Questions & Requests
    Replies: 6
    Last Post: 03-06-2014, 01:38 AM
  2. Wtb ele sham pqr profile thats flawless at for lvl 90s
    By odano1988 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 10-12-2012, 10:23 AM
  3. Profile sharing porgram for Flo bot
    By pullapasi in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 05-23-2008, 12:37 PM
All times are GMT -5. The time now is 02:22 PM. 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