[PE] NerdPack menu

User Tag List

Page 12 of 12 FirstFirst ... 89101112
Results 166 to 173 of 173
  1. #166
    simparoo's Avatar Member
    Reputation
    2
    Join Date
    Dec 2014
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrTheSoulz View Post
    Havent tested any plugin yet, imported them from old NeP only.
    Need a FH sub...

    Any error shown?
    Hooked him up with mine, it's the least I could do to help out here.

    [PE] NerdPack
  2. Thanks MrTheSoulz (1 members gave Thanks to simparoo for this useful post)
  3. #167
    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
    Keen to try this out - what LUA unlocker does this currently work with best? (Preferably free) :P
    Should work with any
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  4. #168
    Chifo's Avatar Member
    Reputation
    2
    Join Date
    Oct 2013
    Posts
    17
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this new Pack have GitHub??? or Only GitLab????

  5. #169
    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 Chifo View Post
    Is this new Pack have GitHub??? or Only GitLab????
    Started using Gitlab as my host, liking it more.
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  6. #170
    StinkyTwitch's Avatar Active Member
    Reputation
    40
    Join Date
    Nov 2014
    Posts
    172
    Thanks G/R
    19/13
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GitLab's not a dirty rat like GitHub. GitHub is incorporated in the US as well. Also with GitHub you get one free private project. With GitLab you get unlimited. **** GitHub. /rant off.
    "Shootings easy, Aimings hard!" Stinky

  7. #171
    stupidbear0's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi MrTheSoulz,

    I have a question

    Just download PE (6.1r16) and your latest Nep from Git, and place them into Addon folder

    Most rotation works well after I use lua unlocker (a few have a little problem because my WOW client is zhCN, so I have to replace skill name with skill ID) , but none of class GUI show
    For example, you have GUI for feral Druid to choose which form to be used in/out combat, right?

    NeP.Interface.classGUIs[103] = {
    key = "NePConfDruidFeral",
    profiles = true,
    title = '|T'..NeP.Info.Logo..':10:10|t'..NeP.Info.Nick.." Config",
    subtitle = "Druid Feral Settings",
    color = NeP.Core.classColor('player'),
    width = 250,
    height = 500,
    config = {

    -- General
    { type = 'rule' },
    { type = 'header', text = "General settings:", align = "center"},
    -- Buff
    { type = "checkbox", text = "Buffs", key = "Buffs", default = true, desc =
    "This checkbox enables or disables the use of automatic buffing."},
    -- Form in-combat
    {
    type = "dropdown",
    text = "Form",
    key = "Form",
    list = {
    {text = "Cat",key = "2"},
    {text = "Bear",key = "1"},
    {text = "Travel",key = "3"},
    {text = "Normal",key = "0"},
    {text = "MANUAL",key = "MANUAL"}
    },
    default = "2",
    desc = "Select What form to use while in of combat"
    },
    -- Form Outside-combat
    { type = "dropdown", text = "Form OOC", key = "FormOCC",
    list = {
    {text = "Cat",key = "2"},
    {text = "Bear",key = "1"},
    {text = "Travel",key = "3"},
    {text = "Normal",key = "0"},
    {text = "MANUAL",key = "MANUAL"}
    },
    default = "0",
    desc = "Select What form to use while out of combat"
    },
    -- Prowl
    { type = "checkbox", text = "Prowl", key = "Prowl", default = false, desc =
    "This checkbox enables or disables the use of automatic Prowl when out of combat."},

    -- Player
    { type = 'rule' },
    { type = 'header', text = "Player settings:", align = "center"},
    -- Tiger's Fury
    { type = "spinner", text = "Tigers Fury", key = "TigersFury", default = 35},
    -- Renewal
    { type = "spinner", text = "Renewal", key = "Renewal", default = 30},
    -- Cenarion Ward
    { type = "spinner", text = "Cenarion Ward", key = "CenarionWard", default = 75},
    -- Survival Instincts
    { type = "spinner", text = "Survival Instincts", key = "SurvivalInstincts", default = 75},
    -- Healing Touch
    { type = "spinner", text = "Healing Touch", key = "HealingTouch", default = 70, Desc=
    "When player as buff (Predatory Swiftness)."},

    }
    }

    But since this is not shown in my screen, my Druid always cast no form out of combat as NORMAL is default

    I could change the rotation.lua, setting default form of out combat, but I want to know what my problem is; I am not quite familiar with Lua, so could you please advise? Is it because the locate of my WOW client (zhCN), or something else?

    Waiting for your feedback

    Thanks~

  8. #172
    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 stupidbear0 View Post
    Hi MrTheSoulz,

    I have a question

    Just download PE (6.1r16) and your latest Nep from Git, and place them into Addon folder

    Most rotation works well after I use lua unlocker (a few have a little problem because my WOW client is zhCN, so I have to replace skill name with skill ID) , but none of class GUI show
    For example, you have GUI for feral Druid to choose which form to be used in/out combat, right?

    NeP.Interface.classGUIs[103] = {
    key = "NePConfDruidFeral",
    profiles = true,
    title = '|T'..NeP.Info.Logo..':10:10|t'..NeP.Info.Nick.." Config",
    subtitle = "Druid Feral Settings",
    color = NeP.Core.classColor('player'),
    width = 250,
    height = 500,
    config = {

    -- General
    { type = 'rule' },
    { type = 'header', text = "General settings:", align = "center"},
    -- Buff
    { type = "checkbox", text = "Buffs", key = "Buffs", default = true, desc =
    "This checkbox enables or disables the use of automatic buffing."},
    -- Form in-combat
    {
    type = "dropdown",
    text = "Form",
    key = "Form",
    list = {
    {text = "Cat",key = "2"},
    {text = "Bear",key = "1"},
    {text = "Travel",key = "3"},
    {text = "Normal",key = "0"},
    {text = "MANUAL",key = "MANUAL"}
    },
    default = "2",
    desc = "Select What form to use while in of combat"
    },
    -- Form Outside-combat
    { type = "dropdown", text = "Form OOC", key = "FormOCC",
    list = {
    {text = "Cat",key = "2"},
    {text = "Bear",key = "1"},
    {text = "Travel",key = "3"},
    {text = "Normal",key = "0"},
    {text = "MANUAL",key = "MANUAL"}
    },
    default = "0",
    desc = "Select What form to use while out of combat"
    },
    -- Prowl
    { type = "checkbox", text = "Prowl", key = "Prowl", default = false, desc =
    "This checkbox enables or disables the use of automatic Prowl when out of combat."},

    -- Player
    { type = 'rule' },
    { type = 'header', text = "Player settings:", align = "center"},
    -- Tiger's Fury
    { type = "spinner", text = "Tigers Fury", key = "TigersFury", default = 35},
    -- Renewal
    { type = "spinner", text = "Renewal", key = "Renewal", default = 30},
    -- Cenarion Ward
    { type = "spinner", text = "Cenarion Ward", key = "CenarionWard", default = 75},
    -- Survival Instincts
    { type = "spinner", text = "Survival Instincts", key = "SurvivalInstincts", default = 75},
    -- Healing Touch
    { type = "spinner", text = "Healing Touch", key = "HealingTouch", default = 70, Desc=
    "When player as buff (Predatory Swiftness)."},

    }
    }

    But since this is not shown in my screen, my Druid always cast no form out of combat as NORMAL is default

    I could change the rotation.lua, setting default form of out combat, but I want to know what my problem is; I am not quite familiar with Lua, so could you please advise? Is it because the locate of my WOW client (zhCN), or something else?

    Waiting for your feedback

    Thanks~
    Sorry, im no longer working on NeP for PE.
    I'm currently building a new engine/framework/botbase based on PEs DSL with a new praser on top.

    Progress can be found in: https://gitlab.com/MrTheSoulz/NerdPack-Engine

    I think the engine is working quite well now, im creating conditons and porting my CR's to the new engine, shouldnt take long.
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  9. Thanks xodius98, stupidbear0, svs (3 members gave Thanks to MrTheSoulz for this useful post)
  10. #173
    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)
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

Page 12 of 12 FirstFirst ... 89101112

Similar Threads

  1. [Tool] NerdPack
    By MrTheSoulz in forum World of Warcraft Bots and Programs
    Replies: 233
    Last Post: 09-19-2017, 02:15 AM
All times are GMT -5. The time now is 02:33 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