[PE] - NO CARRIER's Rotations menu

Shout-Out

User Tag List

Page 17 of 23 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 332
  1. #241
    ThereGoesTheDynamite's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ThereGoesTheDynamite View Post
    Yes, SV. I tried to put in a "!lastcast(Focusing Shot)" condition on the two instances of Focusing Shot (AOE and non-AOE rotations), but it didn't work. Focusing Shot would just never cast.
    I'm an idiot. I didn't bracket the two conditions together. After adding the proper brackets, i.e. { "Focusing Shot", {"!player.moving", "!lastcast(Focusing Shot)"} }, the rate of double casting Focusing Shot drastically dropped and my DPS drastically increased. From 26k to 27k DPS over 20m damage to 28.5k DPS over 20m damage.
    Last edited by ThereGoesTheDynamite; 03-09-2015 at 04:32 PM.

    [PE] - NO CARRIER's Rotations
  2. #242
    NOCARRIER's Avatar Contributor
    Reputation
    92
    Join Date
    Feb 2014
    Posts
    110
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just pushed a minor update:
    • Monk (WW): Removing Chi Torpedo - we don't want the rotation automatically 'rolling' us around the map, it should be manually used
    • Fixed issue preventing Primal Elementalist Damage Shield from being considered as an excluding aura

  3. #243
    Lightbrand's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    55
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NOCarrier I have a question, in your latest update you've redone the entire code for immunevents, it is now much cleaner, my question is now if I were to add say Paladin bubble spellid 642 to specialaura list.
    Will your
    select(11, UnitAura(unit, i, "HELPFUL|HARMFUL"))
    pick it up if I were to be shooting at an hostile paladin and temporarily stops the rotation?

    Because previously you used local _,_,_,_,_,_,_,_,_,_,spellId = _G['UnitDebuff'](target, i) from your NOC.hasdebufftable function (which seems to be obsolete now) that picks up only debuff so I supposed I needed a local _,_,_,_,_,_,_,_,_,_,spellId = _G['Unitbuff'](target, i) to pick up target buffs, which Bubble is considered one.

    [EDIT]
    Ignore all that, figured it out after couple hours.
    Last edited by Lightbrand; 03-11-2015 at 03:30 AM.

  4. #244
    ThereGoesTheDynamite's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lightbrand View Post
    NOCarrier I have a question, in your latest update you've redone the entire code for immunevents, it is now much cleaner, my question is now if I were to add say Paladin bubble spellid 642 to specialaura list.
    Will your
    select(11, UnitAura(unit, i, "HELPFUL|HARMFUL"))
    pick it up if I were to be shooting at an hostile paladin and temporarily stops the rotation?

    Because previously you used local _,_,_,_,_,_,_,_,_,_,spellId = _G['UnitDebuff'](target, i) from your NOC.hasdebufftable function (which seems to be obsolete now) that picks up only debuff so I supposed I needed a local _,_,_,_,_,_,_,_,_,_,spellId = _G['Unitbuff'](target, i) to pick up target buffs, which Bubble is considered one.

    [EDIT]
    Ignore all that, figured it out after couple hours.
    Can you post what exactly you figured out?

  5. #245
    Lightbrand's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    55
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First off I don't have much chance to test this which is why I chose to first ask the question but I'm almost quite certain "Harmful|Helpful" will return nothing because the | is not an "or" operator, it's an "and" so no single aura (with any spellid) on the target can be both harmful and helpful'

    IE: Bubble is helpful, Sap is harmful. If the guy casts bubble on himself, this wouldn't recgonize because of the Helpful|Harmful filter.

    So what you need to do is essentially set 2 operations, local debuff = select(blah blah harmful), and local buff = select(blaha) that should work.
    Although I'm not quite sure what the Break when debuff = nil accomplishes so I just removed it.

  6. #246
    NOCARRIER's Avatar Contributor
    Reputation
    92
    Join Date
    Feb 2014
    Posts
    110
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lightbrand View Post
    First off I don't have much chance to test this which is why I chose to first ask the question but I'm almost quite certain "Harmful|Helpful" will return nothing because the | is not an "or" operator, it's an "and" so no single aura (with any spellid) on the target can be both harmful and helpful'

    IE: Bubble is helpful, Sap is harmful. If the guy casts bubble on himself, this wouldn't recgonize because of the Helpful|Harmful filter.

    So what you need to do is essentially set 2 operations, local debuff = select(blah blah harmful), and local buff = select(blaha) that should work.
    Although I'm not quite sure what the Break when debuff = nil accomplishes so I just removed it.
    I think you might be on to something. I noticed last night on blast furnace that the fix (by checking Helpful|Harmful) didn't appear to work when checking the Primal Elementalist 'defensive shield' ability. That code probably needs to be revisited.

  7. #247
    NOCARRIER's Avatar Contributor
    Reputation
    92
    Join Date
    Feb 2014
    Posts
    110
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pushed some changes:

    • Monk (WW): Adding new (toggleable) experimental opener that uses Fists of Fury before Serenity
    • Monk (BrM): Several tweaks to the brewmaster rotation in support of 6.1 and extra utility

  8. #248
    xodius98's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome changes !!!!!!!!! well done and ty



    Originally Posted by NOCARRIER View Post
    Pushed some changes:

    • Monk (WW): Adding new (toggleable) experimental opener that uses Fists of Fury before Serenity
    • Monk (BrM): Several tweaks to the brewmaster rotation in support of 6.1 and extra utility

  9. #249
    Eddyan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI,Noc. I use your lastest MM hunter Rotations.but it didn't work.
    BugGrabber\BugGrabber.lua:589: in function <!BugGrabber\BugGrabber.lua:589>
    [C]: ?
    [C]: in function `pcall'
    probably\system\protected\generic.lua:12: in function `Generic'
    probably\system\timers\rotation.lua:206: in function `event'
    probably\system\core\timer.lua:16: in function <probably\system\core\timer.lua:11>

    Locals:
    nil
    By the way,when I use your 20150226 version. it worked good.
    Last edited by Eddyan; 03-12-2015 at 10:53 PM.

  10. #250
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Noc your Brewmaster only casts Tigers palm.

  11. #251
    NOCARRIER's Avatar Contributor
    Reputation
    92
    Join Date
    Feb 2014
    Posts
    110
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Luciferozzy View Post
    Noc your Brewmaster only casts Tigers palm.
    I can't reproduce this. I just 'tanked' the tanking dummy for about 5 mins and everything was being properly used. Is this happening for anyone else as well?

  12. #252
    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)
    Originally Posted by NOCARRIER View Post
    I can't reproduce this. I just 'tanked' the tanking dummy for about 5 mins and everything was being properly used. Is this happening for anyone else as well?
    worked fine for me yesterday.

  13. #253
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry it was my foult. everything working only need a mistweaver now :P

  14. #254
    skayleef's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I tried putting this routines in my addon folder, it comes up as: incompatible in my wow addons, any fix for this?

  15. #255
    NOCARRIER's Avatar Contributor
    Reputation
    92
    Join Date
    Feb 2014
    Posts
    110
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just pushed a new update:
    • Monk (WW): Making FoF-before-Serenity opener baseline
    • Monk (WW): Prevent interruption of casting during all abilities

Page 17 of 23 FirstFirst ... 131415161718192021 ... LastLast

Similar Threads

  1. Hunter shot rotation
    By Neckringer in forum World of Warcraft Guides
    Replies: 5
    Last Post: 12-26-2007, 04:28 PM
  2. [AutoIT3] WoW Cordinator (X,Y,MapID and rotation memory reading)
    By Vladinator in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 05-15-2007, 03:26 AM
  3. Steady shot rotation = faster ranging
    By Salad in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 04-08-2007, 08:04 PM
  4. Find The Flag Carrier In WSG
    By impulse102 in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 07-29-2006, 12:48 PM
  5. WSG flag carrier finder
    By pcomo in forum World of Warcraft Guides
    Replies: 2
    Last Post: 07-18-2006, 11:50 AM
All times are GMT -5. The time now is 01:51 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