NerdPack menu

User Tag List

Thread: NerdPack

Page 12 of 16 FirstFirst ... 8910111213141516 LastLast
Results 166 to 180 of 234
  1. #166
    xlxa2011's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will you support 7.0+?

    NerdPack
  2. #167
    Nimesil's Avatar Active Member
    Reputation
    18
    Join Date
    Apr 2013
    Posts
    183
    Thanks G/R
    10/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works fine, just makenew rotation ( basic combat is very simple)

  3. #168
    nz7's Avatar Member
    Reputation
    3
    Join Date
    May 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any guides for writing cc's for this ?

    Sent from my GT-I9506 using Tapatalk

  4. #169
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have problem with shaman maelstrom can anyone help ?

  5. #170
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by machajr View Post
    i have problem with shaman maelstrom can anyone help ?
    Join the Skype Channel, ask here too.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  6. #171
    Nimesil's Avatar Active Member
    Reputation
    18
    Join Date
    Apr 2013
    Posts
    183
    Thanks G/R
    10/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nz7 View Post
    Is there any guides for writing cc's for this ?

    Sent from my GT-I9506 using Tapatalk
    check basic PE guide or just open existing rotation.
    use addon like idTip - Tooltip - World of Warcraft Addons - Curse to get spell id's

  7. #172
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xlxa2011 View Post
    will you support 7.0+?
    If you spent 2 seconds to install the Installer and select the nice big option in red as below I guess you would have your answer - at least make some effort please.


  8. #173
    Jubalee's Avatar Member
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    39
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just did some edits to the nerdpack routines brewmaster lua. Removed old skills no longer used and added new spells with priority on using the correct spells in order in line with the best current tanking talents. Some one else mind giving it a test and let me know if you make any changes yourself. Cannot get the ox statue keybind to work for some reason but everything else is working just fine.
    local dynEval = NePCR.dynEval
    local PeFetch = NeP.Interface.fetchKey
    local addonColor = '|cff'..NeP.Interface.addonColor

    local config = {
    key = 'NePConfigMonkBM',
    profiles = true,
    title = '|T'..NeP.Interface.Logo..':10:10|t'..NeP.Info.Nick..' Config',
    subtitle = 'Monk Brewmaster Settings',
    color = NeP.Core.classColor('player'),
    width = 250,
    height = 500,
    config = {
    -- Keybinds
    {type = 'header', text = addonColor..'Keybinds:', align = 'center'},
    -- Control
    {type = 'text', text = addonColor..'Control: ', align = 'left', size = 11, offset = -11},
    {type = 'text', text = 'Summon Black Ox Statue', align = 'right', size = 11, offset = 0 },
    -- Shift
    {type = 'text', text = addonColor..'Shift:', align = 'left', size = 11, offset = -11},
    {type = 'text', text = 'Dizzying Haze', align = 'right', size = 11, offset = 0 },
    -- Alt
    {type = 'text', text = addonColor..'Alt:',align = 'left', size = 11, offset = -11},
    {type = 'text', text = 'Pause Rotation', align = 'right', size = 11, offset = 0 },

    -- General
    {type = 'spacer'},{type = 'rule'},
    {type = 'header', text = addonColor..'General', align = 'center' },
    { type = "checkbox", text = "Automated Taunts", key = "canTaunt", default = false },

    -- Survival
    {type = 'spacer'},{type = 'rule'},
    {type = 'header', text = addonColor..'Survival', align = 'center'},
    {type = 'spinner', text = 'Healthstone', key = 'Healthstone', default = 45},
    {type = 'spinner', text = 'Expel Harm', key = 'ExpelHarm', default = 100},
    {type = 'spinner', text = 'Chi Wave', key = 'ChiWave', default = 100},
    {type = 'spinner', text = 'Guard', key = 'Guard', default = 100},
    {type = 'spinner', text = 'Fortifying Brew', key = 'FortifyingBrew', default = 30},
    {type = 'spinner', text = 'Ironskin Brew', key = 'IronskinBrew', default = 30},
    {type = 'spinner', text = 'Purifying Brew', key = 'PurifyingBrew', default = 80},


    }
    }

    NeP.Interface.buildGUI(config)

    local exeOnLoad = function()
    NePCR.Splash()
    NeP.Interface.CreateSetting('Class Settings', function() NeP.Interface.ShowGUI('NePConfigMonkBM') end)
    end

    local All = {
    -- Keybinds
    -- Pause
    {'pause', 'modifier.alt'},
    -- Dizzying Haze
    {'115180', 'modifier.shift', 'mouseover.ground'},
    -- Summon Black Ox Statue
    {'115315', 'modifier.control', 'mouseover.ground'},

    }

    local FREEDOOM = {
    -- Nimble Brew
    {'137562', 'player.state.disorient'},
    {'137562', 'player.state.stun'},
    {'137562', 'player.state.root'},
    {'137562', 'player.state.fear'},
    {'137562', 'player.state.horror'},
    {'137562', 'player.state.snare'},

    -- Tiger's Lust
    {'116841', 'player.state.disorient'},
    {'116841', 'player.state.stun'},
    {'116841', 'player.state.root'},
    {'116841', 'player.state.snare'},
    }

    local Cooldowns = {

    }

    local Survival = {
    -- Expel Harm
    {'115072', (function() return dynEval('player.health <= '..PeFetch('NePConfigMonkBM', 'ExpelHarm')) end)},
    -- Guard
    --{'115295', (function() return dynEval('player.health <= '..PeFetch('NePConfigMonkBM', 'Guard')) end)},
    -- Chi Wave
    {'115098', (function() return dynEval('player.health <= '..PeFetch('NePConfigMonkBM', 'ChiWave')) end)},
    --Healthstone
    {'#5512', (function() return dynEval('player.health <= '..PeFetch('NePConfigMonkBM', 'Healthstone')) end)},
    -- Fortifying Brew
    {'115203', (function() return dynEval('player.health <= '..PeFetch('NePConfigMonkBM', 'FortifyingBrew')) end)},
    -- Ironskin Brew
    {'115308', (function() return dynEval('player.health <= '..PeFetch('NePConfigMonkBM', 'IronskinBrew')) end)},
    -- Purifying Brew
    {'119582', (function() return dynEval('player.health <= '..PeFetch('NePConfigMonkBM', 'PurifyingBrew')) end)},



    }

    local Interrupts = {
    -- Spear Hand Strike
    {'116705'},
    }

    local Ranged = {
    -- Crackling Jade Lightning
    {'117952'},
    }

    local Taunts = {
    -- Provoke
    {'115546', 'target.range <= 35'},
    }

    local Melle = {
    --[[Use Blackout Strike]]
    {'205523'},

    --[[Use Keg Smash on cooldown ]]
    {'121253'},

    --[[Use Tiger Palm to fill any spare global cooldowns.
    The ability has no resource cost, and it has the benefit of applying a damage-increasing (rather, armor-ignoring)
    self-buff called Tiger Power. Make sure to maintain 100% uptime on this buff.]]
    {'100780', 'player.energy >= 65'},

    --[[Use Breath of Fire on cooldown ]]
    {'115181'},

    -- Use Rushing Jade Wind, if you have taken this talent.
    {'116847'},

    }

    local AoE = {
    --[[Use Blackout Strike]]
    {'205523'},

    -- Cast Keg Smash.
    {'121253'},

    -- Use Rushing Jade Wind, if you have taken this talent.
    {'116847'},

    -- If you have not taken Rushing Jade Wind, use Spinning Crane Kick as a filler.]]
    {'101546'},

    --[[If you have taken Chi burst]]
    {'123986'},

    --[[Breath of Fire should only be used against adds that you wish to prevent from casting spells,
    but it should not otherwise be part of your rotation.]]
    {'115181'},

    --[[Use Tiger Palm to fill any spare global cooldowns.
    The ability has no resource cost, and it has the benefit of applying a damage-increasing (rather, armor-ignoring)
    self-buff called Tiger Power. Make sure to maintain 100% uptime on this buff.]]
    {'100780', 'player.energy >= 65'},

    }

    NeP.Engine.registerRotation(268, '[|cff'..NeP.Interface.addonColor..'NeP|r] Monk - Brewmaster',
    {-- In-Combat
    {All},
    {Survival, 'player.health < 100'},
    {Interrupts, 'target.interruptAt(80)'},
    {FREEDOOM},
    {Cooldowns, 'modifier.cooldowns'},
    -- Touch of Death, Death Note
    --{ '115080', {'player.buff(121125)', 'target.ttd > 5'}, 'target' },
    -- Elusive Brew
    {'115308', 'player.buff(11530.count >= 10'},
    {{-- Conditions
    {AoE, {
    'player.area(.enemies >= 3',
    (function() return PeFetch('NePConfigMonkBM', 'canTaunt') end)
    }},
    {Melle, {'target.inMelee', 'target.infront'}},
    --{Ranged, '!target.inMelee'}
    }, {'target.range <= 40', 'target.exists'}}
    }, All, exeOnLoad)

  9. #174
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    If you spent 2 seconds to install the Installer and select the nice big option in red as below I guess you would have your answer - at least make some effort please.

    Beware, legion branch was merged with live
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  10. #175
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Discord Channel:
    https://discord.gg/XtSZbjM
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  11. #176
    nz7's Avatar Member
    Reputation
    3
    Join Date
    May 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nimesil View Post
    check basic PE guide or just open existing rotation.
    use addon like idTip - Tooltip - World of Warcraft Addons - Curse to get spell id's

    Awesome cheers Nimesil
    Thats what im going to do

  12. #177
    Nimesil's Avatar Active Member
    Reputation
    18
    Join Date
    Apr 2013
    Posts
    183
    Thanks G/R
    10/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    paladin is kinda boken

    --Blade of wrath to build Holy Power.
    {'202270', 'player.holypower <= 3', 'target'},

    not working anymore, but
    {'202270', nil, 'target'},
    works fine.

    Previous release was fine and holypower detection worked, but doesnt work on fresh one ( downloaded 5 mins ago)

  13. #178
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nimesil View Post
    paladin is kinda boken

    --Blade of wrath to build Holy Power.
    {'202270', 'player.holypower <= 3', 'target'},

    not working anymore, but
    {'202270', nil, 'target'},
    works fine.

    Previous release was fine and holypower detection worked, but doesnt work on fresh one ( downloaded 5 mins ago)
    Fixed, thanks.
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  14. #179
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi for enhanc shammy it can only see 100 maelstrom but enchanc shammmy have 150 when i tried to use lava lash < 130 it dont use lava lash can u fix it too pls

  15. #180
    gongmang1's Avatar Member
    Reputation
    10
    Join Date
    Mar 2011
    Posts
    116
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to judge target around (5 yards) enemies

Similar Threads

  1. [Pack] [PE] NerdPack
    By MrTheSoulz in forum Combat Routines
    Replies: 172
    Last Post: 12-25-2015, 03:57 PM
All times are GMT -5. The time now is 08:42 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