[PQR]PvP Skill Amplifier: Stealthers' Bane menu

Shout-Out

User Tag List

Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 87
  1. #46
    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: slightly improved performance.

    [PQR]PvP Skill Amplifier: Stealthers' Bane
  2. #47
    Partykilla's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2011
    Posts
    129
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks mate,
    +REP!

    Tho I preffer Storm Bolt for warrior <3

    Code:
    	if playerClass == "WARRIOR" then
    		return 107570 --Storm Bolt
    			else
    		return 57755 --Heroic Throw

  3. #48
    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: A new code cleanup + low level druids now use moonfire if fairy fire isn't learned.

  4. #49
    floppydrive's Avatar Member
    Reputation
    2
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i implement this in profiles i use? I am new to PQR and i use public profiles from these forums. I want to use it on the Hpally arena profile and the DK profile.

  5. #50
    Partykilla's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2011
    Posts
    129
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by floppydrive View Post
    How can i implement this in profiles i use? I am new to PQR and i use public profiles from these forums. I want to use it on the Hpally arena profile and the DK profile.
    Click here:
    http://dl.dropboxusercontent.com/u/1...%27%20Bane.txt

    Copy everything within, go to PQR and click Ability Editor, pick the class u want to add it to as well as the profile,
    then inside the white area paste the clipboard u just copied and down to left give it a Ability Name> (Stealthers Bane)

    This name/ability you need to add to the rotation, close ability editor and open rotation editor;
    Pick the same class and Profile and add it to the rotation (From LEFT >to> RIGHT)
    I'd place if fairly high in the list but not on the top, probably below Functions / Initialize if u have it in the list. It can be on top too.

  6. #51
    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: Serpent sting seems to break stealth on impact, not on the first tick, and was set as hunter's default spell for this reason.
    I'd place if fairly high in the list but not on the top, probably below Functions / Initialize if u have it in the list. It can be on top too.
    Actually it doesn't matter where to place this stealth breaking ability because it will be executed equally effective regardless of its position within rotation.
    EDIT: Its postition actually matters. You should put it on top of your rotation or at least at the 2nd place.
    Last edited by RedRussian; 07-23-2013 at 10:31 PM.

  7. #52
    floppydrive's Avatar Member
    Reputation
    2
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Partykilla View Post
    Click here:
    http://dl.dropboxusercontent.com/u/1...%27%20Bane.txt

    Copy everything within, go to PQR and click Ability Editor, pick the class u want to add it to as well as the profile,
    then inside the white area paste the clipboard u just copied and down to left give it a Ability Name> (Stealthers Bane)

    This name/ability you need to add to the rotation, close ability editor and open rotation editor;
    Pick the same class and Profile and add it to the rotation (From LEFT >to> RIGHT)
    I'd place if fairly high in the list but not on the top, probably below Functions / Initialize if u have it in the list. It can be on top too.
    I did all this but im not sure its working. am i supposet o edit the code in any way ?

  8. #53
    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're supposed to edit only parts listed in the OP (rescan period and spell IDs) though default settings work pretty nice as well. How did you test it and came to conclusion that it's not working?
    I suggest you to try this in open world:
    1) find some rogue/druid, duel him and ask to enter stealth
    2) find this line stealthed = {} and change it to stealthed = {["StealtherName"] = 1} . Name inside quotes must start with capital letter.
    3) ask him to slowly walk towards you and witness how awesome this code works!
    4) don't forget to revert stealthed = {["StealtherName"] = 1} back to stealthed = {} !!!
    Last edited by RedRussian; 07-23-2013 at 10:46 PM.

  9. #54
    Partykilla's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2011
    Posts
    129
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!
    Just letting you know I included this in my rotation <3

    Fury Arms PvP
    http://www.ownedcore.com/forums/worl...pvp-5-3-a.html ([PQR] Fury Warrior PvP 5.3)

  10. #55
    floppydrive's Avatar Member
    Reputation
    2
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RedRussian View Post
    You're supposed to edit only parts listed in the OP (rescan period and spell IDs) though default settings work pretty nice as well. How did you test it and came to conclusion that it's not working?
    I suggest you to try this in open world:
    1) find some rogue/druid, duel him and ask to enter stealth
    2) find this line stealthed = {} and change it to stealthed = {["StealtherName"] = 1} . Name inside quotes must start with capital letter.
    3) ask him to slowly walk towards you and witness how awesome this code works!
    4) don't forget to revert stealthed = {["StealtherName"] = 1} back to stealthed = {} !!!
    Tried this, still the rogue got the opener. It might be the class, i am using imasaman unholy and frost pvp rotation =/ Will try it out later with my Hpally and see if he can do it.
    Last edited by floppydrive; 07-24-2013 at 02:19 PM.

  11. #56
    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)
    It can't detect a rogue approaching from behind. Stealther must be actually visible i.e. it's in your line of sight. Profile just grants you a superhuman reaction.

  12. #57
    JoseGildardoRamirez's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, can you help me with Auto Flag Pickup/Return, i was create the ability, and i put this in rotation but dont work, and my profile in general dont work when i use this new ability, in name i put Auto flag pickup/return and actions are in nothing.

    What thats wrong ?

  13. #58
    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)
    I suspect that language of your game client is not English. Just change "Horde flag" and "Alliance flag" to their localized names and it will work.

  14. #59
    n1ce0n3's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does it work for 3.3.5a?

  15. #60
    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)
    Only if you find a working PQR for 3.3.5a.

Page 4 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 08:48 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