AutoRelease menu

User Tag List

Thread: AutoRelease

Results 1 to 10 of 10
  1. #1
    Drazen's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Mar 2010
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AutoRelease

    Heey guys

    I've been trying to get macro/script for this, but either link broken or they doesn't work...
    So I need a macro/script for releasing character on 2nd windowed wow client...
    Farming Honorable-Kills in instant res zone...
    I would appreciate if someone could post it for me.

    /cheers

    AutoRelease
  2. #2
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would personally have an addon message loop to itself, and during if there are any static popup buttons shown, then click, otherwise, disregard and loop.

    I don't think it will fit in a macro, so I'll have an addon written up tomorrow, specially for you =D. It's 3 AM and I need to sleep prettttty badly =(.

  3. #3
    tkoreaper's Avatar Elite User
    Reputation
    349
    Join Date
    Jan 2009
    Posts
    228
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's addons that I know that do this, a UI rather called Dajova's UI. Looking through the code I think maybe doing /run RepopMe() may do it.

  4. #4
    Titan33's Avatar Contributor
    Reputation
    133
    Join Date
    Oct 2007
    Posts
    41
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Create as macro that does the following.

    /script RepopMe()


  5. #5
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentalnutter View Post
    Create as macro that does the following.

    /script RepopMe()

    Well, yes, but at the same time that requires a button press each time, when you can actually automate it completely with about 20 lines in an addon.

  6. #6
    Titan33's Avatar Contributor
    Reputation
    133
    Join Date
    Oct 2007
    Posts
    41
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hp94 View Post
    Well, yes, but at the same time that requires a button press each time, when you can actually automate it completely with about 20 lines in an addon.

    yeh i know but they asked for a macro so i posted it anyways

  7. #7
    Drazen's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Mar 2010
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would be great if you could make addon for it , its pain-in-the-ass to switch and press that thingy every so..

  8. #8
    tkoreaper's Avatar Elite User
    Reputation
    349
    Join Date
    Jan 2009
    Posts
    228
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's the code from the Tukui edit:

    Code:
    if TukuiCF["others"].pvpautorelease ~= true then return end
    
    local WINTERGRASP
    WINTERGRASP = tukuilocal.mount_wintergrasp
    
    local autoreleasepvp = CreateFrame("frame")
    autoreleasepvp:RegisterEvent("PLAYER_DEAD")
    autoreleasepvp:SetScript("OnEvent", function(self, event)
    	local soulstone = GetSpellInfo(20707)
    	if (TukuiDB.myclass ~= "SHAMAN") or not (soulstone and UnitBuff("player", soulstone)) then
    		if (tostring(GetZoneText()) == WINTERGRASP) then
    			RepopMe()
    		end
    
    		if MiniMapBattlefieldFrame.status == "active" then
    			RepopMe()
    		end
    	end
    end)
    There are free programs that allow you to control multiple characters from a single character using whispers. It would be as simple as making a macro that tells the other toon to use the command.

  9. #9
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Copy/Paste from daniel1992, I didn't think it would fit into a macro so I never tried (darn),

    Code:
    /run if not AR then AR=CreateFrame("Frame");AR:SetScript("OnEvent", RepopMe); AR:RegisterEvent("PLAYER_DEAD");ChatFrame1:AddMessage("Auto-release macro enabled.",1,1,0) end;

  10. #10
    Titan33's Avatar Contributor
    Reputation
    133
    Join Date
    Oct 2007
    Posts
    41
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

All times are GMT -5. The time now is 08:07 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