[PQR] CuteOne's Profiles menu

User Tag List

Page 5 of 102 FirstFirst 12345678955 ... LastLast
Results 61 to 75 of 1522
  1. #61
    Moonst's Avatar Member
    Reputation
    4
    Join Date
    Apr 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awsome gonna download now see how it works thnx again

    [PQR] CuteOne's Profiles
  2. #62
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    Heroic Leap works in combat but I am noticing Hamstring spaz out on the dummy....looking into it.

    ---Edit---
    Ok I just did a quick fix for hamstring (too early to heavy thinking) so it wouldn't fire when the target is a boss (IE: Training Dummy, Dungeon, and Rain bosses)). As for Heroic Leap I did notice at the end that it didnt activate when i hit Left Shift but if i held it down it activated as soon as it had the opportunity, this was due to the profile activating other abilities. The solution to fix that would be to add a pause when wanting to cast heroic leap..but again too early for that kind of thinking.

    I went ahead and pushed the changes, no version change just re-download the profile.
    You can add this before your current code
    If IsLeftShiftKeyDown
    then
    StopSpellCasting()
    Also make sure to check the box in the ability editor so it can operate during another spell. Otherwise you would still wait til the current queue is done and then pause.
    Resto Shammy Profile - https://goo.gl/nm5Nc

  3. #63
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank Alekxonfire, I added the code but I am not sure what you are referring to on the check box in the ability editor.

  4. #64
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    Thank Alekxonfire, I added the code but I am not sure what you are referring to on the check box in the ability editor.
    When you are in the ability editor. In the lower left there is some boxes. It says cancel channel = false. Need to change it to true.
    Sorry im at work and can't see pqr at the time.
    Resto Shammy Profile - https://goo.gl/nm5Nc

  5. #65
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aleksonfire View Post
    When you are in the ability editor. In the lower left there is some boxes. It says cancel channel = false. Need to change it to true.
    Sorry im at work and can't see pqr at the time.
    Ahh, got it thanks.

    ---EDIT---
    Pushed another update with the fixes to Heroic Leap suggested by Alecsonfire

  6. #66
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    Ahh, got it thanks.

    ---EDIT---
    Pushed another update with the fixes to Heroic Leap suggested by Alecsonfire
    You might check to see if that works. You probably either need a then or end inbetween the stopcast and next condition

    if IsLeftShiftKeyDown() then StopSpellCasting() then
    if cd(hl)==0 and IsLeftShiftKeyDown() and GetCurrentKeyBoardFocus()==nil
    then cast(gsi(hl)) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end end end
    Resto Shammy Profile - https://goo.gl/nm5Nc

  7. #67
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I should have, was heading out to goto work so i though it could do it fast...as it turns out i had plenty of time to tst it as my car went nowhere with the 18in of snow we got yesterday.

    ---EDIT---
    Ok that is working as requested now....btw its SpellStopCasting()
    Last edited by ph34rt3hcute1; 02-26-2013 at 11:26 AM.

  8. #68
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    Yes I should have, was heading out to goto work so i though it could do it fast...as it turns out i had plenty of time to tst it as my car went nowhere with the 18in of snow we got yesterday.

    ---EDIT---
    Ok that is working as requested now....btw its SpellStopCasting()
    Ha, Ya I'm not totally verbose in the language, just the logic lol.
    Resto Shammy Profile - https://goo.gl/nm5Nc

  9. #69
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Druid profile updated to 1.2.1
    ===Changelog===
    Added a out of combat rejuvination cast when health is below 70% to help with leveling druids who do not have healing touch yet. --Requested by twizt3dkitty
    Fixed issue with profile forcing flight form when trying to mount --Issue found by szilcsi

  10. #70
    twizt3dkitty's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey i can reply again BTW ty for the implementation

  11. #71
    Aegeus's Avatar Contributor Walter White CoreCoins Purchaser
    Reputation
    134
    Join Date
    Feb 2012
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was working well, but now I've hit 80 with my Druid the profile no longer seems to work properly i.e. Not starting the rotation without manual input for a power to activate. I'll have a mess with removing functions I don't have access to yet though and see how it goes.


    “If you don’t know who I am, then maybe your best course would be to tread lightly.” - Walter White

  12. #72
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm I just tested my druid at 90 and everything seems in order...I also happen to have an 80 druid on another server, this one is also working for me fine it seems.

  13. #73
    Aegeus's Avatar Contributor Walter White CoreCoins Purchaser
    Reputation
    134
    Join Date
    Feb 2012
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe I've missed an update. I'll clear all the files and re-download the newer versions to try again.


    “If you don’t know who I am, then maybe your best course would be to tread lightly.” - Walter White

  14. #74
    K1ngp1n's Avatar Sergeant
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    u could try to improve your feral rotation by taking a closer look at simcraft or the fluiddruid.net where aggixx is constantly trying to optimise our rotation - for example by adding mangle when u need combo points to refresh your rip

  15. #75
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh.. I see we are aloud to post again...

Page 5 of 102 FirstFirst 12345678955 ... LastLast

Similar Threads

  1. [PQR] Nova Team Profiles
    By bu_ba_911 in forum WoW Bot Maps And Profiles
    Replies: 2341
    Last Post: 07-02-2018, 03:56 AM
  2. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  3. {PQR} Windwalker Raid Profile - Wanted
    By fish221171 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-18-2012, 02:01 AM
  4. PQR - DK Blood profiles - none of them work :(
    By zambeaux in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 10-09-2012, 07:44 AM
  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:12 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