[PLUA/MACRO] Unofficial PLUA/MACRO Thread menu

User Tag List

Page 6 of 8 FirstFirst ... 2345678 LastLast
Results 76 to 90 of 106
  1. #76
    BIZZLE's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i just started messing with lua unlockers, i was wondering if some body could help me.

    i need this to be converted to work with SDM or if any one can/make or have a good working arms warrior macro
    i dont know how to use the hack addon so if any oen could help that would be win!

    http://www.mmowned.com/forums/world-...ua-script.html

    ---------- Post added at 02:06 PM ---------- Previous post was at 12:36 PM ----------

    would this be possible?
    basic logic
    cast mind freeze your target when casting a spell
    cast strangulate on target if casting a spell and mind freeze is unavailible
    cast dark stimulacrum if target is casting a spell then hit it again after cast goes off
    cast bloodtap/empower rune weapon when out of runes
    cast pillar of frost/trinkits when availible
    cast raisedead then deathpact if under 40% health
    dps---
    cast outbreak if target is not frostfeeverd/bloodplauge
    dots should be up 100% of the time so if bloodplauge falls off hit plaugestrike/outbreak/howling blasts ect
    killing machine procs cast obliterate if it is unavailible then cast frost strike
    cast howling blast on freezing fog procs
    cast obliterate when availble
    cast frost strike when above 32 runic power
    Last edited by BIZZLE; 08-12-2011 at 11:42 AM.

    [PLUA/MACRO] Unofficial PLUA/MACRO Thread
  2. #77
    unclesam77's Avatar Member
    Reputation
    7
    Join Date
    Mar 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    May I humbly request for a Balance Druid dps Script pls.
    i will rep+ thank you.
    im using SDM version. thank you

  3. #78
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [REQ] Low Level Frost Mage.

    hello there, i am trying to learn the lua for creating some 1-button macros. Just i wonder can you give an example for lvl 42 frost mage so that i can alter that macro as i level up. I think it is better way to learn lua by adding conditions , logic one by one.

    -I have lua locker.
    -Installed SDM with lastest patch (it was fix v4 as i remeber)

    I dont know that capabilities of Lua commans so i will just list what i have in my mind.

    1)If i have Fingers of Frost on me -->Ice Lance
    2)Cast Frostbolt if target has more than 1k hp.
    3)Cast Fire Blast or Arcane Barrage if target has less that 1k HP.


    On boss fights :

    1)Cast Icy Veins
    2)Cast Cold Snap if i dont have icy veins and icy veins in cooldown.
    3)Cast Ice Lance if the Fingers of Frost active.

    I am sure those priorities are very simple , just as i said i want to learn the main idea of the lua language so i can alter my own macro =)

  4. #79
    ekimbo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am interested in your full retri macro , Sikas. Please share with us , if you don't mind.

    Thanks in advance

  5. #80
    killc0unt's Avatar Member
    Reputation
    2
    Join Date
    Jan 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey this is just a macro i made for my frost dk, first fully working macro i have made since im pretty new to lua
    Code:
    /startattack
    /run if (UnitPower("Player","runic power"))>=32 then CastSpellByName("Frost Strike") else end;
    /run if UnitBuff("Player","Freezing Fog") then CastSpellByName("Howling Blast") elseif UnitBuff("Player","Killing Machine") then CastSpellByName("Obliterate") else end;
    /run if IsSpellInRange("Plague Strike")==1 and not UnitDebuff("Target","Blood Plague") then CastSpellByName("Plague Strike") else end;
    /run if UnitBuff("Player","Horn Of Winter") and GetSpellCooldown("Horn of Winter")==0 then CastSpellByName ("Horn of Winter") elseif GetSpellCooldown("Howling Blast")==0 then CastSpellByName("Howling Blast") else end;
    
    /run UIErrorsFrame:Clear();
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
    pretty much normal rotation
    1. frost strike if runic power is more then 32
    2. if freezing fog then use howling blast
    3. if killing machine then use obliterate
    4. if no blood plague then use plague strike
    5. if no horn of winter then use horn of winter
    6. and if everything else is done then use howling blast
    this has put me from 10th in dps in lfr to 2nd top dps enjoy
    Last edited by killc0unt; 12-24-2013 at 07:47 AM.

  6. #81
    Dave13's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I assume that unlocking the LUI would/could get you banned?

  7. #82
    bobtehnerd's Avatar Active Member
    Reputation
    31
    Join Date
    May 2010
    Posts
    38
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dave13 View Post
    I assume that unlocking the LUI would/could get you banned?
    No one will notice you on private servers.

  8. #83
    killc0unt's Avatar Member
    Reputation
    2
    Join Date
    Jan 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dave13 View Post
    I assume that unlocking the LUI would/could get you banned?
    anything that is against blizzards rules could get u get banned, just play its cool and don't make yourself public.

  9. #84
    nightfitth's Avatar Contributor
    Reputation
    102
    Join Date
    May 2008
    Posts
    35
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi , I'm pretty nab on lua scripting and that's why i ask some one , that can write a code for detecting level of enemy players in minimap when i activate ".track enemyplayers" . I had this file player.lua from a lua unlocker about 2 years ago , and it used same concept but he also had a blinking on minimap when player was detected, and i can't find it anymore .

  10. #85
    Boofoo_cracker's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow just found this. Wasn't there a massive banwave that happen like 2 years ago for this? I remember being banned for something like this a long long time ago. Was a work around found?

  11. #86
    killc0unt's Avatar Member
    Reputation
    2
    Join Date
    Jan 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Boofoo_cracker View Post
    Wow just found this. Wasn't there a massive banwave that happen like 2 years ago for this? I remember being banned for something like this a long long time ago. Was a work around found?
    i saw something awhile ago about this, somebody said use /console synchronizeMacros 0 to de sync them from blizzard, not sure if it really works but i have using them for awhile and haven't heard a thing about it

  12. #87
    eluc's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very helpful thanks

  13. #88
    videopray's Avatar Member
    Reputation
    5
    Join Date
    Feb 2007
    Posts
    21
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by killc0unt View Post
    hey this is just a macro i made for my frost dk, first fully working macro i have made since im pretty new to lua
    Code:
    /startattack
    /run if (UnitPower("Player","runic power"))>=32 then CastSpellByName("Frost Strike") else end;
    /run if UnitBuff("Player","Freezing Fog") then CastSpellByName("Howling Blast") elseif UnitBuff("Player","Killing Machine") then CastSpellByName("Obliterate") else end;
    /run if IsSpellInRange("Plague Strike")==1 and not UnitDebuff("Target","Blood Plague") then CastSpellByName("Plague Strike") else end;
    /run if UnitBuff("Player","Horn Of Winter") and GetSpellCooldown("Horn of Winter")==0 then CastSpellByName ("Horn of Winter") elseif GetSpellCooldown("Howling Blast")==0 then CastSpellByName("Howling Blast") else end;
    
    /run UIErrorsFrame:Clear();
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
    pretty much normal rotation
    1. frost strike if runic power is more then 32
    2. if freezing fog then use howling blast
    3. if killing machine then use obliterate
    4. if no blood plague then use plague strike
    5. if no horn of winter then use horn of winter
    6. and if everything else is done then use howling blast
    this has put me from 10th in dps in lfr to 2nd top dps enjoy
    Macros have a limit of 225, how can I fix that?

  14. #89
    spwn's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use a SuperDuperMacro, it's an addon that will let you make macro's that exceed that limit.

    @killc0unt It's actually pretty good. I'm using it
    Last edited by spwn; 03-29-2013 at 02:13 PM.

  15. #90
    Elitetech's Avatar Contributor
    Reputation
    98
    Join Date
    Oct 2008
    Posts
    279
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My Prot warrior 1 button macro.

    There's a few talents and spells that it doesn't use, but I haven't optimized it when I dinged 90 yet.

    If there's any requests that you want added in, tell me and I will (can be pretty much anything that isn't in it yet)

    Macro named "Single"
    Code:
    /run a=IsUsableSpell; b=GetSpellCooldown; c=UnitPower; d=UnitHealth; dMax=UnitHealthMax; e=UnitBuff f=CastSpellByName; g=UnitDebuff; h=IsSpellInRange; uci=UnitCastingInfo; p="player"; t="target"; ss="Shield Slam"; R="Revenge"; bs="Battle Shout"; wb="Weakened Blows"; cs="Commanding Shout"; tc="Thunder Clap"; dv="Devastate"; wa="Weakened Armor"; hs="Heroic Strike"; sb="Shield Block"; er="Enraged Regeneration"; pm="Pummel"; ch="Charge"; ls="Last Stand"; vr="Victory Rush"; ht="Heroic Throw"; sw="Shield Wall"; cl="Cleave"; shw="Shockwave"; br="Berserker Rage"; ds="Demoralizing Shout"; um="Ultimatum";
    /run if c(p)<10 and a(br)==1 and b(br)==0 and h(ss, t)==1 then f(br) elseif d(p)/dMax(p)<0.80 and a(vr)==1 and b(vr)==0 and h(vr, t)==1 then f(vr) elseif d(p)/dMax(p)<0.75 and a(ds)==1 and b(ds)==0 and h(ss, t)==1 then f(ds) elseif d(p)/dMax(p)<0.70 and not e(p, er) and c(p)>29 and a(er)==1 and b(er)==0 then f(er) elseif d(p)/dMax(p)<0.60 and not e(p, sb) and c(p)>59 and a(sb)==1 and b(sb)==0 then f(sb) elseif d(p)/dMax(p)<0.50 and a(sw)==1 and b(sw)==0 then f(sw) elseif d(p)/dMax(p)<0.40 and a(ls)==1 and b(ls)==0 then f(ls) end
    /run if a(ch)==1 and b(ch)==0 and h(ch, t)==1 then f(ch) elseif uci("target") and a(pm)==1 and b(pm)==0 and h(ss, t)==1 then f(pm) elseif a(ss)==1 and b(ss)==0 and c("player")<90 and h(ss, t)==1 then f(ss) elseif a(R)==1 and b(R)==0 and h(ss, t)==1 and c("player")<90 then f(R) elseif c("player")>89 and a(hs)==1 and h(ss, t)==1 and b(hs)==0 then f(hs) elseif c("player")<40 and a(bs)==1 and h(ht, t)==1 and b(bs)==0 then f(bs) elseif not g("target", wb) and a(tc)==1 and b(tc)==0 and h(ss, t)==1 then f(tc) elseif a(dv)==1 and b(dv)==0 and h(ss, t)==1 then f(dv) elseif a(ht)==1 and b(ht)==0 then f(ht) end
    Format:
    Survival -
    If under 10 rage, cast Berserker Rage
    If under 80% hp, cast Victory Rush
    If under 75% hp, cast Demoralizing Shout
    If under 70% hp, cast Enraged Regeneration
    If under 60% hp, cast Shield Block
    If under 50% hp, cast Shield Wall
    If under 40% hp, cast Last Stand

    Single-
    If in range of Charge (out of range of melee abilities), cast Charge
    If target is casting, cast Pummel.
    Cast Shield Slam
    Cast Revenge
    If more than 89 rage (to ensure there's always rage enough for Shield Barrier and Shield Block), cast Heroic Strike
    If under 40 rage, cast Battle Shout
    If Weakened Blows isn't applied to target, cast Thunder Clap
    Cast Devastate
    Cast Heroic Throw


    AoE-macro
    Code:
    /run a=IsUsableSpell; b=GetSpellCooldown; c=UnitPower; d=UnitHealth; dMax=UnitHealthMax; e=UnitBuff f=CastSpellByName; g=UnitDebuff; h=IsSpellInRange; uci=UnitCastingInfo; p="player" t="target" ss="Shield Slam"; R="Revenge"; bs="Battle Shout"; wb="Weakened Blows"; cs="Commanding Shout"; tc="Thunder Clap"; dv="Devastate"; wa="Weakened Armor"; hs="Heroic Strike"; sb="Shield Block"; er="Enraged Regeneration"; pm="Pummel"; ch="Charge"; ls="Last Stand"; vr="Victory Rush"; ht="Heroic Throw"; sw="Shield Wall"; cl="Cleave"; shw="Shockwave"; br="Berserker Rage"; ds="Demoralizing Shout"; um="Ultimatum";
    /run if e(p, um) and a(cl)==1 and b(cl)==0 and h(cl, t)==1 then f(cl) elseif a(shw)==1 and h(ss, t)==1 and b(shw)==0 then f(shw) elseif a(tc)==1 and h(ss, t)==1 and b(tc)==0 then f(tc) elseif c(p)>89 and a(cl)==1 and b(cl)==0 and h(cl, t)==1 then f(cl) else RunMacro("Single") end
    (this one redirects to "single" after it's casted cleave, shockwave and thunderclap)
    Cast Cleave if Ultimatum
    Cast Shockwave
    Cast Thunderclap
    If more than 89 rage, Cast Cleave
    RunMacro Single

    You can also request macros but I'm gonna need you to fill out the "Format" thingy like I did.
    Last edited by Elitetech; 05-20-2013 at 04:40 PM.
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

Page 6 of 8 FirstFirst ... 2345678 LastLast

Similar Threads

  1. Funny/Best Macro THREAD
    By VersaGER in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 10-01-2012, 03:21 AM
  2. Rift Macro Thread
    By Jbob in forum Rift
    Replies: 9
    Last Post: 03-22-2011, 01:41 AM
  3. LuaNinja Dks Macro Thread
    By angusm in forum WoW UI, Macros and Talent Specs
    Replies: 11
    Last Post: 12-29-2009, 10:01 AM
  4. OFFICIAL G15 Macro Thread
    By Anarchy in forum World of Warcraft General
    Replies: 0
    Last Post: 03-18-2008, 12:36 AM
  5. why not make a Macros thread
    By bait in forum World of Warcraft General
    Replies: 0
    Last Post: 01-22-2007, 07:05 PM
All times are GMT -5. The time now is 05:55 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