[PQR] Help with Eclipse mechanic! (3.3.5) menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PQR] Help with Eclipse mechanic! (3.3.5)

    Hi

    I'm trying to create a Moonkin profile for patch 3.3.5 (before the Solar Power changes) and I've hit a wall. Is there any way PQR can track internal cooldowns? That would make things a lot easier! If not, this is what I've come up with -

    Code:
    lunar = UnitBuffID("player", 48518) 
    solar = UnitBuffID("player", 48517) 
    
    if lunar ~= nil then RunMacro("SwitchBar2") or if solar ~= nil then RunMacro("SwitchBar1") and RunMacro("Click ActionButton1") end
    I put Wrath on button 1, page 1 and Starfire on button 1, page 2. I'm trying to get it to work so that it spams click on button 1 (either Wrath or Starfall) and when I get either a Lunar or Solar proc, it switches action bar pages and starts casting the other spell. I'm not sure if there's an easier way to do it. Either way, I can't get the script to work since I'm terrible at this stuff.

    Bit of help getting this working would be awesome (or even better, if someone has a working Balance script for 3.3.5 ). I've managed to get most of my profiles running fairly well but this eclipse mechanic is killing me.

    Thanks!

    [PQR] Help with Eclipse mechanic! (3.3.5)
  2. #2
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go to my page and look at my free boomkin profile.

    Eclipse is a bitch since it is "slow" to detect, so if you don't put special detail into spells it will end up casting a extra wrath or starfire at the end of a phase.

    Just adjust it, test, rinse and repeat until it is working as you like

  3. #3
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soapbox View Post
    Go to my page and look at my free boomkin profile
    Could you link it? I can't see any free profiles on your site!

  4. #4
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  5. #5
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, thanks!

    Seems like your profile is made for the newer version of eclipse (post 4.0.1).
    Last edited by Zyraxian; 11-25-2012 at 09:55 AM.

  6. #6
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh crap I'm sorry.

    When I get home ill sit down and see if I can get you what you need

  7. #7
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cheers mate. It's probably a pain for you if you don't already play on a 3.3.5 private server - no reason to go to the effort

    Thanks for the help, anyway!

  8. #8
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    local lunar UnitBuffID("player"48518
    local solar UnitBuffID("player"48517

    if 
    lunar ~= nil then 
    RunMacro
    ("/changeactionbar 2"
    end

    if solar ~= nil then 
    RunMacro
    ("/changeactionbar 1")
    RunMacro("/click ActionButton1"
    end 
    Give that a shot. remember that "~=" means "not". So by saying "Solar ~= nil" you are saying that you do have the solar buff.

  9. #9
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hm - no luck! Nothing happens at all with that macro (I changed the macro names to match mine).

    The old Eclipse is just a matter of switching between spells whenever you get a proc.

    Eg.

    Wrath > Wrath > Wrath (Lunar Proc) > Starfire > Starfire > Starfire > Starfire > Starfire (Solar Proc) > Wrath, etc.

    So it has to keep casting that spell even after the proc wears off, until the next proc happens, otherwise you have to wait out the internal CD of the first proc.

    GOT IT! Raa. Finally. I've been facepalming this silly thing for hours!


    Your idea was almost there, I just tweaked it a bit and now it's working perfectly

    I'd prefer to be able to do it without the macros and action bar switching, but I can't see how PQR can track the old version of Eclipse directly since there's no power bar, etc.
    Last edited by Zyraxian; 11-26-2012 at 05:49 AM.

Similar Threads

  1. [PQR] Help with flame shock
    By alexxjr in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 10-31-2013, 08:57 PM
  2. [PQR] help with spellreflect/mass spell reflection
    By jackus in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 10-06-2013, 04:55 AM
  3. Need help with PQR, stuck on writing a profile.
    By shrink1991 in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 08-26-2013, 12:11 AM
  4. [PQR] Need help with Code
    By spawnpl in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 04-23-2013, 12:32 AM
  5. Replies: 1
    Last Post: 07-10-2012, 03:49 PM
All times are GMT -5. The time now is 11:22 AM. 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