NerdPack menu

User Tag List

Thread: NerdPack

Page 15 of 16 FirstFirst ... 111213141516 LastLast
Results 211 to 225 of 234
  1. #211
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Iwouldli****knowhowtocode View Post
    Hello everyone!
    Great tool, worthy successor of PE.
    Here is my problem: how can I use an option from a dropdown type of the GUI as condiction?
    The codes in specific:
    GUI
    Code:
    {
    			type = "dropdown",
    			text = "Main Defense",
    			key = "shield",
    			list = {
    				{
    					text = "Ironfur",
    					key = "ironfur",
    				},
    				{
    					text = "Mark of Ursol",
    					key = "markofursol",
    				},
    					},
    			default = "ironfur",
    			desc = "Used ASAP"
    		},
    And the code in the rotation
    Code:
    {"Ironfur", (function() return UI(shield) == "ironfur" end), "player"},
    tried also:
    Code:
    {"Ironfur", "UI(shield) == ironfur", "player"},
    It's not casting Ironfur.
    Help please, thk.
    Have u tried something like this?
    Code:
    {
            type = "dropdown",
            text = "Main Defense",
            key = "shield",
            list = {
                {
                    text = "Ironfur",
                    key = 1,
                },
                {
                    text = "Mark of Ursol",
                    key = 2,
                },
            },
            default = 1,
            desc = "Used ASAP"
        }
    
        {"Ironfur", "UI(shield)=1"},    
        {"Mark of Ursol", "UI(shield)=2 & player.buff(Mark of Ursol).duration < 1"},
    ~They call me HordeOnYourTube, but you can call me hoyt~

    NerdPack
  2. #212
    ryutao's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any destro CR seems not work to me with oLua

  3. #213
    fragnot's Avatar Banned
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    237
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Long time user of Glider, HB and Soapbox. All eventually got my accounts banned because of the injection.

    Currently just using GS-E and lazymacros, but found this interesting.

    The "illegal" version does somekind of injection correct ?
    Has anyone been banned for it in the recent ban waves? (there was 1 some week(s) ago, and another 3-4 months ago.

    Would love a fast honest reply.

  4. #214
    _heist's Avatar Member
    Reputation
    2
    Join Date
    Jul 2014
    Posts
    12
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nerdpack doesn't inject or unlock Lua. The protected module needs you to unlock Lua yourself. Many use oLua, Firehack or EWT.

  5. #215
    Murgy's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Dec 2013
    Posts
    11
    Thanks G/R
    7/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fragnot View Post
    Long time user of Glider, HB and Soapbox. All eventually got my accounts banned because of the injection.

    Currently just using GS-E and lazymacros, but found this interesting.

    The "illegal" version does somekind of injection correct ?
    Has anyone been banned for it in the recent ban waves? (there was 1 some week(s) ago, and another 3-4 months ago.

    Would love a fast honest reply.
    I have been using this on my main combined with oLua and haven't been banned, but all of my non-main accounts have been banned with Soapbox / Honorbuddy

  6. #216
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Viable Raid DPS and HPS

    Happy Thanksgiving.

    I haven’t played wow for about 3 years, but I am thinking about returning. I used PQR back in the day and was a great product with lots of wonderful coders providing CRs.
    My question is how is the raid DPS and viable HPS? I am sure it is a vast improvement over manual button bunching. However, will it elevate you to the top, say 25 percent of your class and spec (ilvl equivalent of course) in WoR?

    Basically, if any of you used PQR back in 2012-2013 and raided competitively within the top 100 guilds, do you feel that NerdPack CRs provide the same level of DPS?

    Cheers!
    LW

  7. #217
    gb4idie's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this not being supported any longer? loading up the toolbox and it no longer gives me any packs to check and unchecked. Hitting update anyways just creates a unhandeled exception error. It would be a sad day for me because i love using nerdpack so much, really makes the game enjoyable for myself.

  8. #218
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gb4idie View Post
    Is this not being supported any longer? loading up the toolbox and it no longer gives me any packs to check and unchecked. Hitting update anyways just creates a unhandeled exception error. It would be a sad day for me because i love using nerdpack so much, really makes the game enjoyable for myself.
    If it gives a problem download it manually or ask people in the discord channel

  9. #219
    guntell's Avatar Member
    Reputation
    1
    Join Date
    May 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    working on private legion Firestorm 7.0.3 ?

  10. #220
    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 gb4idie View Post
    Is this not being supported any longer? loading up the toolbox and it no longer gives me any packs to check and unchecked. Hitting update anyways just creates a unhandeled exception error. It would be a sad day for me because i love using nerdpack so much, really makes the game enjoyable for myself.
    Not dead

    Updates have been slower then what the users became accustomed because i have been busy, but i'm still around and plan on supporting NeP for a long time.
    Related to your issue, the toolbox sucks. It was created in a rush to help new users who just want to press "install" and go, i plan on re-writing it and add more features to it but its a big task for my limited time right now, i will get to it tho
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  11. #221
    DiFusioN's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    152
    Thanks G/R
    1/5
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have you considered healing rotations?

  12. #222
    darobbiebot's Avatar Member
    Reputation
    2
    Join Date
    Sep 2016
    Posts
    22
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello

    This is bot still safe to use in WoW 7.1.5 ?

    Thanks all

  13. #223
    t4c's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    153
    Thanks G/R
    0/0
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where the MAC BOTS. Like I don't understand how nobody has made a bot for mac yet :'(

  14. #224
    thomasj's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by t4c View Post
    Where the MAC BOTS. Like I don't understand how nobody has made a bot for mac yet :'(
    I know next to nothing about Mac. But this requires a LUA unlocker. Try to see if you can find a LUA Unlocker for Mac.
    Using Tapatalk

  15. #225
    Xewl's Avatar Active Member CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2015
    Posts
    95
    Thanks G/R
    24/19
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Toolbox download link is broken

Page 15 of 16 FirstFirst ... 111213141516 LastLast

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 10:02 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