[PQR]PvP Skill Amplifier: Stealthers' Bane menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 87
  1. #61
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a question,
    If I am in stealth myself as a resto druid will it still work or only work when I am not in stealth and the other person is?

    [PQR]PvP Skill Amplifier: Stealthers' Bane
  2. #62
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will this use Berserker Rage to break SAP and then get the rouge out of stealth?

    Btw this seems very good

    Edit: Is it posible to remove the TARGET sound?
    Last edited by jackus; 08-18-2013 at 07:51 AM.

  3. #63
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I am in stealth myself as a resto druid will it still work or only work when I am not in stealth and the other person is?
    It does nothing if you're a stealthed druid because remaining stealthed yourself is more important than spotting other stealther.
    Will this use Berserker Rage to break SAP and then get the rouge out of stealth?
    No, it won't.
    Is it posible to remove the TARGET sound?
    Possible but you need to alter game's sound files.

  4. #64
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RedRussian View Post

    No, it won't.

    Possible but you need to alter game's sound files.
    Thanks.. Is there a way you can add so if it detects stealth it will use berzerker rage and get the stealthed target?

    BTW + rep

  5. #65
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does berzerker rage share a GCD with other abilities? I can PM a modified code for your warrior.

  6. #66
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update: You should use a "Random BG-Only" version if you play only Random BGs - it works faster due to drastically improved performance. All-Purpose version for Arenas/RBGs/Random BGs was slightly optimized as well. Added PetAttack() so stealthers out of LoS won't slip away.
    Last edited by RedRussian; 08-20-2013 at 02:33 AM.

  7. #67
    Sheriffs's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, in PQR ability editor, for the anti-stealth profile, left column:

    Actions = none
    Cancel Channel = false
    Recast Delay = 0
    Skip Unknown = false
    Spell ID = 0
    Target = ?

    What to put in there?

    Ty in advance.

  8. #68
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should put "target" there.

  9. #69
    Sheriffs's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RedRussian View Post
    You should put "target" there.
    RedRussian, can you make some features to hunter?



    A) Like, if hunter (player) is in camouflage (id: 51753) do not use serpent sting, but hunter's mark instead,,, but not against another hunter (enemy) in camouflage, because he is immune to ranged spells.



    B) if hunter (player) is not in camouflage, use serpent sting, and if against another hunter (enemy) in camouflage, use pet attack.



    C) if UnitBuffID("player", 51753) then
    return 1130 --Hunter's Mark
    else
    return 1978 --Serpent Sting
    end

    The problem here: will hunter's mark be spammed over and over in the stealth target...? Because it won't break stealth.



    D) And against mage invisibility and great invisibility, use hunter's mark if in camouflage, and serpent sting otherwise.

    TYVM.

  10. #70
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C) if UnitBuffID("player", 51753) then
    return 1130 --Hunter's Mark
    else
    return 1978 --Serpent Sting
    end
    Added. I included "if no hunter's mark already exists on this target" condition to prevent spam. Pet won't be sent to attack if you're camouflaged.

    D) And against mage invisibility and great invisibility, use hunter's mark if in camouflage, and serpent sting otherwise.
    I don't know if mage's invisibility can be actually spotted. Please confirm if it does.
    Last edited by RedRussian; 09-10-2013 at 02:42 AM.

  11. #71
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Spellcast Fake is updated.

  12. #72
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you make this work in duels?

  13. #73
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nope. The method I use to spot stealthers relies on knowledge of your enemies' names retrieved from arena/battleground statistics. A brand new method should be developed for use in world pvp.

    There's a simple workaround though. If you want to use it in duels then you certainly know the name of your opponent. Find this line in the code
    Code:
    stealthed = {} --depopulate stealthed list
    and change it to
    Code:
    stealthed = { [opponent's name] = 1 }
    Don't forget to change it back when you're finished!
    Last edited by RedRussian; 09-25-2013 at 01:25 PM.

  14. #74
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stealthers' Bane: perforamnce is improved. Added a GY camp mode: rogues and druids are preventively hit with the stealth-breaker spell after rezzing. They won't slip away if your latency is good enough!

  15. #75
    empty_skillz's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2009
    Posts
    104
    Thanks G/R
    18/24
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am a complete newb to this and i saw this and i was thinking, uhm how do i add this to my mage? i usualy only use the interrupt to stop mass dispel and no profile so i am a complete retard if anyone care to help let me know!

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [PQR] PvP Skill Amplifier: BG Killing Blow Leecher
    By RedRussian in forum WoW Bot Maps And Profiles
    Replies: 17
    Last Post: 10-17-2013, 07:36 AM
  2. [PQR] PvP Warrior Rotations
    By k4hn in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 01-20-2013, 01:23 AM
  3. Warlock (PQR) pvp profile please?
    By leonel916 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 12-04-2012, 08:41 AM
  4. [PQR] [PvP] Lists
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 11-14-2012, 03:56 PM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 03:18 AM. 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