[PQR][PVE]Vachiusa healer profiles menu

Shout-Out

User Tag List

Poll: Vachiusa profiles are:

Page 95 of 99 FirstFirst ... 45919293949596979899 LastLast
Results 1,411 to 1,425 of 1483
  1. #1411
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Former PQR Developer

    [PQR][PVE]Vachiusa healer profiles
  2. #1412
    Camus666's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    you are my hero!

  3. #1413
    rocambole's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My shaman profile isnt using healing rain. Anyone else with the same issue?

  4. #1414
    SourSkittles's Avatar Member
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Ya I don't run a disc priest so I don't have that profile.
    don't worry about it haha, I eventually got around to fixing it up and all that kinda jazz..hopefully someone comes along and starts making healing profiles again, since these are sorta out of date now and the ones on PE kinda suck atm :s

  5. #1415
    Nomatra's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SourSkittles View Post
    You got them all from the looks of it other than Disc priest as its missing from the rar you uploaded :/
    Here is my fix for the disc priest profiles, fix to addon load check.
    Zippyshare.com - Vach_discpriest.rar

  6. #1416
    MrBrain1's Avatar Member
    Reputation
    3
    Join Date
    Dec 2009
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can somebody tell my why my holypaladin profile is interrupting all my manual casts?

  7. #1417
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrBrain1 View Post
    can somebody tell my why my holypaladin profile is interrupting all my manual casts?
    If you're running the profile then it's not going to let you manually cast with the stopcasting ability in the list because your cast doesn't match what it allows.
    Former PQR Developer

  8. #1418
    MrBrain1's Avatar Member
    Reputation
    3
    Join Date
    Dec 2009
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not my experience, before i could cast any spell into the profile rotation i wanted.

  9. #1419
    v12dock's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Shoutout to these awesome profiles! Keep up the hard work!
    [PQR][PVE]Vachiusa healer profiles-rwvh-png

  10. #1420
    nertharul's Avatar Member
    Reputation
    3
    Join Date
    Apr 2010
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty ur my hero, i was getting crasy with out that healing profile :9

    Originally Posted by Vogel81 View Post
    FIX FOR VACHIUSA'S HEALER PROFILES

    Ok I fixed it... well.. rigged it guys. Here's what happens. Under each of Vachiusa's Profiles.

    Go to Ability Editor > -- Init --

    In that ability there is a Section labeled "--Begin PQI"

    Comment out (add "--" to the start of each line) everything BUT

    PQInterfaceLoaded = true
    and
    PQInterfaceUpdated = true


    In the end it should look like this.


    Code:
    	--Begin PQI
    --	if (IsAddOnLoaded("PQInterface")) == 1 then
    		PQInterfaceLoaded = true
    --		PQInterfaceVersion = (2.22)
    --		if PQInterfaceVersion >= 2.22 then
    			PQInterfaceUpdated = true
    --		else 
    --			PQInterfaceUpdated = nil 
    --			PQR_WriteToChat("Your PQI is not up to date. Rotation has been stopped.", "Error")
    --			PQR_StopRotation()
    --			return true					
    --		end
    --	else 
    --		PQInterfaceLoaded = nil 
    --		PQR_WriteToChat("Please download the latest version of PQI. Rotation has been stopped.", "Error")
    --		PQR_StopRotation()
    --		return true				
    --	end
    		-- Load Data File

  11. #1421
    steristumpie's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vogel81 View Post
    FIX FOR VACHIUSA'S HEALER PROFILES

    Ok I fixed it... well.. rigged it guys. Here's what happens. Under each of Vachiusa's Profiles.

    Go to Ability Editor > -- Init --

    In that ability there is a Section labeled "--Begin PQI"

    Comment out (add "--" to the start of each line) everything BUT

    PQInterfaceLoaded = true
    and
    PQInterfaceUpdated = true


    In the end it should look like this.


    Code:
    	--Begin PQI
    --	if (IsAddOnLoaded("PQInterface")) == 1 then
    		PQInterfaceLoaded = true
    --		PQInterfaceVersion = (2.22)
    --		if PQInterfaceVersion >= 2.22 then
    			PQInterfaceUpdated = true
    --		else 
    --			PQInterfaceUpdated = nil 
    --			PQR_WriteToChat("Your PQI is not up to date. Rotation has been stopped.", "Error")
    --			PQR_StopRotation()
    --			return true					
    --		end
    --	else 
    --		PQInterfaceLoaded = nil 
    --		PQR_WriteToChat("Please download the latest version of PQI. Rotation has been stopped.", "Error")
    --		PQR_StopRotation()
    --		return true				
    --	end
    		-- Load Data File
    Works great again ... youre amazing, have my babies

  12. #1422
    novicane's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chain heal is working fine on my shaman. I had it stop using it after playing for awhile. I restarted WoW and pqr completely and that fixed it.

  13. #1423
    xcureanddisease's Avatar Legendary
    Reputation
    855
    Join Date
    Oct 2009
    Posts
    693
    Thanks G/R
    74/235
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I started Vachiusa's healing profile for Paladin and I go from 55FPS down to 10FPS then down to 4FPS then screen locks up and im frozen. When I disable it I shoot back up to 55-65FPS instantly... I know this is discontinued but im hoping someone can tell me why and how to fix it. This only happens with Vachi's healing profiles and no other. I tried Cuteones and several others and its perfect. I even tried going to task manager and setting the priority of PQR to HIGH. Still nothing.

  14. #1424
    Camus666's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a problem with the Hpally prof, no more dispels, i check the "cleanse" box, dont understand why it wont work

  15. #1425
    Tellquist's Avatar Private
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crap. Find your effort very usefull. Hope you'll find the time to sort it out.
    :-)

Similar Threads

  1. [Selling] ★★ (PQR) Neyia - Ultimate Rogue Profiles (PVE) ★★
    By Neyia in forum World of Warcraft Buy Sell Trade
    Replies: 92
    Last Post: 05-27-2015, 09:39 PM
  2. [Buying] PQR 3.3.5a Arena Healer Profile
    By jadethread1 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 02-18-2013, 03:46 PM
  3. Replies: 11
    Last Post: 01-13-2013, 10:56 PM
  4. [PQR] reQuest Friendly cleansing profile for Healer
    By hellobello25 in forum WoW Bot Maps And Profiles
    Replies: 1
    Last Post: 12-16-2012, 06:48 PM
  5. [PQR] Donation for working 3.3.5 healer profile!
    By Zyraxian in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-28-2012, 07:11 AM
All times are GMT -5. The time now is 04:24 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