[Program] WoW Lua Enabler menu

Shout-Out

User Tag List

Page 5 of 12 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 170
  1. #61
    Tromball's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could make a nice bot with this :P
    (\_/)
    (o.0)
    (^^)
    <----- Add the bunny to your sig and help take over these forums!

    [Program] WoW Lua Enabler
  2. #62
    DeMoN's Avatar -==FiXeR==-
    Reputation
    533
    Join Date
    Mar 2007
    Posts
    578
    Thanks G/R
    16/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the way i remember casting multiple spells was to make a macro that would use somethign like the following using chronos or equivalent addon...there was one called moo something back when the game came out the incoprated a /wait [sec] command

    say on bind 1 of action bar one you would have this macro
    /cast spell
    /in x sec
    /actionbar 1 button 2

    so on and so forth

    i do not remember it exactly as it was a long long time ago...but it worked very much like this and allowed a player to cast nonstop...i suppose with this app it is possible to do this again....i may be wrong...but it is worth researchin if you are interested in automation....or just go get innerspace, hotkeynet, or a g15 keyboard which do the same exact thing without the stored on blizzard server macros.

    bah sorry seems today i run myself in circles with every thought i have....

    -DeMoN

  3. #63
    Catface's Avatar Member
    Reputation
    40
    Join Date
    May 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry but what does it do xD
    oh yes that is the good stuff

  4. #64
    CuT's Avatar Contributor
    Reputation
    184
    Join Date
    Jan 2007
    Posts
    629
    Thanks G/R
    7/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get that this allows certain LUA actions to be used that are normally blocked, but how can this be helpful for anything besides making a bot that runs in wow?

    For example, as a hunter, is there anything this can do for me to make my life raiding or pvping easyer?

  5. #65
    Trauts's Avatar Active Member
    Reputation
    52
    Join Date
    May 2007
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by i cut u up View Post
    I get that this allows certain LUA actions to be used that are normally blocked, but how can this be helpful for anything besides making a bot that runs in wow?

    For example, as a hunter, is there anything this can do for me to make my life raiding or pvping easyer?
    You could probably make yourself a simple macro that would dps perfectly. No human error, lag accounted for etc. Could afk on bosses and still do well. However, that kinda defeats the purpose of the game.

  6. #66
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So its great and all you unlocked these lua functions and such, but a little more on the matter is needed. I have this program and don't know what to do with it. I realize that some people aren't as "intellectually intelligent" as some on these forums... but for the n00bs.... could we get some more clarity?! EXAMPLES instead of "well you could do this... and that..."

    EXPLAIN HOW! Write up a tutorial so people can use their imaginations...

  7. #67
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blazin Monkey View Post
    So its great and all you unlocked these lua functions and such, but a little more on the matter is needed. I have this program and don't know what to do with it. I realize that some people aren't as "intellectually intelligent" as some on these forums... but for the n00bs.... could we get some more clarity?! EXAMPLES instead of "well you could do this... and that..."

    EXPLAIN HOW! Write up a tutorial so people can use their imaginations...
    I posted a link to every single function this unlocks, go look for yourself.

  8. #68
    Karrde's Avatar Member
    Reputation
    21
    Join Date
    Dec 2008
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    The /in command is not a WoW command. It's an extra slash command from certain mods. (I forget exactly which. Might be a action bar mod.)
    Ah. I've got dominos, that might be it. I'll look through it when I have some time, and see what I can figure out.

  9. #69
    ~OddBall~'s Avatar Contributor
    Reputation
    207
    Join Date
    Jan 2008
    Posts
    1,156
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright so I think a lot of people are overlooking some MAJOR things here! However I'm absolutely no pro in this area as i've never even so much as glanced at LUA, nor have I bothered to learn stuff about macros, and of course I havn't written an addon......So in saying that this could be completely wrong.

    There are craploads of addons out there, my thinking is that a lot of addons out there are made to prompt the user to do something/remember to do something.

    E.g!!! 'Scrolling Combat Text' is a very popular addon that alerts the user of certain combat events, for example as a warrior I have noticed it will tell me when to use 'execute', 'overpower', even 'slam' if I have the talent that allows instant 'slam'. So if you have all the lua functions unlocked, doesn't this mean, instead of writing an entirely new fancy pants addon, that all you'd have to do is simply modify this addon and just add extra lines of code.

    So say in 'Scrolling Combat Text' if the line executes that alerts the user that 'overpower' is ready to use, could you not just add a line that says "CastSpellByName("Overpower")" Or however it works! That way whenever it warns you of something it would actually cast the spell for you.....Well maybe that line of code wouldn't but you get the idea and i'm very sure it's possible...

    Like I said before I have no experience in this language/writing addons, hell, I don't even know if you get the source code of an addon as I havn't bothered to check although i'm quite sure you do....

    Anyways that's just my idea and it's probably all wrong, if I explained it crappily let me know and I'll try and explain again....

    -Odd
    Last edited by ~OddBall~; 01-16-2009 at 04:55 AM.
    https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU

    PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?

  10. #70
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by OddZor View Post
    Alright so I think a lot of people are overlooking some MAJOR things here! However I'm absolutely no pro in this area as i've never even so much as glanced at LUA, nor have I bothered to learn stuff about macros, and of course I havn't written an addon......So in saying that this could be completely wrong.

    There are craploads of addons out there, my thinking is that a lot of addons out there are made to prompt the user to do something/remember to do something.

    E.g!!! 'Scrolling Combat Text' is a very popular addon that alerts the user of certain combat events, for example as a warrior I have noticed it will tell me when to use 'execute', 'overpower', even 'slam' if I have the talent that allows instant 'slam'. So if you have all the lua functions unlocked, doesn't this mean, instead of writing an entirely new fancy pants addon, that all you'd have to do is simply modify this addon and just add extra lines of code.

    So say in 'Scrolling Combat Text' if the line executes that alerts the user that 'overpower' is ready to use, could you not just add a line that says "CastSpellByName("Overpower")" Or however it works! That way whenever it warns you of something it would actually cast the spell for you.....Well maybe that line of code wouldn't but you get the idea and i'm very sure it's possible...

    Like I said before I have no experience in this language/writing addons, hell, I don't even know if you get the source code of an addon as I havn't bothered to check although i'm quite sure you do....

    Anyways that's just my idea and it's probably all wrong, if I explained it crappily let me know and I'll try and explain again....

    -Odd
    You're spot on , providing you weren't on the global cooldown it'd cast.

  11. #71
    ~OddBall~'s Avatar Contributor
    Reputation
    207
    Join Date
    Jan 2008
    Posts
    1,156
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    You're spot on , providing you weren't on the global cooldown it'd cast.
    huzzah!

    Anyways, anyone know a good site that lists the pure basics of LUA, such as how to declare variables and use them, what the operators are etc. the rest should be a sinch...From what I've read LUA is very easy I think xD

    -Odd
    https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU

    PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?

  12. #72
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    I posted a link to every single function this unlocks, go look for yourself.

    Ok, we are getting closer... how can I use these functions, how would I go about it? I see you had, I even quoted the logout script part. But what if I don't know how to script... does that mean I just out of luck?

  13. #73
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    your out of luck unless by some miracle you grow a brain.

  14. #74
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've made myself a working 1 button heal-them-all that pretty much works just like old school addons, it's great. Hope the program gets updated after patch!

  15. #75
    WarDrum's Avatar Member
    Reputation
    9
    Join Date
    Jun 2007
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Karrde View Post
    Ah. I've got dominos, that might be it. I'll look through it when I have some time, and see what I can figure out.
    its most likely in ace mods

    Originally Posted by Blazin Monkey View Post
    Ok, we are getting closer... how can I use these functions, how would I go about it? I see you had, I even quoted the logout script part. But what if I don't know how to script... does that mean I just out of luck?
    You need to learn how to make addons

Page 5 of 12 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [Release] PLua Patcher - Patch WoW to enable protected LUA functions
    By wiirgi in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 05-18-2012, 10:01 PM
  2. [Program] WoW Jumper AntiAFK Script
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 06-23-2006, 10:38 PM
  3. [Program] WoW AV AFK Bot
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 05-22-2006, 05:04 AM
All times are GMT -5. The time now is 11:55 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