[PQR] TheLuBu´s Profiles menu

User Tag List

Page 5 of 12 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 177
  1. #61
    sallysteph's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheLuBu View Post
    When i have fixed this neat little error, you can use it for leveling
    thanks! just tried it and it is working

    [PQR] TheLuBu´s Profiles
  2. #62
    Kroniq's Avatar Active Member
    Reputation
    18
    Join Date
    Jul 2010
    Posts
    64
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thnx for the fix Lubu ... works great!

  3. #63
    chric's Avatar Member
    Reputation
    4
    Join Date
    Sep 2011
    Posts
    37
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Boomie, Boomie

  4. #64
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When can you start using the profile to leve, i l just started a blood dk

  5. #65
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should be able to use it right from the start,
    please tell me if errors occur

  6. #66
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheLuBu View Post
    You should be able to use it right from the start,
    please tell me if errors occur
    ahh ok well im not getting any errors its just not doing the rotation im trying to use Single blood profile it sits there, the other profile the tank one sits at bone shield and doesnt do anything im only lvl 58 now, im guessing it doesnt bypass spells if your not the right level

  7. #67
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe
    I will have a look at it and make it working for leveling

  8. #68
    kabman's Avatar Master Sergeant
    Reputation
    33
    Join Date
    Mar 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great DK Profile! A couple suggestions though. Mentally has it so that when your CD mode is off and on its displayed bellow the PQI Remote. I was thinking that maybe you could do that with the AoE and Single target mode cause sometimes I forget which one im in. Also. If you could make it so that you can switch between AoE and Single Target Mode Without having to be in combat. And last but not least if I was able to initiate combat with D&D by holding my shift button it would be awesome, also if I didnt actually have to be mousing over someone for dnd that would be cool too
    Last edited by kabman; 10-15-2013 at 04:58 AM.
    My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/

  9. #69
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will have to test some things, but everything is possible

    I haven't played the DK for a while now and i´m wondering why DND and AoE Swap does not work out of combat, it should ^^

    I will have a look

  10. #70
    kabman's Avatar Master Sergeant
    Reputation
    33
    Join Date
    Mar 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i simply fixed the out of combat thing by clicking the button at the bottom of PQR... It wasnt clicked for my mage profile anyways that was an easy fix lol I just found another thing... you should make it pause when... Mounted, eating drinking ext. Whenever you get time of course!


    Code:
            SpellCancelQueuedSpell()
    	CastSpellByName(GetSpellInfo(PQ_FS),nil)
    	if SpellIsTargeting() then SpellCancelQueuedSpell() CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    	return true
    end
    That should be the coding for the DND. Obviously You'd Change the PQ_FS to your DND Spell.
    Last edited by kabman; 10-15-2013 at 05:25 AM.
    My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/

  11. #71
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please change the ability "Death and Decay" to:
    Code:
    -- Death and Decay
    LuBuDebug("Death and Decay Check loaded",1)
    if DNDEnabled ~= true then return false end
    
    -- Death and Decay
    if PQR_SpellAvailable(DeathandDecay)
     and PQI:IsHotkeys(DNDKey)
     and not GetCurrentKeyBoardFocus() then 
    	   CastSpell(DeathandDecay)
    		if SpellIsTargeting() then 
    		CameraOrSelectOrMoveStart() 
    		CameraOrSelectOrMoveStop() 
    		end  
    		LuBuDebug("Cast Death and Decay",1)
    	return true 
    end
    return false
    and remove the Spell-ID from the bottom left corner and change Target from Mouseover to Target.

    I made some changes and added a Data file while creating the Druid Profile, i have to adjust the Blood Profile, so i can't release an updated Version now, maybe in a couple of hours

  12. #72
    kabman's Avatar Master Sergeant
    Reputation
    33
    Join Date
    Mar 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That seemed to do the trick nice work!
    My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/

  13. #73
    kabman's Avatar Master Sergeant
    Reputation
    33
    Join Date
    Mar 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This should do the trick for the pausing while doing important things issue

    Code:
    function pauseProfile()
    	if UnitIsDeadOrGhost("player")		-- Snap! Deaded
    		or UnitBuffID("player",104934)	-- Eating (Feast/Banquet)
    		or UnitBuffID("player",80169)	-- Eating Normal
    		or UnitBuffID("player",87959)	-- Drinking Normal
    		or UnitBuffID("player",11392)	-- 18 sec Invis Pot (for CMs)
    		or UnitBuffID("player",3680)	-- 15 sec Invis pot  (for CMs)
    		or IsMounted()					-- Mounted, lol. Get it?
    	then return true end
    	return false
    end
    My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/

  14. #74
    Ehnoah's Avatar Elite User
    Reputation
    398
    Join Date
    Sep 2006
    Posts
    1,028
    Thanks G/R
    16/96
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Testing right now and run smooth your Moonkin Profile from what I saw. But actually he not use Incaneration.

    And for DPS Optimation, not sure if possible but after you cast your last Starfire you maybe start casting Wrath instead of one more Starfire. But I think its impossible to code. And its only a very small Optimation.

    LEFT ALT also PAUSE Rotation for me instead of use Hurricane. Left Control working well, so I guess LEFT ALT is Hardcoded.

    Thanks so much for this Profile! + 5 Rep :>

  15. #75
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is no hardcoded Hotkey
    Have a look at both PQI Pages, the Pause Hotkey is also set to left alt

    As i stated above, nothing is impossible I will try to add this

Page 5 of 12 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [PQR] MOP profiles
    By Sheepmoon in forum WoW Bot Maps And Profiles
    Replies: 350
    Last Post: 01-13-2014, 05:59 AM
  2. [PQR] - GRB profiles
    By GRB in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 05-23-2013, 01:43 AM
  3. [PQR] Mage Profiles
    By discobob in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-07-2013, 04:46 PM
  4. Warlock (PQR) pvp profile please?
    By leonel916 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 12-04-2012, 08:41 AM
  5. PQR Old profiles
    By Fumi in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 05-08-2012, 02:35 PM
All times are GMT -5. The time now is 07:49 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