auto-macro arms warrior ptr ! for lua unlocker menu

User Tag List

Results 1 to 5 of 5
  1. #1
    muffin man's Avatar Member
    Reputation
    14
    Join Date
    Jun 2009
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    auto-macro arms warrior ptr ! for lua unlocker

    hay everyone, scents pqr doesn't work on ptr anymore, iv decided to try some other things out. i read this post earlyer about a lua unlocker that works for ptr,

    Originally Posted by Wildbreath View Post
    lua unlocker 5.4 (while waiting PQR)
    virustotal (dunno why Mal/MsilInj-G founded)
    and it works, you need to run it twice both times as admin to get it to work

    i put together a auto macro for a arms warrior that works well.

    you need to download a few things to get it work.

    1. lol a super duper macro addon

    Super Duper Macro : Miscellaneous : World of Warcraft AddOns

    and a lua unlocker

    link above

    just install the addon like any other, once in-game just create a new macro and copy and past




    /startattack
    /run if UnitIsEnemy("player", "target") and (UnitCastingInfo("target") or UnitChannelInfo("target")) and GetSpellCooldown("Disrupting Shout")==0 then SpellStopCasting() CastSpellByName("Disrupting Shout") end
    /run if UnitIsEnemy("player", "target") and (UnitCastingInfo("target") or UnitChannelInfo("target")) and GetSpellCooldown("Pummel")==0 then SpellStopCasting() CastSpellByName("Pummel") end
    /run if not UnitBuff("player", "Battle Shout") then RunMacroText("/cast Battle Shout") end
    /run if not UnitDebuff("target", "Hamstring") and UnitPower("player") >7 then CastSpellByName("Hamstring") end
    /run if UnitHealth("player")/UnitHealthMax("player")<0.50 and GetSpellCooldown("Die by the Sword")==0 and IsUsableSpell("Die by the Sword") then CastSpellByName("Die by the Sword") end
    /run if UnitHealth("player")/UnitHealthMax("player")<0.35 and GetSpellCooldown("Shield Wall")==0 and IsUsableSpell("Shield Wall") then CastSpellByName("Shield Wall") end
    /run if UnitHealth("player")/UnitHealthMax("player")<0.35 and GetSpellCooldown("Rallying Cry")==0 and IsUsableSpell("Rallying Cry") then CastSpellByName("Rallying Cry") end
    /run if (GetSpellCooldown("Storm Bolt"))==0 and (IsSpellInRange('Storm Bolt','target'))==1 then CastSpellByName("Storm Bolt") end
    /run if (UnitHealth("target")/UnitHealthMax("target")<=0.2) or (IsSpellInRange('Slam','target'))==0 then return elseif (GetSpellCooldown("Mortal Strike"))==0 and not UnitBuff("player","Sudden Death") and (UnitPower('player'))>=0 then CastSpellByName("Mortal Strike") elseif (GetSpellCooldown("Colossus Smash"))==0 and not UnitBuff("player","Sudden Death") and (UnitPower('player'))>=0 then CastSpellByName("Colossus Smash") elseif not UnitBuff("player","Sudden Death") and UnitBuff("player","Taste for Blood") and (UnitPower('player'))>=1 then CastSpellByName("Overpower") elseif UnitBuff("player","Sudden Death") and (UnitPower('player'))>=10 then CastSpellByName("Execute") elseif not UnitIsPlayer('target') and GetSpellCooldown('Mortal Strike')~=0 and (UnitPower('player'))>=15 and not UnitBuff('player','Sudden Death') and not UnitBuff('player','Taste for Blood') then CastSpellByName('Slam') end
    /run if (UnitHealth("target")/UnitHealthMax("target")>=0.2) or (IsSpellInRange('Slam','target'))==0 then return elseif not UnitBuff("Player","Sudden Death") and UnitBuff("Player","Taste for Blood") and (UnitPower('player'))>=1 then CastSpellByName("Overpower")elseif (UnitPower('player'))>=10 then CastSpellByName("Execute")end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");


    what it does is it interrupts any spell casting and spam out storm bolt, use's defenses cd like rally cry and sheild wall both set to 35 % and die by sword at 50% . but it doesnt use any offence cds like reck or berserking rage, and any well i cant get it to cast any warbanners or use heroic leap.
    i have it set up to slam spam so if anyone wont to try it for it.

    auto-macro arms warrior ptr ! for lua unlocker
  2. #2
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just update your Offsets

  3. #3
    muffin man's Avatar Member
    Reputation
    14
    Join Date
    Jun 2009
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    iv tryed to update the offset they dont seem to work, it just makes the game crash. do you have a working offsets ? for ptr

  4. #4
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
        <CurrentWoWVersion>17345</CurrentWoWVersion>
        <WoWVersionOffset>0xC6652F</WoWVersionOffset>
        <PlayerName>0xEABE58</PlayerName>
        <PlayerClass>0xEABFD5</PlayerClass>
        <GetCurrentKeyBoardFocus>0xB9DC5C</GetCurrentKeyBoardFocus>
        <GameState>0xD4D3FE</GameState>
        <Lua_DoStringAddress>0x5073E</Lua_DoStringAddress>
        <Lua_GetLocalizedTextAddress>0x40D186</Lua_GetLocalizedTextAddress>
        <CVarBaseMgr>0xB91188</CVarBaseMgr>
        <CVarArraySize>0x400</CVarArraySize>
        <ObjMgr>0xEABE18</ObjMgr>
        <CurMgr>0x462C</CurMgr>
        <ClntObjMgrGetActivePlayerObjAddress>0x4DE0</ClntObjMgrGetActivePlayerObjAddress>
        <LocalGUID>0xE0</LocalGUID>
        <FirstObject>0xCC</FirstObject>
        <NextObject>0x34</NextObject>
        <Descriptors>0x4</Descriptors>
        <Obj_TypeOffset>0xC</Obj_TypeOffset>
        <Obj_X>0x830</Obj_X>
        <Obj_TargetGUID>0x28</Obj_TargetGUID>
        <ClickTerrain>0</ClickTerrain>
    </Offsets>

  5. #5
    muffin man's Avatar Member
    Reputation
    14
    Join Date
    Jun 2009
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how did you get those?

    iv ben using this tutorial here
    https://www.youtube.com/watch?v=ehPfJvOkr3o
    made by cpoworks but i dont think works, or im just not doing it right, but thanks sharing.

Similar Threads

  1. [Trading] Fury/Arms Warrior 873 for Rogue / Warlock
    By hal0_player in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 12-10-2016, 12:33 PM
  2. Replies: 1
    Last Post: 03-20-2016, 04:30 AM
  3. Replies: 0
    Last Post: 05-19-2015, 06:56 PM
  4. Need help for arms warrior lua macro for 4.3
    By thor0118 in forum WoW UI, Macros and Talent Specs
    Replies: 3
    Last Post: 09-07-2014, 03:45 PM
  5. [PQR] Looking for a working Arms Warrior profile for Questing
    By Jaylock in forum WoW Bot Maps And Profiles
    Replies: 6
    Last Post: 05-31-2013, 06:26 PM
All times are GMT -5. The time now is 04:34 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