Close
Showing results 1 to 10 of 13

Threaded View

  1. #7

    Default

    You can try playing a sound to notify you when the character is logging out

    source: https://us.battle.net/forums/en/wow/...598368#post-11

    Or maybe this macro that cancels the automatic logout

    Code:
    /run local f=CreateFrame("Frame")f:RegisterEvent("PLAYER_CAMPING")f:SetScript("OnEvent", function() local p=StaticPopup_Visible("CAMP")_G[p.."Button1"]:Click()end)
    

    source:
    https://www.reddit.com/r/woweconomy/...tting/czr0u1k/


    I personally didn't tested these methods, but could you give ideas to do it legally
    Last edited by MiRai : 08-26-2019 at 10:25 AM Reason: Formatting - Automatic Text Color

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •